/* 
  Global Definitions 
*/
* {
	padding: 0;
	margin: 0;
}

body {
	font-family: Verdana, Tahoma, Arial;
	font-size: 10pt;
	background-color: #DDDDDD;
}

/* 
  Error Box 
*/
div.error {
	background-color: #FFE95B;
	border: 1px solid #CC0000;
	padding: 5px;
	margin: 5px auto;
	text-align: left;
	width: 500px;
}
.error h1 {
	font-color: #cc0000;
	font-size: 14pt;
	text-align: center;
}

/*
  Login box
*/
body.logonbox div.container {
	margin: 0 auto;
	width: 500px;
	text-align: center;
}

body.logonbox div.container fieldset {
	text-align: left;
	padding: 5px;
}

body.logonbox div.container select {
	width: 450px;
}

body.logonbox label {
	float: left;
	width: 200px;
	font-weight: bold;
}

body.logonbox .item input {
	width: 250px;
}

/*
  Normal Page Layout
*/

body.page div.container {
	border: 1px solid #808080;
}
td.header {
	background-image: url(../images/header-repeat.jpg);
	backround-repeat: repeat-x;
}
.navigation a:link, .navigation a:visited, .navigation a:active { 
	color: #5f5f5f; 
	font-size: 11pt; 
	font-family: Verdana, Tahoma, Arial;
	font-weight: bold; 
	text-decoration: none; 
}
.navigation a:hover { 
	color: #a0a0a0; 
	text-decoration: none; 
}

.subnavigation { 
	color: #000000;
	background-color: #cee2ed; 
	font-size: 10pt; 
	font-family: Verdana, Tahoma, Arial;
	font-weight: bold; 
	width: 200px; 
	padding: 5px; 
}
.subnavigation a:link, .subnavigation a:active, .subnavigation a:visited { 
	color: #5f5f5f; 
	font-family: Verdana, Tahoma, Arial;
	font-weight: bold; 
	text-decoration: none; 
}
.subnavigation a:hover { 
	color: #a0a0a0;
}

td.content {
	height: 200px;
	width: 100%;
	background-color: #FFFFFF;
	font-size: 10pt;
	padding: 5px;
}

.content h1 {
	font-family: Arial, Helevetica, Verdana;
	font-size: 1.5em;
	padding: 3px 0px;
}

.footer {
	text-align: center;
	background-color: #505050;
	color: #FFFFFF;
}

/* Tables */
table.contenttable {
	padding: 2px;
}
th {
	background-color: #505050;
	color: #FFFFFF;
	padding: 3px;
}
.tr-even {
	background-color: #CEE2ED;
}

.tr-odd {
	background-color: #ffffff;
}
table.contenttable td {
	padding: 2px;
}

table tr.tr-even:hover td, 
table tr.tr-odd:hover td {
	background-color: #505050;
	color: #FFFFFF;
}