/* General page style. The scroll bar colours only visible in IE5.5+ */
body {
	background-color: Black;
	background-image : url(bg_space.jpg);
	margin-left : 3px;
	margin-right : 3px;
	margin-top : 0px;
	margin-bottom : 3px;
	color : #DDDDDD;
	font-size: 10px;
}

.category {
	color: #FFCC33;
	background: #111111 url('../phpBB3/styles/black_pearl/theme/images/bg_nav1.gif');
	font-size: 9px;
	font-weight: bold;
	text-align: center;
	padding: 4px 5px;
	border: solid 1px #181818;
	border-right-color: #222222;
	border-bottom-color: #222222;
}

table.baszdrome {
  margin-left: auto;
  margin-right: auto;
  vertical-align: top;
}

td.selectedfoto {
  border: 2px solid #FF0000;
}

img.item { border: 1px solid #000000; }
img.item:hover { border: 1px solid #FFFFFF; }

hr {
	height: 0px;
	border: solid #222222 1px;
	
}

input,textarea, select {
	color : #F8A406;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	background-color : #111111;
	border: 1px solid #4A4A4A;
}

/* The text input fields background colour */
input.post, textarea.post, select {
	background-color : #111111;
	border: 1px solid #4A4A4A;
}

input.post:hover {
	border: 1px solid #8F8F8F;
}

input.post:active {
	border: 1px solid #8F8F8F;
	background-color: #2D2D2D;
}


textarea.post:hover{
	border: 1px solid #8F8F8F;
}

textarea.post:active {
	border: 1px solid #8F8F8F;
	background-color: #2D2D2D;
}

input { text-indent : 2px; }

/* The buttons used for bbCode styling in message post */
input.button {
	cursor: pointer;
	background-color : #111111;
	color : #FFFFFF;
	font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* The main submit button option */
input.mainoption {
	cursor: pointer;
	background-color : #111111;
	font-weight : bold;
}

/* None-bold submit button */
input.liteoption {
	cursor: pointer;
	background-color : #111111;
	font-weight : normal;
}

input.checkbox {
	background-color : #000000;
}

/* --------------------------------------------------------------------------- */
/* Definiciones para el nuevo layout web mediante divs                         */
/* --------------------------------------------------------------------------- */


/* --------------------------------------------------------------- */
/* GENERICOS             
/* --------------------------------------------------------------- */

div.header {
	background-image : url(titulobaszmo.jpg); 
	color : White;
	background-repeat : no-repeat;
	background-attachment: scroll;
  background-position: top center;
	text-align : center;
	background-color : #000000;
	width: 800px;
	height: 150px;
	padding: 0;
	margin-right:auto;margin-left:auto;
}

div.searchbar {
	color : White;
	text-align : right;
	width: 800px;
	height: 25px;
	padding: 0;
	margin-right:auto;margin-left:auto;
}

div.menu {
	color : White;
	text-align : center;
	padding: 0;
	width: 700px;
	margin-right:auto;margin-left:auto;
}

div.margin {
	border : solid #0F0F0F 1px;
	text-align : center;
	background-color : #000000;
	width: 120px;
	padding: 0;
}

div.footer {
	border : solid #0F0F0F 1px;
	text-align : center;
	background-color : #000000;
	width: 400px;
	padding: 0;
}

div.itemmargin {
  text-align : center;
  vertical-align: center;
	height: 85px;
	padding: 0;
}

div.main80 {
	font-size : 10px;
	border : solid #202020 1px;
	background-color : #000000;
	width: 80%;
	padding: 5px;
	text-align: center;
	margin-right:auto;margin-left:auto;
}

div.maincenter {
  font-size : 10px;
	border : solid #202020 1px;
	background-color : #000000;
	width: 90%;
	padding: 5px;
	text-align: center;
	margin-right:auto;margin-left:auto;
}

div.genleftmargin {

  float: left;
  top: 170px;
  background-color : #000000;
}

div.genrightmargin {

  float: right;
  top: 170px;
  background-color : #000000;
}

div.gencentermargin {
  overflow: auto;
}

div.supermain {
  text-align: center;
}

div.userstats {
  background-color: #0A0A0A;
	border : solid #202020 2px;
  clear: both;
  float: right;
  text-align:left;
  margin-top: 10px;
  padding: 2px 2px 2px 2px;
  width: 200px;
}

div.infostats {
  background-color: #0A0A0A;
	border : solid #202020 2px;
  clear: both;
  float: right;
  text-align:right;
  margin-top: 10px;
  padding: 2px 2px 2px 2px;
  width: 150px;
}

div.menucollection {
  background-color: #0A0A0A;
	border : solid #202020 2px;
  clear: both;
  float: right;
  text-align:center;
  padding: 2px 2px 2px 2px;
  width: 100px;
}

div.footerinfo {

  position: fixed;
  clear: both;
  padding: 5px;
  border : solid #CC0000 1px;
  background-color: #FFFF99;
  color: Black;
  left: 3px;
  right: 3px;
  bottom:3px;
  z-index: 10;
}

/* --------------------------------------------------------------- */
/* NOTICIAS             
/* --------------------------------------------------------------- */

div.news {
	font-size : 11px;
	border : solid #202020 1px;
	background-color : #000000;
	width: 90%;
	padding: 0;
	margin-right:auto;margin-left:auto;
}

div.newsheader {
	font-size : 12px;
	background-color: #000000;
	background-image: url('../phpBB3/styles/black_pearl/theme/images/bg_th.gif');
	background-repeat : repeat-x;
	color : White;
	text-align:left;
}

div.newslegend {
	font-size : 10px;
	background-color: #080808;
	color : White;
	text-align:right;
	padding: 2px 2px 2px 2px;
}
div.newsicon {
  float: right;
}

div.newscontent {
	font-size : 11px;
	background-color: #0A0A0A;
	color : White;
	text-align:left;
	border : solid #202020 1px;
	padding: 10px 10px 10px 10px;
	overflow: auto;
}

div.newsfooter {
	font-size : 10px;
	font-weight: bold;
	background-color: #101010;
	color : White;
	text-align:right;
	border : solid #202020 1px;
	padding: 2px 2px 2px 2px;
}

div.navbutton {
	font-size : 12px;
	font-weight: bold;
	border : solid #202020 2px;
	background-color : #000000;
	width: 100px;
	padding: 5px;
	text-align: center;
	margin-right:auto;margin-left:auto;
}

div.newssearch {
	font-size : 12px;
	font-weight: bold;
	background-color: #101010;
	color : White;
	text-align:center;
	border : solid #202020 1px;
	padding: 2px 2px 2px 2px;
}

/* --------------------------------------------------------------- */
/* SEARCH
/* --------------------------------------------------------------- */

div.searchbox {
	font-size : 11px;
	border : solid #202020 1px;
	background-color : #000000;
	width: 700px;
	padding: 5px 5px 5px 5px;
	margin-right:auto;
  margin-left:auto;
  text-align:center;
}

div.itemlistfield_image{
  float: left;
  width: 50;
  overflow: auto;
}

div.itemlistfield_info{
  text-align:left;
  margin: 2px 2px 2px 60px;
  overflow: auto;
}

/* --------------------------------------------------------------- */
/* COMMENTS
/* --------------------------------------------------------------- */

div.maincomment {
	font-size : 11px;
	border : solid #202020 1px;
	background-color : #000000;
	width: 700px;
	padding: 5px 5px 5px 5px;
	margin-right:auto;
  margin-left:auto;
  text-align:center;
}

div.comment {
	font-size : 11px;
	border : solid #202020 1px;
	background-color : #000000;
	width: 90%;
	padding: 0;
	margin-right:auto;
  margin-left:auto;
}

div.commentsidebar {
  float: left;
  width: 120px;
  text-align:center;
}

div.commentlegend {
	font-size : 10px;
	background-color: #080808;
	color : White;
	text-align:right;
	padding: 2px 2px 2px 2px;
}

div.commentcontent {
	font-size : 11px;
	background-color: #0A0A0A;
	color : White;
	text-align:left;
	border : solid #202020 1px;
	overflow: auto;
	padding: 5px 5px 5px 5px;
	margin: 5px;
}

div.smilies {
  float: left;
}



/* --------------------------------------------------------------- */
/* ITEMS
/* --------------------------------------------------------------- */

div.itemlist {
	font-size : 11px;
	border : solid #202020 1px;
	background-color : #000000;
	width: 90%;
	padding: 5px 5px 5px 5px;
	margin-right:auto;margin-left:auto;
	text-align:left;
	overflow: auto;
}

div.item {
	font-size : 11px;
	border : solid #202020 1px;
	background-color : #000000;
	width: 90%;
	padding: 5px 5px 5px 5px;
	margin-right:auto;margin-left:auto;
	overflow: auto;
}

div.itemsidebar {
	font-size : 11px;
  padding: 5px 5px 5px 5px;
	background-color : #000000;
	width: 210px;
	padding: 0;
	float: right;
	text-align:right;
}

div.itemimage {
  clear: both;
  float: left;
  margin: 5px 5px 5px 5px;
}

div.itemaddcredits {
  background-color: #0A0A0A;
	border : solid #202020 2px;
  text-align:left;
  margin-top: 10px;
  padding: 2px 2px 2px 2px;
  width: 90%;
}

div.itemadmin {
  background-color: #0A0A0A;
	border : solid #202020 2px;
  clear: both;
  float: right;
  text-align:left;
  margin-top: 10px;
  padding: 2px 2px 2px 2px;
  width: 80%;
}

div.iteminfo {
  text-align:left;
  margin: 5px 205px 5px 160px;
}

div.itemtracks {
  text-align:left;
  margin: 5px 205px 5px 5px;
}

div.itemgroups {
  text-align:left;
  margin: 5px 5px 5px 5px;
}

div.tditem {
  overflow: auto;
}

div.tditem_image {
  position: absolute;
  margin: 5px 5px auto 5px;
}

div.tditem_legend {
  position: absolute;
  margin: 5px 5px auto 55px;
  width: 90px;
  font-size : 9px;
  overflow: auto;
}

div.tditem_info {
  margin: 5px 5px auto 150px;
  overflow: auto;
}

div.tditemp_legend {
  position: absolute;
  margin: 5px 5px auto 5px;
  width: 90px;
  font-size : 9px;
  overflow: auto;
}

div.tditemp_info {
  margin: 5px 5px auto 95px;
  overflow: auto;
}

div.tditem_collection {
  float: right;
}

div.tditem_tracklist {
  background-color: #0A0A0A;
	border : solid #202020 2px;
  clear: both;
  float: right;
  text-align:left;
  margin-top: 10px;
  padding: 2px 2px 2px 2px;
  display: block;
}

div.trackcredit {
  border : solid #202020 1px;
  width: 500px;
  text-align: left;
  padding: 1px;
}

div.albumcontent {
  overflow: auto;
}

/* --------------------------------------------------------------- */
/* LABELS & DJS            
/* --------------------------------------------------------------- */

div.navbar {
  border : solid #202020 2px;
  overflow: auto;
  width: 90%;
  margin-right:auto;margin-left:auto;
  padding: 2px;
}

div.navbar1 {
  float: left;
}

div.navbar2 {
  float: right;
}