/* CSS Document */

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #ffffff;
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 18px;
}
a:link {
	color: #003F65;
    text-decoration: none;
}
a:visited {
	color: #003F65;
    text-decoration: none;
}
a:hover {
	color: #cecece;
	
}
a:active {
	color: #003F65;
    text-decoration: none;
}
a.orangeLinks:link, a.orangeLinks:visited, a.orangeLinks:active {
	color: #FF9933;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}
a.orangeLinks:hover {
	color: #A1BC76;
	text-decoration: none;
}

.statusbox {
 border: 1px solid #E8E8E8;
 background: none;
 padding: 3px;
width: 500px;

 }

.greybg{
background-color:#F3F3F3;
padding: 5px;

}
.statusbox2 {
 border: 1px solid #E8E8E8;
 background: none;
 padding: 3px;
width: 500px;
height: 70px;
 }
.statusbox3 {
 border: 1px solid #E8E8E8;
 background: none;
 padding: 3px;


 }
.greybg2{
background-color:#F3F3F3;
padding: 5px;
height: 60px;
}
.note{
font-size: 12px;
color:#666666;
}
.warning{
color: #CC3333;
font-weight:bold;
}
.txtField{
border: 1px solid #DEDEDE;
color: #666666;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}
.txtFile{
color: #666666;
font-family:Arial, Helvetica, sans-serif;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 3px;
border-left-width: 1px;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-top-color: #DEDEDE;
border-right-color: #DEDEDE;
border-bottom-color: #DEDEDE;
border-left-color: #DEDEDE;
font-size: 12px;
}
.btn{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color: #003F65;
height:20px;
}


.ttlPreview{
color:#1987BA;
font-weight:bold;
}
.imgBdr {
	padding: 1px;
	border: 1px solid #0F93D0;
	margin-right: 10px;
}
.white{
color:#FFFFFF;

}
a.blue:link { color: #1987BA; font-weight:bold; text-decoration: none; }
a.blue:visited { color: #1987BA; font-weight:bold; text-decoration: none; }
a.blue:hover { color: #1987BA; font-weight:bold; text-decoration: underline; }

a.pink:link { color: #FF1C93; text-decoration: none; }
a.pink:visited { color: #FF1C93; text-decoration: none; }
a.pink:hover { color: #990E57;  text-decoration: none; }
.pink{

color:#FF1C93;
}
.blue{
color:#1987BA;
}