/* 
  Those are the main and generic styles for this theme
*/
body {
  /*background: #9AC917 url("images/frame/background.gif") repeat-y 50% 0 fixed*/;
  background: #C71C12 /*url("images/frame/bg.gif") repeat-x*/;
  color: #050d24;
  font: 12px "Lucida Grande", verdana, helvetica, arial, sans-serif;
  margin: 0px;
  height:100%;
}


td, p {
  font: 10px "Lucida Grande", verdana, helvetica, arial, sans-serif;
  margin: 0px;
}
div.logo {
  font: 20px "Lucida Grande", verdana, helvetica, arial, sans-serif;
  margin: 0px;
  font-weight:bold;
  color:white;
 
  padding-left:30px;
}

a {
  color: #2E5274;
  text-decoration: none;
}
div.topbanner {
	background-color:#FFFFFF;
	width:740px;
	margin-top:8px;
	height:95px;
	/*border:1px solid black;*/
}

a:hover {
  text-decoration: underline;
}

img {
  border: none;
}

input, select, textarea {
  font-size: 100%;
  line-height: 150%;
  font: 11px "Lucida Grande", verdana, helvetica, arial, sans-serif;
}

.submit {
/*
  background: #DCE6FF;
  font: 11px "Lucida Grande", verdana, helvetica, arial, sans-serif;
  font-weight: bold;
  color: #2f63b3;
  margin: 1px;
  padding: 3px 15px 3px 15px;
  border: solid 1px #2f63b3;
  */
  font: 11px "Lucida Grande", verdana, helvetica, arial, sans-serif;
  font-weight: bold;
  color: #000000;
  margin: 1px;
  padding: 3px 15px 3px 15px; 
  background-color:#f5f5f5; 
  border:1px solid #C3C8C8;
	background:#ffffff url(images/frame/gradient.gif) repeat-x left -20px;
}

.submit_disabled {
  background: #CCCCCC;
  font: 11px "Lucida Grande", verdana, helvetica, arial, sans-serif;
  font-weight: bold;
  color: #999999;
  margin: 1px;
  padding: 3px 15px 3px 15px;
  border: solid 1px #999999;
}

/* Text hilight */
.hilight {
  background-color:#FFFF00; /* #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: #CCFF00;
}

#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: #6699CC;
}

.footerColorSet1 {
  color: #C71C12;
}

.footerColorSet2 {
  color: #2f63b3;
}

/* Inkspot styles */
#inkspotMainPostBody {
  position: relative;
  background-color: #F2F5FF;
  padding: 20px;
  width: 660px;
  border: 1px solid #BBD4F9;
}

/* Calendars Styles */
#calendar_emptyday, .calendar_emptyday {
  /*border: #FFFFFF solid 1px;
  margin:1px;*/
  float: left;
  width: 28px;
  height: 24px;
  margin: 2px;
}

#calendar_day, .calendar_day {
  border: #CCCCCC solid 1px;
  text-align: center;
  vertical-align: middle;
  float: left;
  width: 28px;
  height: 24px;
  margin: 1px;
}

#calendar_busyDay, .calendar_busyDay {
  border: #CCCCCC solid 1px;
  background-color: #BFD3B1;
  text-align: center;
  vertical-align: middle;
  float: left;
  width: 28px;
  height: 24px;
  margin: 1px;
  color: darkgreen;
  font-weight:bold;
}

#calendar_busyDay a, .calendar_busyDay a {
  display: block;
  width: 100%;
  height: 100%;
  color: darkgreen;
  text-decoration: none;
}

#calendar_row, .calendar_row {
  clear: both;
}

#calendar, .calendar {
}

/* Vote styles */
#votewrap {
  height: 13px;
  width: 150px;
  /*background: url(images/frame/rank_objects/green_layer.gif) repeat-x;*/
  overflow:visible;
   
}

#voteInt {
  height: 13px;
  width: 30px;
  text-align: center;
  font: 10px verdana, helvetica, arial, sans-serif;
 
  float: left;
}

.votehover {
  width: 13px;
  height: 13px;
  float: left;
  /*background: url(images/frame/rank_objects/blue_layer.gif) repeat-x;*/
  font-size: 1px;
  margin: 0px;
  /*background-color:darkgreen;*/
 
 
  background-image:url(../../images/star_f.gif);
  background-repeat:no-repeat;
 
   margin-right:1px;
}

.voteclear {
  width: 13px;
  height: 13px;
  float: left;
  font-size: 1px;
  margin: 0px;

  /*background-color:#cccccc;*/
  background-image:url(../../images/star_n.gif);
  background-repeat:no-repeat;

  margin-right:1px;
}

