body {
	margin:0;
	background:#FFF url('/images/bg_back.jpg') top left repeat-x;
}

body, h1, h2, h3, h4, h5, h6, dl, dt, dd, input, form, fieldset, label {
	padding:0;
	margin:0;
}

body, p, input, textarea, select, td, th {
	font: 10pt "Lucida Grande", "Trebuchet MS", Arial, sans-serif;
}

img {
	border: none;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Lucida Grande", "Trebuchet MS", Arial, sans-serif;
}

h1 {
	font-size:18pt;
	color:#000;
}

h2 {
	font-size:14pt;
	color:#666;
}

h3 {
	font-size:12pt;
	color:#3D7FAF;
}

h4 {
	font-size:10pt;
	color:#000;
}
h5 {
	border:1px solid #CCC;
	padding:5px;
	background-color:#EEE;
	font-weight:normal;
	font-weight:11pt;
	margin:0;
	margin-top:5px;
	margin-bottom:5px;
}
h6 {
	font-size:10pt;
	font-weight:bold;
	color:#000;
	border-bottom:1px solid #000;
	padding:5px;
	margin:0;
	margin-top:5px;
	margin-bottom:5px;
}
.clear {
	position:relative;
	clear:both;
	height:0;
	overflow:hidden;
}

.message {
	position:relative;
	border:1px solid green;
	padding:8px;
	margin-bottom:8px;
	background-color:#FFF;
	color:green;
	font-size:9pt;
}

.error {
	position:relative;
	border:1px solid red;
	padding:8px;
	margin-bottom:8px;
	background-color:#FFF;
	color:red;
	font-size:9pt;
}

.pagination {
	position:relative;
	border:1px solid #666;
	background-color:#FFF;
	padding:2px;
	padding-left:5px;
	margin-top:10px;
	margin-bottom:10px;
	font-size:8.5pt;
}

#container {
	position:relative;
	width:800px;
	margin:0 auto;
	background-color:#EEE;
	border:1px solid #000;
	background:#FFF url('/images/bg_inside.jpg') bottom left no-repeat;
}
#header {
	position:relative;
	background-color:#E8E8E8;
	padding:10px;
}
#nav {
	position:relative;
	background-color:#EEE;
}
#nav ul, #nav li {
	list-style:none;
	margin:0;
	padding:0;
}
#nav li {
	position:relative;
	float:left;
	padding:5px;
	width:147px;
	height:17px;
	text-align:center;
	border:1px solid #666;
	margin-right:1px;
	background:#FFF url('/images/btn_bg_off.gif') top left repeat-x;
	overflow:hidden;
	font:9pt Tahoma;
	font-weight:bold;
}
#nav li.dead {
	color:#777;
	cursor:default;
}
#nav li.live {
	color:#3D8421;
	cursor:pointer;
	background:#FFF url('/images/btn_bg_live.gif') top left repeat-x;
}
#nav li.over {
	color:#FFF;
	cursor:pointer;
	background:#FFF url('/images/btn_bg_over.gif') top left repeat-x;
}
#nav li.live img.icon, #nav li.over img.icon {
	position:relative;
	top:2px;
	border:0;
	margin-right:3px;
}
#nav li.on {
	color:#FFF;
	cursor:default;
	background:#FFF url('/images/btn_bg_on.gif') top left repeat-x;
}
#content {
	position:relative;
	padding:10px;
}
.filler {
	position:relative;
	float:right;
	height:300px;
	width:1px;
	overflow:hidden;
	background:none;
}
#footer {
	padding:5px;
	text-align:right;
	font-size:8pt;
}

.form_option {
	margin-bottom:10px;
}

.form_button {
	background-color:#FFF;
	margin-bottom:10px;
	border:1px solid #666;
	padding:5px;
	text-align:center;
}

.other_field {
	margin-top:10px;
}

table.tbllist {
	border:0;
	width:100%;
}
table.tbllist th {
	text-align:left;
	color:#000;
	font-weight:bold;
	vertical-align:top;
	padding:3px;
	background-color:#FEFEFE;
	border:1px solid #666;
}
table.tbllist td {
	vertical-align:top;
	padding:3px;
}
table.tbllist th.f {
	text-align:center;
	width:100px;
}
table.tbllist tr.s td, table.tbllist tr.s th {
	font-size:8pt;
}
table.tbllist td.c {
	text-align:center;
}
table.tbllist blockquote {
	padding:0;
	margin:0;
	margin-left:20px;
}
.chkbox {
	cursor:pointer;
}
input.short {
	width:40px;
}
textarea.medwide {
	width:670px;
	height:90px;
}
