body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	font-size: 10px;
}

a {
	font: 11px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
}

a:hover {
	color: #FFCC00;
	text-decoration: none;
}

a.bottom {
	color: rgb(240, 221, 174);
	font-size:10px;
}

a.bottom:hover {
	color: rgb(255, 255, 255);
	font-size:10px;
}

#container {
	width: 760px;
	border: 1px solid gray;
	margin: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
}

#banner {
	padding: 0px;
	margin-bottom: 5px;
	background-color: rgb(137, 74, 173);
	text-indent: 0px;
	border-bottom: 1;
}

#content-header {
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #623B7B;
	border-bottom: 1px solid #623b7b;
}
	
#content {
	padding: 0px;
	margin-left: 220px;
	margin-top: 0px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: left;
}

#sidebar-a {
	float: left;
	width: 200px;
	margin: 0;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 5px;
	background-color: rgb(205, 186, 216);
}

#sidebar-b {
	float: right;
	width: 150px;
	margin: 0;
	margin-left: 5px;
	margin-bottom: 5px;
	padding: 5px;
	background-color: rgb(240, 221, 174);
}
	
#footer {
	clear: both;
	color: rgb(205, 186, 216);
	padding: 5px;
	margin-top: 5px;
	text-align: center;
	font-size: 10px;
	background-color: rgb(98, 59, 123);
}

#navbox {
	width: 190px;
	margin: 0;
	margin-bottom: 5px;
	padding: 4px;
	background: rgb(255, 255, 255);
	border: 1px solid rgb(98, 60, 123);
	display: inline;
	float: left;
}
	
#navbox-header {
	background: rgb(98, 60, 123);
	text-align: center;
	color: rgb(255, 255, 255);
	font: bold 12px Arial, Helvetica, sans-serif;
	padding: 4px;
}

#navbox-item {
	background: rgb(240, 221, 174);
	text-align: left;
	color: rgb(0, 0, 0);
	border-color: rgb(98, 60, 123);
	border-width: 1px;
	border-bottom: 1px solid rgb(98, 60, 123);
	font: 11px Arial, Helvetica, sans-serif;
	padding: 4px;
}

.gbody{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	background: #FBF9F9;
	margin-top: 11px;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-left: 10px;
}

/* General smart tables class */

table.forums {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	width: 525px;
	border: 1px  # solid;
	display: table;
	color: #000000;
	border-collapse: collapse;
	text-align: left;
} 

/* Simple transparent table without borders and background color (menu navigation, general tables) */

.formStyle {

}

.tbTransparent{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	width: 525px;
	background: transparent;
	font-size: 11px;
	line-height: 15px;
	text-align: left;
}

/* Small analog text, used usually with SPAN */

.txtSm{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	text-decoration: none;	
	font-size: 10px;
}

/* Normal analog text, used usually with SPAN */

.txtNr{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	text-decoration: none;	
	font-size: 11px;
}

/* Views color */

.views{
	color:#9A9A9A;
}

/* Warning text */

.warning{
	color: #225873;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	font-weight: bold;
}

/* Supscript class */

.navCell{
	font-family: Arial,Helvetica,Geneva,sans-serif;
	font-size: 10px;
}

/* Class for select boxes */

.selectTxt {
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;
}

/* List style - user's info */

.limbb{
	list-style: circle;
	font-size: 11px;
	margin-left: 15px;
}

/* Input areas - boxes, textareas... */

.inputButton {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	background: #FFFFFF;
	border-top: #CCCCCC 1px solid;
	border-right: #CCCCCC 1px solid;
	border-left: #CCCCCC 1px solid;
	border-bottom: #CCCCCC 1px solid;
	font-size: 10px;
	color: #000000;
	/* height: 19px; */
}

.textForm {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	background: #FFFFFF;
	border-bottom: #CCCCCC 1px solid;
	border-left: #CCCCCC 1px solid;
	border-right: #CCCCCC 1px solid;
	border-top: #CCCCCC 1px solid;
	font-size: 11px;
}

/* Caption 1 (the one for displaying sub-headers like "topics, posted" etc) */

td.caption1 {
	border: 1px #FFEEAA solid;
	font-size: 11px;
	line-height: 15px;
	padding-bottom: 1px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
}

/* Caption 2 color and properties (this one displaying main menu,  New Topic text bg, New Message text bg) */

td.caption2 {
	background-color: #FFFFFF;
	border: 1px #e89e16 dotted;
	padding: 4px;
	height: 20px;
	font-size: 11px;
	font-weight: bold;
	line-height: 15px;
}

/* Caption 3 (used for Last Discussions, topic titles, Forums selection) */

td.caption3 {
	background-color: #FFEEAA;
	padding: 3px;
	height: 20px;
	font-size: 11px;
	line-height: 15px;
}

/* Caption 4 (the one for displaying not separate headers like Forum, Topic, Poster etc. on 1st page, Buttons menu, left info cell) */

td.caption4 {
	background-color: #e89e16;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	color: #FFFFFF;
	line-height: 15px;
}

/* Caption 5 (used for user input like password/login and registration etc) */

td.caption5 {
	background-color: #FFEEAA;
	padding: 4px;
	height: 20px;
	font-size: 11px;
	line-height: 15px;
}

/* Caption 6 (this one is for displaying title headers (search, stats, user reg/prefs) ) */

td.caption6 {
	background-color: #e89e16;
	border: 1px #e89e16 solid;
	padding: 4px;
	height: 18px;
	font-size: 11px;
	font-weight: bold;
}

/* Font for displaying username in each thread */

.username{
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}

/* Topics/forums/threads content cell color #1 */

.tbCel1{
	background: #FFEEAA;
}

/* Topics/forums/threads content cell color #2 */

.tbCel2{
	background: #FFEEDD;
}

.formStyle{
	margin: 0px;
}

/* Stats bar */

.tbStBar{
	border: #e89e16 1px solid;
	margin: 1px;
	padding: 1px;
	background: #F0F0F0;
	font-size: 11px;
}