/* CSS Document */
html {
	height:100.02%;
}
body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
a:link {
	color: #3366cc;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #3366cc;
}
a:hover {
	text-decoration: underline;
	color: #3300CC;
}
a:active {
	text-decoration: none;
	color: #254996;
}

/* Layout */
#header {
	padding: 10px;
	background: #F5F5F5;
	border-bottom: 1px solid #CCCCCC;
}
#left_container {
	position: relative;
}
#left {
	width: 200px;
	border-right: 1px solid #CCCCCC;
	position: absolute;
	left: 0px;
}
#right {
	padding-left: 220px;
	padding-top: 10px;
	padding-right: 20px;
}

/* Page Menu Items */
#pagetitle {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 8px;
	margin-bottom: 10px;
	border-bottom: 1px solid #CCCCCC;
}
.rightmenu{
	float:right;
	font-size:12px;
	font-weight:normal;
}
/* Navigation */
#navigation {
	border: 1px solid #CCCCCC;
	width: 180px;
	margin-top: 10px;
	margin-left: 10px;
}
#navigation ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
#navigation li a{
	font-size: 12px;
	font-weight: bold;
	padding: 4px 0px 4px 10px;
	text-decoration:none;
	display: block;
	background: #F5F5F5;
	width: 170px;
}
#navigation li li a{
	font-weight: normal;
	padding: 4px 0px 4px 35px;
	background: #F9F9F9;
	width: 145px;
}
#navigation li a:hover{
	background: #3366cc;
	color: #FFFFFF;
}
#navigation .noclick{
	color: #999999;
	font-weight: bold;
	padding: 4px 0px 4px 10px;
	display: block;
	background: #F5F5F5;
	width: 170px;
}

/* Form */
.form_long {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	width: 95%;
	border: 1px solid #A2B8E8;
}
.form_short {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	width: 250px;
	border: 1px solid #A2B8E8;
}
.form_date {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	width: 150px;
	border: 1px solid #A2B8E8;
	float: left;
}
.form_dropdown, .multifile {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #A2B8E8;
}
.form_integer {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	width: 20px;
	border: 1px solid #A2B8E8;
}
.form_time {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	width: 50px;
	border: 1px solid #A2B8E8;
}
.form_rte {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	width: 95%;
	border: 1px solid #A2B8E8;
}

/* Multifile */
.file_list {
	margin: 5px 0px;
	padding: 0px;
	list-style: none;
}
.file_list a.file_delete { /* edit class name */
	margin: 2px 0px 0px 0px;
	padding-left: 13px;
	background: url(../images/btn_delete_text.gif) 0 2px no-repeat; /* edit background image */
}
.file_list a.file_delete:hover{background-position: 0 -18px;}  /* edit position to match height above */



/* Login */
#recover_box {
	display: none;
}
#msg {
	color: #FF0000;
	text-align: center;
}

/* File Uploader */
.error {
	color: #FF0000;
}
.uploaded {
	color: #009900;
}
#progress {
	position: absolute;
	top: 35%;
	height: 40px;
	width: 250px;
	background: #FFFFFF;
	border: 1px solid #000000;
	padding: 8px 0px 0px;
	left: 25%;
	display: none;
}
#upload_window {
	overflow: auto;
	margin-bottom: 15px;
}
#upload_window a {
	padding: 2px 4px;
	margin-right: 4px;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
}
a#reload {
	float: right;
}
.tooltip {
	position: absolute;
	z-index: 2;
	border: 1px solid #000000;
	background-color: #FFFFFF;
}
.tooltip img {
	width: 100px;
}

/* Footer */
.footer {
	font-size: 10px;
	text-align: center;
	padding: 40px 20px 20px;
	clear: both
}
#line_selection {
	padding-bottom: 5px;
}
#upload_window a {
	display: block;
	float: left;
	margin: 4px 8px 4px 0px;
	padding: 4px;
	background: #F9F9F9;
	border: 1px solid #3366cc;
	text-decoration: none;
}
#upload_window a:hover {
	background: #3366cc;
	color: #FFFFFF;
	text-decoration: none;
}

/* 
-----------------------------------------------------------------------------
Misc
-----------------------------------------------------------------------------*/
.small {
	font-size: 10px;
	font-style: italic;
}