/* -- Front Page */
div.placeholder
{
	background: #1074B0 url(placehol.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.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(placehol.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(bgshadeb.gif) repeat-x;
}
div.StyledPanelGray
{
	background: #fff url(bgshade0.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(bgshade0.gif) repeat-x 0 0;
}
div.StyledPanelCompactBlue h2
{
	background: #fff url(bgshadeb.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(bgshadeb.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(btngreen.gif) no-repeat top left;
}
a.btnBlue
{
	background: #559FBF url(btnbluel.gif) no-repeat top left;
}
a.btnRed
{
	background: #AF6475 url(btnredle.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(btngreen.gif) no-repeat top right;
}
a.btnBlue span
{
	background: #559FBF url(btnbluer.gif) no-repeat top right;
}
a.btnRed span
{
	background: #AF6475 url(btnredri.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(backarro.gif) no-repeat 0 0;
}
a.PhysicalFile
{
	background: transparent url(  'file0000.gif' ) no-repeat 0 0;
	padding-left: 15px;
	margin-left: 5px;
	margin-right: 5px;
	vertical-align: middle;
}
.btnInfo
{
	padding-left: 20px;
	background: url(info0000.gif) no-repeat 0 0;
	padding-bottom: 2px;
}
a.btnCompleteRegistration, a.btnCompleteRegistration:hover
{
	display:block;
	width:250px;
	height:18px;		
}
a.btnCompleteRegistration
{
	background: url(Complete.gif) no-repeat 0 0;
}
a.btnCompleteRegistration:hover
{
	background: url(Complete.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(printerf.gif) no-repeat 0 0;
}

a.btnPrinterFriendly:hover
{
	background: url(printerg.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(feedback.gif) no-repeat 0 0;
}
a.btnFeedback:hover
{
	background: url(feedbacl.gif) no-repeat 0 0;
}


/* -- 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(linkbull.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(bgshadey.gif) repeat-x 0 0;
}
li.listItemHighlightArrow
{
	list-style-type: none;
	margin-left: 8px;
	padding-left: 12px;
	background: url(linkbull.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:180px;
}
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 black;
}

table.styledTable td
{
	padding: 3px;
}

table.styledTable th
{
	background: url(bgshadeb.gif) repeat-x 0 0;
	padding-top: 3px;
	padding-bottom: 3px;
}
table.styledTable tr.section
{
	background: #6C9CC8 url(bgshadeb.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(collapse.gif) no-repeat 0 0;
}
div.panelCollapsible div.imgExpand
{
	background: url(expand00.gif) no-repeat 0 0;
}

table.styledTable .altRow
{
	background: #FFFFFF url(bgshadeb.gif) repeat-x 0 0;
}

table.styledTable .spotRow
{
	background: #FFFFFF url(bgshadey.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;
}

