/* Body class */

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

/* General smart tables class */

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

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

.tbTransparent{
font-family: Verdana,Arial,Helvetica,sans-serif;
width: 100%;
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 #E3E3E3 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 #CCCCCC dotted;
*/
padding: 4px;
height: 20px;
font-size: 12px;
font-weight: bold;
line-height: 15px;
}

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

td.caption3 {
background-color: #F3F9FB;
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: #8FBEE8;
padding-bottom: 2px;
padding-left: 5px;
padding-right: 5px;
padding-top: 2px;
font-size: 11px;
font-weight: bold;
color: #FFFFFF;
line-height: 15px;
}

/* Custom style for forum titles */
td.forum_title {
color: white;
background: url(img/forum_title.gif) top repeat-x;
background-color: #8FBEE8;
padding-bottom: 3px;
padding-left: 5px;
padding-right: 5px;
padding-top: 3px;
font-size: 11px;
font-weight: bold;
color: #FFFFFF;
line-height: 15px;
}

td.forum_title a { color: #b6cfe8; }
td.forum_title a:hover { color: white; }

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

td.caption5 {
background-color: #F6F9FB;
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: #F3F9FB;
border: 1px #E4EEF3 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: #E9EFF4;
}

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

.tbCel2{
background: #F6F9FB;
}

.formStyle{
margin: 0px;
}

/* Stats bar */

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

A:link {
color: #006699;
text-decoration: none;
}

A:active {
color: #006699;
text-decoration: none;
}

A:visited {
color: #006699;
text-decoration: none;
}

A:hover {
color: #0083C5;
text-decoration: none;
}


/* offshore odysseys styles */
html, body {
	height: 100%;
	min-height: 100.02%;	/* force scrollbar on non-IE browsers */
}

div, span, td, input, table {
/*	box-sizing: border-box;	 /* By default in IE.  Firefox 1.5 complains */
	-moz-box-sizing: border-box;
}

.layoutLeft {
	width: 15px;
	height: 100%;
	background-image: url(../../images/shadow_left.gif);
	background-position: right;
	background-repeat: repeat-y;
	border-right: 1px solid white;
}
.layoutRight {
	width: 15px;
	height: 100%;
	background-image: url(../../images/shadow_right.gif);
	background-position: left;
	background-repeat: repeat-y;
	border-left: 1px solid white;
}

.footer a {
	font-family: verdana;
	font-size: 9px;
	color: white;
	text-decoration: none;
}
.footer a:hover { text-decoration: underline; }
.footer {
	height: 20px;
	text-align: center;
	vertical-align: bottom;
	padding-bottom: 4px;
	text-decoration: none;
	background: url(../../images/footer_back.gif) bottom repeat-x;
	font-family: verdana;
	font-size: 9px;
	color: white;
	border-top: 1px solid white;
}


/* nav links styles.  used in bb_funcitons.php in load_header() */
a.bb_nav, .bb_nav {
	color: #0a59a5;
	background: url(img/nav_off.gif) top repeat-x;
	border: 1px solid #90c3f5;
/*	border: 1px solid #ccccff;*/
	padding: 2px 4px 2px 4px;
}

a.bb_nav_on {
	color: white;
	background: url(img/nav_on.gif) top repeat-x;
	border: 1px solid #44a0f9;
	background-color: #44a0f9;
/*	border: 1px solid #aaaaff; 
	background-color: #eeeeff; */
	padding: 2px 4px 2px 4px;
}
