/*
	CSS for Screen
	(c) Gerald Stocker
	gerald.stocker@gmx.net
*/


body {
	color: #000000;
	font-size: 0.7em;
	width: 100%;
	font-family: Arial;
	margin: 0;
	padding: 0;
	border: 0;
	background: url(images/bgrd.png) left top no-repeat;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - C O N T A I N E R - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - */
div#container {
	clear: both;
	width: 100%;
	border-bottom: 4px;
	border-top: 1px;
	border-left: 1px;
	border-bottom-color: black;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - T O P - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - */
div#top {
	height: 30px;
	width: 100%;
	background: url(images/top_bgrd.png) left top repeat-x;
	float: left;
	clear: both;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - H E A D E R - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - */
div#header {
float: left;
clear: both;
width: 100%;
text-align: right;
padding-top: 10px;
}

span.main_title {
	color: #c0272d;
	text-align: right;
	font-size: 2.5em;
	font-weight: bold;
	margin-right: 2.8em;
}

span.sub_title {
	color: black;
	text-align: right;
	font-size: 1.4em;
	font-weight: bold;
	margin-right: 5em;
}

span.headbutton {
	padding-left: 250px;
	padding-top: 50;
}




/* - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - N A V I G A T I O N - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - */
div#nav {
	position: absolute;
	left: 20px;
	top: 10px;
	width: 190px;
}

#nav_help_1 {
	background: url(images/tab_top.gif) left top no-repeat;
}

#nav_help_2 {
	background: url(images/tab_mid.gif) left top repeat-y;
	text-align: center;
}

#nav_help_2 table {
	text-align: left;
	padding-left: 5px;
}

#nav_help_3 {
	background: url(images/tab_bottom.gif) left bottom no-repeat;
}

td.nav_link{
	font-weight: bold;
	padding-left: 8px;
	padding-bottom: 4px;
	background: url(images/nav_link_bgrd.gif) left bottom no-repeat;
}

td.nav_link_dis {
	font-weight: bold;
	padding-left: 8px;
	padding-bottom: 4px;
	background: url(images/nav_link_bgrd.gif) left bottom no-repeat;
	color: gray;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - M A I N - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - */

div#main {
	position: absolute;
	left: 220px;
	top: 120px;
	width: 86%;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - F O O T E R - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - */

div#footer {
	text-align: left;
	width: 100%;
	background: url(images/bgrd_cont_rpt.gif) left top repeat-y;
}

div#footer_help_1 {
	background: url(images/bgrd_cont_top.gif) left top no-repeat;
}
div#footer_help_2 {
	background: url(images/bgrd_cont_bottom.gif) left bottom no-repeat;
}

table#sponsors td {
	padding-left: 10px;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - C O N T E N T - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - */
div#content {
	height: 580px;
	overflow: auto;
	background: url(images/bgrd_cont_rpt.gif) left top repeat-y;
	padding-left: 10px;
}

div#content_help_1 {
	background: url(images/bgrd_cont_top.gif) left top no-repeat;
}
div#content_help_2 {
	background: url(images/bgrd_cont_bottom.gif) left bottom no-repeat;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - C O N T E N T - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - */

a.lnk_nav:link {
	color: black;
	text-decoration: none;
}

a.lnk_nav:active {
	color: black;
	text-decoration: none;
}

a.lnk_nav:visited {
	color: black;
	text-decoration: none;
}

a.lnk_nav:hover {
	color: #c0272d;
	text-decoration: none;
}

a.lnk_img:link img{
	border: none;
}

a.lnk_img:active img{
	border: none;
}

a.lnk_img:visited img{
	border: none;
}

a.lnk_img:hover img{
	border: none;
}

a:link {
color: #c0272d;
text-decoration: underline;
}

a:active {
color: #c0272d;
text-decoration: underline;
}

a:visited {
	color: #c0272d;
	text-decoration: underline;
}

a:hover {
	color: #febe23;
	text-decoration: underline overline;
}

.row_even {
	background-color: #dddddd;
}

.row_odd {
	background-color: #eeeeee;
}

.row_title {
	background-color: #c0272d;
	font-weight: bold;
	text-align: center;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - D E F . T A B L E S - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - */

table.ext td{
	text-align: center;
}