td a {
	font-size: .9em;
}


#cInfoDiv {
	border: 1px solid #7d0000;
/*	display: none;*/
	visibility: hidden;
	position: absolute;
	z-index: 10;
	top: 0px;
	left: 0px;
	text-align: left;
	width: 520px;
}

#cInfoTitle {
	background-color: #e1b37e;
	border-bottom: 1px solid #7d0000;
	padding: 0;
	padding-left: 9px;
	margin: 0;
	font-weight: bold;
}

#corner {
	float: left;
	width: 10px;
	height: 10px;
	margin: -1px 0 0 -1px;
	background: url('../images/top-left_corner-tan.gif') top left no-repeat;
	display: inline; /* Double Margin bug fix */
	position: relative; /* Need this so IE6 will get the stacking (index) order correct */
}

#cInfoClose {
	float: right;
	padding: 0 10px;
}

#cInfoClose a {
	color: #7d0000;
}

#cInfoClose a:hover {
	color: #006595;
}

#cInfoContent {
	background-color: #292b68;
	width: 500px;
/*	height: 300px;*/
	color: #fff;
	padding: 5px 10px;
/*	overflow: auto;*/
}

.loadingDiv {
	text-align: center;
	margin-top: 130px;
	font-weight: bold;
}

.info_box {
	float: left;
	margin: 5px 0 0 0;
	border: 1px solid #999;
	padding: 2px 5px;
	color: #000;
	background-color: #E0E1EF;
	width: 156px;
}

.left_info {
	font-weight: bold;
}

.info_right {
	margin-left: 178px;
	border-left: 1px solid red;
	padding-left: 8px;
}

#mailbox {
	display: none;
/*	visibility: hidden;*/
	top: 305px;
	left: 338px;
	position: absolute;
	width: 227px;
	border: 2px solid #022a67;
	background-color: #DAE5F7;
	color: #000;
	padding: 2px 5px;
	font-weight: bold;
	z-index: 20;
/*	opacity: 0.96;
	filter: alpha(opacity=96);*/
}

#emailTitle {
	border-bottom: 2px solid #022a67;
	background-color: #292b68;
	margin: -2px -5px;
	padding-left: 5px;
	margin-bottom: 5px;
	font-size: 1.5em;
	color: #fff;
}

.email_submit {
	border-top: 2px solid #022a67;
	background-color: #7d0000;
	padding: 3px;
	margin: -2px -5px;
	padding-left: 0.5em;
}

.email_backLink {
	float: right;
	padding-right: 5px;
}

.email_backLink a,
.email_backLink a:visited {
	font-size: 0.95em;
	color: #fdcb26;
}

.email_backLink a:hover {
	color: #fff;
}

.email_send_top {
	color: #fdcb26;
	text-align: center;
	border: 1px solid #fdcb26;
	background-color: #003d58;
}

.abuse_warning {
	color: #cf0000;
	border: 1px solid #cf0000;
	background-color: #fff;
	margin: 8px 4px;
	padding: 3px;
	font-weight: bold;
}

input.blueinput, textarea.blueinput, select.blueinput {
	background: #f4f4f4;
	border: 1px solid #006595;
	padding: 2px;
	font-size: 11px;
	font-family: "Trebuchet MS", "Gill Sans", Verdana, Tahoma, sans-serif;
	line-height: 16px;
	margin-bottom: 5px;
	font-weight: normal;
}

input.blueinput:focus, textarea.blueinput:focus, select.blueinput:focus {
	border: 1px solid #019201;
	background-color: #DAFEDA;
}

#ajax_error {
	display: none;
	position: absolute;
	top: 305px;
	left: 338px;
	width: 227px;
	border: 2px solid #7d0000;
	background-color: #292b68;
	color: #fff;
	padding: 2px 5px;
}

#ajax_success {
	display: none;
	position: absolute;
	top: 305px;
	left: 338px;
	width: 227px;
	border: 2px solid #7d0000;
	background-color: #292b68;
	color: #fff;
	padding: 2px 5px;
}

div#ajax_error a, div#ajax_success a {
	color: #ffc800;
	text-decoration: none;
}

div#ajax_error a:hover, div#ajax_success a:hover {
	text-decoration: underline;
}

.clearer {
	clear: left;
	line-height: 0px;
	height: 0px;
}