.error {
	margin: 20px;
}

.error td {
	font-family: Arial;
	font-size: 11px;
	color: #303030;
}

.border {
	border: solid #e0e0e0 1px;
	width: 980px;
	height: 100%;
}

.border_specs {
	border: solid #e0e0e0 1px;
	width: 100%;
	height: 100%;
}

#header {
	float: left;
	padding: 10px 10px 10px 10px;
}

#content {
	float: left;
	clear: left;
}

#panel_left {
	font-family: Arial;
	font-size: 11px;
	padding-bottom: 5px;
}

#panel_left a {
	color: #303030;
	text-decoration: none;
}

#panel_left a:hover {
	color: #d02b27;
	text-decoration: underline;
}

.panel_left {
	vertical-align: top;
	width: 130px;
	padding-left: 5px;
	border-right: 1px solid #e0e0e0;
	height: 500px;
}

.panel_right {
	vertical-align: top;
	width: 850px;
	padding-left: 5px;
}

.row_even {
	background-color: #ffffff;
}

.row_odd {
	background-color: #f0f2f7;
}

.separator {
	border-top:1px dotted #3778A1;
	font-size:1px;
}

/* ----------------------------- images ----------------------------- */

.thumbnail {
	border: 1px solid #909090;
	height: 80px;
	width: 100px;
	text-align: center;
}

.midsize {
	border: 1px solid #909090;
	height: 240px;
	width: 300px;
	text-align: center;
}

.midsize_closeup {
	position: absolute;
	z-index:1;
	top:10px;
	left:290px;
	text-align: center;
}

.fullsize {
	border: 1px solid #909090;
	height: 560px;
	width: 700px;
}

/* ----------------------------- login ----------------------------- */

#login {
	clear: left;
	float: left;
	margin-top: 20px;
	margin-left: 20px;
}

#login td, #login input {
	font-family: Arial;
	font-size: 11px;
	color: #303030;
}

#login .button {
	font-family: Arial;
	font-size: 10px;
	color: #303030;
}

/* ----------------------------- main ----------------------------- */

#left_indent {
	width: 800px;
	padding-left: 50px;
}

#main {
	clear: both;
	font-family: Arial;
	font-size: 11px;
	color: #303030;
}

#main th {
	font-family: Arial;
	font-size: 11px;
	color: #303030;
	font-weight: bold;
	text-align: left;
}

#main td, #main select, #main input, #main textarea {
	font-family: Arial;
	font-size: 11px;
	color: #303030;
}

#main td.center {
	text-align: center;
}

#main .active {
	font-weight: bold;
}

#main th a {
	text-decoration: underline;
}

#main a {
	font-family: Arial;
	font-size: 11px;
	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: 10px;
	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;
}

/* ----------------------------- 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: 10px;
	color: #606060;
}

#pagination a {
	color: #606060;
	text-decoration: none;
}

#pagination a:hover {
	color: #366086;
	text-decoration: underline;
}

#pagination .curr_page {
	font-weight: bold;
}

