body {
	background-color: #D6E3FE;
	font-family: Segoe UI,Tahoma,Verdana,helvetica;
	font-weight: normal;
	font-size: 100%;
}

#Main {
	background-image: url(../images/main_banner_filler.png);
	background-repeat: repeat-x;
	margin: 0px;
}
#MainTableLayout {
	background-image: url(../images/main_banner.png);
	background-repeat: no-repeat;
	background-position: top left;
	margin: 0px;
}
#MainTableHeader {
	height:60px;
	vertical-align:top;
	text-align:right;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:10px
}
#MainTableCell {
	vertical-align:top;
	padding-left:10px;
	padding-top:0px;
	padding-bottom:10px
}

.showinfo
{
	color: #006EB3;
	font-size: 0.9em;
}
.showinfosmall
{
	color: #006EB3;
	font-size: 0.8em;
}
.showinfoverysmall
{
	color: #006EB3;
	font-size: 0.7em;
}
.showinfobig
{
	color: #006EB3;
	font-size: 1.0em;
}

a:link, a:visited, a:hover, a:active { color:#006EB3; text-decoration:none; }

td.separator { background-color: #ffffff; background-image: url(../images/strichel.gif); background-repeat: repeat-x; width: 1px; height: 1px; }

.compress-cell {
	width: 100%;
	padding: 0px;
}

.compress-cell tr {
	width: 100%;
	padding: 0px;
}

.compress-cell td {
	vertical-align: middle; text-align: left;
	width: 80px; min-width: 80px; max-width: 100px;
}

.compress-cell td a{
	font-family: Segoe UI,Tahoma,Verdana,helvetica;
	font-size: 1.1em;
	font-weight: bold;
	color: #FFF;
}

.compress-cell td a:hover{
	font-size: 1.3em;
}

.compress-cell span{
	font-size: 12px;
}

/*
.data,
.data th,
.data td,
.data tr{
	font-size: 108%;
}
*/
.data th { background-color: #4d9aee; color: #ffffff; font-size: 0.9em; }
.data td { background-color: #ffffff; color: #000000; font-size: 0.8em; }
.data a { color: #006EB3; }
.data a:link { text-decoration:none; }
.data a:visited { text-decoration:none; }
.data a:hover { font-size: 1.1em; text-decoration:none; }
.data a:active { text-decoration:none; }

.navbar { color:#006EB3; font-size: 0.9em; }
.navbar ul { list-style-type:none; margin:0; padding:0; }
.navbar li { display:inline; }
.navbar a { color:#006EB3; }
.navbar a:link, a:visited, a:hover, a:active { text-decoration:none; }