@charset "utf-8";
/* CSS Document */

img {
	border: none;
}
.topmenu {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: white;
}
.topmenu a:link,
.topmenu a:visited {
	color: white;
	text-decoration: none;
}
.topmenu a:hover,
.topmenu a:active {
	color: white;
	text-decoration: underline;
}
.content {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 12px;
}
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
	line-height: normal;
}
#content_left p,
#content_left li,
#content_left table td,
#content_left table th,
#content_left #divStatus {
	font-size: 12px;
	line-height: 16px;
	color: black;
}
#content_right p,
#content_right li,
#content_right table td,
#content_right table th,
#content_right #divStatus,
#content_right input {
	font-size: 10px;
	color: black;
}
#content_right h1 {
	font-size: 18px;
}
.content p a,
.content li a {
	font-weight: bold;
	/* font-variant: small-caps; */
}
.content p a:link,
.content p a:visited,
.content li a:link,
.content li a:visited {
	color: #090;
	text-decoration: underline;
}
.content p a:hover,
.content p a:active,
.content li a:hover,
.content li a:active {
	color: black;
	text-decoration: none;
}
.content h1 {
	font-size: 24px;
	color: #090;
}
#content_left {
	border-right: 1px solid #004000;
	padding-right: 10px;
}
#content_right{
	border-left: 1px solid #bfcfbf;
	padding-left: 10px;
}
.register_form td input[type="text"],
.register_form td input[type="password"] {
	border: 1px solid #666;
}
.footer {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
}
div.fieldset {
	border:  1px solid #090;
	margin: 24px 0 16px 0;
	padding: 20px 10px;
}
div.fieldset span.legend {
	position: relative;
	background-color: #FFF;
	padding: 3px;
	top: -30px;
	font: 700 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #090;
}
.progress {
	display: none;
}
#progress_text {
	margin-top: -12px;
}
#progress_percent {
	font-weight: bold;
	color: #090;
}
#progress_filesize {
	
}
#progress_bar_border {
	width: 450px;
	border: 1px solid black;
	height: 16px;
}
#progress_bar_fill {
	width: 0;
	background-color: #1f63b2;
	height: 16px;
	font-size: 12px;
	color: white;
}
#content_right ul li {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
}
object {
	cursor: pointer !important;
}
.ie_sucks {
	font-size: 16px !important;
	line-height: 16px !important;
	font-weight: bold !important;
}