body
{
	background-color:#3f3f3f;
	text-align:center;
	font-family:Verdana;
	font-size:12px;
	padding:0px;
	margin:0px;
}

a
{
	color:#666666;
	font-weight:bold;
	text-decoration:none;
}


table
{
	font-family:Verdana;
	font-size:12px;
}


.display_tbl
{
	background-color:#666666;
}

.display_tbl th
{
	background-color: #C0C0C0;
  	text-align:center;
}

.display_tbl tr
{
	background-color: #E0E0E0;
}


#wrap
{
	width:1000px;
	margin:0 auto;
	text-align:left;
}

#logo
{
	text-align:center;
}

#content
{
	clear:both;
}

.pages
{
	padding-top:3px;
	width:100%;
	text-align:center;
	clear:both;
}

.current_page
{
	vertical-align:top;
}

#pagename
{
	float:left;
	width:30%;
}

#search
{
	float:left;
	width:70%;
	text-align:right;
}

#display_table
{
	width:1000px;
}

#display_table .large_head
{
	width:40%;
}

#display_table .small_head
{
	width:20%;
}

#footer
{
	text-align:center;
}

#footer p
{
	font-size:10px;
	color:#FFF;
}

.error
{
	color:red;
}
.req
{
	color:red;
}
.success
{
	color:green;
}

.tbl_label
{
	font-weight:bold;
	text-align:right;
	vertical-align:top;
}

.message {
	color: green;
}
table.thleft th {
	text-align: left;
}
table.thright th {
	text-align: right;
	padding-right: 10px;
}
