﻿/* DEFAULTS
----------------------------------------------------------*/

body
{
     font-family: 'Segoe UI' , Verdana, sans-serif, Arial, Helvetica;
    margin: 0px 0px 0px 0px; /* color: #696969;
    background-image: url('images/Body_BG.png');
    background-repeat: repeat-x; 
    background-color: #ADADAD;*/
    background-color: #999999;
}

a:link, a:visited
{
    color: #034af3;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

p
{
    margin-bottom: 10px;
    line-height: 26px; /*1.6em;*/
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
	background-color:transparent;
	width: 100%;
	/*margin:5px 10px 5px 10px; 	
	background-image:: url('images/Body_BG.png');
    background-repeat:repeat*/
    text-align:left;
}

.Caption
{
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    background-image: url('images/Page_Title_BG.png');
    background-repeat: repeat-x;
    height:35px; 
    vertical-align:middle;   
}
.captionTitle
{
    padding:4px 0px 5px 13px;
    font-size: 18px; 
    font-weight: 600;  
    color:#143143; 
    font-family: 'Segoe UI', Verdana, sans-serif, Arial, Helvetica;
    vertical-align:middle;
}
.ContentList
{
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;   
    width:100%;	
}
.Content
{
    padding: 0px 0px 0px 8px;
    margin: 0px 0px 0px 0px;   
    width:100%;    
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
	display: block;
	float: left;
	text-align: left;
	width: auto;	
}

.loginDisplay
{
    font-size: 18px;/*1.1em;*/
    display: block;
    text-align: right;
    padding-right:20px;
    padding-top:23px;
    height:100px;
    color: White;      
}

.loginUserDisplay
{
    font-size: 14px;
    display: block;
    text-align: left;
   /* padding-left:3px;*/
    padding-top:13px;
    height:100px;
    color: Gray;   
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 13px;/*0.8em;*/
    color: Red;
    font-family: 'Segoe UI' , Verdana, sans-serif, Arial, Helvetica; 
    font-size:13.5px;
}

.bold
{
    font-weight: bold;
}




.footerLink, .footerLink:link, .footerLink:visited
{
    text-decoration: none;
     color: #3487CB;
   
}

.footerLink:hover
{
    color: #B3D3FF;
    text-decoration: none;
}

.headerLeft
{
    background-image: url('../HomeImages/Header_Left.png');
    background-repeat: no-repeat;
    width: 11px;
    height: 92px;
}
.headerMid
{
    background-image: url('../HomeImages/Header_Mid.png'); 
    background-repeat: repeat-x;
    height:92px;
    /*vertical-align:bottom;*/
}
.headRight
{
    width:15px;
    height:92px;
    background-image: url('../HomeImages/Header_Right.png'); 
    background-repeat: no-repeat;
}
.logo
{
    width:113px;  
    height:37px;  
    text-align:left; 
    padding:0px 0px 0px 0px;
    margin:0px 0px 0px 0px;
}
.mainPageContent
{
     min-height:500px; 
     background-color:#FFFFFF;
}
.footerLeft
{
    background-image: url('../HomeImages/Footer_Left.png');
    background-repeat: no-repeat;
    width: 14px;
    height: 95px;
}
.footerMid
{
    background-image: url('../HomeImages/Footer_Mid.png'); 
    background-repeat: repeat-x; 
    height:95px; 
}
.footerRight
{
    background-image: url('../HomeImages/Footer_Right.png'); 
    background-repeat: no-repeat; 
    width:14px;
    height:95px;
}
.footerContent
{
    font-family: 'Segoe UI', Verdana, sans-serif, Arial, Helvetica;
    font-size: 12px; 
    color:Gray;
    vertical-align:middle; 
   text-align:right; 
}


.HomeHeaderLeft
{
    background-image: url('../HomeImages/Header_Left.png'); 
    background-repeat: no-repeat;
    width:11px;
	height:92px;
}
.HomeHeaderMid
{
    background-image: url('../HomeImages/Header_Mid.png'); 
    background-repeat: repeat-x;
    vertical-align:middle;
}
.HomeHeaderRight
{
    width:15px;
    height:92px;
    background-image: url('../HomeImages/Header_Right.png'); 
    background-repeat: no-repeat;
}

.HomeLogo
{
    width: 850px;
    height: 37px;
    text-align: left;
    background-image: url('../HomeImages/HomeLogo.png');
    background-repeat: no-repeat;
}

.HomeLogin
{
    width: 183px;
    height: 34px;
    text-align: right;
   /* background-image: url('images/LoginButton.png');
    background-repeat: no-repeat;*/
    cursor:hand;
    padding-right:0px;
 }

.HomeContent
{
    min-height: 500px;
    /*background-image: url('images/1100x500.png');*/
    background-repeat:no-repeat;  
    width:1000px;
    height:510px; 
    /*width:1050px;*/
}

.ImageClass
{
    cursor:hand;
}

.footerWelcome
{
    font-family: 'Segoe UI', Verdana, sans-serif, Arial, Helvetica;
    font-size: 12px; 
    color:Gray;
    vertical-align:middle; 
   text-align:left; 
}