@charset "utf-8";
/* CSS Document */

html {
	overflow-y:scroll;	
}
html, body {
	height:100%;
	margin-top:0px;
	margin-bottom:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#343434;	
	background:#14161a;
}
#main {
	width:1040px;
	min-height:100%;
	margin:0 auto;
	padding:0;
	display:block;
	background:url(../imgs/background.png) repeat-y center;
}
#title {
	margin:0 auto;
}
#server_status {
	width:525px;
	margin:25px auto 0 auto;
	padding:5px;
	border-top:1px solid #EFEFEF;
	border-bottom:1px solid #EFEFEF;
}
#server_status a {
	text-decoration:none;
	font-weight:bold;
	color:#333;
}
#server_status a:hover {
	text-decoration:underline;
	color:#666;
}
#content {
	width:916px;
	margin:40px auto 25px auto;
}
#content2 {
	width:932px;
	margin:40px auto 25px auto;
}
#server_stats {
	padding:50px 0;
}
#server_stats div {
	float:left;
}
/********* LOGIN-REGISTER *********/
#login_panel {
	width:250px;
	margin:40px auto 0 100px;
}
#login_panel input[type=text], #login_panel input[type=password] {
	width:143px;
}
#register_panel {
	width:300px;
	margin:40px auto 0 100px;
}
#register_panel input[type=text], #register_panel input[type=password] {
	width:143px;
}
#hidden_form {
	display:none;
}
/********* End of LOGIN-REGISTER *********/

/********* ACCOUNTS *********/
#acc_list {
	/*width:250px;*/
	margin:40px auto 0 100px;
}
.pj_name {
	text-transform:uppercase;
	color:#982431;
}
.load_mini {
	visibility:hidden;
}
#acc_list ul {
	list-style:none;
}
#player_act {
	margin-left:35px;
}
#player_act input[type=text] {
	width:143px;
}
#player_act .actions div {	
	margin:0 5px;
	float:left;
}
#player_act .ver_ficha {
	background:url(../imgs/ficha.gif);
	width:12px;
	height:13px;
	cursor:pointer;
}
#player_act .habilitar {
	background:url(../imgs/enable.gif);
	width:15px;
	height:15px;
	cursor:pointer;
}
#player_act .habilitar_no {
	background:url(../imgs/enable_no.gif);
	width:15px;
	height:15px;	
}
#player_act .deshabilitar {
	background:url(../imgs/disable.gif);
	width:16px;
	height:15px;
	cursor:pointer;
}
#player_act .deshabilitar_no {
	background:url(../imgs/disable_no.gif);
	width:16px;
	height:15px;
}
#player_act .banear {
	background:url(../imgs/ban.gif);
	width:16px;
	height:16px;
	cursor:pointer;
}
#player_act .banear_no {
	background:url(../imgs/ban_no.gif);
	width:16px;
	height:16px;
}
#ss_block {
	display:block;
	height:160px;
}
/********* End of ACCOUNTS *********/

/********* CHAR SHEETS *********/
#char_sheet {
	width:600px;
	margin:40px auto 0 50px;
}
#char_sheet input[type=text] {
	width:300px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#char_sheet textarea {
	width:450px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
/********* End of CHAR SHEETS *********/
#forum {
	border:none;
}
#buttons {
	width:190px;
	height:250px;
	float:left;
	margin:30px 0;
	background-image:url(../imgs/menu.png);
}

#buttons_list a {
	text-decoration:none;
}
#display {
	width:630px;
	margin:0 50px 0 0;
	display:block;
	float:right;
	text-align:justify;
}
.title_img {
	text-align:right;
}
#info a {
	color:#666;
	text-decoration:none;
}
#info a:hover {
	color:#999;
}

.clear {
	clear:both;
}

/********* ONLINE Players *********/
.player_list {
	margin:65px 0 0 10px;
	list-style:none;
}
.player_list_short {
	margin:65px 0 0 90px;
	list-style:none;
}
.player_list li, .player_list_short li {
}
.player_info_head {
	font-weight:bold;
}
.player_info {
	cursor:default;
}
.player_info td, .player_info_head td {
	height:21px;
}
.player_name {
	font-weight:bold;
	color:#27517F;
}
.colored_clons {
	background-color:#D8DCDF;
}
.clon {
	color:#900;
	font-weight:bold;
	cursor:pointer;
}
.pj {
	cursor:pointer;
}
/********* End of ONLINE Players *********/

