.RCONoutput
	{
	margin-left:10px;
	width:55%;
	float:left;
	}
.RCONoptions
	{
	margin-left:10px;
	width:30%;
	float:left;
	}
.VMTags
	{
	border-style:none;
	margin-left:20px;
	height:64px;
	}
.VMTags ul
	{
	list-style-type: none;
	margin:auto;
	float:left;
	}
.VMTags li
	{
	margin-right:5px;
	float:left;
	}
.VMStatus
	{
	float:left;
	margin-top:48px;
	margin-left:48px;
	}

/* Nice GFX links to control VMs */
a#VMStart, a#VMStop, a#VMRestart, a#VMStatus
	{
	color:transparent;
	height:45px;
	width:47px;
	display:block;	
	border-style:solid;
	border-width:1px;
	border-color:#9fa2a3;	
	}
a#VMStart:hover, a#VMStop:hover, a#VMRestart:hover, a#VMStatus:hover
	{
	background-position:0px -45px;
	border-style:solid;
	}
	
a#VMStart
	{
	background-image:url("../images/vm-start.png");
	}
a#VMStop
	{
	background-image:url("../images/vm-stop.png");
	}
a#VMRestart
	{
	background-image:url("../images/vm-restart.png");
	}	
a#VMStatus
	{
	background-image:url("../images/vm-status.png");
	}

/* Button adjustments */
.RCONoptions input.button1
	{
	display:block;
	margin:3px 0px;
	width:40px;
	}

.CustomCommand
	{
	margin-bottom:20px;
	}
.activeNav
	{
	font-weight:bold;
	}

.cod4rcon			
	{ 
	font-family: Verdana, Tahoma, Arial, Helvetica, 'Arial CE';
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	background-attachment : fixed;
	background-repeat : repeat;
	margin-left: 20pt; margin-right: 20pt;
	margin-top: 15pt; margin-bottom: 10pt;
	}
table			
	{	
	font-weight : normal;
	text-align: left;
	}
h1				
	{
	color: rgb(255,0,0);
	font-weight: bold;
	}
h2				
	{
	color: rgb(255,0,0);
	font-weight: bold;
	}
pre				
	{
	font-weight : normal;
	}
img				
	{
	text-decoration: none;
	}
a img			
	{ 
	text-decoration: none;
	border : none;
	}
a.title			
	{
	text-decoration: none;
	DISPLAY: block;
	/*color: #CCCCCC;*/
	width: 100%;
	}
a.title:Hover	
	{
	}
a.none			
	{
	text-decoration: none;
	font-weight: normal;
	}
a.none:Hover	
	{
	text-decoration: none;
	font-weight: normal;
	}
a.none:Active	
	{
	text-decoration: none;
	font-weight: normal;
	}
tr.odd			
	{
	}
tr.even			
	{
	}
.module			
	{
	text-align : right;
	font-weight : normal;
	}
.dropdown		
	{
	font-family: Verdana, Tahoma, Arial, Helvetica, 'Arial CE';
	border : 2px ridge;
	}
.query			
	{
	font-family: Verdana, Tahoma, Arial, Helvetica, 'Arial CE';
	border : 2px ridge;
	}
.button			
	{
	font-family: Verdana, Tahoma, Arial, Helvetica, 'Arial CE';
	font-weight : bold;
	}
.newsdate		
	{
	background-image: url("news.png");
	background-repeat: repeat-y;
	border-top: 2px ridge;
	line-height: 20px;
	DISPLAY: block;
	padding-left: 8px;
	width: 130px;
	}
.newstext		
	{
	margin-left: 10px;
	}
form			
	{
	margin-top: 0px;
	margin-bottom: 0px;
	}
pre				
	{
	margin-top: 0px;
	margin-bottom: 0px;
	}
table.maintable	
	{
	background-image: url(/logo.png);
	background-repeat: no-repeat;
	}
.suggest		
	{
	position: absolute;
	width: 60%;
	display: block;
	overflow: auto;
	height: 300px;
	}
.suggest_inv	
	{
	display: none;
	}
.suggest_link	
	{
	/*color: #CCCCCC;*/
	background-color: #150D0D;
	padding: 2px 3px 2px 3px;
	}
.suggest_link:Hover 
	{
	background-color: #300D0D;
	}

/*Admin tournament tree styles*/

div.match
	{
	
	}
span.player
	{
	display:block;
	}
div.tournamentRound
	{
	float:left;
	width:100px;
	border:1px solid #000000;
	background-color:#bbbbbb;
	}
div.tournamentRound p
	{
	cursor:move;
	}
div.tournament
	{
	width:80%;
	float:left;
	}
div.tournamentWinners
	{
	width:15%;
	float:left;
	border:1px solid #000000;
	background-color:#ffffff;
	height:100%;
	}
div.bracket
	{
	margin:3px;
	clear:vertical;
	background-color:#ffffff;
	border:1px solid #000000;
	height:400px;
	}
div.roundPosition
	{
	float:left;
	width:110px;
	border:1px solid #000000;
	height:200px;
	}
ul.ui-sortable
	{
	width:100%;
	margin:0px;
	padding:5px 0;
	list-style-type:none;
	border-width:1px;
	border-style:solid;
	border-color:#b5b9c0 #dddfe2 #f9f9f9 #ccd1da;
	background-color:#b3cddc;
	margin-bottom:10px;
	}
ul.ui-sortable li
	{
	border-width:1px;
	border-style:solid;
	border-color:#e5e5e5;
	padding: 2px 2px;
	margin-bottom:0px;
	background-color:#f7f7f7;
	margin-left:5px;
	margin-right:5px;
	cursor:move;
	color:#555;
	font-size:0.8em;
	line-height:1.5em;
	}
ul.ui-sortable li:hover
	{
	background-color:#fdfdfd;
	color:#bc2a4d;
	border-color:#d06881;
	}
ul.ui-sortable li a
	{
	float:right;
	}
	
td.nonMember
	{
	background-color:#cc0000;
	}
td.member
	{
	background-color:#00cc00;
	}
