html,body {
	font-family: verdana, arial, sans-serif;
	color: #000;
	background-color: #353732;
	margin: 0px;
	padding: 0px;
	font-size: 9pt;
	min-width: 620px;
}

h1, h2, h3, h4, h5 {
	padding: 0px;
	margin: 0px 0px .5em 0px;
	font-size: 1.3em;
	color: #ec822a;
}

p {
	margin: 0.5em 0px;
	text-align: justify;
}

.discrete {
	font-size: 90%;
}

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

a:hover {
	color: #222;
	text-decoration:underline;
}

hr {
	border: none;
	border-bottom: 1px solid #ccc;
}

.errordialog {
	padding: 15px 37px;
	border: 1px solid #dd3c10;
	background: #ffebe8 url(../navgfx/default/dialog-warning.png) no-repeat center left;
}

.informationdialog {
	padding: 15px 37px;
	border: 1px solid #ebae7f;
	background: #fff8cc url(../navgfx/default/dialog-information.png) no-repeat center left;
}

img,form {
	border: none;
	margin: 0px;
	padding: 0px;
}

form fieldset {
	margin: 1em 0px;
}

form div {
	margin-bottom: 0.5em;
}

form div.submit {
	margin-left: 22%;
}

form div label:first-child {
	text-align: right;
	display: block;
	width: 20%;
	float: left;
	margin-right: 1em;
}

form fieldset div.notes {
	float: right;
	width: 158px;
	height: auto;
	margin: 0 0 10px 10px;
	padding: 5px;
	border: 1px solid #666666;
	background-color: #ffffe1;
	color: #666666;
	font-size: 88%;
}

form fieldset div.notes h2 {
	background-image: url(/navgfx/default/info-22.png);
	background-repeat: no-repeat;
	background-position: top left;
	line-height: 16px;
	padding: 3px 0 3px 22px;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #666666;
	color: #666666;
	font-size: 110%;
}

img {
	vertical-align:middle;
}

input[type=text],input[type=password] {
	background: white url(../navgfx/default/inputbg.png) repeat-x top left;
}

input[type=text],input[type=password],textarea {
	border: 1px solid #ccc;
}

input[type=text],input[type=password],textarea,button {
	vertical-align: top;
}

table {
	border-collapse: collapse;
	width: 100%;
}

table th {
	background: #dae0d2 url(../navgfx/default/tableheaderbg.png) repeat-x;
}

table td {
	vertical-align:top;
	padding: 2px 5px;
}

table input {
	vertical-align:top;
}

ul.pagination {
	padding: 0px;
	display: table;
	margin: 0px auto;
	overflow: hidden;
}

ul.pagination li {
	border: 1px solid #c0c0c0;
	background-color: #f7f7f7;
	margin: 0px 0.2em;
	list-style: none;
	float: left;
}

ul.pagination li a {
	padding: 0.4em 0.5em;
	display: block;
}

ul.pagination li a:hover {
	text-decoration: none;
	color: #c0c0c0;
	background-color:#dae0d2;
}

ul.bar {
	background: url('../navgfx/default/bar.jpg') no-repeat right;
	display: table;
	margin: 10px auto;
	padding: 0px;
	overflow: hidden;
}


*:first-child+html ul.bar {
	display: inline;
	zoom: 1;
}

ul.bar li {
	list-style: none;
	float: left;
	line-height: 91px;
	padding-left: 1em;
	margin-right: 1em;
	background: url('../navgfx/default/divider.png') no-repeat left;
}

ul.bar li a {
	display: block;
	font-size: 1.3em;
	font-weight: bold;
	color: #ec822a;
	text-shadow: 2px 2px 2px #AAA;
}

ul.bar li a:hover {
	text-decoration: none;
}

ul.bar li:first-child {
	background: url('../navgfx/default/bar.jpg') no-repeat left;
}

ul.bar li.active a {
	color: black;
}

.box {
	margin: 10px 0px;
	border: 1px solid #777873;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #f5f6ed;
	overflow: hidden;
}

.box th {
	border-bottom: 1px solid #777873;
}

table.results {
	width: 98%;
	margin: 10px 1px;
	border: 1px solid #777873;
	background-color: #f5f6ed;
}

table.results th {
	border-bottom: 1px solid #777873;
}

table.results tr:hover td {
	background-color:#dae0d2;
}

table.results a {
	display: block;
}

table.results a:hover {
	text-decoration: none;
}

.center {
	text-align:center;
}

div.news {
	border: 1px solid #777873;
	background-color: #f5f6ed;
	margin: 2em 0px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	overflow: hidden;
}

div.news h1 {
	padding: 0.2em 1em;
	background-color: #d6d7cf;
	border-bottom: 1px solid #777873;
	background: #dae0d2 url(../navgfx/default/tableheaderbg.png) repeat-x;
}

div.news p {
	margin-left: 1em;
	margin-right: 1em;
}

div#header {
	background: #353732 url(../navgfx/default/header.png) repeat-x top;
	padding-bottom: 1em;
	color: #b0b2a7;
	text-align:center;
	overflow: hidden;
}

div#header a {
	color: #b0b2a7;
}

