/* CSS Document */
body
{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #494949;
	font-family: arial, "lucida console", sans-serif;
	font-size: smaller;
}
form,hr
{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
h1,h2,h3,h4,h5
{
	margin: 0px;
	padding: 0px;
}
hr.minimize
{
	margin-top: 4px;
}
td.tobBarBG
{
	background-image:url('Images/tobBar.gif');
	background-repeat: repeat-x;
	width: 100%;
	height: 10px;
}
td.bannerBG
{
	background-image:url('Images/bannerBG.gif');
	background-repeat: repeat-x;
	width: 960px;
	height: 72px;
}
td.buttonBarBG
{
	background-image:url('Images/buttonBG.gif');
	background-repeat: repeat-x;
	width: 960px;
	height: 33px;
}
table.content
{
	width: 960px;
	background-color: #979797;
}
/*Button Text Link*/
a.button:link,a.button:visited,a.button:active
{
	color: #9d9d9d;
	text-decoration: none;
	outline: none;
}
a.button:hover
{
	color: #ffffff;
	text-decoration: none;
	outline: none;
}
/* Default Link Color */
a:link,a:visited,a:active
{
	color: #4957a5;
	text-decoration: none;
}
a:hover
{
	color: #0019a0;
	text-decoration: underline;
}
/* Drop Down Menu */
td.regularButton
{
	cursor: pointer;
	height: 33px;
	color: #9d9d9d;
	z-index:1;
}
div.block
{
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 9px;
	padding-bottom: 8px;
	font-weight: bold;
	text-shadow:#000000 0px -1px;
}
div.dropDown
{
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background-color: #595959;
	border: 1px solid #000000;
}
div.menuItem
{
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.border
{
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
	background-color: #dedede;
}
td.title
{
	background-image:url('Images/titleBar.gif');
	background-repeat: repeat-x;
	height: 18px;
	padding-top: 0px;
	padding-bottom: 0px;
	vertical-align: top;
	color: #dedede;
	font-weight: bold;
	text-shadow:#232323 0px -1px;
}
.round
{
	-moz-border-radius: 11px;
	border-radius: 11px;
	background-color: #dadada;
	padding: 7px;
}
a.inverted:hover
{
	color: #8d97d0;
	text-decoration: underline;
}
.stats
{
	padding-left: 10px;
	padding-right: 10px;
}
table.hideable
{
	visibility: hidden;
	display: none;
}
span.button
{
	cursor: pointer;
	color: #4957a5;
}
table.blueBox
{
	border-width: 1px;
	border-style: solid;
	border-color: #2f3278;
}
/* Chat */
div.scrollChat
{
	height: 300px;
	overflow: auto;
	border: 1px solid #abadb3;
	background-color: white;
}
div.scrollUsers
{
	width: 150px;
	height: 300px;
	overflow: auto;
	color: #d69d2d;
	border: 1px solid #abadb3;
	background-color: white;
}
div.tiny
{
	font-size: 10px;
	display: inline;
	color: #7e7e7e;
	letter-spacing: 0px;
}
