/*************************************************
 * Style Sheet for CTACS and other coding by Sol *
 *************************************************/
 
/* This file is public viewable and therefore unprotected. Be careful about internal names*/



/* misc for general purpose ****************************************************************/

.sol_center {
	text-align:center;	
}

.sol_submit_button {
	background-color:#abc; 
	color:#000; 
	width:100px; 
	border:6px solid #ddd;
}

/* war banner ******************************************************************************/
div#overallbannerbox {
	position:relative;
	padding:0px;
	margin:0 auto;	
	width: 550px;
}
div#warbanner {

	background-image:url('http://crazy-tronners.com/templates/Artemis/images/grid.png');
	color:#FFF;
	width:400px;
	padding:0px;
	top:0px;
/*	left:0px; */
	margin:0 auto;
	list-style:inside circle;
	border:3px solid black;
	text-align:center;
}
div#srvstats {
	background-image:url('http://crazy-tronners.com/templates/Artemis/images/grid.png');
	position:absolute;
	color:#FFF;
	width:120px;
	padding:0px;
	top:0px;
	right: 0px;
	list-style:inside circle;
	border:3px solid black;
	text-align:center;
}
table#srvstats_left {
	text-align:left;
	margin:0px;
	border:0px;
}

p.sol_war_outline {
	background-color:#800000;
	color:#fff;
	margin:0px;
	padding:0px;	
}



/* BBCode battle tag ***********************************************************************/

iframe.battle {
	height:30em;
}

/* CTACS ***********************************************************************************/

.srv {
	width:200px;
}

.thrd {
	width:300px;
}

.typ {
	width:100px;
}

.smt {
	background-color:#abc; 
	border:6px solid #ddd;	
	color:#000; 
	width:100px; 
}

form input.smt {
	cursor:pointer; /* IE 6.+ only*/
} 
form input.smt:hover {
	cursor:pointer; /* Gecko Engines only */
} 

/* Show Post Number as Tooltip *************************************************************/

a.tooltip, a.tooltip:link, a.tooltip:visited, a.tooltip:active  {
  position: relative;
  text-decoration: none; 
  font-style: italic;
  color: #202020; 
  }
  
a.tooltip:hover {
  color: #0000ff; 
  background: transparent;
  }

a.tooltip span {
  display: none;  
  text-decoration: none; 
}

a.tooltip:hover span {
  display: block;
  position: absolute; 
  top: 20px; 
  left: 0; 
  width: 100px;
  z-index: 100;
  color: #000000; 
  border:1px solid #000000; 
  background: #FFFFCC;
  font: 12px Verdana, sans-serif; 
  text-align: left;
  }