/* 
  Those are the main and generic styles for this theme
*/
body {
  background: url("images/frame/bg.gif") ;
  color: #050d24;
  font: 12px "Lucida Grande", tahoma, helvetica, arial, sans-serif;
  margin: 0px;
}

.iconologin {
  background: url("http://www.areadance.com/theme/default/images/frame/esp/login.jpg");										ESTE ES EL BOTON DEL PLAY DEL REPRODUCTOR
  font: 10px "Tahoma", tahoma, helvetica, arial, sans-serif;
  color: #666666;
  margin: 0px;
  padding: 3px 15px 3px 15px;
  border: solid 0px #FFFFFF;
  width: 52px;
  height: 23px;
}

.registrarse {
  background: url("http://www.areadance.com/theme/default/images/frame/esp/search2.jpg");										ESTE ES EL BOTON DEL PLAY DEL REPRODUCTOR
  font: 10px "Tahoma", tahoma, helvetica, arial, sans-serif;
  color: #666666;
  margin: 0px;
  padding: 3px 15px 3px 15px;
  border: solid 0px #FFFFFF;
  width: 109px;
  height: 41px;
}

.barrabusqueda {
  background: url("http://www.areadance.com/theme/default/images/frame/esp/busqueda.jpg");										ESTE ES EL BOTON DEL PLAY DEL REPRODUCTOR
  font: 10px "Tahoma", tahoma, helvetica, arial, sans-serif;
  padding: 3px 3px 3px 3px;
  color: #666666;
  margin: 0px;
  width: 157px;
  height: 14px;
}


td, p {
  font: 12px "Lucida Grande", tahoma, helvetica, arial, sans-serif;
  margin: 0px;
}

a {
  color: #2f63b3;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

img {
  border: none;
}

input, select, textarea {
  font-size: 100%;
  line-height: 150%;
  font: 12px "Lucida Grande", tahoma, helvetica, arial, sans-serif;
}

.txt1 {
  font-size: 100%;
  width:270px;
  height:50px
  line-height: 150%;
  border: 1px solid #66CCFF;
  color: #66CCFF;
  font: 15px "Tekton Pro Ext", color:#FF0000, Tekton Pro Ext,;
}

.marco {
  background: url("images/frame/play.jpg");										ESTE ES EL BOTON DEL PLAY DEL REPRODUCTOR
  font: 12px "Lucida Grande", tahoma, helvetica, arial, sans-serif;
  font-weight: bold;
  color: #666666;
  margin: 4px;
  padding: 3px 15px 3px 15px;
  border: solid 0px #CCCCCC;
  width: 46px;
  height: 48px;
}

.marco1 {
  background: url("images/frame/m45.jpg");										ESTE ES EL BOTON DEL PLAY DEL REPRODUCTOR
  font: 10px "Tahoma", tahoma, helvetica, arial, sans-serif;
  color: #666666;
  margin: 4px;
  padding: 3px 15px 3px 15px;
  border: solid 1px #FFFFFF;
  width: 500px;
  height: 150px;
}

.gr {
  background: url("images/frame/gr.jpg");										
  font: 10px "Tahoma", tahoma, helvetica, arial, sans-serif;
  color: #666666;
  margin: 0px;
  padding: 3px 15px 3px 15px;
  border: solid 0px #FFFFFF;
  width: 112px;
  height: 46px;
}

.marco2 {
  background: url("images/frame/search3.jpg");										ESTE ES EL BOTON DEL PLAY DEL REPRODUCTOR
  font: 10px "Tahoma", tahoma, helvetica, arial, sans-serif;
  color: #666666;
  margin: 0px;
  padding: 3px 15px 3px 15px;
  border: solid 0px #FFFFFF;
  width: 105px;
  height: 37px;
}

.marco4 {
  background: url("images/frame/search4.jpg");										ESTE ES EL BOTON DEL PLAY DEL REPRODUCTOR
  font: 10px "Tahoma", tahoma, helvetica, arial, sans-serif;
  color: #666666;
  margin: 0px;
  padding: 3px 15px 3px 15px;
  border: solid 0px #FFFFFF;
  width: 105px;
  height: 37px;
}


.submit1 {																		
  background: #CCCCCC;
  font: 10px "Tahoma", tahoma, helvetica, arial, sans-serif;
  font-weight: bold;
  color: #F9FAFF;
  margin: 1px;
  padding: 3px 15px 3px 15px;
  border: solid 1px #F7F7F7;
}

.submit {																		
  background: #7F9DB9;
  font: 10px "Tahoma", tahoma, helvetica, arial, sans-serif;
  font-weight: bold;
  color: #F9FAFF;
  margin: 1px;
  padding: 3px 15px 3px 15px;
  border: solid 1px #F7F7F7;
}

.submit_disabled {
  background: #CCCCCC;
  font: 12px "Lucida Grande", tahoma, helvetica, arial, sans-serif;
  font-weight: bold;
  color: #999999;
  margin: 1px;
  padding: 3px 15px 3px 15px;
  border: solid 1px #999999;
}

.barra {																		
  background: #EFF0F2;
  font: 10px "Tahoma", tahoma, helvetica, arial, sans-serif;
  font-weight: bold;
  color: #C8CFD5;
  margin: 1px;
  padding: 3px 15px 3px 15px;
  border: solid 1px #EFFFF2;
}

/* Text hilight */
.hilight {
  background-color:#FFFF00; /* #DCE6FF; 
  border-top: 1px solid #999991;					ESTE LO HE CAMBIADO
  border-bottom: 1px solid #999991; */				ESTE LO HE CAMBIADO
}

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

.footerColorSet1 {
  color: #FFFFFF;
}

.footerColorSet2 {				ESTE TB LO HE CAMBIADO
  color: #999992;
}

/* Inkspot styles */
#inkspotMainPostBody {
  position: relative;
  background-color: #F2F5FF;
  padding: 20px;
  width: 620px;
  border: 1px solid #F2F2F2;		esta es la barra de separacion
}

