/* 
  Those are the main and generic styles for this theme
*/
body {
   background: #000000 url(images/frame/background.jpg) repeat-y 50% 0 fixed;;
  background-repeat: repeat-y;
  background-position: center;

  color: #FFFFFF;
  font: 12x , verdana, helvetica, arial, sans-serif;
  margin: 0px;
}


td, p {
  font: 12px , verdana, helvetica, arial, sans-serif;
  margin: 0px;
}

a {
  color: #FFFFFF;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

img {
  border: none;
}

input, select, textarea {
  font-size: 100%;
  line-height: 150%;
  font: 12px , verdana, helvetica, arial, sans-serif;
}

.submit {
  background: #000000;
  font: 12px , verdana, helvetica, arial, sans-serif;
  font-weight: bold;
  color: #FFFFFF;
  margin: 1px;
  padding: 3px 15px 3px 15px;
  border: solid 1px #2f63b3;
}

.submit_disabled {
  background: #000000;
  font: 12px , verdana, helvetica, arial, sans-serif;
  font-weight: bold;
  color: #FFFFFF;
  margin: 1px;
  padding: 3px 15px 3px 15px;
  border: solid 1px #999999;
}

/* Text hilight */
.hilight {
  background-color:#000000; /* #DCE6FF; 
  border-top: 1px solid #2f63b3;
  border-bottom: 1px solid #2f63b3; */
}

/*
  Gauges Styles
*/
#gaugewrapper {
  border: solid 1px #000; 
  width: 100%;
}

#gaugelevel {
  position: relative; 
  left: 0; 
  top: 0; 
  background-color: #000000;
}

#gaugelabel {
  width: 100%; 
  position: relative; 
  top: 0; 
  left: 0; 
  text-align: center;
}

/*
  This small hack will force the main table
  to expand vertically and stretch it so it
  fills the browser viewport.
*/
html,body{
  margin: 0;
  padding: 0;
  height: 100%;
  border: none;
}

.fullheight {
  height: 100%;
}

/*
  The following "homeColorSet" and "footerColorSet"
  styles are color switches for elements that are outside
  the main white-backgrounded area, the home one is
  located on the homepage (which has a dark blue background)
  and the footer covers the bottom of each page which
  is also using a dark blue background color
*/
.homeColorSet1 {
  color: #FFFFFF;
}

.homeColorSet2 {
  color: #FFFFFF;
}

.footerColorSet1 {
  color: #FFFFFF;
}

.footerColorSet2 {
  color: #FFFFFF;
}

/* Inkspot styles */
#inkspotMainPostBody {
  position: relative;
  background-color: #000000;
  padding: 20px;
  width: 660px;
  border: 1px solid #666666;
}

/* Calendars Styles */
#calendar_emptyday {
  border: #FFFFFF solid 1px;
  float: left;
  width: 28px;
  height: 26px;
  margin: 1px;
}

#calendar_day {
  border: #CCCCCC solid 1px;
  text-align: center;
  vertical-align: middle;
  float: left;
  width: 28px;
  height: 26px;
  margin: 1px;
}

#calendar_busyDay {
  border: #CCCCCC solid 1px;
  background-color: #000000;
  text-align: center;
  vertical-align: middle;
  float: left;
  width: 28px;
  height: 26px;
  margin: 1px;
  color: #FFFFFF;
}

#calendar_busyDay a {
  display: block;
  width: 100%;
  height: 100%;
  color: #2f63b3;
  text-decoration: none;
}

#calendar_row {
  clear: both;
}

#calendar {
}

/* Vote styles */
#votewrap {
  height: 10px;
  width: 50px;
  background: url(/theme/default/images/frame/rank_objects/green_layer.gif) repeat-x;
  overflow:visible;
}

#voteInt {
  height: 10px;
  width: 50px;
  text-align: center;
  font: 8px , verdana, helvetica, arial, sans-serif;
}

.votehover {
  width: 20%;
  height: 10px;
  float: left;
  background: url(/theme/default/images/frame/rank_objects/blue_layer.gif) repeat-x;
  font-size: 1px;
  margin: 0px;
}

.voteclear {
  width: 20%;
  height: 10px;
  float: left;
  font-size: 1px;
  margin: 0px;
  display: block;
}

