html, body {
	margin: 0px;
	padding:0px;
}

* {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10pt;
}

#content * {
	color: #000000;
}

body {
	margin: 10px 0px 10px 0px;
}

a {
	color: #000;
	text-decoration: none;
}

#content div a, #content p a {
	text-decoration: underline;
}

#content a:hover {
	font-weight: bold;
}

#wrap {
	width: 900px;
	margin: 0px auto 0px auto;
}

#header {
	width: 100%;
	height: 100px;
	margin: 0 auto;
	background: #A00000 url(images/header_bg.jpg) repeat-x;
}

#header * {
	margin: 0px;
	padding:0px;
	color: #FFFFFF;
}

#header h1 {
	float: left;
	padding: 54px 0 0 10px;
	font-size: 25px;	
}

#header ul {
	float: right;
	margin: 0;
	padding: 0 0 0 0;
	list-style: none;
}

#header li {
	display: inline;
}

#header li a {
	display: block;
	float: left;
	margin: 0 0 0 8px;
	padding: 16px 20px 0 20px;
	background: transparent;
	text-decoration: none;
	font-weight: bold;
	border: none;
}

#start-header, #end-header {
	margin: 0px;
	padding:0px;
}

#end-header {
	position: relative;
	top: 1px;
	left:515px;
	display: block;
	float: right;
	width: 50px;
	height: 100px;
	background: url(images/banner_end.jpg) no-repeat right center;
}

#main {
	position: relative;
	top: -8px;
	width: 100%;
	margin: 0px auto;
}

#left-sidebar {
	float: left;
	width: 180px;
}

#content {
	float: left;
	width: 695px; /* 515 */
	margin: 0px;
	padding:0px;
}

#right-sidebar {
	float: right;
	width: 180px;
	margin: 0px;
	padding:0px;
}

#footer {
	clear: both;
	width: 100%;
	background-color: #A00000;
	padding: 3px 0px;
}

#footer p {
	margin: 0px;
	padding:0px;
	text-align: center;
	color: #FFFFFF;
	font-size: small;
}

#footer p a {
	text-decoration: none;
	/*color: #FFFFFF;*/
}

#footer p.promotion {
	font-size: xx-small;
}

#footer p.promotion a {
	text-decoration: none;
	font-size: xx-small;
}

.clear { clear: both; }

/* Status */
#status {
	margin: 8px;
	padding:4px;
	color: #A00000;
	background: #ddd;
	width: 100%;
	margin-bottom: 0px;
}
#status a {
	text-decoration:none;
	color: #000;
}

/* Inner Content Items */
#inner {
	margin: 3px 10px;
}

#inner ul {
	font-weight: bold;
}
#inner li a {
	font-weight: normal;
	text-decoration:none;
}
#inner li a:hover {
	font-weight: bold;
	text-decoration:none;
}
#inner li:hover * {
	font-weight: bold;
	text-decoration:none;
}
#inner li span {
	margin-left: 15px;
	color: #ccc;
	font-weight: normal;
	font-size: x-small;
}

/* Search Form */
#search {
	
}

/* Begin CSS Popout Menu *//*

#menu a {
	font:bold 15px arial,helvetica,sans-serif;
	display:block;
	border-top: 1px solid #FFF;
	white-space:nowrap;
	margin: 0px;
	padding:4px 6px;
	color:#FFFFFF;
	background: #A00000;
	text-decoration:none;
}

/* Menu */
#menu dl, #menu dt, #menu dd, #menu ul, #menu li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
dl#menu {
	width: 180px;
	margin-bottom: 0px;
}
dl#menu dt {
	cursor: pointer;
	margin: 3px 0;
	/*height: 20px;*/
	line-height: 20px;
	text-align: center;
	border: 1px solid #000;
	background: #A00000;
	font: bold 15px arial,helvetica,sans-serif;
	letter-spacing: 3px;
}
dl#menu dd {
	border: 1px solid gray;
}
dl#menu dd li {
	text-align: center;
	background: #cccccc;
}
dl#menu li a, dl#menu dt a {
	display:block;
	text-decoration:none;
	white-space:nowrap;
	margin: 0px;
	padding:4px 6px;
	color:#FFFFFF;

	border: 0 none;
	height: 100%;
}
dl#menu dd li a {
	font: 15px arial,helvetica,sans-serif;
}
dl#menu dd li {
	border-top: 1px solid gray;
	/*border-top: 1px solid #FFF;*/
}
dl#menu ul.single li a {
	background: #C21212;
}
dl#menu .first {
	border-top: none;
}
dl#menu li a:hover, dl#menu dt a:hover, dl#menu ul.single li a:hover {
	color:#a00;
	background:#ddd;
}

