
body {
	background: #f9f9f9;
	font-family: Verdana;
	font-size: 1em;
	}

#logo {
	text-indent:-5000px;overflow:hidden;
	width: 145px;
	height: 45px;
	background: url(i/logo.gif);
	}

#footer {
	color: #5f5f5f;
	font-size: 0.8em;
	text-align: right;
	}

h1 {
	font-size: 1.2em;
	margin: 0;
	padding: 0 0 3px 0;
	}



/* */	
	
#container {
	width: 800px;
	margin: 30px auto;
	padding: 15px;
	background: white;
	font-size: 0.8em;
	}

#nav {
	width: 150px;
	float: left;
	display: block;
	}

#nav a {
	margin: 10px 0;
	width: 120px;
	padding: 8px;
	background: #f9f9f9;
	display: block;
	font-size: 0.85em;
	color: #5f5f5f;
	text-decoration: none;
	text-align: center;
	}

#nav a:hover {
	background: #575757;
	color: #f9f9f9;
	}

#nav a.active {
	background: #949494;
	color: #f9f9f9;
	}

#content {
	margin: 10px 0;
	width: 600px;
	float: right;
	display: block;
	padding: 0px;
	}

.error {
	font-family: 1em;
	color: red;
	font-weight: bold;
	}

#login {
	width: 600px;
	margin: 75px auto;
	background: #FFFFFF;
	padding: 35px;
	font-size: 0.8em;
	border: 1px solid #DDDDDD;
	}

/* */	
	
form input, form select, form textarea{
	background: #fcfcfc;
	color: #444;
	font-family: Tahoma;
	font-size: 0.85em;
	border: 1px solid #e9e9e9;
	padding: 2px;
	}	
	
#login form .imagebutton {
	border: 0;
	background: none;
	padding: 0;
	margin: 0;
	}

#login form .box {
	height: 30px;
	color: #5e5e5e;
	}

#login form .desc {
	display: block;
	float: left;
	width: 150px;
	height: 20px;
	}

#login form .inputs {
	display: block;
	float: left;
	width: 150px;
	height: 20px;
	}
	
table.st {
	margin: 10px 0;
	border-spacing: 0;
	font-size: 0.85em;
	width: 100%;
	text-align: left;
	}

.st th, .st td {
	padding: 3px;
	}

table.st tr {
	background: #f9f9f9;
	}

table.st tr td.action {
	text-align: right;
	}

table.st tr a {
	color: #4465bf;
	text-decoration: none;
	}

table.st tr.odd {
	background: white;
	}

table.st tr:hover {
	color: white;
	background: #949494;
	}

table.st tr:hover a {
	color: white;
	text-decoration: none;
	}

table.st tr:hover a:hover {
	text-decoration: underline;
	}

table.st th {
	background: white;
	color: black;
	}

a.small {
	color: #4465bf;
	font-weight: normal;
	text-decoration: none;
	font-size: 90%;
	}

a.small:hover {
	font-weight: bold;
	}




