

/* Search */

#tsearch {
	float: right;
	width: 308px;
	height: 60px;
	padding: 20px 0px 0px 0px;
	background: #E9E3CB;
	border-bottom: 4px solid #FFFFFF;
}

#tsearch form {
	height: 41px;
	margin: 0;
	padding: 10px 0 0 20px;
}

#tsearch fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#tsearch-text {
	width: 187px;
	padding: 6px 5px 2px 5px;
	border: none;
	background: #FFFFFF;
	text-transform: lowercase;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #464032;
}

#tsearch-submit {
	width: 55px;
	height: 23px;
	border: 1px solid #AC9A79;
	background: #AC9A79;
	font-weight: bold;
	font-size: 10px;
	color: #FFFFFF;
}

#homepage .content{
	background: url(../images/Flowchart5.JPG) ; 
	/*float: left;*/
	margin: 0px;
	padding:0px 0px 0px;
	
	font: normal 16px Georgia, Arial;
	
	color: #5E4E38;
}


/* Report */


#treport table{
 width:900px; 
 border:1px;
 border-color:black;
 font-size: 16px;
 background: #cccccc;
 margin: 0px auto;
 padding: 3px;
 }
	
#treport row{
 }
#treport .lt {
 
 }
 
#treport .lc  {
 
 }
	
	
.urbangreymenu{
width: 97%; /*width of menu*/
/*border-left:5px solid #E0D3B3;*/

}

.urbangreymenu .headerbar{
font: bold 13px Verdana;
color: white;
background: url(../images/img03.jpg); /*#E0D3B3; #778877 url(images/arrowstop.gif) no-repeat 8px 6px;*/ /*last 2 values are the x and y coordinates of bullet image*/
margin-bottom: 0; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 7px 0 7px 7px; /*31px is left indentation of header text*/
}

.urbangreymenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}

.urbangreymenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.urbangreymenu ul li a{
font: bold 12px Arial;
color: #666677;
/*background: #E9E9E9; */
display: block;
padding: 5px 0;
line-height: 17px;
padding-left: 8px; /*link text is indented 8px*/
text-decoration: none;
}

.urbangreymenu ul li a:visited{
color: #666677;
}

.urbangreymenu ul li a:hover{ /*hover state CSS*/
color: white;
background: black;
}

.urbangreymenu .current_page_item{ /*hover state CSS*/
	background: #E0D3B3;
	text-decoration: none;
}

/* Menu */

#tmenu {
	width: 1200px;
	height: 36px;
	margin: 0 auto;
	padding: 0;
	background: url(../images/img01.jpg) no-repeat left top;
}

	
#tmenu ul {
	margin: 0px 0px 0px 0px;
	padding: 10px;
	list-style: none;
	line-height: normal;
}

#tmenu li {
	float: left;
}

#tmenu a {
	margin-bottom: 0px;
	padding: 10px 20px 10px 20px;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	border: none;
}

#tmenu a:hover, #tmenu .current_page_item a {
	background: #E0D3B3;
	text-decoration: none;
}

#tmenu .current_page_item a {
	background: #E0D3B3;
	color: #2A1F0B;
}


.dataTables_filter input {
 	border: 1px solid #C3C3C3;
}
