/* CSS Document */

body {
	background-image:url(images/bg_body_devron.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	background-color:#261613;
	margin:0px;
	padding:0px;
	color:#fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 22px;
}

p {margin:0 0 15px 0; padding:0;}


.wrapper {width:100%; /*background-color:red;*/ margin:0 auto; /*height:700px;*/}

.container {width:960px; margin:367px auto 0 auto;}

.left_col {width:241px; float:left; /*background:orange;*/ padding: 0 0 40px 89px;
}

.left_col ul {margin:0px; padding:0;}
.left_col li {
	list-style-image: none;
	list-style-type: none;
}

.right_col {width:450px; float:left; /*background:blue; height:100px;*/ padding:0 145px 40px 35px;}


 a {color:#fff; text-decoration:underline;}
 a:hover { color:#00CC66;}

.clearme {clear:both;}

.footer {background-image:url(images/footer_header_bg.gif); background-position:top center; background-repeat:no-repeat; background-color:#fff; text-align:center; clear:both; padding:50px 0 20px 0; color:#330000;}

.footer a {color:#330000; text-decoration:none;}
.footer a:hover {text-decoration:underline; color:#330000;}



h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	margin:0 0 25px 0;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	margin:0px;}
	
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align:center;
	margin:0px;
}

h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align:center;
	margin:0px 0 14px 0;}

hr { border:1px solid #fff; margin:0 0 24px 0;}


.login { width:960px; padding:0px; margin:0 auto 90px auto; text-align:center;}

.login table {margin:0 auto;}

.table1 {
	color: #000; 
	border:1px solid #036704; 
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
	background:#eeefe1; 
	border-collapse: collapse; /* this sets cellspacing to 0 on tables */
	}
	
.table1 A { color: #261613;}
.table1 a:hover {color:#036704;}

.table1 td { padding: 4px 15px 4px 4px;}
.table1 label {
	margin:4px 5px 0 0;
	float:left;
	font-weight: bold;
	width:180px;
	}

/* In the HTML, use "th" if possible. If .net does not support "th" then use "tablehead" class */
.table1 th, .table1 .tablehead {
	font-size: 11px;
	line-height: 17px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #036704;
	}

.table1 th, .table1 .tablehead td { text-align:left; padding: 4px 15px 4px 4px;}

.table1 th A, .table1 .tablehead A {color: #FFFFFF;}
.table1 th A:hover, .table1 .tablehead A:hover {color: #FFFFFF;}

.table1 .alt { background:#C8C8A8;}

.table1 .pager { color: #9b5f0c;}
.table1 .pager A { color: #9b5f0c;}

.table2 {
	color: #fff; 
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	border-collapse: collapse; /* this sets cellspacing to 0 on tables */
	}
	
.table2 A { color: #261613;}
.table2 a:hover {color:#036704;}

.table2 td { padding: 15px;}
.table2 label {
	margin:4px 5px 0 0;
	float:left;
	font-weight: bold;
	width:180px;
	}

/* In the HTML, use "th" if possible. If .net does not support "th" then use "tablehead" class */
.table2 th, .table2 .tablehead {
	font-size: 11px;
	line-height: 17px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #036704;
	}

.table2 th, .table2 .tablehead td { text-align:left; padding: 4px 15px 4px 4px;}

.table2 th A, .table2 .tablehead A {color: #FFFFFF;}
.table2 th A:hover, .table2 .tablehead A:hover {color: #FFFFFF;}

.table2 .alt { background:#C8C8A8;}

.table2 .pager { color: #9b5f0c;}
.table2 .pager A { color: #9b5f0c;}

.white_border {border:1px solid #fff;}
.button02 {
	width:280px;
	text-align:center;
	margin:50px auto;
}
.button02 a {
	padding:15px;
	background-color:#F00;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	display:block;
	text-transform:uppercase;
}
.button02 a:link {text-decoration:none;}
.button02 a:hover {text-decoration:none; background-color:#C00;}