﻿/* -- Front Page */
div.placeholder
{
	background: #1074B0 url(images/placeholder.jpg) no-repeat 0 0;
	line-height: 1.4em;
	color: white;
	width: 272px;
	height: 278px;
}
div.placeholder a
{
	color: white;	
}
div.placeholder a:hover
{
	color: #9EC068;
}
div.placeholderGlobe
{
	background: #1074B0 url(images/placeholderGlobe2.jpg) no-repeat 0 0;
	color: #20599a;
	text-align: center;
	width: 272px;
	height: 278px;
	font-size: large;
}
div.placeholderGlobe h5
{
	margin-bottom: 3.5em;
	font-size: large;
	color: #74AA45;
}
div.placeholderGlobe a#slogan
{
	font-size: 18pt;
	line-height: 20pt;
	font-weight: bold;
	font-family: Arial;
	display:block;
	width:60%;	
	color:#496B2C;
}
div.placeholderGlobe a#slogan:hover
{
	color: #598035;
}

div.placeholderGlobe #slogan div
{
	display:block;
	margin-top:2.8em;
	font-size: smaller;
}


div.transparentBox, div.transparentBox[class]
{
	padding: 0 5px 5px 5px;
	margin-bottom: 1em;
	border: solid 1px #072D5C;
}

div.transparentBox[class]
{
	/* IE ignores styles with [attributes], so it will skip the following. */
	background-image: url(images/placeholderTransparentBg.png);
}

div.transparentBox
{
	/* Mozilla ignores crazy MS image filters, so it will skip the following */
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src=   'images/placeholderTransparentBg.png' );
}
/* -- End of Front Page -- */

/* -- Headers -- */
.ProductHeader
{
	margin: 0 0 0.5em 0;
}
/* -- End of Headers -- */

/* -- Panels -- */
div.StyledPanelBlue, div.StyledPanelGray
{
	margin: 0px 0 10px 0;
	color: #454545;
	padding: 5px 15px 5px 10px;
}
div.StyledPanelBlue
{
	background: #fff url(images/bgshadeblue.gif) repeat-x;
}
div.StyledPanelGray
{
	background: #fff url(images/bgshade.gif) repeat-x;
}
div.StyledPanelCompactGray #Content, div.StyledPanelCompactBlue #Content
{
	padding: 0.5em;
}
div.StyledPanelCompactGray h2, div.StyledPanelCompactBlue h2
{
	margin: 0;
	font-size: 11pt;
	padding: 0.5em;
}
div.StyledPanelCompactGray
{
	border-right: solid 1px #CCCCCC;
	border-left: solid 1px #CCCCCC;
	border-bottom: solid 1px #CCCCCC;
}
div.StyledPanelCompactBlue
{
	border-right: solid 1px #AFBDDD;
	border-bottom: solid 1px #AFBDDD;
	border-left: solid 1px #AFBDDD;
}
div.StyledPanelCompactGray h2
{
	background: #fff url(images/bgshade.gif) repeat-x 0 0;
}
div.StyledPanelCompactBlue h2
{
	background: #fff url(images/bgshadeblue.gif) repeat-x;
}

div#panelCompare
{
	float: right;
	margin-right: 1.5em;
	display: none;
}

div.PopupPanel
{
	border: solid 1px black;
	background-color: White;
	padding: 1em;
}

div.FilterCheckboxesPanel
{
	background: white url(images/bgshadeblue.gif) repeat-x 0 0;
	padding: 0.5em;
	font-size: larger;
}
div.FilterCheckboxesPanel label
{
	margin-right: 1em;
	margin-left: 2px;
}

/* -- End of Panels -- */

