body
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size:13px; 
	margin: 0; 
	color:#999999; 
	background-color: #1e1e1e; 
	overflow: -moz-scrollbars-vertical;
	height: auto;
}

td
{
	font-size:12px; 
}

h1
{
	color: #2c6097;
	font-size: 28px;
	font-family: Arial;
	font-weight: bold;
	margin-bottom: 20px;
}

h2
{
	color: #777;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 20px;
	font-weight: bold;
}

h3
{
	color: #1e1e1e;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
}

h4
{
	font-size:13px;
	color: #000000;
	font-weight: bold;
	margin-bottom: 15px;
}

em
{
	font-style: italic;
}

sub
{
	font-size:11px;
}

sup
{
	font-size:11px;
}

.black{
	color: #000;
}

.white{
	color: #FFF;
}

.dolbyBlack{
	color: #1E1E1E;
	padding-right: 3px;
}

.dolbyNickel{
	color: #5f6062;
}

.bodyCopy{
	color: #999;
}

.mainBlue{
	color: #2c6097;
}

.secBlue{
	color: #3399cc;
	font-size: 12px; 
	font-weight: bold; 
}

.tertBlue{
	color: #99ccff;
}

.dolbyGreen{
	color: #9db824;
}

.dolbyOrange{
	color: #E88A1A;
}

.greenArrowWhite{
	background-image:url(../images/greenarrow_whtbkg.gif);
	background-repeat: no-repeat;
	width: 4px;
	height: 8px;
}

.subCopy{
	color: #777;
	font-size: 16px;
	line-height: 24px;
}

p{
	color: #777; 
	font-size: 13px;
	line-height: 20px;
	margin-bottom: 20px;
}

p .subHeader{
	color: #1e1e1e;
	font-size: 16px;
	font-weight: bold;
}

p .largebold{
	color: #1e1e1e;
	font-size: 14px;
	font-weight: bold;
}

a{
	color:#3399cc;
}

a:hover{
	color:#2c6097;
}

.headline{
	color: #2c6097;
}

.headline.med{
	font-size: 35px;
}

.headline.large{
	font-size: 40px;
}

.findOutMore{
	background-image:url(../images/greenarrow_whtbkg.gif);
	background-repeat: no-repeat;
	background-position: 98px 2px; 
	width: 102px;
	color: #3399cc;
	font-size: 12px;
	font-weight: bold;
	float: left;
	text-decoration: none;
	margin-bottom: 30px;
	*margin-bottom: 30px;
}

.findOutMore:hover{
	color: #2c6097;
	text-decoration: underline;
}

ol
{
	position: relative;
	margin-bottom: 20px;
	padding-left: 20px;
	*padding-left: 24px;
	_padding-left: 24px;
}

ol li
{
	list-style-type: decimal; 
	font-size: 13px;
	line-height: 20px;
	color: #777777;
}

.blueBullets li{
	background-image: url(../images/blue_bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 6px;
	padding-left: 15px;
	color: #666666; 
	font-size: 13px;
	line-height: 18px;
}

select{ 
	font-size: 12px;
}

.selectReplacement a
{
	color: White !important;
	text-decoration: none !important;
}

.greenArrowWhite.related{
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 5px 0px; 
}

.relatedHeader a{
	font-size: 13px;
}

.relatedSubsection a{
	color: #1e1e1e;
}

.interactiveDemo{
	color: #3399cc;
	font-size: 11px;
}

.sideBar{
	font-size: 11px;
}

#fragment-1 li
{
	margin-left:15px;
	list-style-type: disc;
}

#fragment-2 li
{
	margin-left:15px;
	list-style-type: disc;
}

#fragment-3 li
{
	margin-left:15px;
	list-style-type: disc;
}



/* ==========================================
			FORM STYLES
============================================= */

a.formSubmitButton:link,  a.formSubmitButton:visited{
	clear: both;
	margin: 5px 0 5px 0;
	display: block;
	padding: 5px 10px 5px 10px;		
	color: #fff;
	text-decoration:none;
	font-size: 1em;
	font-weight:bold;
	/*background-color: #123555;*/
	background-color: #3399cc;
	float: left;
}

a.formButton:link,  a.formButton:visited{	
	margin: 5px 5px 5px 0;	
	display: block;
	padding: 5px 10px 5px 10px;		
	color: #fff;
	text-decoration:none;
	font-size: 1em;
	font-weight:bold;
	/*background-color: #123555;*/
	background-color: #3399cc;
	float: left;
}

a.formSubmitButton:hover{	
	text-decoration:underline;	
	color: #41a6fb;
}

.formFieldLabel,.formFieldInput {
	display: block;
	width: 160px;
	float: left;	
	padding: 3px 5px 3px 0px;
	
}
.licensingFormFieldInput {
	display: block;
	float: left;
	margin-bottom: 3px;
	width: 70%;
}
.formFieldLabel {
	text-align: left;
	width: 125px;	
	padding: 3px 5px 3px 0px;	
}
.formFieldClear {
	clear: left;
}

.formValidationSummary 
{
}

.qFormFieldLabel,.qFormFieldInput {
	display: block;
	float: left;
	width: 100%;
	margin-bottom: 10px;
	padding: 3px 5px 3px 0px
}

.validationSummary , .formValidationSummary
{
	margin-top: 10px;
	margin-bottom: 10px;
}

.licenseFormFieldInput {
	display: block;
	width: 500px;
	float: left;
	margin-bottom: 3px;
	margin-top: 3px;
}

/* =============================================
   CSS Friendly .NET control styles
   =============================================
*/
ul.AspNet-CheckBoxList-RepeatDirection-Vertical
{				
		list-style-type:none;        

}
li.AspNet-CheckBoxList-Item 
{
	background-image:none;
	padding: 0 0 0 10px;
	margin: 0 0 5px 0;		
	color: #1E1E1E;
}

div.AspNet-CheckBoxList label 
{
	display: inline;
	padding-left: 5px;
}

span.AspNet-CheckBox label
{
	display: inline;
	padding-left: 5px;
}

ul.AspNet-RadioButtonList-RepeatDirection-Vertical
{				
		list-style-type:none;       

}
li.AspNet-RadioButtonList-Item 
{
	background-image:none;
	padding: 0 0 0 10px;
	margin: 0 0 5px 0;		
	color: #1E1E1E;
}


/* ==========================================
			FORM STYLES
============================================= */

a.formSubmitButton:link,  a.formSubmitButton:visited{
	clear: both;
	margin: 5px 0 5px 0;
	display: block;
	padding: 5px 10px 5px 10px;		
	color: #fff;
	text-decoration:none;
	font-size: 1em;
	font-weight:bold;
	background-color: #3399cc;
	float: left;
}

a.licensingFormSubmitButton:link,  a.licensingFormSubmitButton:visited{	
	margin: 5px 5px 5px 0;
	display:block;
	padding: 5px 10px 5px 10px;		
	color: #fff;
	text-decoration:none;
	font-size: 1em;
	font-weight:bold;
	background-color: #3399cc;
	float: left;
}

a.formSubmitButton:hover{	
	text-decoration:underline;	
	color: #2c6097;
}
.questionStyle{
	font-weight:bold;
	color: #174a88;	
}

.licenseQuestionTextStyle
{
	font-weight:bold;
	color: #174a88;
	padding-top: 20px;
	padding-bottom: 5px;
}

.licenseQuestionElementStyle
{
	padding-top: 20px;
	padding-bottom: 5px;
}

.licenseQuestionInputStyle
{
	
}

.licenseTextBoxFullWidth
{
	width: 90%;
}

.requiredContent{
	color: #ff0000;
}
#pagination{
	white-space:nowrap;	
}
table.pagination{	
	background-color: #e8e9e9;
}
table.pagination td{	
	padding: 5px;
}