/********* FOOTER Styles *********/
#clearfooter {
	display:block;
	height:50px;
}
#footer {
	clear:both;
	position:relative;
	margin:-24px auto 0 auto;
	width:1040px;
	height:30px;
	font-size:11px;
	color:#747474;
	text-align:center;
}
/********* End of FOOTER *********/

/********* IMPROMPTU Styles *********/
.jqifade{
      position: absolute;
      background-color: #aaaaaa;
}
div.jqi{
      width: 400px;
      font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
      position: absolute;
      background-color: #ffffff;
      font-size: 11px;
      text-align: left;
      border: solid 1px #eeeeee;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      padding: 7px;
}
div.jqi .jqicontainer{
      font-weight: bold;
}
div.jqi .jqiclose{
      position: absolute;
      top: 4px; right: -2px;
      width: 18px;
      cursor: default;
      color: #bbbbbb;
      font-weight: bold;
}
div.jqi .jqimessage{
      padding: 10px;
      line-height: 20px;
      color: #444444;
}
div.jqi .jqibuttons{
      text-align: right;
      padding: 5px 0 5px 0;
      border: solid 1px #eeeeee;
      background-color: #f4f4f4;
}
div.jqi button{
      padding: 3px 10px;
      margin: 0 10px;
      background-color: #2F6073;
      border: solid 1px #f4f4f4;
      color: #ffffff;
      font-weight: bold;
      font-size: 12px;
}
div.jqi button:hover{
      background-color: #728A8C;
}
div.jqi button.jqidefaultbutton{
      background-color: #6D737A;
}
.jqiwarning .jqi .jqibuttons{
      background-color: #6D737A;
}

.jqi_pjfade{
      position: absolute;
      background-color: #aaaaaa;
}
div.jqi_pj{
      width: 720px;
      font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
      position: absolute;
      background-color: #ffffff;
      font-size: 11px;
      text-align: left;
      border: solid 1px #eeeeee;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      padding: 7px;
}
div.jqi_pj .jqi_pjcontainer{
      /*font-weight: bold;*/
	  text-align:justify;
}
div.jqi_pj .jqi_pjclose{
      position: absolute;
      top: 4px; right: -2px;
      width: 18px;
      cursor: default;
      color: #bbbbbb;
      font-weight: bold;
}
div.jqi_pj .jqi_pjmessage{
      padding: 10px;
      line-height: 20px;
      color: #444444;
	  cursor:move;
}
div.jqi_pj .jqi_pjbuttons{
      text-align: right;
      padding: 5px 0 5px 0;
      border: solid 1px #eeeeee;
      background-color: #f4f4f4;
}
div.jqi_pj button{
      padding: 3px 10px;
      margin: 0 10px;
      background-color: #2F6073;
      border: solid 1px #f4f4f4;
      color: #ffffff;
      font-weight: bold;
      font-size: 12px;
}
div.jqi_pj button:hover{
      background-color: #728A8C;
}
div.jqi_pj button.jqidefaultbutton{
      background-color: #6D737A;
}
.jqi_pjwarning .jqi_pj .jqi_pjbuttons{
      background-color: #6D737A;
}
/********* End of IMPROMPTU *********/

/********* SEARCH SUGGEST *********/
div.suggest_link {
	background-color:#CCCCCC;
	padding:0 3px 0 3px;
}

div.suggest_link_over {
	background-color:#14161A;
	padding:0 3px 0 3px;
	color:#FFFFFF;
	font-weight:bold;
}
div#search_suggest {
	margin-top:-13px;
	width:147px;
	font-size:12px;
	position:absolute; 
	background-color:#CCCCCC; 
	text-align:left; 
	border:1px solid #999999;
	visibility:hidden;      
}
/********* End of SEARCH SUGGEST *********/