

.notice
{
background-color: #D1FF47;
padding:0.5em;

}
ol.padded li, ul.padded li { margin: 0.5em auto;}
ul.nostyle
{
	list-style: none;
}
html
 {
	/* permanent vertical scrollbar */
	height: 100.02%;
 }
body{
  background: #99CC00;
  margin: 0;
  padding: 0;
  font: 12px "Verdana",sans-serif;
  text-align: center;
  line-height: 1.7em;
  color: #000;
}

#content{
	background: #FFF url(../images/topleft.gif) no-repeat top left;
	text-align: justify;
	padding: 10px;
}

#footer{
	text-align: center;
	font-size: 0.8em;
}

#left{
	float: left;
	width: 600px;
	background: #FFF;
	padding:5px 0 120px 0;
	position: relative;
}
#rur-banner {
    position: absolute;
    bottom: 0px;
    left: 0px;
    border: 0px none;
}

#main{
	margin: 2px auto 5px auto;
	text-align: left;
	width: 780px;
	background: #FFF;
}

#right{
	float: right;
	width: 150px;
	margin-bottom:10px;
}

input.disabled {
	border: 1px solid #F2F2F2;
	background-color: #F2F2F2;
}

input.validation-failed, textarea.validation-failed {
	border: 1px solid #FF3300;
	color : #FF3300;
}

input.validation-passed, textarea.validation-passed {
	border: 1px solid #00CC00;
	color : #000;
}

input{
	font: 12px "Verdana",sans-serif;
	border: 1px solid #CCCCCC;
}

select{
	font: 12px "Verdana",sans-serif;
	background-color:#EAEAEA;
}

.validation-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #FF3300;
	color : #FFF;
	font-weight: bold;
	font-size: 11px;
}

fieldset {
	padding: 1em;
	margin-right:5px;
	margin-bottom: 0.5em;
	border-color:#99CC00;
}

legend {
	color:black;
}

label {
	font-weight: bold;
}

label.normal
{
	font-weight: normal;
}

label.form
{
    display:block;
    float: left;
    width: 215px;
}

input.form
{
    width: 200px;
}

.nolabel
{
    margin-left: 215px;
}

.form-row {
	clear: both;
	padding: 0.5em;
}

div.answer {
	clear: both;
	color: #006BBD;
	font-size: 11px;
}

.faq {
	font-size: 11px;
	padding-left:15px;
	text-align:justify;
}

.standard {
	border: 1px solid;
	margin: 15px 0 15px 0;
	padding: 5px;
}

.intext {
	border: 1px solid;
	margin: 15px;
	padding: 5px;
}

.loggedIn{
	margin:0px;
	line-height:14px;
	border:1px solid;
	border-color:#99CC00;
	padding:3px;
	text-align:center;
	font-size:10px;
}

.image {
	text-align: center;
	padding: 3px;
}

i.mathsx
{
    font-family: Times New Roman, Serif;
	font-size:1.2em;
}

.user-response label{
	display:block;
	width:120px;
	float:left;
}

ul, ol {  
	margin-top: 0px;
	margin-left: -20px;
	line-height: 20px;
}

li{
	/*padding: 2px 0 2px 0;*/
}

table{
	text-align: left;
}

a {
	color: #006BBD;
}

a.link:hover, label.link:hover {
	color: #000000;
	background-color: #D6EDFF;
}

a:hover {
	color: #000000;

}

a.link, label.link, a.request{
	text-decoration: underline;
	color: #006BBD;
	cursor: pointer;
	_cursor: pointer;
}

div.scroll {
	height: 1000px;
	width: 590px;
	overflow: auto;
	padding: 8px;
}

/* just the c#content box*/
h1{
	font: normal normal 2em "Georgia",serif;
	color: #000;
	text-decoration: none;
}

