/* create an ID for each button to control the hand.. */

/* use JS to find out how big the container is for text, and adjust css values accordingly */

/* #D88F00 = orange color */

body
{
	background-color: #000;
	font-size: 8pt;
	font-weight: bold;
	font-family: verdana;
	color: #FFD778;
	margin: 0 0 56px 0;
	cursor: url(../images/cursor/arrow.cur), url(images/cursor/arrow.cur), default;
}

img
{
	border-style: none;
}

#dialog_bg
{
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
}

#container
{
	display: none;
	position: fixed;
	top: 45%;
	left: 50%;
	margin-left: -201px; /* half the total width of the 3 columns */
	margin-top: -114px; /* half the total height */
	background-color: #000;
}

#header
{
	height: 30px;
	width: 403px;
	background: url(../images/borders/top.jpg) no-repeat top;
}

#left
{
	margin-left: -30px;
	float: left;
	width: 30px;
	height: 100%;
	position: relative;
	display: inline;
	background: url(../images/borders/left.jpg) repeat-y;
}

#right
{
	margin-right: -30px;
	float:right;
	width: 30px;
	height: 100%;
	position: relative;
	display: inline;
	background: url(../images/borders/right.jpg) repeat-y;
}

#middle
{
	height: 150px; /* yay! controls the height! */
	width: 343px;
	background-color: #000;
	margin-left:30px;

}

#footer {
	clear:both;
	height:50px;
	width: 403px; 
	background:yellow;
	text-align: center;
	background: url(../images/borders/bottom.jpg) no-repeat bottom;
}

#footer img
{
	margin-top: 18px;
	cursor: url(../images/cursor/hand.cur), url(images/cursor/hand.cur), default;
}

.clearer{
	height: 1px;
	overflow: hidden;	
	margin-top: -1px;
	clear: both;
}

a:link{	color: #FFD778; text-decoration: none; cursor: url(../images/cursor/hand.cur), url(images/cursor/hand.cur), default;}
a:visited{ color: #FFD778; text-decoration: none; cursor: url(../images/cursor/hand.cur), url(images/cursor/hand.cur), default;}

#nav1
{
	z-index: 1;
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 151px;
	height: 30px;
	border-top: 1px solid rgb(63,240,2);
	background-color: #000;
}

#nav1 img
{
	margin: -15px 0 0 5px;
}

#nav2
{
	z-index: 1;
	text-align: center;
	position: fixed;
	bottom: 0px;
	left: 151px;
	right: 175px;
	height: 30px;
	border-top: 1px solid rgb(63,240,2);
	background-color: #000;
}

#nav2 img
{
	height: 19px;
	margin: 5px 5px 0 0 ;
}

#nav3
{
	z-index: 1;
	list-style: none;
	position: fixed;
	bottom: 0px;
	right: 0px;
	width: 175px;
	height: 30px;
	border-top: 1px solid rgb(63,240,2);
	background-color: #000;
}

#w3cXHTML
{
	position: absolute;
	border: 0px none;
	top: 7px;
	left: 5px;
}

#w3cCSS
{
	position: absolute;
	border: 0px none;
	top: 7px;
	left: 90px;
}

#smlogo
{
	position: absolute;
	bottom: 15px;
	left: 5px;
}

.clickable
{
	cursor: url(../images/cursor/hand.cur), url(images/cursor/hand.cur), default;
}

span, p
{
	display: inline;
	cursor: url(../images/cursor/select.cur), url(images/cursor/select.cur), default;
}

#logo
{
	position: fixed;
	top: 45%;
	left: 50%;
	margin-top: -60px; /* centering around the fucking image.. */
	margin-left: -283px;
	text-align: center;
}

#data
{
	display: none;
}

#serverList
{
	width: 95%;
	margin: auto;
	background-color: #000000;
}

#serverList img
{
	display: block;
}

#topColumn
{
	width: 100%;
	background: url(../images/borders/table/top.jpg) repeat-x;
}

#bottomColumn
{
	background: url(../images/borders/table/bottom.jpg) repeat-x;
}

#leftColumn
{
	background: url(../images/borders/table/left.jpg) repeat-y;
}

#rightColumn
{
	background: url(../images/borders/table/right.jpg) repeat-y;
}

#dataTable
{
	width: 100%;
	text-align: center;
	background-color: #319E15;
}

#dhtmltooltip
{
	position: absolute;
	left: -300px;
	width: 150px;
	border: 1px solid #319E15;
	padding: 2px;
	background-color: #000000;
	visibility: hidden;
	font-size: 8pt;
	font-weight: bold;
	font-family: verdana;
	color: #D88F00;
	text-align: center;
	z-index: 1;
}

#dhtmlpointer
{
	z-index: 1;
	position:absolute;
	left: -300px;
	visibility: hidden;
}