﻿/*id selector defines styles for HTML elements in media terms page*/
#MediaTerms {
	vertical-align: top;	
	}

#MediaTerms .MediaTermsInactive
{
	background-color: #ffffff;
	vertical-align: top;
	text-align: left;
	color: Black;
	font-size: 11px;
	width:265px;
}

#MediaTerms .MediaTermsActive
{
	background-color: #ffffff;
	vertical-align: top;
	text-align: left;
	color: #E05206;
	font-size: 11px;
	width:265px;
}

#MediaTerms .MediaTermsDefinition
{
	background-color: #ffffff;
	vertical-align: top;
	text-align: left;
	color: Black;
	font-size: 11px;
}

#MediaTerms .MediaTermsLetter
{
	background-color: #ffffff;
	vertical-align: top;
	text-align: left;
	color: Black;
	font-size: 14px;
	font-weight: bold;
}

#MediaTerms .MediaTermsDefinitionTitle
{
	background-color: #ffffff;
	vertical-align: top;
	text-align: left;
	font-weight: bold;
	color: Black;
	font-size: 14px;	
}

#MediaTerms .MediaTermsTable
{
	text-align:left;
	width: 945px;
	/*height: 510px;*/
	background-color:White;
    padding-left:15px;
    padding-right:15px;
}

#MediaTerms .MediaTermsTitle
{
	background-color: #ffffff;
	vertical-align: top;
	text-align: left;
	font-weight: bold;
	color: #E05206;
	font-size: 13px;
	width:150px;
}

#MediaTerms .AboutUsName
{
	background-color: #ffffff;
	vertical-align: top;
	text-align: left;
	color: Black;
	font-size: 11px;
	width:300px;
}

#MediaTerms td, #MediaTerms th {
	vertical-align: top;
	text-align: left;
	}
	
#MediaTerms a:link.selected, #MediaTerms a:visited.selected, #MediaTerms a:hover{

	text-decoration: none ;
	color: Black ;
}

