﻿/* CSS Document */


 a 
{ 
	text-decoration: none; 
	color:#083BA6; 
 } 
 a:hover { text-decoration: underline;} 
 
p {
    margin-top: 0px;
    padding-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
	}

#login {
	width: 296px; 
	border: 1px solid #BDCCDB;
	left: 0px;
	background-color: #FAFBFC;
}

#login #cells {
	padding-left: 0px;
	border: 1px solid #BDCCDB;
	/*padding-right: 8px;*/
}

#ai {
	width: 400px; height:auto;
	border: 1px solid #BDCCDB;
	position: relative;
	left: 0px;
	
	background-color: #FAFBFC;
}

#instructions {
	width: 592px; 
	border: 0px solid #BDCCDB;
}

#ai #content {
	width:100%; height:100%;
	padding-left: 0px;
	/*padding-right: 8px;*/
}

#ai #titleText {
width: 284px;
	position: relative;
	top: 1px; left:0px;
	font-weight:bold;
	text-align:center ;
}


#ai #leftCol {
	/*position: relative;*/
	width: 285px; height:100%;
	/*left:10px;*/
}

#ai #rightCol {
	/*position: relative;*/
	width: 285px; height:100%;
	/*top: 25px; left:10px;*/
}

#ai #centerCol {
	/*position: relative;*/
	width: 285px; height:100%;
	/*top: 25px; left:10px;*/
}

#ai .contentBox {
	width: 600px; height:60px;
	background-color: #FFFFFF;
	border: solid #D7E7F4 1px;
	padding: 5px 5px 5px 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #333333
}

#ai img{
	float: left;
	padding: 2px 2px 2px 2px;
	border: solid #D7E7F4 1px;
	/*padding: 5px;*/
	}

#ai .contentBoxCopy {
	position: relative;
	left: 10px; top:10px;
	width: 240px;
}

.errorBox
{
	width: 577px; height:100%;
	background-color:#FEFBD8;
	border: solid #FF0000 1px;
	padding: 5px 5px 5px 8px;
	left: 0px;
	font-family:Arial;
	font-size: x-small ;
	font-weight:bold; 
}

a:hover image { 
        border-color: #B92D47; 
        border-style: solid;
        cursor:hand;
        } 

.textBold {  font-weight: bold}
.textSml {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #333333}
.textMid {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #333333}
.textLrg {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px}
.textTabs {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold}


p {
    margin-top: 0px;
    padding-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
	}


#archive {
	width: 725px; height:auto;
	border: 1px solid #BDCCDB;
	position: relative;
	left: 10px;
	background:url("../images/titlebar.gif") top left no-repeat;
	background-color: #FAFBFC;
}

#archive #content {
	width:100%; height:100%;
	padding-left: 0px;
	/*padding-right: 8px;*/
}


