/* general */

body {
background:#FFFFFF 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:100%;
margin-left:auto;
margin-right:auto;
margin-top:0px;
margin-bottom:0px;
}

/* top */

.top {
	background:#E4E3E3 none no-repeat fixed top;
	display:none;
}

.top_logo {
	background:#E4E3E3 url('../img/logo.jpg') no-repeat;
	width:760px;
	height:36px;
	min-height:36px;
}

.top_mid {
	height:30px;
	text-align:right;
	line-height:25px;
}

a.logon, a.logon:visited {
	color:#000000;
	margin-right:10px;
	padding-left:20px;
	background:transparent url('../img/key.gif') no-repeat 0px 2px;
}

.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;
}

.top_menu table tr td a {
	text-decoration:none;
	color:#000000;
}

.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;
}

.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:100%;
	border-collapse:collapse;
	margin-top:10px;
	margin-left:10px;
	margin-right:10px;
}

.ruler-vertical {
	display:none;
}

.ruler-vertical-1 {
	display:none;
}

.ruler-vertical-2 {
	display:none;
}

.ruler-horizontal {
	background:#FFFFFF;
	width: 100%;
	color:#999999;
	font-size:9px;
}

/* left menu */

.left-menu {
	display:none;
}

.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 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 .selected {
	border-width:1px 0px 1px 0px;
	padding:4px 0px 5px 2px;
	border-color:#779ABC;
	border-style:solid;
	font-weight:bold;
}

.selected a, .selected a:link, .selected a:visited, .selected a:hover, .selected a:active { 
	color:#CC6601;
}

.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; 
}


