@CHARSET "UTF-8";

html {
	overflow-y: scroll;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font: 0.7em Tahoma, sans-serif;
	color: #FFFFFF;
}

#toppage {
	width: 800px;
}

#topbox {
	float: left;
	width: 190px;
	height: 29px;
	border-bottom: solid 1px #999999;
	border-right: solid 1px #999999;
	padding-top: 10px;
}

#topbox a {
	font: 0.7em Tahoma, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #4E6E94;
	text-decoration: none;
}

#topbox a:hover {
	color: #ee3224;
}

#topbar {
	float: left;
	width: 608px;
	height: 30px;
	background-image: url(images/bg_topbar.gif);
	background-color: #4E6E94;
	background-repeat: repeat-x;
	border-right: solid 1px #999999;
	font: 0.7em Tahoma, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 10px;
}

#headerpage {
	width: 800px;
}

#headerlogo {
	float: left;
	width: 190px;
	height: 109px;
	background-image: url(images/logo.gif);
	background-position: center;
	background-repeat: no-repeat;
	background-color: #F7F7F7;
	border-left: solid 1px #999999;
	border-bottom: solid 1px #999999;
}

#headertitlebox {
	position: relative;
	float: left;
	width: 608px;
	height: 109px;
	background-color: #F7F7F7;
	border-right: solid 1px #999999;
	border-bottom: dotted 1px #999999;
	text-align: right;
}

#headertitle {
	position: absolute;
	right: 10px;
	bottom: 8px;
	width: 600px;
	font: 0.7em Tahoma, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #4E6E94;
	text-decoration: none;
}

#headerInfo {
	position: absolute;
	top: 0px;
	right: 10px;
	z-index: 100;
	color: silver;
	font: 0.5em Tahoma, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #4E6E94;
	width: 100%;
	padding-top: 10px;
}

#mainpage {
	width: 800px;
}

#menubox {
	float: left;
	width: 190px;
}

#menulinks a {
	float: right;
	width: 183px;
	height: 20px;
	background-color: #4E6E94;
	border-left: solid 1px #FFFFFF;
	border-bottom: solid 1px #FFFFFF;
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 5px;
}

#menulinks a:hover {
	background-color: #77A6E0;
}

#menulinksshadow {
	line-height: 2px;
	font-size: 2px;
	width: 183px;
	height: 8px;
	background-image: url('images/bg_menu.gif');
	background-repeat: no-repeat;
	background-position: top right;
	border-left: solid 1px #FFFFFF;
}

#content {
	float: left;
	width: 584px;
	height: auto !important;
	height: 360px;
	min-height: 360px;
	background-color: #F7F7F7;
	border-left: solid 1px #999999;
	border-right: solid 1px #999999;
	border-bottom: solid 1px #999999;
	font: 0.7em Tahoma, sans-serif;
	font-size: 12px;
	color: #666666;
	padding: 12px;
	padding-top: 10px;
	text-align: justify;
	margin-bottom: 6px;
}

#content a {
	text-decoration: none;
	color: #4E6E94;
}

#content a:hover {
	text-decoration: underline;
	color: #4E6E94;
}

#footer {
	width: 590px;
	padding-right: 10px;
	padding-left: 200px;
	font: 0.7em Tahoma, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
}

/*
 * standard elements
 */
li {
	padding-bottom: 10px;
}

input,textarea,select {
	border: solid 1px #4E6E94;
	font: 0.7em Tahoma, sans-serif;
	font-size: 12px;
	color: #666666;
	margin: 1px;
	padding: 1px;
}

a {
	color: #FFFFFF;
}

form {
	padding: 0px;
	margin: 0px;
}

/*
 * login module
 */
#loginLoginForm {
	width: 353px;
	height: 196px;
	background-image: url('images/modules/login/loginform.gif');
	background-repeat: no-repeat;
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

#loginLoginForm input {
	background-color: #F7F7F7;
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #4E6E94;
	text-decoration: none;
	border: solid 2px #4E6E94;
}

.panel {
	border: solid 1px #999999;
	background-color: #EEEEEE;
	padding: 8px;
}

.panelTitle {
	color: #4E6E94;
	font-weight: bold;
	border-bottom: solid 1px #999999;
	margin-bottom: 6px;
	padding-bottom: 4px;
}

.panel table {
	width: 100%;
	border: 0px none;
}

.panel table td {
	vertical-align: top;
}

.buttons24 button img,.buttons24 a img {
	margin: 0 3px -3px 0 !important;
	padding: 0;
	border: none;
	width: 24px;
	height: 24px;
}

.messageLevelNEUTRAL {
	border: solid 1px black;
	background-color: #EEEEEE;
	padding: 8px;
	color: black;
	padding: 10px;
	text-align: left;
}

.messageLevelOK {
	border: solid 1px green;
	background-color: #EEEEEE;
	padding: 8px;
	color: green;
	padding: 10px;
	text-align: left;
}

.messageLevelWARN {
	border: solid 1px #BB5522;
	background-color: #EEEEEE;
	padding: 8px;
	color: #BB5522;
	padding: 10px;
	text-align: left;
}

.messageLevelERROR {
	border: solid 1px red;
	background-color: #EEEEEE;
	padding: 8px;
	color: red;
	padding: 10px;
	text-align: left;
}

.errorPageDiv {
	background-image: url('images/error.gif');
	background-repeat: no-repeat;
	background-position: top center;
	padding-top: 100px;
	margin-top: 70px;
	font: 0.7em Tahoma, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}

.errorPageTitle {
	color: #ff3333;
}

.tableBrowseNavigation {
	width: 100% -10px;
	text-align: right;
	height: 16px;
	vertical-align: top;
	padding: 5px;
}

.tableBrowseNavigation span {
	vertical-align: top;
	height: 16px;
}

.tableBrowseNavigation a img {
	border: none;
}

.tableBrowse {
	border: 1px solid gray;
}

.tableBrowse thead tr {
	border-bottom: 1px solid gray;
	background-color: #4E6E94;
	color: #FFFFFF;
}


.tableBrowse thead tr th {
	padding: 4px;
	margin: 3px;
	border-left: 1px solid black;
}

.tableBrowse tbody tr td {
	vertical-align: top;
	padding: 3px;
	overflow: hidden;
}

.tableBrowseRow1 {
	background-color: #EEEEEE;
	
}




#menubox div.search {
	background-color: #4e6e94;
	width: 183px;
	text-align: center;
	float: right;
	padding-top: 15px;
}

div.search input.searchinput {
	width: 153px;
	height: 16px;
	text-align: left;
	
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 3px;
}

div.search input.searcbutton {
	width: 123px;
	height: 20px;
	padding-left: 16px;
	text-align: center;
	background-image: url(images/icons/magnifier.png);
	background-position: 5% 50%;
	background-repeat: no-repeat;
	
	font-size: 11px;
	font-weight: bold;
	
	margin-bottom: 15px;
}
