@import url(Header.css);
@import url(Footer.css);
@import url(View.css);
@import url(Popup.css);
@import url(../../SharedResources/Css/Shared.css);

HTML, BODY 
{
	margin: 0px;
	padding: 0px;
	height: 100%;
	background-color: #FFFFFF;
	color: #666666;
	/*color: #202173;*/
}

BODY, BUTTON, DIV
{
	font-family: Trebuchet MS;
	font-size: 11px;
}

TABLE.FormTable TD 
{
	height: 20px;
}

TABLE.ContentContainer 
{
	width: 100%;
	padding-top: 0px;
}

.GrayBlueLink
{
	color: #696969;
	text-decoration: none;
}

.GrayBlueLink:hover
{
	color: #0003c4;
}

.RedLink
{
	color: #C4112F;
	text-decoration: none;
}

.RedLink:hover
{
    color: #000000;
}

.SystemText
{
    font-size: 10px;
    color: #656565;
}

.BlueText
{
    color: #202173;
}

.GrayText, A.GrayText
{
    color: #696969;
    text-decoration: none;
}

A.GrayText:hover
{
	text-decoration: underline;
}

.GrayLinkUnderline
{
	color: #666666;
	text-decoration: underline;
}

.GrayLinkUnderline:hover
{
	text-decoration: none;
}

#fullheight
{
	height:100%;
}

A.SiteMap, A.SiteMap:visited, A.SiteMap:link
{		
	color: #1E2171;
	text-decoration: none;
}

A.SiteMap:hover
{
	text-decoration: underline;
}

DIV#PageIndexHolder
{
	color: #C4112F;
	font-size: 19px;
	margin-bottom: 12px;
	background-color: #F9F9F9;
	border-top: 1px #E6E6E6 solid;
	border-bottom: 1px #E6E6E6 solid;
	padding: 3px 5px;
}

.LeftMenuHeaderContainer
{
    color: #6F6F6F;
    background-color: #f9f9f9;
    border-top: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
    font-size: 12px;
    line-height: 12px;
}

A.Path, A.Path:link, A.Path:visited
{
	font-size: 11px;
    color: #6F6F6F;
	text-decoration: none;
}

A.Path:hover
{
	text-decoration: underline;
}