/* Quotes styles */
blockquote {
  margin: 15px 30px 0 10px;
  padding-left: 20px;
  border-left: 5px solid #6699FF;
}



/* Headers */
h1, h2, h3, h4, h5, h6 {
  font-family: "Rockwell", verdana, helvetica, arial, sans-serif;
  font-weight: normal;
  padding: 0px;
  margin: 0px;
}

h1 {
  font-weight: bold;
  font-size: 25px;
}

h2 {
  font-size: 20px;
  font-weight: bold;
}

h3 {
  font-weight: bold;
  color: #FFFFFF;
  font-size: 25px;
}

h4 {
  color: #FFFFFF;
  font-size: 20px;
  font-weight: bold;
}

h5 {
  color: #FFFFFF;
  font-size: 10px;
}

h6 {
  color: #FFFFFF;
  font: 13px , verdana, helvetica, arial, sans-serif;
}

/* Some special form fields classes */
#formTitle_DISABLED {
  font-family: "Rockwell", verdana, helvetica, arial, sans-serif;
  font-weight: normal;
  padding: 0px;
  margin: 0px;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: bold;
  background-color: #000000;
  width: 100%;
  border: solid 1px #DCE6FF;
}

.fullwidth {
  width: 100%;
}

/* Navigation menu */
#navigation {
  padding-left: 0px;
}

#navigation a {
  font: 12px  "Rockwell", verdana, helvetica, arial, sans-serif;
  color: #FF0000;
  hover color: #FFFFFF; 
  padding-left: 8px;
  text-decoration: none;
  font-weight: bold;
}
#navigation a:hover {
  font: 12px  "Rockwell", verdana, helvetica, arial, sans-serif;
  color: #FFFFFF; 
  padding-left: 8px;
  font-weight: bold;
}

#usercontrol {
  padding-right: 30px;
}

#usercontrol a {
  font: 13px bold , verdana, helvetica, arial, sans-serif;
  color: #FFFFFF;
  padding-right: 8px;
  text-decoration: none;
  font-weight: bold;
}

/* Copyright */
#copyright {
  font: 10px Arial, Helvetica, sans-serif;
  color: #FFFFFF;
}

/* Users pictures */
#picture {
  padding: 2px;
  border: 1px solid #CECECE;
  background-color: #000000;
}

/* BodyCodePicture */
#bodyCodeImage {
  padding: 2px;
  border: 1px solid #CECECE;
  background-color: #000000;
}

/* CHAT StyleSheet */
.chatNickEntity {
  clear: both; 
  border-bottom: solid 1px #BBD4F9; 
  padding: 2px; 
  background-color: #000000;
}

.chatNickEntity:hover {
  clear: both; 
  border-bottom: solid 1px #BBD4F9; 
  padding: 2px; 
  background-color: #000000;
}

.selectedChatNickEntity {
  clear: both; 
  border-bottom: solid 1px #BBD4F9; 
  padding: 2px; 
  background-color:#000000;
}

#chatContent {
	width: 100%;
	height: 400px;
	overflow: -moz-scrollbars-vertical;
	overflow-y: scroll;
	overflow-x: hidden;
	padding: 5px;
}

#nickList {
  width: 100%;
  height: 400px;
  overflow: -moz-scrollbars-vertical;
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 5px;
}

#shadeWrapper {
  background-color: #000;
  filter: alpha(opacity=40);
  -moz-opacity: .40;
  opacity: .40;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 10;
  visibility: hidden;
}

#noShadeContent {
  top: 30%;
  left: 30%;
  filter: alpha(opacity=99);
  -moz-opacity: .99;
  opacity: .99;
  position: absolute;
  z-index: 11;
  visibility: hidden;
  padding: 2px;
  border: 1px solid #CECECE;
  background-color: #000000; 
}

/* TABS STYLESHEET */
.tabberlive .tabbertabhide {
	display:none;
}

.tabber {}

.tabberlive {
	margin-top:1em;
}

ul.tabbernav {
	margin:0;
	padding: 3px 0;
	border-bottom: 1px solid #2f63b3;
	font: bold 11px Verdana, sans-serif;
}

ul.tabbernav li {
	list-style: none;
	margin: 0;
	display: inline;
}

ul.tabbernav li a {
	padding: 3px 0.5em;
	margin-left: 3px;
	border: 1px solid #2f63b3;
	border-bottom: none;
	background: #000000;
	text-decoration: none;
}

