﻿body 
{
	background-color: #04243B;
	font-size: 12px;
	min-width: 880px;
}

.PageHeader
{
	color: white;
	padding-top: 15px;
	padding-bottom: 15px;
	vertical-align: middle;
	font-size: xx-large;
}

#headerLinks
{
	font-family: "Arial";
	color: White;
	float: right;
}
#headerLinks a:link, a:visited
{
	font: arial;
	color: White;
	text-decoration: none;
}

#headerLinks a:link:hover, #headerLinks a:visited:hover
{
	color: White;
	text-decoration: underline;
}

/**********************************************************/
.yui .ajax__tab_header 
{
    font-family:arial,helvetica,clean,sans-serif;
    font-size:small;
    text-decoration: bold;
    /*border-bottom:solid 5px #2647a0;*/
}
.yui .ajax__tab_header .ajax__tab_outer 
{
    background:url(img/sprite.png) #d8d8d8 repeat-x;
    margin:0px 0.16em 0px 0px;
    padding:1px 0px 1px 0px;
    vertical-align:bottom;
    border:solid 1px #a3a3a3;
    border-bottom-width:0px;
}
.yui .ajax__tab_header .ajax__tab_tab
{    
    color:#000;
    padding:0.35em 0.75em;    
    margin-right:0.01em;
}
.yui .ajax__tab_hover .ajax__tab_outer 
{
    background: url(img/sprite.png) #bfdaff repeat-x left -1300px;
}
.yui .ajax__tab_active .ajax__tab_tab 
{
    color:#fff;
}
.yui .ajax__tab_active .ajax__tab_outer
{
    background:url(img/sprite.png) #2647a0 repeat-x left -1400px;
}
.yui .ajax__tab_body 
{
    font-family:verdana,tahoma,helvetica;
    font-size:10pt;
    padding:0.25em 0.5em;
    /*background-color:#edf5ff;    */
    background-color: White;
    border:solid 1px #808080;
    border-top-width:0px;
}
/*************************************************************/




.ItemTemplate
{
	text-align: left;
	color: white;
}

.tr_LayoutTemplate
{
	font-weight: bold;
	text-align: left;
}

.tr_ItemTemplate
{
	font-weight: bold;
	text-align: left;
}

.footnotes_ItemTemplate
{
	font-size: 10px;
	color: blue;
}

.modalBackground
{
	background-color: #333333;
	filter: alpha(opacity=70);
	opacity:0.7; 
}
.modalContainer
{
	position: absolute;
	max-width: 660px;
	width: 660px;
	left: 50%;
	top: 50%;
	z-index: 0;
}
.modalTop 
{
	width: 660px;
	color: White;
	background-color: #2C5922;
	text-align: right;
}
.modalTop a
{
	color:White;
	text-decoration: none;
}

.modalPopup
{
	background-color: #FFFFFF;
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
	padding: 1px;
	
}

.ItemNumber
{
	color: blue;
	text-decoration: none;
}
.ItemNumber:hover
{
	color: blue;
	text-decoration: underline;
}
