﻿BODY
{
    BACKGROUND-COLOR:White;
    FONT-FAMILY: Tahoma, Georgia, Times New Roman, Serif;
    FONT-SIZE: 10px;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    margin:0px;
    overflow:hidden;
}

input
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-width:1px;
}

select
{
    font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.Top
{
    position:relative; 
    height:127px;  /*This leaves a 1px gap if set to 108*/
    background-image: url(Images/header_bg.jpg); 
    background-repeat: no-repeat;
}

.Top a
{
    color:#8AAECE;
}

.Top .LoginStatus
{
    position:absolute; 
    right:17px; 
    top:40px;
    color:white;
    font-size:11px;
    font-weight:bold;
}

.Top .LoginFormPosition
{
    position:absolute; 
    left:220px; 
    width:0px; 
    top:15px;
}
    
.Top .LoginFormTable
{
    color:White;
}

.Content
{
    line-height:21px;
    font-family:Georgia;
    font-size:13px;
    color:#000000;
    
    position:relative; 
    height:393px; 
    background-image: url(Images/bg_no_sam.jpg);
    background-repeat: no-repeat;
}



.Content td
{
    font-size: 10px;
    line-height:normal;  
}

a
{
    color:#2D4D73;
}

.Content .LeftFrame
{
    position:relative;
    top:0px;
    float:left; 
    height:100%; 
    width:300px;   
}

.Content .LeftContent
{
    position:relative;
    height:343px; 
    padding:20px 20px 0px 20px;
    font-size:11px;
    overflow:auto;
    z-index:3;
}

.Content .RightFrame
{
    position:relative;
    float:right;
    height:100%; 
    width:470px;       
}

.Content .RightContent
{
    position:relative;
    height:343px;
    padding:20px 5px 0px 10px;
    z-index:3;  
}

.Content .LoginPageContent
{
    position:relative; 
    width:325px; 
    float:left;
}


.Content .WideContent
{
	position:absolute;
	top: 0px;
	left:0px; 
	width:735px;
	height:332px;
	padding:20px 20px 20px 20px;
	overflow:auto;
	z-index:4;     
}

.LoginPageLogo
{
    position:absolute;
    left:620px;
    top:130px;
}

#Main
{
    position:relative;
    width:775px; 
    height:500px;
}

.Divider
{
    position:absolute;
    top:138px;
    left:301px;
    z-index:2;
}

.NavLeft
{
    position:absolute;
    bottom:0px;
    left:0px; 
    height:20px;
    text-align:center;
    z-index:3;
}

.NavRight
{
    position:absolute;
    bottom:0px;
    left:160px; 
    height:20px;
    width:625px;
    text-align:center;
    z-index:3;
}

.Footer
{
    position:absolute;
    left:0px;
    bottom:0px;
    width:775px;
    height:20px;
    background-image: url(Images/footer_bg.jpg);
    z-index:5;
}

.StripSpacing
{
    margin:0;
    padding:0;
    border:0;
}

.MiddleText
{
     position:relative; 
     top:100px;
}

.blueCaps
{
    text-transform:uppercase;
    font-weight:bold;
    color:#53769C;
}

.leadingText
{
    font-size:xx-large;
    color:#660000; 
    line-height:40px;
    font-family:Georgia; 
}

.blueText
{
    color:#0E3452;
}

.leadingTextMedium
{
    font-size:large;
    color:#660000; 
    line-height:33px;
    font-family:Georgia; 
}

.tableHeader
{
    font-size:9px;
    line-height:normal;
    text-transform:uppercase;
    filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#660000,endColorStr=#330000);
    background-color:#660000;
    color:White;
    padding:0px 5px 0px 5px;     
}

.FieldHeader
{
    line-height:normal;
    text-transform:uppercase;
    filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#660000,endColorStr=#330000);
    background-color:#660000;
    color:White;          
}

.SubmitButton
{
    padding:0px 25px 0px 25px;
    font-size:10px;
}

.AHABox
{
     border-style:solid;
     border-width:1px; 
     background-color:#DDCFA2; 
     padding:10px 10px 10px 10px;
}

.LinkList
{
    position:relative;
    color:#660000;
    list-style-type:none;
    padding-left: 0px;
    margin-left: 0px;
    margin-top:10px;
    margin-bottom:10px;
}

.LinkList li
{
    background: url(Images/icon_redArrow.gif) 0px center no-repeat;
    padding-right: 0px;
    margin-bottom:2px;
    text-indent:25px;
}

.LinkList a
{
    line-height:32px;
    font-family:Georgia;
    text-transform:uppercase;
    text-decoration:none; 
    font-size:14px;
    font-weight:bold;
    color:#660000;
    letter-spacing:1px;
}
.LinkLogin
{
    line-height:21px;
    font-family:Georgia;
    text-transform:uppercase;
    text-decoration:none; 
    font-size:10px;
    font-weight:bold;
    color:#660000;
    letter-spacing:1px;
}
.errorText
{
    position:absolute;
    top:30px;
    left:0px;
    width:200px;
	color:White;
	font-weight: bold;
	font-size:12px;
	border-style:dotted;
	background-color:#53769C;
	padding:10px 10px 10px 10px;
	z-index:5;
}

.errorText2
{
	color:White;
	font-weight: bold;
	background-color:#53769C;
}
.errorText3
{
    position:fixed;
	color:white;
	font-weight: bold;
	top:108;
	left:0;
	
    width:775px;
    background-color:#660000;    
	z-index:100;
	text-align:center;

}
.Pointer
{
    cursor:pointer;
}
