﻿
	

a:visited {
  color: #0000FF;
}



a:active {
	color: #FF6600;
}


h1 {
	font-family: arial, verdana, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #C10001; /* red */
	margin: 2px 0 0px 0;
}

h3 {
	font-family: arial, verdana, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #C10001; /* red */
	margin: 2px 0 0px 0;
}
hr {
	border-color: #E7E7E7; /* v light grey */
	color: #E7E7E7; /* v light grey */
	border: none 0; 
	border-top: 1px;
	border-style: solid;
	height: 1px;
	margin: 0px 0 2px 0;
}




a {
	
	text-decoration:none;
	font-weight:bold;
	
	}
	
a:hover {
	color: #990000;
	text-decoration:underline;
	/*
	font-weight: bolder;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FF0000;
	border-right-color: #FF0000;
	border-bottom-color: #FF0000;
	border-left-color: #FF0000;*/
	}
	
/* ID Styles */

#navigation a {
	font:10px arial;
	color: #ffffff;
	text-decoration:none;
	letter-spacing:.1em;
	}
	
#navigation a:hover {
	color: #CC0000;
	font-size: 12px;
	text-decoration: underline;
	/* border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FF0000;
	border-right-color: #FF0000;
	border-bottom-color: #FF0000;
	border-left-color: #FF0000; */
	}
	
	
.clear-long-content .tbx
{
	border: 1px solid #A8A8BE;
}

.clear-long-content .ddl
{
	border: 1px solid #A8A8BE;
}

.clear-long-bottom
{
	background: url(/css/images/clear-long-bottom.jpg) no-repeat left bottom;
	margin: 0 0 18px 0px;
	padding: 0px;
	width: auto;
	height: 11px;
}
* html .clear-long-content
{
	margin: -6px 0 0 0;
}


.clear-long
{
	margin: 2px 0 0 0;
	float: left;
	width: 500px;
	height: auto;
}

.clear-long-top
{
	background: url(/css/images/clear-long-top.jpg) no-repeat left top;
	margin: 0px;
	padding: 0px 13px 0px 13px;
	width: auto;
	height: 12px;
}

.clear-long-content
{
	background: url(/css/images/clear-long-back.jpg) repeat-y left top;
	width: auto;
	height: auto;
	margin: -7px 0 0 0;
	padding: 0px 13px 0px 13px;
}


/* Job List
----------------------------------------------- 
*/
table.joblist {
	border-collapse: collapse;
	border: 0px;
}
.joblist th{
	border: 1px solid #E7E7E7; /* v light grey */
	text-align: left;
	color: #000000; /* black */
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	text-decoration: none;
}
tr.odd td {
	background-color: #F9F9F9; /* omg another shade of grey */
	border: 0px solid #E7E7E7; /* v light grey */
	color: #000000; /* black */
}
		tr.odd td a {
			color: #C10001; /* red */
		}
tr.even td{
	background-color: #ffffff; /* white */
	border: 1px solid #E7E7E7; /* v light grey */
	color: #000000; /* black */
}
		tr.even td a {
			color: #C10001; /* red */
		}
tr.hover td{
	background-color: #eeeef9; /* light grey / blue */
	border: 1px solid #E7E7E7; /* v light grey */
	color: #C10001; /* red */
}
		tr.hover td a{
					color: #C10001; /* red */
		}



/*start of blue */

.blue-three-long
{
	margin: 0;
	float: left;
	width: 759px;
	height: auto;
}

* html .blue-three-long-bottom
{
	margin: -5px 0 0 0;
}

.blue-long
{
	margin: 0px;
	float: left;
	width: 500px;
	height: auto;
}

.blue-long-top
{
	background: #A8A8BE url(/css/images/blue-long-top.jpg) no-repeat left top;
	margin: 0px;
	padding: 0px 0 0px 9px;
	width: auto;
	height: 7px;
}

.white-back
{
	background-color: #fff;
	padding-left: 5px;
}

.blue-long-content
{
	background: #A8A8BE url(/css/images/blue-long-back.jpg) repeat-y left top;
	width: auto;
	height: auto;
	margin: -1px 0 0 0;
	padding: 0px 12px 0px 12px;
}

* html .blue-long-content
{
	margin: -2px 0 0 0px;
}

.blue-long-bottom
{
	background: #A8A8BE url(/css/images/blue-long-bottom.jpg) no-repeat left bottom;
	margin: -1px 0 18px 0px;
	padding: 0px;
	width: auto;
	height: 11px;
}
