body {
        scrollbar-base-color:red;

}


div.container {
	width:80%;
	border-style:solid;
	border-width:1px 1px 2px 1px;
	border-color:red;
	background-color:#000;
	padding:0 0px 0 0px;
	margin:0px;


}

div.header {
	width:100%;
	height:72px;
	background-color:#000;
	padding:0px;
	margin:0px;
	background-image:url('../images/graphics/titlebg.jpg');
	background-repeat:no-repeat;

}

div.observationheader {
	width:100%;
	background-color:#B22222;
	margin:0px;
}

div.sectionheader {
	width:100%;
	background-color:#000;
	padding:0px;
	margin:0px;
	background-image:url('../images/graphics/headerbg.jpg');
	background-repeat:no-repeat;
	
}

div.rmainheader {
	width:100%;
	background-color:red;
	padding:0px;
	margin:0px;
	float:center;
}
div.lmainheader {
	width:100%;
	background-color:red;
	padding:0px;
	margin:0px;
	float:center;
}


div.section {
	width:100%;
	background-color:#000;
	padding:0px;
	margin:0px;
}

div.navigation {
	width:100%;
	background-color:#000;
	padding:0px;
	margin:0px;
	border-width:1px 0 1px 0;
	border-color:red;
	border-style:solid;
}

div.lsection {
	width:100%;
	background-color:#000;
	padding:0px;
	margin:0 0 0 0px;
	float:center;
}

div.rsection {
	width:100%;
	background-color:#000;
	padding:0px;
	margin:0 0px 0 0;
	float:center;
}

p.section {
	font-weight:normal;
	font-size:80%;
	color:#EE0000;
	margin:0px;
	padding:2px;
}

h4.sectionheader {
	font-weight:bold;
	color:#000;
	margin:0 0px 0 0;
}

h3.header {
	font-weight:bold;
	color:red;
	margin:0 2px 0 0;
}



h1, h2, h3, h4, h5, h6 {
	margin:0px;
	padding:0px;
}

ul {
	color:#EE0000;
}
a:link {
  	color:#000;
  	text-decoration:none;
}
a:visited {
  	color:#000;
  	text-decoration:none;
}
a:hover {
  	color:#c00;
  	text-decoration:underline;
}
a:active {
  	color:#000;
  	text-decoration:none;
}

a.onblack:link {
  	color:#c33;
  	text-decoration:underline;
}
a.onblack:visited  {
  	color:#c33;
  	text-decoration:underline;
}
a.onblack:hover  {
  	color:#F08080;
  	text-decoration:underline;
}
a.onblack:active  {
  	color:#c33;
  	text-decoration:underline;
}

input {
	color: #ff9999;
	background:#8C1717;
	border:none;
	padding:2px;
	margin:0 0 0 2px;
	}

select {
	color: #ff9999;
	background:#8C1717;
	border:none;
	padding:2px;
        margin:0 0 0 2px ;
}


textarea  {
	color: #ff9999;
	background:#8C1717;
	border:none;
	padding:2px;
  
        margin:0 0 0 2px;
}

form {
    border: 1px solid red; 
    margin:5px;
    padding:2px;
    background:#000;
    	background-image:url('../images/graphics/formbg.jpg');
	background-repeat:no-repeat;
}

div.oldobservation {
    border: 1px solid red; 
    margin:5px;
    background:#0F0F0F;
}
div.oldobservationuser {
    border: 1px solid red; 
    margin:5px;
    background:#000;
}
