body,html,input, table, tr, td {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	}

#topMenu {
	position: absolute; 
	background: url(../media/header.1.png) no-repeat;
	width: 931; 
	height: 100px; 
	top: 10px; 
	left: 10px;
	padding: 2px;
	font-size: 14px;
	color: white;
	cursor:pointer;cursor:hand;
	}

#topMenuText {
	position: absolute; 
	width: 650px;
	bottom: 10px; 
	right: 10px;
	padding: 2px;
	text-align: right;
	font-size: 14px;
	color: #222;
	}

#topMenuText a {
	text-decoration: none; 
	}

#container {
	position: absolute;
	width: 935px;
	margin: 0px;
	top: 120px;
	left: 10px;
	background: #fff;
	}

.box {
	background: #fff;
	border: 1px solid #336699;
	text-align: left;
	font-size: 12px;
	padding: 5px;
	margin-bottom: 10px;
	}

.topmessage {
	display: none;
	}

.content {
	float: left;
	width: 600px;
	top: 5px;
	left: 5px;
	}

.submenu {
	float: right;
	width: 300px;
	top: 5px;
	right: 5px;
	}

.bottomMenu {
	clear: both;
	float: left;
	margin-top: 10px;
	width: 923px;
	background: #eee;
	border-top: 1px solid #336699;
	text-align: right;
	font-size: 11px;
	padding: 5px;
	}

.bar {
	background: url(../media/titlebar.1.png) repeat-x;
	text-align: right;
	padding: 5px;
	padding-right: 5px;
	}

#msgSubmitNew {
	margin: 5px;
	width: 95%;
	height: 50px;
	background: #eee;
	border-top: 1px solid #336699;
	text-align: left;
	font-size: 11px;
	padding: 5px;
	display: none;
	}

.listResult {
	width: 100%;
	float: left;
	padding-top: 6px;
	padding-bottom: 7px;
	// background: url(../media/titlebar.2.png) repeat-x;
	background: #eee;
	/* border-top: 1px solid #336699; */
	border-top: 1px solid #bbb;
	}

.subListResult {
	width: 90%;
	float: left;
	padding-left: 20px;
	padding-bottom: 10px;
	display: none;
	}

.listResultLight {
	background-color: #eeeeee;
	}

.listResultDark {
	background-color: #dddddd;
	}

input, textarea {
	margin: 2px;
	}

#header {
	margin-bottom:50px;
	}

h1 {
	font-size: 15px;
	height: 25px;
	decoration: none;
	background: #ccc;
	}

h1 a {
	text-decoration: none;
	}

p {
	font-size: 10px;
	}


/* */
/* AUTOCOMPLETE */ 
/* */

.autocomplete-w1 { background:url(media/shadow.png) no-repeat bottom right; position:absolute; top:0px; left:0px; margin:6px 0 0 6px; /* IE6 fix: */ _background:none; _margin:1px 0 0 0; }

.autocomplete { border:1px solid #999; background:#FFF; cursor:default; text-align:left; max-height:350px; overflow:auto; margin:-6px 6px 6px -6px; /* IE6 specific: */ _height:350px;  _margin:0; _overflow-x:hidden; }

.autocomplete .selected { background:#F0F0F0; }

.autocomplete div { padding:2px 5px; white-space:nowrap; }

.autocomplete strong { font-weight:normal; color:#3399FF; }

pre { padding-bottom:25px; overflow-y:hidden; }


