body {
	font-family: Verdana;
	font-size: 11px;
}

input[type=text] {
	background: #FFFFFF;
	width: 400px;
	border: 1px #003b83 solid;
}

input[type=submit] {
	background: #000000;
	color: #FFFFFF;
}

input.login {
	background: #FFFFFF;
	width: 200px;
	border: 1px #003b83 solid;
}

.highlight {
	color: blue;
	font-style: italic;
	font-weight: bold;
}

.legal {
	font-size: 9px;
	color: #999999;
	font-family: Verdana;
}

table.tblist {
	width: 600px;
}

tr.odd {
	background: #d3dfff;
}

thead {
	font-weight: bold;
}

table.tblist thead tr {
	border: 1px #b0c6ff solid; 
	background: #6a9ee5;
	height: 18px;
}

td.small {
	width: 50px;
}

td.medium {
	width: 100px;
}

.admin_menu {
	background: none;
	margin-top: -100px;
	margin-bottom: 30px;
	color: #FFFFFF;	
}

div.codebox {
	background: #fffcf4;
	color: black;
	padding: 5px;
	margin: 5px;
	border: 1px #003b83 solid;
	display: solid;
	font-family: 'lucida console', sans-serif;
	min-height: 30px;
	max-height: 200px;
	width: 55%;
	overflow: auto;
	font-size: 12px;
	
}

div.admin_menu a {
	color: #FFFFFF;
}

div.admin_menu a:hover {
	color: #60a0ff;
}

.file_list
{
	padding-left: 10px;
	list-style: none;
}

ul.file_list li
{
	background: url(images/icons/note.png) top left no-repeat;
	padding-left: 18px;
	height: 16px;
}

/*=============================================*/

div.info {
	display: block;
	width: 400px;
	padding: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	background: #8db8ff;
	border: 1px solid #6285de;
	margin: 5px;
	text-align: center;
}

div.success {
	display: block;
	width: 400px;
	padding: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #daffc2;
	border: 1px solid #3a9100;
	margin: 5px;
	text-align: center;
}

div.error {
	display: block;
	width: 400px;
	padding: 10px;	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #ffb4b4;
	border: 1px solid #db4747;
	margin: 5px;
	text-align: center;
}

div.warning {
	display: block;
	width: 400px;
	padding: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	background: #f8ffa9;
	border: 1px solid #eaec2d;
	margin: 5px;
	text-align: center;
}

div.login {
	display: block;
	width: 350px;
	height: 150px;
	padding: 0px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	background: url(images/lock1.png) top left no-repeat;
	border: 1px solid #999999;
	margin: 10px;
	text-align: center;
}


