body
{
	background-color:#70b4e1;
	background-image: url(../images/body_bg.jpg);
	background-repeat:repeat-x;
	font-family:Verdana;
	font-size:10px;
}
a {color:#454545; text-decoration:none;}
a:hover {text-decoration:underline;}
table {font-family:Verdana; font-size:10px;}
input {font-family:Verdana; font-size:10px;}
fieldset {margin-top:6px;}
th {background-color:#bbb;}
hr
{
	border-top:solid 1px #a9a9a9;
	border-left:solid 1px white;
	border-right:solid 1px white;
	border-bottom:solid 1px white;
}
ul#modulelist {margin-top:0px;}
ul#modulelist li {margin-left:-16px;}

div#page
{
	margin-right:auto;
	margin-left:auto;
	width:910px;
	border-left:2px solid #00609d;
	border-right:2px solid #00609d;
	border-bottom:2px solid #00609d;
}
div#header
{
	width:100%;
	height:111px;
	background-image: url(../images/header_bg.jpg);
	background-repeat:no-repeat;
	text-align:right;
	padding-right:15px;
	padding-top:10px;
}
div#header table#login
{
	display:inline;
	vertical-align:top;
	margin:0;
	position:relative;
	top:2px;
	float:right;
}
div#header table#logout
{
	display:inline;
	vertical-align:top;
	margin:0;
	position:relative;
	top:20px;
	left:4px;
	float:right;
}
div#header table#login input
{
	width:60px;
}
div#main_menu
{
	width:100%;
	height:26px;
	background-color:#0467a8;
	background-image: url(../images/menu_bg.jpg);
	background-repeat:repeat-x;
	overflow:hidden;
}

div#main_menu a
{
	vertical-align:top;
	position:relative;
	top:7px;
	font-size:11px;
	font-weight:bold;
	color:white;
	margin-left:15px;
	margin-right:15px;
}

div#menu
{
	width:100%;
	height:26px;
	background-color:#0467a8;
	background-image: url(../images/submenu_bg.jpg);
	background-repeat:repeat-y;
	overflow:hidden;
}
img#menubg{top:0px;left:0px;position:absolute;}
div#menu img{

	position:absolute;
	top:-3px;


	}
div#menu a
{
	vertical-align:top;
	position:relative;
	top:12px;
	font-size:11px;
	font-weight:bold;
	color:white;
	margin-left:15px;
	margin-right:15px;
}
div#module
{
	width:890px;
	background-color:#dedede;
	/*padding:14px;
	background-image: url(../images/module_bg.jpg);
	background-repeat:repeat-x;*/
}
div#content
{
	width:100%;
	height:100%;
	background-color:white;
	border:1px solid #00609d;
	background-image: url(../images/content_bg.jpg);
	background-repeat:repeat-x;
	padding:10px;
	overflow:auto;
}
div#content table tr td#contentTD table {margin-bottom:10px;}
div#content table tr td#contentTD table table {background-color:transparent; border:none; margin:0px;}
div#content table#contentTable {width:100%;}
div#footer
{
	width:890px;
	height:30px;
	background-color:#00609d;
	border-top:1px #00609d;
	padding-left:10px;
	padding-right:10px;
	padding-top:3px;
}
div#footer table tr td {color:black;}
div#footer table tr td a {color:black;}

.dtree {
    font-family: Verdana, Tahoma, sans, Helvetica, Arial;
    color: #000000;
    white-space: nowrap;
}

.dtree img {
    border: 0px;
    vertical-align: middle;
}

.dtree a {
    color: black;
    font-family:Verdana;
    font-weight:bold;
    font-size:10px;
    text-decoration: none;
}

.dtree a.node, .dtree a.nodeSel {
    white-space: nowrap;
    padding: 1px 2px 1px 2px;
}

.dtree a.node:hover, .dtree a.nodeSel:hover {
    color: #000000;
    text-decoration: underline;
}
.dtree a.nodeSel {
    background-color: #c0d2ec;
}
table.sortable a.sortheader {
	/*background-color: black;*/
	display: block;
	white-space: nowrap;
	color: black;
	font-family:Verdana;
	font-weight:bold;
    font-size:10px;
    text-decoration: none;
    text-align:left;
	background-color:#bbb;
}
table.sortable span.sortarrow {
    color: black;
    text-decoration: none;
	position:relative;
	left:-5px;
}

input.language_input
{
	width: 100px;
}
input#language_input
{
	width: 100px;
}

textarea.content1 table
{

}

div#content table tr td#contentTD table#forum
{
	border:none;
	background-color:transparent;
}
div#content table tr td#contentTD table#forum a.sortheader {background-color:#cbcfee;}
div#content table tr td#contentTD table#forum table {border:none;}
div#content table tr td#contentTD table#forum table tr td {vertical-align:top;}

table#workerRes tr#year td
{
	background-color:#99f;
}
table#workerRes tr#month td
{
	background-color:#afafff;
	border-top:solid 1px #666;
}
table#workerRes tr#week td
{
	background-color:#ccf;
	border-top:solid 1px #666;
	border-bottom:solid 1px #666;
}
table#workerRes tr#hours td
{
	background-color:#fff;
	border-top:solid 1px #666;
}

table#workerRes tr#hours td a
{
	color:#000;
}

fieldset legend
{
	color: black;
}