/* 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: #DCE6FF;
  text-align: center;
  vertical-align: middle;
  float: left;
  width: 28px;
  height: 26px;
  margin: 1px;
  color: #2f63b3;
}

#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 "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 #999993;				ESTE TB LO HE CAMBIADO				
}

/* Headers */
h1, h2, h3, h4, h5, h6 {
  font-family: "Tahoma", "Trebuchet MS", 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: #999994;					OTRO CAMBIO
  font-size: 25px;
}

h4 {
  color: #999995;					OTRO MAS
  font-size: 20px;
  font-weight: bold;
}

h5 {
  color: #999996;					OTRO MAS
  font-size: 10px;
}

h6 {
  color: #999997;					OTRO MAS
  font: 13px "Tahoma", verdana, helvetica, arial, sans-serif;
}

/* Some special form fields classes */
#formTitle_DISABLED {
  font-family: "Tahoma", "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 {
  padding-left: 30px;
}

#navigation a {
  font: 13px bold "Trebuchet MS", verdana, helvetica, arial, sans-serif;
  color: #515151;
  padding-left: 8px;
  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 {
  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 #F2F2F2; 
  padding: 2px; 
  background-color: #EAEBEF;			fondo del chat
}

.chatNickEntity:hover {
  clear: both; 
  border-bottom: solid 1px #F2F2F2; 
  padding: 2px; 
  background-color: #F2F2F2;
}

.selectedChatNickEntity {
  clear: both; 
  border-bottom: solid 1px #F2F2F2; 
  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: 1px solid #303030;		esta es la barra de abajo
	font: 8px Tahoma;		
}

ul.tabbernav li {
	list-style: none;
	margin: 0;
	display: inline;
	font: 10px Tahoma;
}

ul.tabbernav li a {
	padding: 3px 0.5em;
	margin-left: 3px;
	border: 1px solid #303030;				esta son las demas barras
	border-bottom: none;
	background: #666666;					esta es la de abajo
	text-decoration: none;
	font: 10px Tahoma;						esta es LA LETRA IMPORTANTISIMO
}

ul.tabbernav li a:link { 
	color: #303030; 
}
ul.tabbernav li a:visited {
	color: #303030;
}

ul.tabbernav li a:hover
{
	color: #FFFFFF;
	background: url("images/frame/babber1.jpg");
	border-color: #303030;
}

ul.tabbernav li.tabberactive a {
	background-color: #F2F2F2;
	border-bottom: 1px solid #F2F2F2;
}

ul.tabbernav li.tabberactive a:hover {
	color: #CECECE;
	background: #101010;
	border-bottom: 1px solid #303030;
}

.tabberlive .tabbertab {
	padding:5px;
	border-top:0;
}

.tabberlive .tabbertab h2 {
	display:none;
}

.tabberlive .tabbertab h3 {
	display:none;
}

/* Star Rating System  */

/*             styles for the star rater                */	
	.star-rating{
		list-style:none;
		margin: 0px;
		padding:0px;
		width: 150px;
		height: 30px;
		position: relative;
		background: url(/theme/default/images/frame/rank_objects/star_rating.gif) top left repeat-x;		
	}
	.star-rating li{
		padding:0px;
		margin:0px;
		/*\*/
		float: left;
		/* */
	}
	.star-rating li a{
		display:block;
		width:30px;
		height: 30px;
		text-decoration: none;
		text-indent: -9000px;
		z-index: 20;
		position: absolute;
		padding: 0px;
	}
	.star-rating li a:hover{
		background: url(/theme/default/images/frame/rank_objects/star_rating.gif) left center;
		z-index: 2;
		left: 0px;
	}
	.star-rating a.one-star{
		left: 0px;
	}
	.star-rating a.one-star:hover{
		width:30px;
	}
	.star-rating a.two-stars{
		left:30px;
	}
	.star-rating a.two-stars:hover{
		width: 60px;
	}
	.star-rating a.three-stars{
		left: 60px;
	}
	.star-rating a.three-stars:hover{
		width: 90px;
	}
	.star-rating a.four-stars{
		left: 90px;
	}	
	.star-rating a.four-stars:hover{
		width: 120px;
	}
	.star-rating a.five-stars{
		left: 120px;
	}
	.star-rating a.five-stars:hover{
		width: 150px;
	}
	.star-rating li.current-rating{
		background: url(/theme/default/images/frame/rank_objects/star_rating.gif) left bottom;
		position: absolute;
		height: 30px;
		display: block;
		text-indent: -9000px;
		z-index: 1;
	}		
		
/* ----- END ---- Star Rating System  */

/* 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: 420px;
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: 420px;
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;}

.dotteblack{
background: url(/theme/default/images/frame/2z4.jpg); 
margin: 0px 0px 0px 0px;
width: 360px;
padding: 0px 0px 0px 0px;}


#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: 525px;
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{ este canmbiado
width: 525px; 
height: 200px;
overflow:hidden;
visibility: hidden;}

#adminloginbox{ este cambiado
width: 520px; 
height: auto;
border: 0px solid red; 
color:black;}

/*menu js*/
/* Group's Poolander Hack END */

