.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*/

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;
	}
ul.achievementList li img
	{
	float:right;
	margin:2px;
	}
ul.achievementlist div
	{
	height:200px;
	}
/* AJAX panel, floaty thing for info without needing another page */
#ajax-container
	{
	position: fixed;
	z-index: 150;
	top: 50%;
	left: 0px;
	width: 100%;
	margin-top:-180px;
	/* Bits below are for positioning when position:absolute  */
	/* 
	top:-15px;
	left:185px;
	*/
	}
#ajax-header
	{
	/*background-image:url('{T_THEME_PATH}/images/ui-holopanel-top.png');*/
	background:#ffffff;
	background-repeat:no-repeat;
	background-position:top center;	
	height:32px;
	width:555px;
	text-align:right;
	margin: 0px auto;	/* required to centre when container is fixed */
	}
#ajax-header span
	{
	cursor: pointer;
	font-family: "arial black",arial,helvetica,sans-serif;
	font-size: 20px;
	font-weight: bold;
	position: relative;
	right: 35px;
	top: 20px;
	text-align: center;
	background-color: #444;
	float: right;
	width: 40px;
	border: 1px solid #777;
	color:white;
	text-decoration:none;
	}
.Accept
	{
	background-color: #444444;
	border: 1px solid black;
	display: block;
	font-size: 2em;
	margin: 5px auto;
	padding: 5px;
	text-align: center;
	width: 200px;	
	}
#ajax-content-bg
	{
	/*background-image:url('{T_THEME_PATH}/images/ui-holopanel-bg.png');*/
	background:#ffffff;
	background-repeat:repeat-y;
	background-position:top center;	
	width:555px;
	max-height:300px;
	overflow:auto;
	padding:0px 0px;
	margin: 0px auto;	/* required to centre when container is fixed */
	}
#ajax-content
	{
	padding:0px 30px;
	}
#ajax-footer
	{
	/*background-image:url('{T_THEME_PATH}/images/ui-holopanel-base.png');*/
	background:#ffffff;
	background-repeat:no-repeat;
	background-position:top center;	
	height:42px;
	width:555px;
	margin: 0px auto;	/* required to centre when container is fixed */
	}

/* Other AJAX box related stuff */
#ajax-content .errorbox
	{
	/*background-image:url('{T_THEME_PATH}/images/msg-icon_error.png');*/
	background-position:center left;
	background-repeat:no-repeat;
	padding-left: 80px;
	padding-right: 40px;
	min-height: 60px;
	font-size: 1.2em;
	font-weight: bolder;
	color: white;
	text-shadow: red 0px 0px 4px;
	}
#ajax-content h2
	{
	font-weight: bolder;
	font-style: italic;
	text-shadow: #888 3px 3px 5px;
	}
#ajax-content .errorbox p 
	{
	text-align: center;
	}

#ajax-content .errorbox a 
	{
	text-shadow: none;
	margin-right: 20px;
	}
div.eventhublist span
	{
	display:block;
	border-bottom:1px solid #000000;
	padding-bottom:2px;
	}
/* css for timepicker */
.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { height: 25px; margin-bottom: -25px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 65px; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }


ul.userNames li, ul.gameNames li
	{
	float:left;
	width:20%;
	overflow:hidden;
	}
ul.gameNames, ul.userNames
{
list-style-type:none;
}
ul.gameNames li
{
height:35px;
}
ul.gameNames li a span
{
float:left;
width:60%;
padding-left:2px;
}
ul.gameNames li a img
{
width:30px;
height:30px;
float:left;
}
div.eventEndedUserList
	{
	width:60%;
	float:left;	
	height:600px;
	overflow:scroll;
	}
div.eventEndedAwardList
	{
	width:30%;
	float:left;
	}
div.eventEndedUserList ul
	{
	list-style-type:none;
	}
ul.userAwards
	{
	/*background-color:#ffffff;	*/
	}
#siteAwardListContainer
	{
	/*background-color:#ffffff;*/
	height:600px;
	}
.llamaJukeArtistList
{
  width: 250px;
  height: 100%;
  float: left;
  padding-top: 10px;
  padding-right: 0px;
  padding-bottom: 10px;
  padding-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
  font-size: 0.9em;
}

.llamaJukeArtistList span
{
  border-right-width-value: 1px;
  border-right-style-value: solid;
  border-right-color-value: #aaaaaa;
}

/* Line 7249 */
.llamaJukeArtistList span, .llamaJukeTrackList span, .llamaJukeRequested span
{
  display: block;
  padding-top: 0px;
  padding-right: 10px;
  padding-bottom: 0px;
  padding-left: 10px;
}

.llamaJukeTrackList
{
  float: left;
  width: 400px;
  padding-top: 10px;
  padding-right: 0px;
  padding-bottom: 10px;
  padding-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
  font-weight: bold;
}
.llamaJukeRequested
{
  float: right;
  width: 220px;
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  padding-top: 10px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}