/* CSS Document */

* {
margin:0;
padding:0;
}
html{
	margin:0;
	padding:0;
}
body {
	margin:0;
	padding:0;
	font-family:arial,sans-serif;
	font-size:13px;
	color: #666666;
	height:100%; /* needed for wrapper min-height */
	background:url('../images/vertfill.gif');
	background-repeat:repeat-x;
	background-color:#000;
	}

#wrapper {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:900px;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}

#header {
	position:relative;
	height:196px;
	background-image:url(../images/header.png);
	background-repeat:no-repeat;
	background-color:#000000;
}

#navigation {
	position:absolute;
	margin-left:31px;
	height:30px;
	bottom:0;
}

#pagecontent{
	position:relative;
	min-height:396px;
	height:396px;
	background-color:#000000;
	padding-bottom:17px;
}

#panel{
	position:absolute;
	top:0;
	left:0;
	min-height:396px;
	height:396px;
	width:900px;
}


#RHcol {
	margin-top:34px;
	margin-left:410px;
	width:447px;
	height:272px;
	color:#F5F5F5;
	overflow: -moz-scrollbars-vertical;
  	overflow-x: none;
  	overflow-y: auto;
}

#RHcolfixed, #RHcolscroll {
	margin-top:34px;
	margin-left:410px;
	width:447px;
	height:270px;
	color:#F5F5F5;
}

#RHcol a, #RHcolfixed a, #RHcolscroll a{
	color:#F5F5F5;
}

#RHcol h3, #RHcolfixed h3, #RHcolscroll h3 {
	font-size:16px;
	padding-bottom:12px;
}

#RHcol p, #RHcolfixed p, #RHcolscroll p {
	padding-bottom:10px;
}

#RHcol input, #RHcolfixed input {
	margin:2px;
}

#RHcol td, #RHcolfixed td, #RHcolscroll td {
	padding:2px;
}

#RHcol ol li, #RHcolfixed ol li{
	margin-left:30px;
	margin-bottom:2px;
}

#footer {
	position:relative;
	text-align:center;
	height:98px;
}

input.error { 
	border: 1px solid red; 
}
	
label.error {
	margin-left: 5px;
	color:#CC0000;
	width: auto;
	display: inline;
	z-index:5;
}

textarea {
	font-family:arial,sans-serif;
	font-size:12px;
	color:#333333;
	margin:2px;
}

.file_input_textbox
{
	float: left
}

.file_input_div
{
	position: relative; 
	width: 130px; 
	height: 36px; 
	overflow: hidden;
}

.file_input_button
{
	position: absolute; 
	top: 0px;
	width: 113px;
	height: 29px;
	background: url(../images/choosefile.gif);
	background-repeat:no-repeat;
	border: none;
}

.file_input_hidden
{
	font-size: 45px; 
	position: absolute; 
	right: 0px; 
	top: 0px; 
	opacity: 0; 
	
	filter: alpha(opacity=0); 
	-ms-filter: "alpha(opacity=0)"; 
	-khtml-opacity: 0; 
	-moz-opacity: 0;
}


.submitbutton{
	width: 113px;
	height: 29px;
	background: url(../images/submitentry.gif) 0 0 no-repeat;
	cursor:pointer;
	width: 113px;
	height: 29px;
	border: none;
}

#blogreturn {
	float:right;
	position:absolute;
	left:800px;
	top:35px;
}
