body {
	margin-top: 10px;
	background-color: #330000;
	background-image: url('../images/bg.gif');
	background-repeat: repeat-x;
	font-family: Verdana, Sans-Serif;
        font-size: 10pt;
}

#login {
	text-align: center;
	padding-top: 100px;
	height: 300px;
}

#login h2 {
	margin: .5em 0 1em 0;
}

#login fieldset {
	width: 400px;
	margin: 0 auto;
	padding: 1.5em 0;
}

#login fieldset legend {
	font-size: 1.25em;
	font-weight: bold;
	margin-left: 1em;
	text-align: left;
}

#login fieldset div {
	text-align: left;
	margin: .5em 0 0 0;
}

#login fieldset div label {
	width: 180px;
	display: block;
	float: left;
	text-align: right;
	margin-right: 20px;
}

#login .alert {
	width: 339px;
	margin: 10px auto;
}

#login_submit {
	text-align: left;
}

#login_submit input {
	margin-left: 200px;
}

#content_menu {
	width: 175px;
	margin: 0;
	padding: 0;
	float: left;
}

#content {
	width: 765px;
	margin: 0;
	padding: 0;
	float: left;
}

#footer {
	background-color: #FFFFEE;
	background-image: url('../images/footer_bg.gif');
	background-repeat: repeat-x;
	clear: left;
	width: 930px;
	border-top: solid 1px #FFFFFF;
	padding: 5px;
	color: #999966;
	font-size: 6.5pt;
	text-align: left;
}

.menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.menu ul li {
	background: url('../images/pokerhand.jpg') no-repeat;
	padding-left: 30px;
        line-height: 25px;
        font-size: 8pt;
}

.menu ul li.active {
	color: #680F0F;
	font-weight: bold;
}

.mediaplayer {
	width: 480px;
	height: 320px;
        margin: 0 auto;
}

.alert {
	width: 80%;
	height: 51px;
	line-height: 51px;
	border: #686868 outset 2px;
	background: #F8F8F8 url('../images/alert.gif') 10px 5px no-repeat;
	padding-left: 61px;
	margin: 20px auto;
	text-align: center;
}

.textarea .definition {
    width: 100%;
}

/*table {
	border-collapse: collapse;
	border-bottom: 1px #000 solid;
}

thead tr {
	background: url('../images/masthead/nav_bg.gif') repeat-x;
	height: 25px;
	border-left: 1px #000 solid;
	border-right: 1px #000 solid;
}

tbody tr {
	border-left: 1px #000 solid;
	border-right: 1px #000 solid;
	background-color: #F8F8F8;
}

tbody tr.alt {
	background-color: #FFFFFF;
}*/

a img {
    border: 0;
}

a:link {
	color: #333333;
}

a:visited {
	color: #333333;
}

a:hover {
	color: #FF3300;
}

h2 {
  color: #333333;
}

h3 {
  color: #333333;
}

.break {
  border-style: none;
  background-image: url('../images/hr_bg.gif');
  background-repeat: repeat-x;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  float: left;
  width: 100%;
}

/* LAYOUT STYLES */

.content {
  text-align: center;
}

.pageshadow {
  width: 980px;
  margin: 0 auto;
  background-image: url('../images/page_bg.gif');
}

.page {
  width: 940px;
/*  background-image: url('../images/columns_bg.gif');
  background-repeat: repeat-y;*/
  border: solid 10px #FFFFFF;
  margin: 0 auto;
  text-align: left;
  overflow: hidden;
}

.pageWhite {
  width: 940px;
  border: solid 10px #FFFFFF;
  margin: 0 auto;
  text-align: left;
  overflow: hidden;
}

.masthead {
  width: 940px;
  background-color: #000000;
  overflow: hidden;
}

.column2 {
  float: left;
  width: 200px;
  padding: 0 10px 0 10px;
  font-size: 7pt;
}

#maincolumn {
  float: left;
  background-image: url('../images/main_col_bg.gif');
}

#rightcolumn {
  background-color: #CCCC99;
  float: left;
  width: 220px;
  background-image: url('../images/right_col_bg.gif');
  background-repeat: no-repeat;
  font-size: 7pt;
}

#footer {
  width: 940px;
  margin: 0 auto;
  padding: 0;
  font-size: 7pt;
  color: #999999;
}

/* NAV STYLES */

.nav {
  background-image: url('../images/masthead/nav_bg.gif');
  width: 940px;
  height: 25px;
  padding-left: 15px;
}

.navItem, .navItemOn {
  font-family: Tahoma, Sans-Serif;
  font-size: 8pt;
  font-weight: bold;
  color: #DDDDCC;
  padding: 5px 15px 7px 15px; 
  float: left;
}

.navItemOn {
  background-color: #FFFFFF;
  color: #000000;
}

a.navItem:link, a.navItem:visited { 
	color: #DDDDCC;
	text-decoration: none;
}

a.navItem:hover, a.navItem:active {
	color: #FFFFFF;
	text-decoration: none;
}

a.navItemOn:link, a.navItemOn:visited, a.navItemOn:hover, a.navItemOn:active {
	color: #000000;
	text-decoration: none;
}

.navSeperator
{
  float: left;
  padding-top: 1px;
}

a.bottomNav
{
  color: #999966;
}

a.bottomNav:link {
	text-decoration: none;
}

a.bottomNav:visited {
	text-decoration: none;
}

a.bottomNav:hover { 
	text-decoration: underline;
	color: #666633;
}

a.bottomNav:active {
	text-decoration: none;
}

/* SUBNAV STYLES */

.subNavColumn {
  float: left;
  width: 210px;
  margin: 10px 0 10px 0;
  padding-right: 0; 
}

.subNavColumnBG {
	background-image: url('../images/subnav/subNavBG.gif');
}

.subNavItem {
  font-family: Tahoma, Sans-Serif;
  font-size: 8pt;
  width: 199px;
  border-top: dotted 1px #FFFFFF;
  border-bottom: dotted 1px #333333;
  padding: 2px 0 3px 10px;
}

.subNavItemOn {
  font-family: Tahoma, Sans-Serif;
  font-size: 8pt;
  width: 200px;
  background-color: #FFFFFF;
  padding: 3px 0 4px 10px;
}

dt {
	font-weight: bold;
	margin-top: 1em;
	font-size: 1.2em;
}

/* TEXT STYLES */

.smallGray {
  font-size: 7pt;
  color: #999999;
}

.smallBlack {
  font-size: 7pt;
  color: #000000;
}

.mediumRedBold {
  font-size: 8pt;
  font-weight: bold;
  color: #7A1416;
}

.largeRedBold {
  font-size: 10pt;
  font-weight: bold;
  color: #7A1416;
}
