@charset "utf-8";
/* CSS Document */

body{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	text-align:center;
}

/* begin login screen styles */

#loginTable {
	border:1px solid #000000;
}

#loginTable #title{
	background-color:#CCCCCC;
 	border-bottom:1px solid #000000;
}

/* begin layout styles */

#container{
	width:768px;
	margin:auto;
	border:1px solid #000000;
}

#topNav{
	width:inherit;
	margin:0;
	padding:0;
	border-bottom:1px solid #000000;
}

#topNav ul{
	padding:5px;
}

#topNav  li{
	padding:2px;
	display:inline;
	list-style:none;
	font-size:12px;
}

#topNav li a:link, .linky{
	color:#000000;
}
#topNav li a:hover, .linky{
	font-weight:bold;
}
#topNav li a:visited, .linky{
	color:#000000;
}

#content{
	text-align:left;
	margin-left:50px;
}
#content h2{
	margin-left:-20px;
	border-bottom:1px solid #666666;
	width:300px;
}
#content h3{
	margin-left:-10px;
	border-bottom:1px solid #666666;
	width:300px;
}

#content .totalVendors{
	font-size:10px;
}

#footer{
	border-top:1px solid #000000;
	font-size:10px;
}

#footer .apLink{
	border-bottom:1px solid #000000;
	color:#660000;
}

#content .status{
	border:0;
}

#content .error{
	color:#FF0000;
}
.success{
	color:#006600;
}