/* @override 
	http://127.0.0.1/~scum/acm/css/base.css
	http://127.0.0.1/~judy/acm/css/base.css
*/

body{
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	margin-top: 0;
	background-color: #f2f4ff;
}
a:link{
	text-decoration: none;
}
img{
		border: 0px;
}
a:visited{
	color:#000099;
	text-decoration:none;
}
#container{
	width: 750px;
	border: 1px solid #353895;
	margin: 0 auto;
	background-color: white;
}
#header{
	height:139px;
	background: black url(../images/refining/title.png) no-repeat right;
}
#logo{
	width: 179px;
	height: 212px;
	background-image: url(../images/refining/logo_new.png);
	float: left;
}
#links{
	height: 16px;
	background: url(../images/refining/linkbar_new.png) repeat-x;
	color: white;
	text-align: right;
	font-size: 11px;
	line-height: 15px;
	float: right;
	width: 571px;
	
}
.horizList{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.horizList li{
	display: inline;
	padding-left: 9px;
	padding-right: 9px;
}
.horizList a{
	color: white;
	text-decoration: none;
}
.horizList a:hover{
	color: #f2d279;
	text-decoration: none;
}
#footer{
	font-size: 12px;
	text-align: center;
	text-decoration: none;
}
#content{
	width: 540px;
	margin-left: 190px;
	margin-top: 59px;
	font-size: .85em;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}
h1{
	font-size: 1.2em;
	font-weight: bold;
	color: #353895;
}

h2{
	font-size: 1.1em;
	margin-bottom: -1em;
	font-weight: bold;
	color: #353895;
}

h3{
	font-size: 1em;
	margin-bottom: -1em;
	font-weight: bold;
	font-style: italic;
	color: #353895;
}

p{
		line-height: 1.4em;
		margin-bottom: -.4em;

}
.help_text{
	font-size: 12px;
	color: #888;
}
label{
	width: 114px;
	float: left;
	line-height: 24px;
	text-align: right;
	font-size: 11px;
	font-weight: bold;
}
label.radio{
	width: auto;
	float:none;
	line-height: auto;
	text-align: left;
	font-size: 14px;
	font-weight: normal;
}
input{
	border: 1px solid gray;
	margin: 4px;
}

.list {
	margin-top: -20px;
	margin-bottom: 10px;
	list-style-type: square;
	text-shadow: #000000 0 0 0;
	list-style-position: outside;
	opacity: 0.5;
	text-align: left;
}
.buttons a:link{
	text-decoration: none;
	
}

.buttons{
	list-style-type: none;
	
}
.buttons li{
	background: url(../images/gradient.jpg) repeat-x;
	border: 1px solid #CCC;
	width: 80px;
	text-align: center;
	padding: 2px 5px;
	display: inline;
	margin: 4px;
}
.buttons li:active{
	background: url(../images/gradient_inv.jpg) repeat-x;
}
.buttons .year{
	background-image: none;
	border-width: 0;
}
.buttons .year:active{
	background: none;
}

#msg{
	border: 1px solid #00c000;
	padding: 5px;
	font-size: 16px;
	
	background-color: #f9ffdf;
}

.archives {
	margin-top: .4em;
	margin-bottom: 1em;
	list-style-type: square;
}

.nospace {
	margin-top: -.8em;
}