/* -- Buttons -- */
div.ProductButtons
{
	text-align: right;
	padding: 4px 3px 0 0;
}
.btnSameWidth
{
	width: 98px;
}
a.btnGreen, a.btnBlue, a.btnRed
{
	display: block;
	float: left;
	line-height: 12px; /* This value + 2px + 5px (top and bottom padding of SPAN) must equal height of button background */
	height: 19px; /* Height of button background height */
	padding-left: 4px;
	text-decoration: none;
}
a.btnGreen
{
	background: #7BB449 url(images/btngreenleft.gif) no-repeat top left;
}
a.btnBlue
{
	background: #559FBF url(images/btnblueleft.gif) no-repeat top left;
}
a.btnRed
{
	background: #AF6475 url(images/btnredleft.gif) no-repeat top left;
}
a.btnGreen span, a.btnBlue span, a.btnRed span
{
	display: block;
	padding: 2px 13px 5px 9px; /*13 = 9 + padding-left of a.btnGreen*/
	font-family: Tahoma;
	font-size: 8pt;
	white-space: nowrap;
}
a.btnGreen span
{
	background: #7BB449 url(images/btngreenright.gif) no-repeat top right;
}
a.btnBlue span
{
	background: #559FBF url(images/btnblueright.gif) no-repeat top right;
}
a.btnRed span
{
	background: #AF6475 url(images/btnredright.gif) no-repeat top right;
}
a:link.btnGreen, a:visited.btnGreen, a:active.btnGreen, a:link.btnBlue, a:visited.btnBlue, a:active.btnBlue, a:link.btnRed, a:visited.btnRed, a:active.btnRed
{
	color: White; /*button text color*/
}
a.btnGreen:hover, a.btnBlue:hover, a.btnRed:hover
{
	/* Hover state CSS */
	background-position: bottom left;
}

a.btnGreen:hover span, a.btnBlue:hover span, a.btnRed:hover span
{
	/* Hover state CSS */
	background-position: right bottom;
	color: black;
}
.btnBack
{
	display: block;
	height: 26px;
	padding-left: 30px;
	padding-top: 2px;
	background: url(images/backarrow.gif) no-repeat 0 0;
}
a.PhysicalFile
{
	background: transparent url(    'images/file.gif' ) no-repeat 0 0;
	padding-left: 15px;
	margin-left: 5px;
	margin-right: 5px;
	vertical-align: middle;
}
.btnInfo
{
	padding-left: 20px;
	background: url(images/info.gif) no-repeat 0 0;
	padding-bottom: 2px;
}
a.btnCompleteRegistration, a.btnCompleteRegistration:hover
{
	display: block;
	width: 250px;
	height: 18px;
}
a.btnCompleteRegistration
{
	background: url(images/CompleteRegistration.gif) no-repeat 0 0;
}
a.btnCompleteRegistration:hover
{
	background: url(images/CompleteRegistration_hl.gif) no-repeat 0 0;
}

a.btnPrinterFriendly, a.btnPrinterFriendly:hover
{
	display: block;
	height: 21px;
	width: 20px;
	padding-left: 22px;
	position: absolute;
	bottom: -27px;
	right: 7px;
}
a.btnPrinterFriendly
{
	background: url(images/printerfriendly.gif) no-repeat 0 0;
}

