/* A Free Design by Bryant Smith (bryantsmith.com) */

html, body {
text-align: center;
}
p {text-align: left;}

body {
	margin: 0;
	padding: 0;
	background-color:#95B9C7;
	text-align: left;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 13px;
	color: 	#25383C;
}
*
{
  margin: 0 auto 0 auto;
 text-align:left;}


html, body {
text-align: center;
}
p {text-align: left;}

.dotted_line
{
background-image:url('/media/dotted_line.png');
background-repeat:repeat;
clear:both;
width:1116px;
height:5px;
}



.header
{
background-color:#95B9C7;
background-repeat:no-repeat;
width:1121px;
height:0px;
}


#header h1
{
display:block;
background-color:#95B9C7;
float:right;
margin-left:17px;
color:#000000;
text-align:left;
font-size:28px;
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
padding-right:20px;
}


#header ul {
display:block;
	background-color:#95B9C7;
	padding: 0px;
	list-style-type: none;
	overflow:hidden;
	width:70%;
	float:left;
}
#header ul li , #header ul li a, #header ul li a:visited{
	float:left;
	margin: 0px;
	text-align:center;
	line-height:40px;
	color:#000000;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	padding-left:10px;
	padding-right:10px;
}

#header ul li a:hover{
color:#666666;
}



#main 
{
width:1116px;
margin-top:30px;
margin-bottom:15px;
}


#main .main_left
{
width:458px;
background-image:url('/media/main_top.png');
background-repeat:no-repeat;
text-align:center;
float:left;
}

#main .main_left h1
{
padding-top:20px;
padding-left:40px;
color:#000000;
font-size:28px;
}

#main .main_left h3
{
padding-bottom:20px;
padding-left:50px;
color:#666666;
font-size:18px;
}



#main .main_right
{
padding-left:0px;
height:auto;
width:458px;
background-image:url('/media/main_body.png');
background-repeat:repeat-y;
color:#000000;
padding-bottom:20px;
float:left;
}

#main .main_right h2
{
font:Verdana, Arial, Helvetica, sans-serif;
font-size:24px;
padding-bottom:15px;
}

#main .main_right p
{
line-height:20px;
}






#page
{
  margin: 0 auto 0 auto; 
  margin-top:35px;
  display: block; 
  height:auto;
  position: relative; 
  overflow: hidden; 
  width: 1121px;
}





#footer {
display:block;
width: 1121px;
height:74px;
background: url('/media/footer.png') no-repeat;
text-align:left;
font-size:9px;
line-height:25px;
}

#footer p{
padding-right:20px;
text-align:left;
}

#footer, #footer a, #footer a:visited{
color:#000000;
}

#footer a:hover{
text-decoration:none;
color:#666666;
}


table
{
border-collapse: collapse;
border-spacing:0;
border: 1px solid #BA9;
font: 90% "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
}
 caption{
  padding: 0 .4em .4em;
  text-align: left;
  font-size: 110%;
  font-weight: bold;
  text-transform: uppercase;
  color: #453827;
  background: transparent;
  }
	
tr{

}
td, th {
  border: 2px solid #BBAA99;
  padding: 3px;
	font-size: 1.1em;
color: #666;
  }
thead th, tfoot th, tfoot td {
	border: 1px solid #BA9;
	text-align: left;
	font-weight: bold;
	font-size: 120%;
	background: #BA9 url("/media/sky_blue.jpeg") repeat-x top left;
	color: #FFF;
}
 tbody th,thead th,tbody td {
	vertical-align: top;
	text-align: left;
}

tbody tr:hover td, 
tbody tr:focus td,
tbody tr:hover th,
tbody tr:focus th
{
	background: url("/media/light_red.jpeg")  repeat-x top left;
	color: #000;
}

tr.odd
{
background: url("/media/background.png")  repeat-x top left;
}

/* Pagination nested */
.paginate_disabled_previous, .paginate_enabled_previous, .paginate_disabled_next, .paginate_enabled_next {
	height: 19px;
	width: 19px;
	margin-left: 3px;
	float: left;
}

.paginate_disabled_previous {
	background-image: url('/media/back_disabled.jpg');
}

.paginate_enabled_previous {
	background-image: url('/media/back_enabled.jpg');
}

.paginate_disabled_next {
	background-image: url('/media/forward_disabled.jpg');
}

.paginate_enabled_next {
	background-image: url('/media/forward_enabled.jpg');
}

.dataTables_filter {
	width: 50%;
	float: left;
	text-align: left;
}

.dataTables_info {
	width: 60%;
	float: left;
}


