.error {
	margin: 20px;
}

.error td {
	font-family: Arial;
	font-size: 12px;
	color: #303030;
}

.border {
	border: solid #e0e0e0 1px;
	width: 800px;
	height: 100%;
}

.border_wide {
	border: solid #e0e0e0 1px;
	width: 1000px;
	height: 100%;
}

#header {
	float: left;
	padding: 10px 10px 10px 10px;
}

#menu {
	float: left;
	clear: right;
	margin-top: 20px;
	margin-left: 60px;
}

#menu a {
	font-family: Arial;
	font-size: 11px;
	color: #606060;
	text-decoration: none;
}

#menu a:hover {
	text-decoration: underline;
}

#content {
	float: left;
	clear: left;
	width: 800px;
}

.panel_left {
	vertical-align: top;
	width: 110px;
	padding-left: 5px;
	border-right: 1px solid #e0e0e0;
	height: 400px;
}

.panel_right {
	vertical-align: top;
	width: 690px;
	padding-left: 5px;
}

.panel_right_wide {
	vertical-align: top;
	width: 890px;
	padding-left: 5px;
}

.row_even {
	background-color: #ffffff;
}

.row_odd {
	background-color: #f0f2f7;
}

.separator_new {
	border-top:1px dotted #3778A1;
	font-size:1px;
}

#feature_list ul li {
	background: transparent url(../internal/images/bullet_black.png) no-repeat scroll -2px -1px;
	list-style-type : none;
	padding : 0px 0px 5px 15px;
}

#feature_list ul {
	position: relative;
	left: -40px;
	top: -10px;
	width: 100%;
}

/* ----------------------------- login ----------------------------- */

#login {
	clear: left;
	float: left;
	margin-top: 20px;
	margin-left: 20px;
}

#login td, #login input {
	font-family: Arial;
	font-size: 12px;
	color: #303030;
}

#login .button {
	font-family: Arial;
	font-size: 11px;
	color: #303030;
}

/* ----------------------------- main ----------------------------- */

#listing_details {
	padding-bottom: 19px;
}

#listing_details .label {
	clear: left;
	float: left;
	font-weight: bold;
}

#listing_details .desc {
	clear: right;
	float: right;
}

#printer_friendly {
	float: left;
	padding-left: 10px;
}

#sort {
	clear: right;
	float: right;
	padding-right: 20px;
	font-family: Arial;
	font-size: 12px;
	color: #303030;
}

#sort select, #sort input {
	font-family: Arial;
	font-size: 12px;
	color: #303030;
}

#sort .button {
	font-family: Arial;
	font-size: 11px;
	color: #303030;
}

#main {
	clear: both;
	padding: 5px 5px 5px 5px;
	font-family: Arial;
	font-size: 12px;
	color: #303030;
}

#main .mandatory {
	font-size: 11px;
	color: #606060;
	font-style: italic;
}

#main th {
	font-family: Arial;
	font-size: 12px;
	color: #303030;
	font-weight: bold;
	text-align: left;
}

#main_PDF th {
	font-family: Helvetica;
	font-size: 9px;
	color: #303030;
	font-weight: bold;
	text-align: left;
}

#main td, #main select, #main input, #main textarea {
	font-family: Arial;
	font-size: 12px;
	color: #303030;
}

#main_PDF td {
	font-family: Helvetica;
	font-size: 9px;
	color: #303030;
}

#main td.center {
	text-align: center;
}

#main .active {
	font-weight: bold;
}

#main a {
	font-family: Arial;
	font-size: 12px;
	color: #303030;
	text-decoration: none;
}

#main a.underline {
	text-decoration: underline;
}

#main a:hover {
	color: #d02b27;
	text-decoration: underline;
}

#main a.inactive {
	text-decoration: none;
	color: #303030;
}

#main a.inactive:hover {
	color: #d02b27;
}

#main .button {
	font-family: Arial;
	font-size: 11px;
	color: #303030;
}

#main .separator_v {
	font-size: 16px;
	color: #7e9db9;
}

#main .separator_h {
	border-bottom: 1px dotted #7e9db9;
	margin-bottom: 5px;
	font-size: 1px;
	height: 10px;
}

#form_listing {
	float: right;
	margin-right: 5px;
	margin-top: 10px;
}

#form_listing_item {
	margin-bottom: 5px;
}

#form_listing_separator {
	font-size: 1px;
	margin-bottom: 10px;
}

.color_label {
	color: #3b659a;
}

/* ----------------------------- pagination ----------------------------- */

#pagination {
	clear: both;
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	text-transform: uppercase;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #606060;
}

#pagination a {
	color: #606060;
	text-decoration: none;
}

#pagination a:hover {
	color: #366086;
	text-decoration: underline;
}

#pagination .curr_page {
	font-weight: bold;
}