a.btnPrinterFriendly:hover
{
	background: url(images/printerfriendly_hl.gif) no-repeat 0 0;
}
a.btnFeedback, a.btnFeedback:hover
{
	display: block;
	height: 20px;
	width: 110px;
	padding-left: 28px;
	position: absolute;
	top: 0;
	right: 0px;
}
a.btnFeedback
{
	background: url(images/feedback.gif) no-repeat 0 0;
}
a.btnFeedback:hover
{
	background: url(images/feedback_hl.gif) no-repeat 0 0;
}
a.btnArchive
{
	background: url(images/PreviousWebinars.gif) no-repeat 0 0;	
}
a.btnArchive:hover
{
	background-position: 0 -27px;
}
a.btnArchive, a.btnArchive:hover
{
	display:block;
	width: 169px;
	height: 27px;	
}
a.btnMovie, a.btnMovie:hover
{
	display:block;
	width:24px;
	height:24px;
}
a.btnMovie
{
	background: url(images/MovieIcon.gif) no-repeat 0 0;
}
a.btnMovie:hover
{
	background: url(images/MovieIcon_hl.gif) no-repeat 0 0;
}
a.btnThumb, a.btnThumb:hover, a.btnThumbSelected
{
	display:block;	
	width:30px;
	height:31px;
	position:absolute;
	left:0;
}
a.btnThumb
{
	background: url(images/thumb.gif) no-repeat 0 0;
}
a.btnThumb:hover
{
	background: url(images/thumb_hl.gif) no-repeat 0 0;	
}
a.btnThumbSelected
{
	background: url(images/thumb_selected.gif) no-repeat 0 0;
}
a.btnList, a.btnList:hover, a.btnListSelected
{
	display:block;
	width:29px;
	height:31px;
	position: absolute;
	right: 0;
}
a.btnList
{
	background: url(images/list.gif) no-repeat 0 0;
}
a.btnList:hover
{
	background: url(images/list_hl.gif) no-repeat 0 0;
}
a.btnListSelected
{
	background: url(images/list_selected.gif) no-repeat 0 0;
}
.ThumbList
{
	width:59px;
	position:relative;
}


/* -- End of Buttons -- */

/* -- Extension of style.css -- */
.box ul
{
	list-style-type: circle;
	margin-left: 0;
}
.box li
{
	margin-left: 2em;
}
/* -- End of extension of style.css -- */

ul.links
{
	list-style-type: none;
	margin-left: 0;
}
ul.links li
{
	margin-left: 8px;
	padding-left: 12px;
	background: url(images/linkbullet.gif) no-repeat 0 center;
}
ul.links li.liMovies, ul.links li.liTrainings, ul.links li.liTechDocuments
{
	margin: 5px 0 0;
	padding-left: 28px;
	line-height: 16pt;
}
ul.links li.liMovies
{
	background: url(images/MovieIcon.gif) no-repeat 0 center;

}
ul.links li.liTrainings
{
	background: url(images/TrainingIcon.gif) no-repeat 0 center;

}
ul.links li.liTechDocuments
{
	background: url(images/TechDocumentsIcon.gif) no-repeat 0 center;
}
.PhysicalFilesList a
{
	line-height: 2em;
}

ul.smallBoxList
{
	overflow: hidden;
	width: 100%;
	margin-left: 0;
	padding-left: 0;
}
li.smallBoxListItem
{
	display: block;
	float: left;
}
ul.TechnologyNamesList
{
	display: block;
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}
ul.TechnologyNamesList li
{
	padding-left: 10px;
}
li.listItemHighlight
{
	background: #FAF9E7 url(images/bgshadeyellowshort.gif) repeat-x 0 0;
}
li.listItemHighlightArrow
{
	list-style-type: none;
	margin-left: 8px;
	padding-left: 12px;
	background: url(images/linkbullet.gif) no-repeat 0 center;
	font-style: italic;
}
ul#productBuild label
{
	margin-right: 0.5em;
	font-weight: bold;
}
ul#productBuild
{
	margin-left: 0;
	padding-left: 0;
}

ul#productBuild li
{
	display: block;
}

ul.MoviesList
{
	margin-left: 0;
}

ul.MoviesList li
{
	display: block;
	float: left;
	margin: 0.5em;
	width: 160px;
	height:160px;
}
ul.PartnersList
{
	list-style-type: none;
	margin-left: 0;
	line-height: 2em;
	display: block;
	float: left;
	margin-right: 3em;
}

ul.NewsList, ul.EventList
{
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
	margin-bottom: 1em;
}
ul.NewsList li, ul.EventList li
{
	margin-bottom: 0.5em;
	line-height: 1.3em;
	margin-left: 1.3em;
}
ul.NewsList li.Selected
{
	/*	background: yellow url(images/bgshadeyellow.gif) repeat-x 0 0;*/
}
ul.NewsList li.Selected a, ul.EventList li.Selected a
{
	color: #588FC0;
}
ul.NewsList label
{
	display: block;
	width: 60px;
	float: left;
}
ul.EventList label
{
	display: block;
	width: 65px;
	float: left;
	white-space: nowrap;
}

