body
{
	letter-spacing: 0.75px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	background: #fff;
	color: #000;
	margin: 0px;
	line-height: 18px;
}

A
{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
}
A:link
{
	text-decoration: none;
	color: #ccc;
}
A:visited
{
	text-decoration: none;
	color: #ccc;
}
A:hover
{
	text-decoration: none;
	color: #000000;
}

.headerContainer
{
	width: 970px;
}


.header
{
	background-position: left bottom;
	background-repeat: no-repeat;
	height: 80px;
	text-align: right;
	position: relative;
}

.header a
{
	color: #09c;
	font: bold 14px verdana;
	padding-right: 20px;
}
.header a:hover
{
	color: #f30;
	font: bold 14px verdana;
}

#signin
{
	position: absolute;
	width: 400px;
	height: 60px;
	border: 1px solid #000;
	background-color: #eee;
	z-index: 99;
	right: 0px;
	font-size: 10px;
	display: none;
	overflow: hidden;
	top: 20px;
}
#signin input
{
	font-size: 10px;
	background-color: #aaa;
}
#signin a, #signin a:link, #signin a:visited, #signin a:hover
{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px;
	color: #000;
	font-weight: normal;
}
#signin a:hover
{
	text-decoration: underline;
}

#search
{
	position: absolute;
	width: 400px;
	height: 100px;
	border: 1px solid #000;
	background-color: #eee;
	z-index: 80;
	right: 0px;
	font-size: 10px;
	display: none;
	overflow: hidden;
	top: 20px;
}
#search input
{
	font-size: 10px;
	background-color: #aaa;
}

.textbox
{
	width: 700px;
	text-align: left;
	background-color: #eee;
	border: 1px solid #444;
	padding: 10px;
}

.textbox label
{
	width: 100px;
	float: left;
	margin-top: 2px;
	font: bold 12px verdana;
	text-align: left;
}
.textbox input, .textbox textarea
{
	font: normal 12px verdana;
	margin-top: 2px;
}


.regform label
{
	float: left;
	width: 150px;
	font-weight: bold;
	margin-left: 200px;
	margin-top: 2px;
}
.regform input
{
	font: normal 12px verdana;
	background-color: #f8f8f8;
	color: #000;
	margin-top: 2px;
}


.error
{
	font: bold 12px verdana;
	font-weight: bold;
	color: #f30;
	text-align: center;
}

.spacer
{
	height: 5px;
	line-height: 5px;
}

.greyFader
{
	background-image: url('/main/img/btnBG.png');
}

.article
{
	width: 700px;
	height: 300px;
	overflow: hidden;
	text-align: left;
	background-color: #eee;
	border: 1px solid #444;
	float: left;
}

.article h1, .textbox h1, h1
{
	letter-spacing: 1.5px;
	color: #09c;
	font: bold 18px verdana;
	margin-left: 5px;
}

.article p
{
	margin: 20px;
}


.mainIcon
{
	width: 128px;
	height: 128px;
	border: 1px solid #eee;
	cursor: pointer;
	text-align: center;
	background-color: #fff;
	margin-left: 20px;
	margin-top: 20px;
	float: left;
	font-weight: bold;
}
.mainIconOver
{
	width: 128px;
	height: 128px;
	border: 1px solid #09c;
	cursor: pointer;
	text-align: center;
	background-color: #fff;
	margin-left: 20px;
	margin-top: 20px;
	float: left;
	font-weight: bold;
}

.mainIconText
{
	font-size: 12px;
	font-family: Verdana, Arial, sans-serif;
	float: left;
	margin-left: 20px;
	width: 600px;
	color: #444;
}

#chatContainer
{
	width: 500px;
	height: 300px;
	background-color: #eee;
	color: #000;
	border: 1px dashed #888;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 90;
	filter:alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80;
	display: none;
	overflow: hidden;
}
#chatContainer a:link, #chatContainer a:hover, #chatContainer a:visited
{
	color: #000;
	font: normal 11px verdana;
}
#chatText
{
	height: 260px;
	background-color: #fff;
}


a.blacklink:link, a.blacklink:hover, a.blacklink:visited
{	text-decoration: none;
	color: #000000;
}


.pageWidth
{
	width: 970px;
}


.confused
{
	width: 500px;
	color: #f30;
	font-weight: bold;
	font-size: 14px;
	padding: 10px;
	border: 1px dashed #f30;
}


.notification
{
	color: #ef3729;
	font-weight: bold;
}
