@charset "utf-8";
/*
TFC AGENT - MAIN CSS TEMPLATE 
CREATED BY: MARK JOHNSON
DATE CREATED: 06/10/2009
REVISED:  06/10/2009
COLOR SCHEME: http://colorschemedesigner.com/#3C11Tw0w0w0w0
*/
body
{
	margin: 0;
	background: #FFFFFF;
}

body, td, th {
	color: #333333;
}

h1, h2 {
	color: #000033;
}

h3, h4, h5, h6 {
	color: #006699;
}

a 
{
  color: #003366;
}

A:link {
color: #3366FF;
text-decoration: none;
}

A:visited {
color: #3366FF;
text-decoration: none;
}

A:active {
color: #3366FF;
text-decoration: none;
}

A:hover {
color: #FF9966;
text-decoration: none;
}

.user_login
{
	width:100%;
	height:72px;
	background:url(top_bar_blue.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	line-height: 26px;
}
.user_login A:link {
	color: white;
	text-decoration: none;
}
.user_login A:visited {
	color: white;
	text-decoration: none;
}
.user_login A:active {
	color: white;
	text-decoration: none;
}
.user_login A:hover {
	color: white;
	text-decoration:underline;
}

.full {
	margin: 0 auto;
	width: 790px;
}

.header {
	/*margin-top: 10px;*/
	float:left;
	width: 790px;
	height:200px;
	border-bottom-color:#999999;
	background:url(header1.jpg);
	color: #CCCCCC;
}

.body_center
{
	margin-top: 10px;
	float: left;
	width: 790px;
	height:auto;
	background:#FFFFFF;
}
.page_title
{
	background:url(page_header.png);
	width:545px;
	height:64px;
	float:right;
	font:Georgia, "Times New Roman", Times, serif;
	color: #003399;
	font-weight:bold;
	line-height:55px;
	text-indent:30px;
	font-size:17px;
}
.page_text
{
	border: 1px solid #999999;
	background: #E9E9E9;
	width:520px;
	height:100%;
	float:right;
	font-family:Verdana;
	color: #333333;
	font-weight:bold;
	font-size:11px;
	padding:10px;
}
.nav_left_container
{
	width:230px;
	height:100%;
	float:left;
	/*margin-left: 10px;*/
}
.nav_left_container_top
{
	width:230px;
	height:60px;
	float:left;
	background:url(nav_box_left_top.jpg);
}
.nav_left_container_center
{
	width:230px;
	height:auto;
	float:left;
	background:url(nav_box_left_center.jpg);
}
.nav_left_container_content
{
	padding-top:5px;
	width:220px;
	height:auto;
	float:left;
	padding-left:10px;
	font-family:Verdana;
	font-size:11px;
	line-height: 20px;
}
.nav_left_container_content hr
{
	width:190px;
}
.nav_left_container_bottom
{
	width:230px;
	height:17px;
	float:left;
	background:url(nav_box_left_bottom.jpg) no-repeat;
}

.footer
{
	float:left;
	width:790px;
	height:115px;
	background:url(bottom_bar_blue.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	line-height: 26px;
	margin-top: 10px;
}
.footer A:link {
	color: white;
	text-decoration: none;
}
.footer A:visited {
	color: white;
	text-decoration: none;
}
.footer A:active {
	color: white;
	text-decoration: none;
}
.footer A:hover {
	color: white;
	text-decoration:underline;
}
input
{
border: #006699 1px solid;
color : #0E1930;
font-size : 12px;
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.error
{
height:auto; 
padding-top:8px; 
padding-bottom:8px; 
background-color:#FFBFBF; 
border: solid #CC0000 2px; 
width:auto; color:#CC0000; 
padding-left: 8px;
}

.tabletxt
{	font-size: 10px;
	font-weight: bold;
}

/*LEFT NAVE MENU
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.arrowlistmenu{
width: 180px; /*width of menu*/
}

.arrowlistmenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #A70303;
background: url(arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size: 90%;
}

.arrowlistmenu ul li a:visited{
color: #A70303;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #A70303;
background-color: #F3F3F3;
}