/* 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:  "Trebuchet MS", "Lucida Grande",verdana, helvetica, arial, sans-serif;
  font-weight: normal;
  padding: 0px;
  margin: 0px;
}

h1, h1 a {
  font-weight: bold;
  font-size: 16px;
  /*color:black;*/
  
}
h1 a:hover {
	text-decoration:none;
}
h2 {
  font-size: 14px;
  font-weight: bold;
}

h3 {
  font-weight: bold;
  color: #658EFD;
  font-size: 25px;
}

h4 {
  color: darkgreen;
  font-size: 12px;
  font-weight: bold;
}

h5 {
  color: #666666;
  font-size: 10px;
}

h6 {
  color: #2f63b3;
  font: 10px "Lucida Grande", verdana, helvetica, arial, sans-serif;
}

/* Some special form fields classes */
#formTitle_DISABLED {
  font-family: "Lucida Grande", "Trebuchet MS", verdana, helvetica, arial, sans-serif;
  font-weight: normal;
  padding: 0px;
  margin: 0px;
  color: #658EFD;
  font-size: 18px;
  font-weight: bold;
  background-color: #DCE6FF;
  width: 100%;
  border: solid 1px #DCE6FF;
}

.fullwidth {
  width: 100%;
}

/* Navigation menu */
table.top  {
	border-top:6px solid #fff;
	border-bottom:4px solid #AC1905;
   background: url("../../images/header.jpg");
   background-repeat: no-repeat;
}

#navigation, .navigation  {
  padding-left: 5px;
  padding-right: 5px;
  background: url("../../images/whitedot.gif") repeat-x left bottom;
}

#navigation a, .navigation a {
  font: 12px bold "Trebuchet MS", verdana, helvetica, arial, sans-serif;
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
}

#usercontrol {
  padding-right: 30px;
}

#usercontrol a {
  font: 13px bold "Trebuchet MS", verdana, helvetica, arial, sans-serif;
  color: #515151;
  padding-right: 8px;
  text-decoration: none;
  font-weight: bold;
}

/* Copyright */
#copyright, .copyright {
  font: 10px Arial, Helvetica, sans-serif;
  color: #FFFFFF;
}

/* Users pictures */
#picture, img.picture {
  padding: 2px;
  border: 1px solid #CECECE;
  background-color: #FFFFFF;
}

/* BodyCodePicture */
#bodyCodeImage {
  padding: 2px;
  border: 1px solid #CECECE;
  background-color: #FFFFFF;
}

/* CHAT StyleSheet */
.chatNickEntity {
  clear: both; 
  border-bottom: solid 1px #BBD4F9; 
  padding: 2px; 
  background-color: #DCE6FF;
}

.chatNickEntity:hover {
  clear: both; 
  border-bottom: solid 1px #BBD4F9; 
  padding: 2px; 
  background-color: #BBD4F9;
}

.selectedChatNickEntity {
  clear: both; 
  border-bottom: solid 1px #BBD4F9; 
  padding: 2px; 
  background-color:#FFCC66;
}

#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: #fff; 
}

/* TABS STYLESHEET */
.tabberlive .tabbertabhide {
	display:none;
}

.tabber {
	
}

.tabberlive {
	margin-top:1em;
}

ul.tabbernav {
	margin:0;
	padding: 3px 0;
	border-bottom: 4px solid #AC1905;
	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 #fff;
	border-bottom: none;
	background: #fff;
	text-decoration: none;
	font-size:10px;
}

ul.tabbernav li a:link { 
	color: #2f63b3; 
}
ul.tabbernav li a:visited {
	color: #2f63b3;
}

ul.tabbernav li a:hover
{
	color: #FFFFFF;
	background: #AC1905;
	border-color: #AC1905;
}

ul.tabbernav li.tabberactive a {
	background-color: #AC1905;
	border: 1px solid #AC1905;
	color:#fff;
}

ul.tabbernav li.tabberactive a:hover {
	color: #fff;
	background: #AC1905;
	border-bottom: 1px solid #AC1905;
}

.tabberlive .tabbertab {
	padding:5px;
	border-top:0;
	color:black;
}

.tabberlive .tabbertab h2 {
	display:none;
}

