BODY {
	font: 16px Georgia;
}

#page {
	color: #000;
	width: 95%;
	margin: 5px auto;
}

div, td {
	text-align: left;
}

a:link { 
}

A:visited {
}

A:hover {
	cursor: url("images/paw.cur");
}

.rtop, .rbottom { 
	display: block; 
}
.rtop *, .rbottom * { display: block;	height: 1px; overflow: hidden; }
.r1 { margin: 0 5px; background: green; }
.r2 { margin: 0 3px; }
.r3 { margin: 0 2px; }
.r4 { margin: 0 1px; height: 2px; }

.alert_IE {
	background: #9F9;
	border: 1px solid #0F0;
	margin: 5px;
	padding: 5px;
	text-align: center;
	font-weight: bold;
}
table td.alert { 
	background: #9F9;
	border: 1px solid green;
	margin: 5px;
	font-weight: bold;
	text-align: center;
	padding: 10px;
}
.alert { margin: 5px; }
.alert .rtop b, .alert .rbottom b {
	background: #9F9;
}
.alert .content {
	background: #9F9;
	font-weight: bold;
	text-align: center
}

.command_IE {
	background: #99F;
	border: 1px solid #00F;
	margin: 5px;
	padding: 5px;
	text-align: center;
	font-weight: bold;
}
.command { margin: 5px; }
.command .rtop b, .command .rbottom b {
	background: #99F;
}
.command .content {
	background: #99F;
	font-weight: bold;
	text-align: center;
}

.command a {
	text-decoration: none;
}

.error_IE {
	background: #F99l
	border: 1px solid #F00;
	margin: 5px;
	padding: 5px;
	text-align: center;
	font-weight: bold;
}
table td.error {
	background: #F99;
	border: 1px solid red;
	margin: 5px;
	font-weight: bold;
	text-align: center;
	padding: 10px;
}
.error { margin: 5px; }
.error .rtop b, .error .rbottom b {
	background: #F99;
}
.error .content {
	background: #F99;
	font-weight: bold;
	text-align: center
}
.error .message {
	border: 1px solid #f99;
	background: white;
	padding: 5px;
}

.price {
	font: 12px Courier;
	text-align: right;
}

#page #header {
	padding: .5em;
	height: 140px;
	margin: 5px;
	border-bottom: 1px solid black;
}

#page #header img {
	float: left;
	padding-right: 25px;
	border: 0;
}

#page #omni {
	position: absolute;
	background: #DBF;
	color: #000;
	top: 0px;
	right: 0px;
	padding: 5px;
	font: 12px Helvetica;
}

#page #omni a {
	text-decoration: underline;
}

#main_navigation {
	float: left;
	width: 170px;
	padding: 0;
}

#main_tabline_data {
}

#main_navigation #navi_ul {
	list-style: none outside none;
	margin: 10px 0px 20px 0px;
	padding: 0px 0px 0px 20px;
}

#main_navigation #navi_ul li#selected a {
	font-weight: bold;
	color: #0000FF;
	background: #FFBBFF;
	border-left: 1px solid gray;
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
}

#main_navigation #navi_ul .main_group_tab {
	font-weight: bold;
}

#main_navigation #navi_ul li a {
	padding: 1px 1px 1px 20px;
	margin: 0;
	text-decoration: none;
	display: block;
}

#main_navigation #navi_ul li a:hover {
	color: #FF00F0;
}

#main_content {
	margin-left: 168px;
	padding: 20px;
	background: #FBF;
	border: 1px solid gray;
}

#main_footer {
	clear: both;
	margin: 0;
	padding: .5em;
}




#tab_navigation {
	font: normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	list-style: none outside none;
	margin: 0;
	padding: 0 0 0 0;
}

#tab_navigation #navi_ul {
	list-style: none outside none;
	margin: 0px;
}

#tab_navigation #navi_ul LI {
	display: inline;
	margin: 0 0px 0 0;
	padding: 0px 2px 2px 0px;
}

#tab_navigation #navi_ul LI A {
	background: #FFF;
	border-left: 1px solid #bdc7d8;
	border-right: 1px solid #bdc7d8;
	border-top: 1px solid #bdc7d8;
	color: #000;
	margin: 0 0 0 5px;
	padding: 2px 6px 3px 6px;
	text-decoration: none;
}

#tab_navigation #navi_ul LI.unselected A {
	border-bottom: 1px solid #bdc7d8;
	background-color: #DDD;
}

#tab_navigation #navi_ul LI A:hover {
	background: #999;
	color: #FFF;
}

#tab_navigation #navi_ul #selected {
	cursor: text;
	border-bottom: none;
}

#tab_content {
	border: 1px solid #bdc7d8;
	background: #FFF;
	color: #000;
	padding: 12px;
}

#tab_footer {
	clear: both;
	margin: 0;
	padding: .5em;
}

.news_article {
}

.news_header {
	font-weight: bold;
	border: 1px solid gray;
}

.news_body {
}

.news_footer {
	font-size: 11px;
	font-family: Georgia;
	color: #555;
	text-align: center;
}

.thumbnail {
	float: left;
	text-align: center;
	margin: 2px;
	padding: 2px;
	border: 1px dotted black;
}

.thumbnail img {
	margin: 0;
	padding: 5px;
}

.thumbnail .caption {
	text-align: center;
}

.clearboth { 
	clear: both; 
}

.clear-left {
	clear: left;
}

.clear-right {
	clear: right;
}


#wiki_richtext {
	background: #FFF;
}

.rte_ui {
	background: #FFF;
}



table {
	border: 1px solid black;
	background: white;
	color: black;
	page-break-inside: avoid;
}

table tr td {
	margin: 1px;
	padding: 2px;
	border-spacing: 1px;
}

table tr.title {
}

table tr.title td {
	font-weight: bold;
	background: #bbbbff;
	margin: 0px;
}

table td.title {
	font-weight: bold;
	background: #bbbbff;
}

table tr.header {
	font-weight: bold;
}

table tr.header td {
	font-weight: bold;
	background: #ddddff;
}

table td.header {
	font-weight: bold;
	background: #ddddff;
}


/* Form Element are -UGLY- by default, these are marginally nicer */
/* (mostly swiped from facebook) */

select {
	border: 1px solid #bdc7d8;
	padding: 2px;
	font-size: 11px;
}

input[type="checkbox"] {
	border: 0;
}

input[type="text"],
input[type="password"],
input[type="search"],
input[type="file"] {
	border: 1px solid #bdc7d8;
	padding: 3px;
	font-size: 11px;
}

#search {
	position: absolute;
	top: 20px;
	right: 0px;
	padding: 5px;
	font-size: 12px;
}

#search #qsearch {
	background: url(../../images/search.png) 3px 4px no-repeat;
	padding-left: 18px;
}

.important {
	color: red;
	font-weight: bold;
}

h1 {
	margin-bottom: 15px;
	font: 24px Helvetica;
	color: #800;
	font-weight: bold;
}

.pane {
	margin: 2px 10px 2px 10px;
	padding: 4px;
}

.pane span {
	font-size: 18px;
	padding: 0 15px 0 15px;
	font-weight: bold;
}


div#submit {
	margin: 10px;
	padding: 10px;
	border: 1px solid grey;
	background: #ddd;
}

td.submit {
	margin: 10px; 
	padding: 10px;
	border: 1px solid grey;
	background: #ddd;
}