hr.formDivider{		
	clear: both;
	height: 1px;
	border:0;
	border-top:1px solid #CDD2D6;	
	background-color:#CDD2D6;
	color: #CDD2D6;
}


DIV #mainContentAreaFull { padding-left: 40px; padding-right: 30px; padding-top:1em; padding-bottom:1em; margin: 0 auto; }


/* table styles for Manufacturers data lists */
table.companynames{
	width: 100%;
}
table.companynames td{
	padding: 5px;	
}
table.companynames td a:hover{	
	color: #41a6fb;
}

td.CompanyItem 
{
	padding-bottom: 10px;
}

img.mainContentHeaderImage
{
	width: 778px;
	padding-left: 2px;
	border: 0;
	_padding-left: 1px;
	_width: 779px;
}

/* =============================================
   Language Select Box CSS 
   (for Stylish Select 0.4.1 by Scott Darby, MIT/GPL licensed, requires jQuery1.3+)
   =============================================
*/

ul.newList * {
    margin: 0; 
    padding: 0;      
}

ul.newList a {
    color: #fff;
    text-decoration:none; 
    display:block;
    text-align:left;   
    border-bottom: 1px solid #3a3a39;
}

ul.newList {
    list-style:none; 
    color:#fff;     
    width:152px;
    background:#131313;    
    position:absolute;  
    border:1px solid #3a3a39; 
    overflow:auto; 
    z-index:99999;
    /*margin-left:11px;*/         
}
    
.newListSelected {
    background:url(../images/language_select_bkg.gif) no-repeat;
    width:154px; 
    height:24px; 
    color:#fff; 
    float:left;     
    margin: 0;
    padding: 0;   
    z-index:99999;
    
    /*border: 1px solid orange;*/
}

.newListSelected span {
    width:154px; 
    display:block;            
}

ul.newList li a 
{    
    padding:6px 18px;     
    display: block;
    text-align:left;
    cursor: pointer;
    font-size: 11px;       
}

ul.newList li a:focus {-moz-outline-style: none;}

.selectedTxt {
    width:152px;
    height:22px;
    overflow:hidden;      
    padding: 5px 0px 0px 18px;
    line-height: 1.0em;
    font-size: 11px;  
    text-align:left;       
}

.hiLite {background:#131313!important; color:#fff!important;}
.hiLite a {background:#131313!important; color:#fff!important;}

.newListHover {background:#3499cd!important; color:#fff!important; cursor:default;}
.newListSelHover, .newListSelFocus {
    cursor:pointer !important;    
    background:url(../images/language_select_bkg_on.gif) no-repeat;
    width:154px; 
    height:24px; 
    color:#fff; 
    float:left;     
    margin: 0;
    padding: 0;
                                    
}
.newListOptionTitle {font-weight:bold;}
.newListOptionTitle ul {margin:3px 0 0;}
.newListOptionTitle li {font-weight:normal; border-left:1px solid #ccc;}

.languageSelectBoxData {
    display:none; 
}