h2{
	font: normal normal 1.4em "Georgia",serif;
	color: #000;
	text-decoration: none;
	background: url(../images/h2.gif) top left no-repeat;
	padding: 3px 0 0 8px;
}
h3{
	font: normal normal 1em "Georgia",serif;
	text-transform: uppercase;
	text-indent: 2em;
	margin: 7px 0 2px 0;
}
#headline{
	background: url(../images/header_wide.jpg) no-repeat top left;
	width: 757px;
	height: 90px;
	position: relative;
}
#headline h1{
	position: absolute;
	bottom: 5px;
	right: 5px;
	color: #FFF;
	margin: 0;
	padding: 0;
	text-decoration: none;
	font: normal normal 35px "Trebuchet MS","Arial",sans-serif;
}
p{
	margin: 5px 0 5px 0;
}
/* sidebar */
#inner{
	padding: 0 0px;
}

form{
	margin: 0;
	padding: 0 0 30px 0;
}
form input{
	background: #EAEAEA;
}

.button{
	background: #99CC00;
	border: 1px solid;
	border-color:black;
	color:black;
	text-decoration:none;
	text-align:center;
	padding:2px;
	float:left;
	margin-right:2px;
	height:22px;
	cursor: pointer;
	_cursor: pointer;
}

.button:hover {
	color: #000000;
	background-color: #D6EDFF;
  	cursor: pointer;
	_cursor: pointer;
}

h5{
	background: url(../images/nav-h.gif) center left no-repeat;
	font: 1.5em "Arial",sans-serif;
	padding-left: 25px;
	margin: 7px 0 3px 3px;
}

.nav{
	margin: 2px;
	padding: 0;
}

.nav li{

	list-style-type: none;
}

.nav li a{
	display: block;
	background: #EFEFEF;
	padding: 1px 1px 1px 5px;
	margin: 1px;
	text-decoration: none;
	color: #000;
	width:141px;
}

.nav .expired{
	display: block;
	background: #B3B3B3;
	padding: 1px 1px 1px 5px;
	margin: 1px;
	text-decoration: none;
	color: #000;
}

.nav li a:hover{
	padding-left: 2px;
	border-left: 3px #9C0 solid;
}

#ibox_w{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index:100;
	width: 100%;
	height: 100%;
	background-color: #9C0;
	margin:0;
	padding:0;
	filter:alpha(opacity=0);
	-moz-opacity: 0.0;
	opacity: 0.0;
}

#ibox_wrapper {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index:1000;
	padding:10px;
	border:1px solid #CCC;
	background-color:#CCCCCC;
	padding-bottom:20px;
	margin:0;
}

#ibox_content {
	background-color:#FFFFFF;
	text-align:justify;
	width:468px;
	height:270px;
	margin-bottom:0px;
	position:relative;
	border:1px solid #000;
	padding:15px;
	font-size:11px;

}

#ibox_footer_wrapper {
	position:relative;
	padding:0;
	margin:0;
	top:0px;
	left:0px;
	font-size:11px;
}
#flash {
	width: 555px;
}
.login #flash {
	width: 230px;
}
#message, #flash {
	padding: 8px 8px 8px 30px;
	margin-bottom: 5px;
}

.flash_notice {
	border: 1px solid #00A017;
	color: #00A017;
	background: 7px 10px no-repeat url('../images/accept.png') #E0F5E0;
}

.flash_notice, .flash_notice * {
	color: #00A017;
}

.flash_error {
	border: 1px solid #A00027;
	color: #A00027;
	background: 7px 10px no-repeat url('../images/cancel.png') #FFB1B1;
}
@media print {body {display:none;visibility:hidden;}}

.image_link, .image_link:hover
{
	border: 0;
	color: #FFF;
}

.image_link img
{
	border: 0;
}

.input_label
{
	float: left;
	width: 200px;
	display:block;
}
.input
{
	width: 180px;
}
input.mini
{
	width: 82px;
}
table.grid td, table.grid th
{
	border: 1px solid black;
	padding: 6px;
}

/*
Clearfix docs
 - Main docs: http://positioniseverything.net/easyclearing.html
 - IE7 change: http://www.456bereastreet.com/archive/200603/new_clearing_method_needed_for_ie7/
*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}

/* Hide from IE Mac \*/
.clearfix {
	display:block;
}
/* End hide from IE Mac */