body
{
	background-color: #1A461C;
	font-family: Arial, Verdana, Geneva, Helvetica;
	font-size: 14px;
	min-width: 985px;
	margin: 0px;
}

h1, h2 
{
	font-family: Arial, Verdana, Geneva, Helvetica;
	font-weight: bold;
}

h1
{
	font-size: 22px;
	margin: 10px 0px;
}

h2
{
	font-size: 14px;
	margin: 2px 0px;
}	

form
{
	margin: 0px;
}

input
{
	margin: 2px 5px 0px 0px;
}

img
{
	border: 0px;
}

label
{
	display: block;
	font-family: Arial, Verdana, Geneva, Helvetica;
	font-size: 10px;
	margin: 2px 0px;
}

table
{
	margin-bottom: 10px;
}

td, th 
{ 
	padding: 0px 5px; 
	text-align: right; 
	font-family: arial; 
	font-size: 13px;
}

.left_a 
{ 
	text-align: left; 
}

a
{
	color: #000000;
	text-decoration: underline;
}

a:hover
{
	color: gray;
	text-decoration: none;
}

.user_link
{
	color: #000000;
	text-decoration: none;
}

.user_link:hover
{
	color: gray;
	text-decoration: none;
}

#gradient
{
	background-image: url(images/gradient.jpg);
	width: 55%;
	height: 500px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: -1;
}

#vinjett
{
	background-image: url(images/vinjettdark.jpg);
	width: 985px;
	height: 120px;
}

#logo_image
{
	position: relative;
	top: 30px;
	left: 10px;
}

.page_wrap
{
	float: right;
	position: relative;
	right: 50%;
}

#main
{
	background-color: #FFFFFF;
	width: 985px;
	margin: 0px;
	float: left;
	position: relative;
	left: 50%;
}

.roundtop {margin-top: 10px;}
.roundbottom {margin-bottom: 10px;}
.r0{margin: 0 5px; height: 0px; overflow: hidden; background-color: #d5e8d2; border-top: 1px solid #28972C; border-left: 1px solid #28972C; border-right: 1px solid #28972C;}
.r1{margin: 0 5px; height: 0px; overflow: hidden; background-color: #d5e8d2; border-left: 1px solid #28972C; border-right: 1px solid #28972C; border-bottom: 1px solid #28972C;}
.r2{margin: 0 3px; height: 1px; overflow: hidden; background-color: #d5e8d2; border-left: 2px solid #28972C; border-right: 2px solid #28972C;}
.r3{margin: 0 2px; height: 1px; overflow: hidden; background-color: #d5e8d2; border-left: 1px solid #28972C; border-right: 1px solid #28972C;}
.r4{margin: 0 1px; height: 2px; overflow: hidden; background-color: #d5e8d2; border-left: 1px solid #28972C; border-right: 1px solid #28972C;}

.info_box
{
	width: 630px;
}

.box_col
{
	width: 325px;
	float: right;
	margin: 0px 10px 10px 0px;		
}

.user_box
{
	width: 325px;
}

.box
{
	background-color: #d5e8d2;
	border-left: 1px solid #28972C;
	border-right: 1px solid #28972C;
}

.box_spacer
{
	float: left;
	width: 310px;
	padding: 10px 0px;
}

.box_top
{
	background-image: url(images/top.png);
	margin-top: 10px;
	width: 325px;
	height: 32px;
}

.box_button
{
	margin-top: 10px;
	width: 325px;
	height: 32px;
}

.box_top_text
{
	color: #FFFFFF;
	font-family: Arial, Verdana, Geneva, Helvetica;
	font-weight: bold;
	font-size: 12px;
	position: relative;
	display: block;
	left: 12px;
	top: 9px;
}

.logout_text
{
	color: #FFFF45;
	font-family: Arial, Verdana, Geneva, Helvetica;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	position: relative;
	bottom: 7px;
	left: 260px;
}

.logout_text:hover
{
	color: #FFFFFF;
}

.err_msg
{
	color: red;
	display: block;
	margin: 10px 0px;
}

.succ_msg
{
	color: green;
	display: block;
	margin: 10px 0px;
}

.units_left
{
	float: right;
	margin: 5px;
}

.padded10px
{
	padding: 10px;
}

.padded10px_float_left
{
	padding: 10px;
	float: left;
	width: 630px;
}

.padded10px p, .padded10px_float_left p
{
	text-align: justify;
	margin-bottom: 10px;
}

.padded10px_float_left ul, .padded10px_float_left ol 
{
	margin: 20px;
}

.green_button
{
	display: block;
	padding: 0px;
	margin: 5px 0px 0px 0px;
	width: 110px;
	height: 28px;
}

.float_left
{
	float: left;
}

.float_right
{
	float: right;
}

.order
{
	width: 630px;
	border-top: 1px dotted #28972C;
	border-bottom: 1px dotted #28972C;
	padding: 10px 0px 10px 0px;
	margin-bottom: 20px;
}

.paddedOrder
{
	padding: 10px 0px 10px 100px;
}

.inline
{
	display: inline;
}

#menu
{
	width: 630px;
	height: 280px;
	position: relative;
	z-index: 1;
	/* IE Hack */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0px;
	/* EOH     */
}

.opac
{
	background-color: #000000;
	width: 630px;
	height: 60px;
	/* for IE */
	filter:alpha(opacity=60);
	/* CSS3 standard */
	opacity:0.6;
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 2;
}

.menu_text_0
{
	font-family: Verdana, Geneva, Helvetica, Arial;
	color: #FFFFFF;
	font-size: 24px;
	position: absolute;
	display: block;
	/*left: 50px;*/
	left: 20px;
	bottom: 15px;
	z-index: 3;
}

.menu_text_1
{
	font-family: Verdana, Geneva, Helvetica, Arial;
	color: #FFFFFF;
	font-size: 24px;
	width: 600px;
	text-align: center;
	position: absolute;
	display: block;
	left: 15px;
	bottom: 15px;
	z-index: 3;
}

.menu_text_2
{
	font-family: Verdana, Geneva, Helvetica, Arial;
	color: #FFFFFF;
	font-size: 24px;
	position: absolute;
	display: block;
	left: 490px;
	bottom: 15px;
	z-index: 3;
}

.button
{
	height: 90px;
	width: 210px;
	float: left;
	text-align: center;
}

#button_list
{
	height: 90px;
	width: 630px;
	margin: 0px;
	padding: 0px;
}

.footer
{
	width: 985px;
	font-size: 11px;
	text-align: center;
	float: left;
	position: relative;
	left: 50%;
	margin: 10px 0px;
}

.paddedTable
{
	margin: 0px 0px 15px 0px;
}

.paddedTD
{
	padding: 0px 40px 0px 100px;
	text-align: left;
	font-size: 14px;
}