﻿/* -- Panels -- */
div.StyledPanelBlue, div.StyledPanelBlue
{
	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
{
	border-right: solid 1px #CCCCCC;
	border-left: solid 1px #CCCCCC;
	border-bottom: solid 1px #CCCCCC;	
}
div.StyledPanelCompactGray #Content
{
	padding:0.5em;
}
div.StyledPanelCompactGray h2
{
	font-size:11pt;	
	background: #fff url(images/bgshade.gif) repeat-x 0 0;	
	padding:0.5em;
}

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;
}
div.FilterCheckboxesPanel label
{
	margin-right: 1em;
	margin-left: 2px;	
}

/* -- End of Panels -- */

/* -- Buttons -- */
div.ProductButtons
{
	text-align: right;
	padding: 4px 3px 0 0;	
}
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;
}
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.btnPrint,a.btnPrint:hover
{
	display:block;
	width:48px;
	height:48px;
}
a.btnPrint
{
	background: url(images/print.png) no-repeat 0 0;
}

a.btnPrint:hover
{
	background: url(images/print_hl.png) no-repeat 0 0;
}


/* -- End of Buttons -- */

/* -- Lists -- */

	/* -- 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;
}
.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;
}
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;
}
ul.PartnersList
{
	list-style-type:none;
	margin-left:0;
}
ul.NewsList
{
	list-style-type:none;
	margin-left:0;
	padding-left:0;
	margin-bottom:1em;
	
}
ul.NewsList 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
{
	color: #588FC0;
	
}
ul.NewsList label
{
	display:block;
	width: 60px;
	float:left;		
}
ul.screenShots
{
	margin-left:0;
}
ul.screenShots li
{
	display:block;
	float:left;
	width:150px;
}

/* -- 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(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
{
/*	position:relative;*/
	height:1.3em;
	cursor:pointer;
}

div.panelCollapsible div.collapsibleHeader
{
	float:left;
	/*position: absolute;
	left:0;
	float:left;
	width: 100%;
*/
}

div.panelCollapsible div.imgCollapse, div.panelCollapsible div.imgExpand
{
	/*position: absolute;*/
	width: 13px;
	height: 13px;
	/*right : 5px;
	top: 2px;	*/
	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 --*/




