/**********************PARAGRAPHS**********************/
p#signature{ font-style: italic; }

p#white{ color: #FFFFFF; }


/**********************TABLE**********************/
table { font-size: 10px;
		text-align: center;
		margin-bottom: 15px;
		border: 1px solid #68838B;
		width: 733px;
		padding: 0px;
		}
		
th {    text-align: center;
		color: #FFFFFF;
		text-transform: uppercase;
		background-color: #003366;
		}

td { background-color: #FFFFFF; }

td.newJob { background: #FFFFFF url(/images/new.gif) no-repeat scroll left top; }

/**********************TABLE_NAVIGATION**********************/
ul.tablePaginater  {
	display:block;
	list-style: none;
	margin:1px 0pt 1em;
	padding:0pt;
	text-align:center;
	}
	
.tablePaginater li {
	display: inline;
	margin: 5px;
	}

ul.tablePaginater li.currentPage a {
	background-color: #FFFFFF;
	border-color: #CC9933 !important;
	color:#000000;
	}

ul.tablePaginater li a {
	background-color: #DDDDDD;
	border:1px solid #CCCCCC;
	color:#666666;
	cursor:pointer;
	display:table-cell !important;
	height:2em;
	min-height:2em;
	min-width:2em;
	outline-color:invert;
	outline-style:none;
	outline-width:medium;
	padding:0.2em;
	text-align:center;
	width:2em;
	}
/**********************HEADINGS**********************/
h2{ text-align: left;
	}

h4.projectTitle {
	color: #820010;
	}

/**********************SORTABLE TABLE**********************/
th#project { width: 106px;}
th#supt { width: 78px;}
th#address { width: 125px;}
th#city { width: 59px;}
th#state { width: 33px;}
th#zip { width: 30px;}
th.numbers { width: 75px;}
th#office { width: 40px;}

th a:link, th a:visited {
	color: #FFCC33;
	text-decoration: none;
	height: 15px;
	}

#project a:link, #project a:visted { width: 106px; }
#supt a:link, #supt a:visited { width: 78px; }
#city a:link, #city a:visited { width: 59px; }
#state a:link, #state a:visited { width: 33px; }
#office a:link, #office a:visited { width: 40px; }

th a:hover { color: #FFFF00;}

th.forwardSort {
	background: transparent url(/images/forwardArrow.png) no-repeat scroll left top;
	}
	
th.reverseSort {
	background: transparent url(/images/reverseArrow.png) no-repeat scroll left top;
	}