/* Error */
.error {
	margin: 5px 10% 15px 10%;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #b84623;
}
.error h2 {
	margin: 0;
	color: #ffffff;
	background-color: #b84623;
	font-size: 1.1em;
	padding: 5px 4px;
}
.error div {
	padding: 6px 5px;
	background-color: #f1f1f1;
}
.error ol {
	font-weight: bold;
}
.error ol li {
	font-weight: normal;
}


/* forms */
form {
	width: 100%;
}
form div {
	clear: both;
}
form label {
	font-weight: normal;
	text-align: right;
	width: 100%;
}
form label input {
	float: left;
	width: 150px;
}
textarea {
	text-align: left;
	margin-left: 10%;
	width: 80%;
}
form fieldset {
	margin:0 auto;
	padding:10px;
	width: 80%;
}
form fieldset label {
	margin-left: 60px;
	margin-right: 5px;
	width: 125px;
	float: left;
	text-align: right;
	line-height: 1.5;
}
form fieldset legend {
	background:#ffffff;
	border:1px solid #003D00;
	color:#333333;
	font-size:90%;
	padding:0.2em 0.5em;
	text-align:right;	
}
form fieldset input.input {
	float: left;
	width: 200px;
	margin-bottom: 2px;
}
form fieldset select {
	float: left;
	min-width: 200px;
	margin-bottom: 2px;
}
form fieldset textarea {
	height: 200px;
}

/* Messsages */
#message {
	margin: 20px 10% 15px 10%;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #b84623;
}
#message h2 {
	margin: 0;
	color: #ffffff;
	background-color: #b84623;
	font-size: 1.1em;
	padding: 5px 4px;
}
#message div {
	padding: 6px 5px;
	background-color: #f1f1f1;
}

/* Contrib */
#contrib fieldset div {
	width: 100%;
	height: 450px;
	margin: 0px;
	padding:0px;
}

#contrib fieldset div textarea {
	margin:0px;
	padding:0px;
	width: 100%;
	margin:0px;
}

/* Titles */
* div.tooltop * { color: #fff; }
div.tooltip, .tool-tip {
	z-index: 999;
	width: 200px;
	color: #fff;
	text-align: center;
}

div.tooltip h4, .tool-title {
	color: #fff;
	font-weight: bold;
	text-shadow: 2px 2px 1px #222;
	margin: 0;
	padding: 13px 10px 5px;
	background: url(/images/mootools/balloon.png) top left no-repeat !important;
	background: url(/images/mootools/balloon.gif) top left no-repeat;
	font-size: 11px;
}

div.tooltip p, .tool-text {
	color: #fff;
	margin: 0;
	padding: 0 10px 15px;
	text-shadow: 2px 2px 1px #222;
	background: url(/images/mootools/balloon.png) bottom left no-repeat !important;
	background: url(/images/mootools/balloon.gif) bottom left no-repeat;
	font-size: 10px;
}

/* Content >> Table */
#content table {
}

#content table th {
	text-align: left;
}

#content table tr.onhover:hover {
	cursor: pointer;
	background: yellow;
}

#content table tr.onhover:hover td.bold {
	font-weight: bold;
}

#content table tr.onhover:hover td.bold:hover {
	text-decoration: underline;
}

#content table tr.onhover:hover td:hover {
	font-weight: bold;
}

#content table tr.onhover:hover td.no {
	font-weight: normal;
}

/* Sorts */
.current_sort {
	text-decoration: line-through;
}
