#toolbar {
	font-size: 9px;
	color: #FFFFFF;
	width: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	background-color: #999999;
}
#header {
	color: #CCCCCC;
	background-color: #3C4D61;
	width: 100%;
	top: 0px;
	right: 0px;
	vertical-align: bottom;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000066;
	padding-top: 15px;
	padding-bottom: 3px;
}
#title {
	font-size: 16px;
	padding-left: 10px;
}
#page {
	padding-left: 10px;
}
#content {
	padding-top: 15px;
	padding-left: 10px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}
.tool, .user {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
	padding-right: 10px;
	padding-left: 10px;
}
.login {
	padding-left: 10px;
	font-weight: bold;
	color: #333333;
}
.help {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
	padding-right: 10px;
	padding-left: 10px;
	float: right;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
}
.data_row td {border-bottom: 1px solid #c0c5df;}
.data_row_inactive td {
	border-bottom: none;
	font-style: italic;
	color: #FF0000;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
.data_row_inactive_underlined td {
	border-bottom: 1px solid #c0c5df;
	font-style: italic;
	color: #FF0000;
}
.data_row_online td {
	border-bottom: 1px solid #c0c5df;
	font-weight: bold;
}
.datacell {
	background-color: #c0c5df;
}
.infocell {
	background-color: #3C4D61;
	color:#CCCCCC;
}
.titlecell {
	background-color: #666666;
	color:#FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
#toolbar .tool a, #toolbar .help a {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

.titleRow {
	background-color: #8095BB;
	font-weight: bold;
}
#toolbar .user a {
	text-decoration: none;
	font-weight: bold;
	color: #FFFF00;
}
.small {
	font-size: 10px;
}
.BoldRedSmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CC3300;
	font-weight: bold;
}
.borderedtable {
	border-width: 1px;
	border-style: solid;
	border-color: #333333;
}
.linkinfocell a {
	background-color: #3C4D61;
	color:#CCCCCC;
	text-decoration: underline;
}

.data_row a, .data_row_online a {
	text-decoration: none;
	color: black;
}

.data_row:hover, .data_row_online:hover {
	background-color: #e8e8e8;
}

/* @group language bar */

#navcontainer {
	background: url(img/menubar/menubar_center.png) repeat-x;
}

#navcontainer ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#navcontainer ul li {
	display: inline;
}

#navcontainer ul li a {
	text-decoration: none;
	color: gray;
	padding: .4em 1em;
	font: 11px Arial, Helvetica, Geneva, sans-serif;
}

#navcontainer ul li a:hover {
	color: black;
	text-decoration: underline;
}

#navcontainer ul li .on {
	text-decoration: none;
	color: black;
	font-weight: bold;
}



/* @end */
