	/* body
			Define the default text type and style of the website here.
			The background colour of the site should be set here too.
	 */

body {
	font-family: verdana,sans-serif;
	color: #000000;
	margin: 0px;
	padding: 0px;
	font-size: 0.7em;
}

a{
	color: blue;
	text-decoration: underline;
}

a:hover{
	color: red;
	text-decoration: underline;
}



.borderTop, .borderTopLeft {
border-top:1px solid #E1E1E1;
}

.borderTopLeft {
border-left:1px solid #E1E1E1;
}

.title_left_col{
	font-size: 1.5em;
}



.title_section_outer {

	padding-bottom: 5px;
}

div.navigation {
	background-color: #DAF5FF;
	width: 120px;
	text-align: left;
	margin: 0px;
	height: auto;
	padding: 0px;
	border: 1px solid #0099FF;
	
}


ul#login_buttons{
	list-style-type: none;
	height: 15px;
	width: 40px;
	float: left;
	margin: 0px;
	padding: 5px 0px 5px 0px;
}
#login_buttons li {
	font-size:  smaller;
	
	display: block;
	list-style-type: none;
	height: 15px;
	width: 40px;
	text-align: center;
	
}
#login_buttons li a {
	color: #616161;
	text-decoration: none;
	/* background-image:  url(img/login_normal.gif); */
	display: block;
	height: 15px;
	width: 40px;

}
	
html>body #login_buttons li a {
	width: auto;
	}
	
#login_buttons li a:hover {
	list-style-type: none;
	color: red;
	text-decoration: none;
	/* background-image:  url(img/login_hover.gif); */
	display: block;
	width: 40px;
	height: 15px;
}

.formLabel {
	color:#717171;
	font-family:tahoma,verdana,sans-serif;
	font-size:10px;
	line-height:24px;
}

/* SUBARU FORMS */

.form_result_good_news{
	background-color: #F0FFEF;
	background-image: url('/styles/forms/img/clean.png');
	background-position: top right;
	background-repeat: no-repeat;
	border: 1px #319F36 solid;
}

.form_result_bad_news{
	background-color: #FFEFF0;
	background-image: url('/styles/forms/img/messagebox_warning.png');
	background-position: top right;
	background-repeat: no-repeat;
	border: 1px #DF2929 solid;
}

.form_result_bad_news pre{
	overflow: scroll;
	background-color: #FFFFEF;
	border: 1px solid #CCCCCC;
}

.form_result_bad_news, .form_result_good_news{
	color: black;
	padding: 10px 50px 10px 10px;
	
}

.form_field_invalid{
	background-color: #FFEFF0;
	border: 1px #DF2929 solid;
	
}

.mandatory{
	color: red;
}

.checkbox_pair{
	margin: 5px 0px 5px 0px;
}

.checkbox_pair input{
	position: relative;
	top: 2px;
}

.checkbox_pair label{
	padding-bottom: 5px;
}