/* general */

body {
background:#D9D5BE none no-repeat fixed top;
margin:0px;
font-family:verdana, arial;
color:#000000;
font-size:12px;
height:100%;
}

a, a:link {color:#779ABB}


/* sections */

.main_page {
background:#FFFFFF none no-repeat fixed top;
width:760px;
margin-left:auto;
margin-right:auto;
margin-top:0px;
margin-bottom:0px;
}

/* top */

.top {
	background:#E4E3E3 none no-repeat fixed top;
}

.top_logo {
	background:#E4E3E3 url('../img/logo.jpg') no-repeat;
	width:760px;
	height:36px;
	min-height:36px;
}

.top_mid {
	height:7px;
	display:block;
}

.top_mid_rightmenu {
	clear:none;
	display:inline;
	float:right;
	color:#888888;
}



a.logon, a.logon:visited {
	color:#000000;
	margin-right:10px;
	padding-left:20px;
	background:transparent url('../img/key.gif') no-repeat 0px 2px;
}

a.print, a.print:visited {
	color:#000000;
	margin-right:10px;
	padding-left:20px;
	background:transparent url('../img/printer.gif') no-repeat 0px 2px;
}

a.contact, a.contact:visited, a.contact:active, a.contact:visited   {
	color:#000000;
	margin-right:10px;
	padding-left:20px;
	background:transparent url('../img/phone.gif') no-repeat 0px 2px;
}

a.login, a.login:visited, a.login:active, a.login:visited   {
	color:#000000;
	margin-right:10px;
	padding-left:20px;
	background:transparent url('../img/icon_login.gif') no-repeat 0px 2px;
}

a.logon:hover, a.print:hover, a.contact:hover {
	text-decoration:none;
}

.top_menu {
	height:24px;
	background:#E4E3E3 url('../img/top_menu_backer.gif') repeat-x 0px 0px;
}

.top_menu table {
	border-collapse:collapse;
	height:24px;
	margin-left:10px;
	border:0px;
	padding:0px;
	float:left;
}

.top_menu table tr td a {
	text-decoration:none;
	color:#000000;
	font-family:arial;
	font-size:12px;
}

.top_menu table tr td a:hover {
	text-decoration:underline;
}

.top_menu_start_hi {
	background:#FFFFFF url('../img/top_menu_start_hi.gif') no-repeat 0px 0px;
	width:8px;
}

.top_menu_mid_hi {
	background:#FFFFFF url('../img/top_menu_mid_hi.gif') repeat-x 0px 0px;
	font-weight:bold;
}

.top_menu_end_hi {
	background:#FFFFFF url('../img/top_menu_end_hi.gif') no-repeat 0px 0px;
	width:8px;
}

.top_menu_start_lo {
	background:#FFFFFF url('../img/top_menu_start_lo.gif') no-repeat 0px 0px;
	width:8px;
}

.top_menu_mid_lo {
	background:#FFFFFF url('../img/top_menu_mid_lo.gif') repeat-x 0px 0px;
}

.top_menu_end_lo {
	background:#FFFFFF url('../img/top_menu_end_lo.gif') no-repeat 0px 0px;
	width:8px;
}

/* mid page */

.mid-page table {
	width:740px;
	border-collapse:collapse;
	margin-top:10px;
	margin-left:10px;
	margin-right:10px;
}

.ruler-vertical {
	background:#FFFFFF url('../img/mid_ruler.gif') repeat-y 2px 0px;
	width: 8px;
	height:20px;
}

.ruler-vertical-1 {
	background:#FFFFFF url('../img/mid_ruler_r1.gif') no-repeat 2px 0px;
	width: 8px;
}

.ruler-vertical-2 {
	background:#FFFFFF url('../img/mid_ruler_r2.gif') no-repeat 0px 0px;
	width: 20px;
}

.ruler-horizontal {
	background:#FFFFFF url('../img/mid_ruler_horizontal.gif') repeat-x 0px 0px;
	width: 560px;
	color:#999999;
	font-size:9px;
}

/* left menu */

.left-menu {
	margin:0px;
	padding:0px;
}

.left-menu a, .left-menu a:link, .left-menu a:visited, .left-menu a:hover, .left-menu a:active {
	text-decoration:none;
	color:#000000;

}



.left-menu .header a, 
.left-menu .header a:link, 
.left-menu .header a:visited, 
.left-menu .header a:hover, 
.left-menu .header a:active 
{
	color:#003366;
	font-weight:bold;
}

.left-menu .selected a,
.left-menu .selected a:link,
.left-menu .selected a:visited,
.left-menu .selected a:hover,
.left-menu .selected a:active 
{ 
	color:#CC6601;
}

.left-menu ul {
	margin:0px;
	padding:0px;
	width:100%;
	margin-left:0px;
}

.left-menu ul li {
	padding:4px 0px 5px 2px;
	list-style:none outside none;
	margin:4px 0px 4px 0px;
	width:100%;
}

.left-menu .header {
	border-width:1px 0px 1px 0px;
	border-color:#779ABC;
	border-style:solid;
}

.left-menu .selected {
	padding:4px 0px 5px 2px;
	font-weight:bold;
}

.expand-light {
	margin-left:10px;
	padding-right:20px;
	background:transparent url('../img/foldout_light.gif') no-repeat top right;
}

.expand-dark {
	margin-left:10px;
	padding-right:20px;
	background:transparent url('../img/foldout_dark.gif') no-repeat top right;
}

/* page */

.two-columns-left {
	width:400px;
	padding:0px 10px 0px 10px;
	float:left;
}

.two-columns-left table {
	width:400px;
}

.two-columns-right {
	width:140px;
	margin-right:10px;
	float:right;
}

.img-column-left {
	float:left;
	margin-right:10px;
	border:1px solid #7A99BD;
}

table.form-table {
	width:60%;

}

table.form-table td {
	text-align:right;
	padding:2px;
}


/* headlines */

h1 {
	font-size:14px;
	margin:0px;
}

h2 {
	font-size:12px;
	margin:0px;
}

.flags td {
	padding-bottom:30px; 
}

/* buttons */
button                    {padding: 1px 3px 1px 3px; margin: 0 0 0 10px;
                             font: 0.9em Verdana, Arial, Tahoma, Lucida, Helvetica, Sans-serif;
                             background-color: #e5eaef; border: solid 1px #779abc; border-width: 1px 2px 2px 1px;
                             text-align: center !important; cursor: pointer;}
.ok                       {width: 4em;}
button:hover              {background: #ccd8de}