form#search button {
	background: url(../navgfx/default/search.png) no-repeat top right;
	width: 23px;
	height: 20px;
	border: none;
	padding: 0px;
	margin: 0px;
	cursor: pointer;
}

form#search {
	margin: 10px 0px 0px 0px;
	padding: 0px;
}

form#search input[type=text] {
	border: none;
	background: url(../navgfx/default/search.png) no-repeat top left;
	font-size: 14px;
	height: 20px;
	margin: 0px;
	padding: 1px 0px 1px 5px;
	width: 20em;
}

form#search input[type=text]+button span {
	display: none;
}

/*** IE6/7 HACK ****/
*:first-child+html form#search input[type=text]+button {
		margin-top: 1px !important;
}

* html form#search input[type=text]+button {
		margin-top: 1px !important;
}
/**** END HACK ****/
ul#control {
	padding: 4px 0px;
	margin: 0px;
	list-style: none;
	text-align: right;
}

ul#control li {
	display: inline;
	margin-right: 1em;
}

div#body {
	background: #edeee9 url(../navgfx/default/bg.png) repeat-x top;
	padding-top: 2px;
	padding-left: 200px;
	padding-right: 180px;
	position: relative;
	overflow: hidden;
}

div#contents, div#banners, div#categories {
	min-height:600px;

	padding: 15px 0px 0px 0px;
	margin: 0px;

	margin-bottom: -1985px;
	padding-bottom: 2000px;

	position: relative;
	float: left;
	overflow: hidden;
}

div#contents {
	width: 100%;
}

div#categories {
	background: #d6d7cf url(../navgfx/default/contentbg.png) repeat-y 190px 0px;
	width: 180px;
	padding-right: 10px;
	padding-left: 10px;
	right: 200px;
	margin-left: -100%;
}

/**** IE6 HACK ****/
* html div#categories {
 	left: 180px;
}
/**** END HACK ****/

div#categories ul {
	list-style: none;
	margin: 0px 0px 40px 0px;
	padding: 0px;
}

div#categories li {
	line-height: 2em;
	background: url(../navgfx/default/menubar.png) no-repeat bottom right;
}

div#categories li a {
	display: block;
	font-size:130%;
}

div#categories li a:hover {
	text-decoration: none;
	background-color:#dae0d2;
	text-indent: 0.5em;
}

div#banners {
	background: #d6d7cf url(../navgfx/default/contentbg.png) repeat-y -10px 0px;
	width: 180px;
	margin-right: -195px;
	padding-left: 15px;
}

div#footer {
	background: url(../navgfx/default/bg.png) repeat-x top;
	clear:both;
	padding: 2px 0px;
	overflow:hidden;
	color: #f7ac46;
	font-size: smaller;
	font-weight: bold;
}
div#footer a {
	color: #f7ac46;
}

div#footer p {
	text-align: center;
}

#flash {
	z-index: 100;
	color: black;
	margin: 1em;
	padding: 5px;
	background-color: #569;
	color: white;
	display: none;
}

#flash, #flash * {
	cursor: pointer;
}

#flash label {
	display: block;
	text-align: right;
	font-weight: bold;
	text-transform: capitalize;
}

#flash.failure, #flash.error {
	border: 1px solid #dd3c10;
	background-color: #ffebe8;
	color: black;
}

input.error, select.error {
	background-color: #ffebe8;
}

label.error {
	margin: .5em;
	color: #dd3c10;
}

#facebox .fb_b {
	background: url(/navgfx/fbcorners.png)  -10px -10px;
}

#facebox .fb_tl {
	background: url(/navgfx/fbcorners.png) no-repeat top left;
}

#facebox .fb_tr {
	background: url(/navgfx/fbcorners.png) no-repeat top right;
}

#facebox .fb_bl {
	background: url(/navgfx/fbcorners.png) no-repeat bottom left;
}

#facebox .fb_br {
	background: url(/navgfx/fbcorners.png) no-repeat bottom right;
}

#facebox {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	text-align: left;
}

#facebox .fb_body {
	padding: 10px;
	background-color: #f5f6ed;
	color: #000;
	width: 370px;
}

/* IE6/7 Hack  */
* html #facebox > table, *:first-child+html #facebox > table {
	width: auto;
}

#facebox .fb_loading {
	text-align: center;
}

#facebox .fb_image {
	text-align: center;
}

#facebox .fb_footer {
	border-top: 1px solid #DDDDDD;
	padding-top: 5px;
	margin-top: 10px;
	text-align: right;
}

#facebox .fb_tl, #facebox .fb_tr, #facebox .fb_bl, #facebox .fb_br {
	height: 10px;
	width: 10px;
	overflow: hidden;
	padding: 0;
}

.ac_results {
	border: 1px solid gray;
	background-color: white;
	padding: 0;
	margin: 0;
	list-style: none;
	position: absolute;
	z-index: 10000;
	display: none;
}

.ac_results li {
	padding: 2px 5px;
	white-space: nowrap;
	color: #101010;
	text-align: left;
}

.ac_over {
	cursor: pointer;
	background-color: #F0F0B8;
}

.ac_match {
	font-weight: bold;
	color: black;
}

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
}

#tooltip h3, #tooltip div {
	margin: 0;
}
