/* 
  Those are the main and generic styles for this theme
*/
body{	
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin:0px;
	font-size:12px;
	background-image: url(/images/bg.png);
	background-repeat: repeat;
}

.inside{
  background:#414141;	
	border: 1px solid #545454;
}

td, p {
  font: 12px "Lucida Grande", verdana, helvetica, arial, sans-serif;
  margin: 0px;
}

a {
  color:#DFDDD2;
  text-decoration: none;
}

a:hover {
¡¡color:#fff;
  text-decoration: underline;
}

img {
  border: none;
}

input, select, textarea {
  font-size: 100%;
  line-height: 150%;
  font: 12px "Lucida Grande", verdana, helvetica, arial, sans-serif;
}

.submit {
  background: #DCE6FF;
  font: 12px "Lucida Grande", verdana, helvetica, arial, sans-serif;
  font-weight: bold;
  color: #2f63b3;
  margin: 1px;
  padding: 3px 15px 3px 15px;
  border: solid 1px #2f63b3;
}

.submit_disabled {
  background: #CCCCCC;
  font: 12px "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: #FFFFFF;
}

.footerColorSet2 {
  color: #2f63b3;
}

.footer {
  color: #FFFFFF;
  font-size: 10px;
  font-weight: bold;
}

/* Inkspot styles */
#inkspotMainPostBody {
  position: relative;
  background-color: #F2F5FF;
  padding: 20px;
  width: 660px;
  border: 1px solid #BBD4F9;
}

/* Calendars Styles */
#calendar_emptyday {
  border: #545454 solid 1px;
  float: left;
  width: 23px;
  height: 18px;
}

#calendar_day {
  border: #545454 solid 1px;
  text-align: center;
  vertical-align: middle;
  float: left;
  width: 23px;
  height: 18px;
}

#calendar_busyDay {
  border: #545454 solid 1px;
  text-align: center;
  vertical-align: middle;
  float: left;
  width: 23px;
  height: 18px;
  color: #FFFF00;
}

#calendar_busyDay a {
  display: block;
  width: 100%;
  height: 100%;
  color: #FFFF00;
  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 "Lucida Grande", 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: arial, verdana, helvetica, sans-serif, "Trebuchet MS";
  font-weight: normal;
  padding: 0px;
  margin: 0px;
}

h1 {
  font-weight: bold;
  font-size: 24px;
}

h2 {
  font-size: 16px;
  font-weight: bold;
}

h3 {
  font-weight: bold;
  color: #658EFD;
  font-size: 25px;
}

h4 {
  color: #658EFD;
  font-size: 20px;
  font-weight: bold;
}

h5 {
  color: #666666;
  font-size: 10px;
}

h6 {
  font: 13px "Lucida Grande", verdana, helvetica, arial, sans-serif;
}

h7 {
  color: #787878;
  font-size: 14px;
  font-weight: bold;
}

/* 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 */
#navigation {
  background: url(/images/menu-bg.gif);
  font: 12px Verdana, helvetica, arial, sans-serif;
  color: #000000;
}

#navigation a {
  font: 12px Verdana, helvetica, arial, sans-serif;
  color: #000000;
  text-decoration: none;
}

#navigation a:hover {
  font: 12px Verdana, helvetica, arial, sans-serif;
  color: #C00C00;
  text-decoration: none;
}

/* Video Navigation menu #1 */
#videonav {
  background: url(/images/maintitle.gif);
  font: 12px bold verdana, helvetica, arial, sans-serif;
  color: #FFFFFF;
  font-weight: bold;
}

#videonav a {
  font: 12px bold verdana, helvetica, arial, sans-serif;
  color: #FFFFFF;
  text-decoration: none;
  font-weight: bold;
}

#videonav a:hover {
  font: 12px bold verdana, helvetica, arial, sans-serif;
  color: #FDBA05;
  text-decoration: none;
  font-weight: bold;
}

/* Video Navigation menu #2 */
#videonavside {
  background: url(/images/videotop2.jpg);
  font: 12px bold verdana, helvetica, arial, sans-serif;
  color: #FFFFFF;
  font-weight: bold;
}

#videonavside a {
  font: 12px bold verdana, helvetica, arial, sans-serif;
  color: #FFFFFF;
  text-decoration: none;
  font-weight: bold;
}

#videonavside a:hover {
  font: 12px bold verdana, helvetica, arial, sans-serif;
  color: #FDBA05;
  text-decoration: none;
  font-weight: bold;
}

#usercontrol {
  padding-right: 30px;
}

#usercontrol a {
  font: 12px bold verdana, helvetica, arial, sans-serif;
  color: #515151;
  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: #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:0;
	font: bold 12px 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: 2px solid #747474;
	border-bottom: none;
	background: #BBBBBB;
	color: #fff;
	text-decoration: none;
}

ul.tabbernav li a:link { 
	color: #000000; 
}
ul.tabbernav li a:visited {
	color: #000000;
}

ul.tabbernav li a:hover
{
	color: #333;
	background: #F4F4F4;
	border-color: #545454;
}

