/*XboxGladiator CSS File* - Last Updated 12-01-09
******************************************************************/

/*Main Styles*
******************************************************************/
body {
	font-family: Arial, 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Verdana, sans-serif;
	font-size: 12px;
	text-align: center;
	background:url(../images/layout/bg4.jpg)
	}
	
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4dbf08;
	padding: 0 0 0 0;
	margin: 0;
}

ul{
	list-style-image: url(../images/layout/point.png);
	margin-top:2px;
}

li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #969696;
	cursor:pointer;
}

title {
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 24px;
	color: #4dbf08;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 0;
} 
h2 {
	font-size: 18px;
	color: #BD1C8C;
	font-weight: bold;
	margin: 10px 0 10px 0;
	padding: 0;
}
h3 
{
    font-size: 14px;
	padding-bottom: 0px !important;
	margin-bottom: 5px !important;

}

li {
	line-height: 18px;
}
	
a { color: #4dbf08; text-decoration: none; font-weight: bold;}
a:hover { color: #90c51f; text-decoration: none;}
a:visited, a:active {color: #4dbf08; text-decoration: none;}	
	
th {
	background: #636163;
	color: white;
}


input {
	background: white;
	color: white;
	font-size: 11px;
	border: 1px solid white;
	height: 20px;
	padding: 0;
	margin: 0 0 3px 0;
	font-family: Arial, 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Verdana, sans-serif;
	}

textarea {
	background: white;
	color: #4dbf08;
	font-size: 11px;
	border: 1px solid #4dbf08;	
	margin: 0 0 3px 0;
	font-family: Arial, 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Verdana, sans-serif;
	}

select {
	font-size: 11px;
	background: white !important;
	color: #90c51f !important;
	border: 1px solid #90c51f !important;
}
#web-design {
	clear: both;
	display: block;
	width: 960px;
	height: 25px;
	text-align: right;
	color: #CCCCCC;
	font-weight: normal;
	margin: 0 !important;
	padding: 0 !important;
}
	#web-design a, #web-design a:hover{
		color: #CCCCCC;
		text-decoration: none;
		font-weight: bold;
	}