.tabberlive .tabbertab h3 {
	display:none;
}
.tblbox {
	padding:5px; margin:2px; background-color:#f5f5f5; border:1px solid #C3C8C8;
	border-top:4px solid #AC1905;
	margin-top:0px;
	background:#ffffff url(images/frame/gradient.gif) repeat-x;
	/*background-position: top right;*/
}
.tblbox2 {
	padding:5px; background-color:#f5f5f5; border:1px solid #C3C8C8;
	border-top:4px solid #AC1905;
	background:#ffffff url(images/frame/gradient.gif) repeat-x;
	/*background-position: top right;*/
}
table.sortbuttons {
	margin-left:10px;
}
.buttonsbg2 {
	padding-left:5px;
	padding-right:6px;
	background:#ffffff url(../../images/buttons.gif) repeat-x;
	background-color:#fff;
	text-align:center;
	height:21px;
}
.buttonsbg {
	padding-left:13px;
	padding-right:13px;
	/*background:#ffffff url(../../images/buttons.gif) repeat-x;*/
	background-color:#fff;
	text-align:center;
	height:23px;
}
.buttonsbgA {
	padding-left:15px;
	padding-right:15px;
	/*background:#ffffff url(../../images/buttonsA.gif) repeat-x;*/
	background-color:#AC1905;
	text-align:center;
	height:23px;
	border-left:1px solid #AC1905;
}
.buttonsbgA a {
	text-decoration:underline;
	color:#fff;
}
.blockTop {
	background:#AEC5FD url(images/frame/block_border_top.gif) repeat-x;
}
.blockBottom {
	background:#AEC5FD url(images/frame/block_border_bottom.gif) repeat-x;
}
.blockBg {
	background-color: /*#DCE6FF*/#f5f5f5;
}
td.randommembers {
	background-color:#fff;
}
td.colLeft {
	width:450px;
}
td.colRight {
	width:250px;
}
#navigation, .navigation {
	/*border-bottom:5px solid darkgreen;*/
}
div.nappi {
	/*background-image:url(../../images/buttons.gif);
	background-repeat:repeat-x;*/
	/*
	background-color:#fff;
	font-family:  "Trebuchet MS", "Lucida Grande",verdana, helvetica, arial, sans-serif;
	padding:6px;
	border-top:1px solid #ccc;
	
	color:#000000;
	font-weight:bold;
	font-size:16px;
	*/
	margin-top:5px;
}
div.nappi a {
	color:#000000;
	text-decoration:none;
}
div.pagetab, div.pagetab2, h2.tab {
	float:left;
	margin-right:1px;
	margin-left:3px;
	padding:5px;
	padding-left:15px;
	padding-right:15px;
	background-color:#AC1905;
	border-top:1px solid #fff;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	margin-bottom:0px;
}
div.pagetab2 {
	float:right;
	margin-right:3px;
	margin-left:1px;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
}
div.pagetab a, div.pagetab2 a {
	color:#fff;
	font-family:verdana,arial;
	font-weight:bold;
	font-size:11px;
}
h2.tab {
	float:none;
	color:#fff;
	width:150px;
	font-family:verdana;
	font-size:11px;
	margin-left:15px;
}
div.instr, div.instr2 {
	width:342px;
	float:left;
	margin-bottom:15px;
}
div.instr2 {
	margin-right:20px;
}
ul.instr li {
	margin-bottom:8px;
	margin-top:8px;
}
a.tag {
	text-decoration:underline;
	color:#444444;
}
#delpop {
display:none;
}
#delpop2 {
	z-index:1;
	left:0px;
	top:0px;
	position: absolute; 
	width:100%;
	height:100%;
	background:#000000;
	filter:alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80;
	
}
.hand {
	cursor:pointer;
	cursor:hand;
}
#delpop3 {
z-index:2;
	position: absolute; 
	color:black;
	font-weight:bold;
	text-align:center;
	left: 50%; 
	top: 50%; 
	margin-left:-180px; 
	margin-top:-180px; 
	display:block;
	height: 100px; 
	width: 360px; 
	background:#ffffff url(images/frame/gradient.gif) repeat-x;
	border:5px solid #B10F15;
	/*filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;*/
	padding:20px;
	
}
#delpop3 td.buttonsbg {
	font-weight:bold;
	cursor:pointer;
	cursor:hand;
	color:darkred;
}
#small_text, .small_text {
  font-size: 10px;
  color: #575D5D;
}
#comment, .comment {
  font-size: 10px;
  color: #575D5D;
}
div.gcut {
	clear:both;
	height:5px;
	width:100%;
}
.xtranote {
	padding:25px;
	font-weight:bold;
}
h1 {
	margin-left:5px;
	margin-bottom:10px;
}
div.error {
	margin:10px;
	padding:5px;
	/*border:1px solid #AC1905;*/
	color:#AC1905;
	/*width:200px;*/
	text-align:center;
	/*background-color:#AC1905;*/
	font-weight:bold;
}
div.error img {
	vertical-align:middle;
	margin-top:-3px;
}