/* Layout */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #1e1e1e;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	scrollbar-arrow-color:#ccc;
	scrollbar-base-color:#ccc;
	scrollbar-darkshadow-color:#000;
	scrollbar-face-color:#000;
	scrollbar-highlight-color:#ccc;
	scrollbar-shadow-color:#ccc;
}

html, p, ul, li, h1, h2, h3, h4, h5, h6, form, a, img, blockquote, legend,
{margin:0; padding:0; border:0;} 

img
{border:0} 
/* Font Sizes */

.ten {font-size: 10px;}
.eleven {font-size: 11px;}
.twelve {font-size: 12px;}
.thirteen {font-size: 13px;}
.fourteen {font-size: 14px;}
.fifteen {font-size: 15px;}
.sixteen {font-size: 16px;}
.nineteen {font-size: 19px;}
.twentyfive {font-size: 25px;}
.thirty {font-size: 30px;}

/* Font Colours */

.white {color: #FFFFFF;}
.gray {color: #a4a4a4;}
.red {color: #E70000;}

/* Font Style & Weight */

.bold {font-weight: bold;}
.italic {font-style: italic;}

/* Hovers */

.n2u {text-decoration: none;}
.n2u:hover {text-decoration: underline;}

.u2n {text-decoration: underline;}
.u2n:hover {text-decoration: none;}

.g2w {text-decoration: none; color: #a4a4a4;}
.g2w:hover {color: #FFFFFF;}

.textbox {
	color: #959595;
	text-decoration: none;
	width: 150px;
	height: 20px;
	background-color: #252525;
	border: 1px solid #3d3d3d;
}

.textbox2 {
	color: #959595;
	text-decoration: none;
	width: 55px;
	height: 20px;
	background-color: #252525;
	border: 1px solid #3d3d3d;
}

.textbox3 {
	color: #959595;
	text-decoration: none;
	width: 200px;
	height: 20px;
	background-color: #252525;
	border: 1px solid #3d3d3d;
}

.textarea {
	color: #959595;
	text-decoration: none;
	width: 150px;
	background-color: #252525;
	border: 1px solid #3d3d3d;
}

.textarea2 {
	color: #959595;
	text-decoration: none;
	width: 425px;
	background-color: #252525;
	border: 1px solid #3d3d3d;
}

.textarea3 {
	color: #959595;
	text-decoration: none;
	width: 200px;
	background-color: #252525;
	border: 1px solid #3d3d3d;
}

.gradualshine {
	filter:alpha(opacity=30);
	-moz-opacity:0.3;
}