ul.tabbernav li.tabberactive a {
	background-color: #FFFFFF;
	color: #000
	border-bottom: 1px solid #323232;
}

ul.tabbernav li.tabberactive a:hover {
	color: #323232;
	background: #FFFFFF;
	border-bottom: 1px solid #323232;
}

.tabberlive .tabbertab {
	padding:3px;
	border-top:0;
}

.tabberlive .tabbertab h2 {
	display:none;
}

.tabberlive .tabbertab h3 {
	display:none;
}

.mainbox {
  border: 2px solid #19283C;
}

.whiteborder {
  border: 4px solid #FFFFFF;
}

.lbborder {
  border: 2px solid #B3D5DE;
}

.lgborder {
  border: 2px solid #747474;
}

.blueborder {
  border: 1px solid #7AB9D6;
}

.blackborder {
  border: 1px solid #000000;
}

.liteborder {
  border: 1px solid #808080;
}

.whitetitle {
 color: #FFFFFF;
}

.whitetitle a {
 color: #FFFFFF;
}

.greytitle {
 color: #AEAEAE;
}

.greytitle a {
 color: #AEAEAE;
}


.yellowtitle {
 color: #FDBA05;
}

.yellowtitle a {
 color: #FDBA05;
}

.greybox {
 border: 1px solid #BBBBBB;
}

#footer-o{
	clear:both;
	margin:4px 2px 20px 2px}
#footer-i{
	padding:2px 5px}
	
.w11{background:#333 url(/images/onion1-TL.gif) no-repeat top left}
.w12, .w13, .w14{height:100%;width:100%}
.w12{background:url(/images/onion1-TR.gif) no-repeat top right}
.w13{background:url(/images/onion1-BR.gif) no-repeat bottom right}
.w14{background:url(/images/onion1-BL.gif) no-repeat bottom left}
.w21{background:#464646 url(/images/onion2-TL.gif) no-repeat top left}
.w22, .w23, .w24{height:100%;width:100%}
.w22{background:url(/images/onion2-TR.gif) no-repeat top right}
.w23{background:url(/images/onion2-BR.gif) no-repeat bottom right}
.w24{background:url(/images/onion2-BL.gif) no-repeat bottom left}

.greyborder {
 border: 1px solid #545454;
}

/* Group's Poolander Hack */

#leftcolumngroup { 
display: inline;
color: #333;
margin: 10px 0px 4px 0px;
padding: 0px;
width: 210px;
float: left;}

#contentgroup { 
float: left;
color: #333;
margin: 10px 0px 4px 0px;
padding: 0px;
width: 460px;
display: inline;
position: relative;}

#rightcolumngroup {
display: inline;
position: relative;
color: #333;
margin: 10px 0px 4px 0px;
padding: 0px;
width: 140px;
float: right;}

#contentfull { 
float: left;
color: #333;
margin: 10px 0px 4px 0px;
padding: 0px;
width: 100%;
display: inline;
position: relative;}

#wrapper { 
margin: 0 auto;
width: 815px;}

#leftcolumn { 
display: inline;
color: #333;
margin: 0px;
padding: 0px;
width: 0px;
float: left;}

#content { 
float: left;
color: #333;
margin: 4px 0px 4px 0px;
padding: 0px;
width: 550px;
display: inline;
position: relative;}

#rightcolumn { 
display: inline;
color: #333;
margin: 10px 0px 4px 0px;
padding: 0px;
width: 250px;
float: left;}

.sections{
margin: 0px 4px 4px 4px;
padding: 8px 8px 8px 8px;
background:#fff;}

.sections3col{
margin: 0px 4px 4px 0px;
padding: 8px 8px 8px 8px;
background:#fff;}

.sectmid{
margin: 0px 2px 4px 2px;
padding: 8px 8px 8px 8px;
border:1px dashed #ccc;
background:#fff;
width:259px;}

.dotteddiv{
background: url(/theme/default/images/icons/dots.gif);
margin: 4px 4px 4px 4px;
padding: 8px 8px 8px 8px;}

#leftcolumnuser { 
display: inline;
color: #333;
margin: 10px 0px 4px 0px;
padding: 0px;
width: 250px;
float: left;}

#contentuser { 
float: left;
color: #333;
margin: 10px 0px 4px 0px;
padding: 0px;
width: 565px;
display: inline;
position: relative;}

#rightcolumnuser {
display: inline;
position: relative;
color: #333;
margin: 10px 0px 4px 0px;
padding: 0px;
width: 0px;
float: right;}

.clear { clear: both; background: none; }

.recent a:link, .recent a:visited{color:#666666;}

.recent a:hover{color:#000;
text-decoration:none;}

/*menu js*/
#coverlogin{
width: 150px; 
height: 200px;
overflow:hidden;
visibility: hidden;}

#loginbox{
width: 140px; 
height: auto;
border: 0px solid red; 
background-color: white;
color:black;}

#adminlogin{
width: 550px; 
height: 200px;
overflow:hidden;
visibility: hidden;}

#adminloginbox{
width: 540px; 
height: auto;
border: 0px solid red; 
color:black;}

/*menu js*/
/* Group's Poolander Hack END */
