/* Body class */

.gbody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #fbf9f9;
	margin: 2px 5px 10px 5px;
	padding: 0;
}

input, select {
	padding: 2px 0 2px 0;
}

/* General smart tables class */

table.forums, table.forumsmb {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 849px !important;
	width: 850px;
	border: 1px solid #9dafc1;
	display: table;
	color: #000000;
	border-collapse: collapse;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

table.forums1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #9dafc1;
	display: table;
	color: #000000;
	border-collapse: collapse;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

table.forumsmb{
	margin-bottom:12pt;
}

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

.tbTransparent, .tbTransparentmb{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 850px;
	background: transparent;
	font-size: 11px;
	line-height: 15px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	vertical-align: top;
}

.tbTransparentmb{
	margin-bottom:12pt;
}

.tbTransparentCell{
	text-align: left;
}

img {
	border: 0;
}

td{
	text-align: left;
}

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

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

/* 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: 10pt;
}

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

.inputButton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	border: 2px solid #bcbcbc;
	font-size: 11px;
	color: #000000;
	padding: 2px;
/* height: 19px; */
}

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

.textForma {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	border-left: 1px solid #0e0e0e;
	border-top: 1px solid #0e0e0e;
	border-bottom: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	font-size: 12px;
	padding: 2px;
}

.textForm1 {
	width: 120px;
	height: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-left: 1px solid #0e0e0e;
	border-top: 1px solid #0e0e0e;
	border-bottom: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
}

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

td.caption1 {
	border: 1px solid #9dafc1;
	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-top: 1px solid #9DAFC1;
	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: #eeeeee;
	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: #094c8d;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	line-height: 15px;
	text-align: left;
	vertical-align: top;
}

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

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

td.caption5a {
	padding: 4px 0 4px 0;
	height: 20px;
	font-size: 11px;
	line-height: 15px;
	vertical-align: top;
	text-align: center;
	background-color: #f1f1f1;
}

/* 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: #f1f1f1;
}

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

.tbCel2{
	background: #f7f7f7;
}

.formStyle{
	margin: 0;
}

/* Stats bar */

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

a:link {
	color: #1f65aa;
	text-decoration: none;
}

a:active {
	color: #1f65aa;
	text-decoration: none;
}

a:visited {
	color: #1f65aa;
	text-decoration: none;
}

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

.stopka {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 850px;
	background: transparent;
	font-size: 11px;
	line-height: 15px;
}

.quote {
	background: #fbf9f9;
	border: 1px dotted #9dafc1;
	border-left: 3px solid #9dafc1;
	color: #000;
	font-style: italic;
	font-size: 11px;
	margin: 8px auto 0 auto;
	padding: 3px;
	width: 95%;
}

.quoting {
	background: #eaebed;
	font-style: normal;
	font-weight: bold;
	border-left: 2px solid #006699;
	border-top: 0;
	color: #1f65aa;
	padding: 4px;
	margin: 0 auto 8px auto;
}


ol.mbb, ul.mbb, blockquote.mbb{
	margin-bottom: 0;
}

/* odnosniki na 1 str. */

.onps {
	width: 850px;
	text-align: left;
	font-size: 11px;
	padding: 0 0 5px 0;
	margin: 0 auto;
}