ul.tabbernav li a:link { 
	color: #FFFFFF; 
}
ul.tabbernav li a:visited {
	color: #FFFFFF;
}

ul.tabbernav li a:hover
{
	color: #FFFFFF;
	background: #000000;
	border-color: #2f63b3;
}

ul.tabbernav li.tabberactive a {
	background-color: #000000;
	border-bottom: 1px solid #DCE6FF;
}

ul.tabbernav li.tabberactive a:hover {
	color: #FFFFFF;
	background: #000000;
	border-bottom: 1px solid #DCE6FF;
}

.tabberlive .tabbertab {
	padding:5px;
	border-top:0;
}

.tabberlive .tabbertab h2 {
	display:none;
}

.tabberlive .tabbertab h3 {
	display:none;
}

/* ---------->>> Form styles <<<-----------------------------------------------------------*/
#signup table { 
 background-color: #000000; 
 color: #000000; 
 width: 440px; 
 border: 1px solid #D7E5F2; 
 border-collapse: collapse; 
} 

#signup td { 

 padding-left: 0px; 
}


.fieldcell input { 
 width: 110px; 
 font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif; 
 background-color: #eeeeee; 
 color: #000000; 
 border: 1px solid #000000; 
 margin-right: 3px; 
} 

.smallfieldcell input { 
 width: 150px; 
 font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif; 
 background-color: #D7E5F2; 
 color: #102132; 
 border: 1px solid #284279; 
} 

.smallfieldcell select { 
 font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif; 
 background-color: #D7E5F2; 
 color: #102132; 
 border: 1px solid #284279; 
}
.labelcell { 
 font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif; 
 color: #FFFFFF; 
 background-color: transparent; 

} 
.labelcell2 { 
 font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif; 
 color: #FF0000; 
 background-color: transparent; 

} 

.button { 
 font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif; 
 background-color: #333333; 
 color: #ffffff; 
 margin-left: 0px; 
 margin-top: 0px; 
 margin-bottom: 0px; 
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}

#TB_window a:link {color: #FFFFFF;}
#TB_window a:visited {color: #FFFFFF;}
#TB_window a:hover {color: #FF0000;}
#TB_window a:active {color: #FFFFFF;}
#TB_window a:focus{color: #FFFFFF;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background:  url(Work/Bikers_Realm/space/theme/default/macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #666666;
	z-index: 102;
	color:#FFFFFF;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
	background: #666666;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
	background: #666666;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#666666;
	height:25px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}
 
 
.menu {width:725px; height:24px; position:relative; z-index:100; font-family:"Rockwell",arial, sans-serif;}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:725px; w\idth:725px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {width:80px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */

.menu li {float:left;width:80px;position:relative;}
/* style the links for the top level */
.menu a, .menu a:visited {display:block;font-size:13px;align:center; text-decoration:none; text-align:center; color:#ff0000; width:80px; height:26px; border:1px solid #000; border-width:1px 0 1px 1px; background:#000; padding-left:5px; line-height:25px; font-weight:bold;}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:1px; w\idth:80px;}
 
/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#000000 url(http://www.bikersrealm.com/menu/grey-arrow.gif) no-repeat 130px center;}
/* style the second level hover */
.menu ul ul a.drop:hover{background:#000000 url(http://www.bikersrealm.com/menu/blue-arrow.gif) no-repeat 130px center;}
.menu ul ul :hover > a.drop {background:#000000 url(http://www.bikersrealm.com/menu/blue-arrow.gif) no-repeat 130px center;}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#000000;}
/* style the third level hover */
.menu ul ul ul a:hover {background:#000000;}
 
 
/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:26px;left:0; width:150px;border-top:1px solid #000;}
/* another hack for IE5.5 */
* html .menu ul ul {top:30px;t\op:31px;}
 
/* position the third level flyout menu */
.menu ul ul ul{left:149px; top:-1px; width:80px;}
 
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-149px;}
 
/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}
 
/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {background:#000000; color:#FF0000; height:auto;text-align:left; line-height:1em; padding:5px 10px; width:120px;border-width:0 1px 1px 1px;}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:80px;w\idth:80px;}
 
/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#FFF; background:#000000;}
.menu :hover > a, .menu ul ul :hover > a {color:#FFF; background:#000000;}
 
/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}