ul.screenShots
{
	margin-left: 0;
	padding-left: 0;
	float: left;
	width: 325px;
}
ul.screenShots li
{
	display: block;
	float: left;
	width: 150px;
	margin-left: 1em;
}


ul.screenShots li a:hover img
{
	border: 1px solid #666666;
}

/* -- End of Lists -- */

/* -- Tables -- */
table.styledTable
{
	border-collapse: collapse;
}

table.styledTable td, table.styledTable th
{
	padding: 2px;
	border: solid 1px #929EB8;
}

table.styledTable td
{
	padding: 3px;
}

table.styledTable th
{
	background: url(images/bgshadeblue.gif) repeat-x 0 0;
	padding-top: 3px;
	padding-bottom: 3px;
}
table.styledTable tr.section
{
	background: #6C9CC8 url(images/bgshadeblue2.gif) repeat-x 0 0;
	font-size: larger;
	font-weight: bold;
	color: #FFFFFF;
}

tr.section div.panelCollapsible
{
	height: 1.3em;
	cursor: pointer;
}

div.panelCollapsible div.collapsibleHeader
{
	float: left;
}

div.panelCollapsible div.imgCollapse, div.panelCollapsible div.imgExpand
{
	width: 13px;
	height: 13px;
	float: right;
	margin-top: 2px;
	margin-right: 2px;
}
div.panelCollapsible div.imgCollapse
{
	background: url(images/collapse.gif) no-repeat 0 0;
}
div.panelCollapsible div.imgExpand
{
	background: url(images/expand.gif) no-repeat 0 0;
}

table.styledTable .altRow
{
	background: #FFFFFF url(images/bgshadebluelight.gif) repeat-x 0 0;
}

table.styledTable .spotRow
{
	background: #FFFFFF url(images/bgshadeyellowshort.gif) repeat-x 0 0;
}

/* -- End of Tables -- */
/* -- Forms -- */
/* UDFEditor form */
table.form tr td
{
	border-bottom: solid 1px silver;
}

table.form tr td table tr td
{
	border-bottom-style: none;
}
/* -- End Forms -- */


.clearWrapper
{
	/* Container you can use to surround a CSS button to clear float */
	overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
	width: 100%;
}

li.selectedMenuItem a
{
	color: #FFFBD1;
}

.productMovieThumbnail a:hover, a:link, a:visited
{
	text-decoration: none;
}
.productMovieThumbnail #imageContainer
{
	position: relative;
}

.productMovieThumbnail #imageContainer #ordinalNumberContainer
{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #000066;
	color: #FFFFFF;
}
.featureDescription img
{
	margin-right: 1em;
	display: block;
	float: left;
}
.featureDescription
{
	text-align: justify;
	overflow: hidden;
}

/* -- Ajax controls -- */
/* Accordion */
.accordionHeader
{
	border: 1px solid #2F4F4F;
	color: white;
	background-color: #2E4d7B;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	margin-top: 5px;
	cursor: pointer;
}

#master_content .accordionHeader a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

#master_content .accordionHeader a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionHeaderSelected
{
	border: 1px solid #2F4F4F;
	color: white;
	background-color: #5078B3;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	margin-top: 5px;
	cursor: pointer;
}

#master_content .accordionHeaderSelected a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

#master_content .accordionHeaderSelected a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionContent
{
	background-color: #D3DEEF;
	border: 1px dashed #2F4F4F;
	border-top: none;
	padding: 5px;
	padding-top: 10px;
}
/* -- End of Ajax controls --*/

.imgEvent
{
	margin-left: 1em;
}

