body
{
	margin:0px;
	font-family:Arial;
	font-size:14px;
	background:url('images/background.jpg');
	background-position:50%;
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-color:#090909;
}
td
{
	font:Arial;
}
hr
{
	color:#ffbc00;	
	height:1px;
}
input, textarea
{
	
}
.inputSmall
{
	width:100px;
	border:solid 1px #666666;
	background:url('images/gradient.png');
	background-repeat:repeat-x;
	background-color:#ffffff;
}
.inputMedium
{
	width:200px;
	border:solid 1px #666666;
	background:url('images/gradient.png');
	background-repeat:repeat-x;
	background-color:#ffffff;
}
.inputLarge
{
	width:375px;
	border:solid 1px #666666;
	background:url('images/gradient.png');
	background-repeat:repeat-x;
	background-color:#ffffff;
}
select
{
	
}
.PageTitle
{
	font-family:Arial;
	font-size:18px;
}
.PageSubTitle
{
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	color:#2B76D8;
}
.PageSubTitle A
{
	text-decoration:none;	
	color:#2B76D8;
}
.PageSubTitle A:hover
{
	color:#0040b7;
}
.ContainerHeader
{

}
.Container
{
	font-size:12px;
	font-family:Arial;
}
.Container A
{
	text-decoration:none;	
	color:#2B76D8;
}
.Container A:hover
{
	color:#0040b7;
}
.NormalText
{
	font-size:12px;
}
.NormalText A
{
	font-size:12px;
	text-decoration:none;
	color:#2B76D8;
}
.NormalText A:hover
{
	color:#0040b7;	
}
.SmallText
{
	font-size:11px;
        color:#666666;
}
.SmallText A
{
	text-decoration:none;	
	color:#2B76D8;
}
.SmallText A:hover
{
	color:#0040b7;
}
.Error
{
	color:Red;
	font-size:11px;
}
.imageNoBorder
{
	border-width:0px;
}
.imageBorder
{
	border:solid 1px #ffbc00;
}
.videoHeader
{
	padding:8px 0px 2px 8px;
	vertical-align:middle;
	cursor:pointer;
	height:35px;
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	color:#2B76D8;
	border-top:solid 3px #666666;
	border-bottom:dashed 1px #666666;
	background-color:#D5D5D0;
}
.videoHeaderSelected
{
	padding:8px 0px 2px 8px;
	vertical-align:middle;
	cursor:pointer;
	height:35px;
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	color:#2B76D8;
	border-top:solid 3px #666666;
	border-bottom:dashed 1px #666666;
	background-color:#D5D5D0;
}
.videoContent
{
	text-align:center;
	padding:5px;
}

/*MENU STYLES*/
.menu
{
	background-color:#ffffff;
	border:solid 1px #000000;
}

.DynamicSelectedStyle
{
}
.DynamicMenuStyle
{
	border:solid 1px #000000;
}
.DynamicMenuItemStyle
{
	color:#000000;
	text-decoration:none;
        Padding:3px;
        Text-align:left;
}
.DynamicHoverStyle
{
	color:Red;
	text-decoration:none;
        Padding:3px;
        Text-align:left;
}


.StaticMenuStyle
{
	
}
.StaticMenuItemStyle
{
	color:#ffffff;
	text-decoration:none;	
	height:26px;
	width:91px;
	text-align:center;
	background:url('images/tabInactive.png');
}
.StaticMenuItemStyle a 
{ 
	background-image: none; 
} 
.StaticSelectedStyle
{
	color:#000000;
	background:url('images/tabActive.png');
}
.StaticHoverStyle
{
	color:#ffffff;
	background:url('images/tabInactive_over.png');
}

.StaticMenuStyle_Footer
{
}
.StaticMenuItemStyle_Footer
{
	font-size:11px;
	width:60px;
	text-align:center;
	color:#2B76D8;
	text-decoration:none;	
}
.StaticSelectedStyle_Footer
{
	color:#666666;
}
.StaticHoverStyle_Footer
{
	color:#0040b7;
}

/* GRID STYLES */
.gridItemStyle
{
	background-color:#FBFBFB;
	color:#000000;
	font-family:Arial;
	font-size:12px;
}
.gridItemStyle A
{
	color:#929292;
	font-family:Arial;
	font-size:12px;
	text-decoration:none;
}
.gridItemStyle A:hover
{
	color:#B8432C;
	font-family:Arial;
	font-size:12px;
}
.gridAltItemStyle
{
	background-color:#E0E0E0;
	color:#000000;
	font-family:Arial;
	font-size:12px;
}
.gridAltItemStyle A
{
	color:#929292;
	font-family:Arial;
	font-size:12px;
	text-decoration:none;
}
.gridAltItemStyle A:hover
{
	color:#B8432C;
	font-family:Arial;
	font-size:12px;
}
.gridHeaderStyle
{
	background-color:#C0C0C0;
	color:#E0E0E0;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
}
.gridHeaderStyle A
{
	color:#FFFFFF;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}
.gridHeaderStyle A:hover
{
	color:#B8432C;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}