/* CSS Document */



* {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	margin:0px;
	padding:0px;
	color:#333;
}
body {
	background-color:#e8ecef;
	padding-top:30px;
}
h2 {
	font-size:18px;
	padding:5px 0px 5px 0px;
}
input[type=text], input[type=password], input[type=file] {
	padding:5px;
}
input[type=submit], input[type=button] {
	height:23px;
	padding-left:8px;
	padding-right:8px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	background-color:#3a5d81;
	border-right:1px solid #3a5d81;
	border-bottom:1px solid #3a5d81;
	border-left:1px solid #8ba9c8;
	border-top:1px solid #8ba9c8;
	color:#FFF;
	font-weight:bold;
}
input[type=submit]:hover, input[type=button]:hover {
	cursor:pointer;
	background-color:#4376ab;
}
a {
	color:#09F;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
table {
	border:1px solid #999;
}
table tr td {
	padding:5px;
}
p {
	padding:3px 0px 3px 0px;
}
#wrap {
	width:980px;
	margin:0px auto;
	overflow:auto;
}
#content {
	width:740px;
	float:right;
	background-color:#FFF;
	border:1px dashed #CCC;
	padding:15px;
}
#menu {
	width:190px;
	float:left;
}
.menu {
	font-size:14px;
	width:170px;
	border:1px dashed #CCC;
	background-color:#FFF;
	padding:15px;
	margin-bottom:10px;
}
.listing_table {
	border-bottom:none;
}
.listing_table tr th {
	background-color:#d1e0e7;
	padding:8px;
}
.listing_table tr td {
	border-bottom:1px solid #BBB;
	border-left: 1px solid #BBB;
}
.listing_table tr td:first-child {
	border-left:none;
}
.center {
	margin:0px auto;
}
.small_error {
	font-size:10px;
	color:#900;
}
#pagination{
	text-align:center;
	padding:20px;
	font-size:14px;
}