/****** HTML STYLES ******/
html {
  margin: 0px;
  padding: 0px;
  border: 0px;
  width: 100%;
	z-index: 0;
}

/****** BODY STYLES ******/
body {
	margin: 0px;
  padding: 0px;
  border: 0px;
  text-align: center;
	vertical-align: top;
	background-color: #DADADA;
	width: 100%;
	height: 100%;
	z-index: 0;
}

/****** CENTER STYLES ******/
center.main {
  vertical-align: top;
  padding: 0px;
  margin: 0px;
  border: 0px;
  z-index: 0;
  height: 100%;
}

/****** LINK STYLES ******/
a { 
  background-color: transparent;
	text-decoration: none;
	color: #0033CC;
	z-index: 0;
}
a:visited {
  background-color: transparent;
	text-decoration: none;
	color: #0033CC;
	z-index: 0;
}	
a:hover {
	background-color: transparent;
	text-decoration: underline;
	color: #0033CC;
	z-index: 0;
}
a.highlight { 
  background-color: transparent;
	text-decoration: none;
	color: #0033CC;
	z-index: 0;
}
a.highlight:visited {
  background-color: transparent;
	text-decoration: none;
	color: #0033CC;
	z-index: 0;
}	
a.highlight:hover {
	background-color: transparent;
	text-decoration: none;
	color: #0033CC;
	z-index: 0;
}

a.bold {
  font-weight: bold;
}

a.white { 
	color: #FFFFFF;
}
a.white:visited {
	color: #FFFFFF;
}	
a.white:hover {
	color: #FFFFFF;
}

a.red { 
	color: #DD3B16;
}
a.red:visited {
	color: #DD3B16;
}	
a.red:hover {
	color: #DD3B16;
}


a.green { 
	color: #4A862C;
}
a.green:visited {
	color: #4A862C;
}	
a.green:hover {
	color: #4A862C;
}

a.black { 
  text-decoration: none;
	color: #000000;
}
a.black:visited {
  text-decoration: none;
	color: #000000;
}	
a.black:hover {
  text-decoration: underline;
	color: #000000;
}

/****** TABLE STYLES ******/
table {
  margin: 0px;
  padding: 0px;
  border: 0px;
  width: auto;
  height: auto;
  z-index: 0;
}
table.mainframe {
  width: 800px;
  height: 100%;
}
table.full_frame {
  width: 100%;
}
table.tall_frame {
  height: 100%;
}
table.really_full_frame {
  width: 100%;
  height: 100%;
}
table.menu_frame {
  height: 27px;
  width: 800px;
}
table.schedule {
  width: 770px;
}

/****** SPAN/TEXT STYLES ******/
span {
  z-index: 0;
}
span.footer_left {
  font-weight: bold;
}
span.red {
  color: #DD3B16;
}
span.green {
  color: #4A862C;
}
span.bold {
  font-weight: bold;
}
span.ad {
  font-size: 7.5pt;
  padding-bottom: 5px;
}
span.yellow {
  color: #FFB20A;
}
span.yellow2 {
  color: #FFE729;
}

/****** FORM ELEMENT STYLES ******/
form {
  margin: 0px;
  padding: 0px;
  border: 0px;
}
select.custom {
  margin: 0px;
  border: 1px solid #999999;
  color: #000000;
  background-color: #FFFFFF;
  z-index: 0;
}
textarea.textbox {
  margin: 0px;
  padding: 2px;
  border: 1px solid #000000;
  width: 100%;
  height: auto;
  font-family: Verdana, Tahoma, Arial;
  font-size: 8pt;
  font-weight: normal;
  font-style: normal;
  color: #000000;
  background-color: #FFFFFF;
  z-index: 0;
}
input.text {
  border: 1px solid #999999;
  color: #000000;
  background-color: #FFFFFF;
  z-index: 0;
  width: 85px;
}
input.radio {
  margin: 0px;
  padding: 0px;
  border: 0px;
}
input.submit_button {
  margin: 0px;
  padding: 0px;
}
input.radio {
  margin-top: 2px;
}

/****** IMAGE STYLES ******/
img {
  margin: 0px;
  padding: 0px;
  border: 0px;
  z-index: 0;
}
img.news_image {
  border: 1px solid #000000;
}
img.news_image_over {
  border: 1px solid #DD3B16;
}
img.paraleft {
  border: 0px solid #9F9B74;
  margin-right: 7px;
  margin-bottom: 2px;
  display: inline;
  float: left;
}
img.pararight {
  border: 0px solid #9F9B74;
  margin-left: 7px;
  margin-bottom: 2px;
  display: inline;
  float: right;
}
img.paranone {
  border: 0px solid #9F9B74;
  margin-right: 0px;
  margin-bottom: 2px;
  display: block;
}
img.paraleftNB {
  border: 0px solid #D0D0CF;
  margin-right: 7px;
  margin-bottom: 2px;
  display: inline;
  float: left;
}
img.pararightNB {
  border: 0px solid #D0D0CF;
  margin-left: 7px;
  margin-bottom: 2px;
  display: inline;
  float: right;
}
img.paranoneNB {
  border: 0px solid #D0D0CF;
  margin-right: 0px;
  margin-bottom: 0px;
  display: block;
}
img.gallery_thumb {
  border: 0px;
}


/****** PARAGRAPH STYLES ******/
p {
  margin: 0px;
  padding: 0px;
  border: 0px;
  width: auto;
  height: auto;
  font-family: Verdana, Tahoma, Arial;
  font-size: 8pt;
  font-weight: normal;
  font-style: normal;
  color: #666666;
  vertical-align: top;
  text-align: left;
  z-index: 0;
}
p.header {
  font-weight: bold;
  font-size: 14pt;
  color: #000000;
  margin-bottom: 25px;
}


/****** TABLE CELL STYLES ******/
td {
  margin: 0px;
  padding: 0px;
  border: 0px;
  width: auto;
  height: auto;
  font-family: Verdana, Tahoma, Arial;
  font-size: 8pt;
  font-weight: normal;
  font-style: normal;
  color: #464646;
  vertical-align: top;
  text-align: left;
  z-index: 0;
}
td div {
  display: block;
}
td img {
  display: block;
}
td.logo_frame {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 29px;
  padding-right: 29px;
  width: 100%;
  vertical-align: middle;
}
td.header_ad_frame {
  padding-top: 13px;
  padding-bottom: 25px;
  padding-right: 29px;
  padding-left: 0px;
  vertical-align: middle;
}
td.menu_item {
  background-image: url(new_images/back.menu_item.jpg);
  background-position: top left;
  background-repeat: repeat-x;
  border-top: 1px solid #9C9B9E;
  border-right: 1px solid #9C9B9E;
  text-align: center;
  vertical-align: middle;
}
td.menu_item {
  background-image: url(new_images/back.menu_item.jpg);
  background-position: top left;
  background-repeat: repeat-x;
  border-top: 1px solid #9C9B9E;
  text-align: center;
  vertical-align: middle;
}
td.ticker_frame {
  width: 430px;
  height: 27px;
  border-bottom: 2px solid #9C9B9E;
}
td.date_frame {
  width: 370px;
  height: 27px;
  border-left: 1px solid #9C9B9E;
  border-bottom: 2px solid #9C9B9E;
  background-color: #FFFFFF;
}
td.date_frame_int {
  width: 800px;
  height: 27px;
  border-left: 0px solid #9C9B9E;
  border-bottom: 2px solid #9C9B9E;
  background-color: #FFFFFF;
}
td.ticker_text {
  border-right: 1px solid #777777;
  width: 380px;
  height: 27px;
  vertical-align: middle;
  text-align: left;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 7pt;
  color: #0033CC;
}
td.ticker_button {
  border-bottom: 1px solid #777777;
  vertical-align: middle;
  text-align: center;
  width: 50px;
  height: 14px;
  font-size: 6pt;
}
td.ticker_button_bottom {
  vertical-align: middle;
  text-align: center;
  width: 50px;
  height: 13px;
  font-size: 6pt;
}
td.domain {
  padding-left: 10px;
  padding-right: 10px;
  height: 27px;
  vertical-align: middle;
  text-align: left;
  color: #BCB7A3;
  font-size: 7.5pt;
  font-weight: bold;
}
td.date {
  padding-left: 10px;
  padding-right: 10px;
  width: 150px;
  height: 27px;
  vertical-align: middle;
  text-align: right;
  color: #DD3B16;
  font-size: 7.5pt;
  font-weight: bold;
}
td.content_full {
  padding-top: 11px;
  padding-left: 15px;
  padding-right: 15px;
}
td.content_left {
  width: 500px;
  padding-top: 11px;
  padding-left: 15px;
  padding-right: 10px;
}
td.content_right {
  width: 300px;
  padding-right: 15px;
  padding-top: 11px;
}
td.loginhead_space {
  width: 170px;
  height: 20px;
}
td.loginhead {
  height: 20px;
  width: 115px;
  vertical-align: middle;
  text-align: center;
  padding-left: 3px;
  padding-right: 3px;
  border-top: 1px solid #9C9B9E;
  border-left: 1px solid #9C9B9E;
  border-right: 1px solid #9C9B9E;
  background-color: #CCCCCC;
  font-weight: bold;
  color: #000000;
  font-size: 7.5pt;
}
td.login_form {
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 7px;
  padding-right: 7px;
  background-color: #FFFFFF;
  border: 1px solid #9C9B9E;
}
td.form_prompt {
  color: #000000;
  padding-right: 7px;
}
td.form_script {
  color: #000000;
  padding-top: 7px;
}
td.form_button {
  vertical-align: bottom;
}
td.feature_header {
  width: 100%;
  text-align: center;
  background-color: #464646;
}
td.feature_header2 {
  width: 100%;
  text-align: center;
  background-color: #0265AC;
}
td.feature_header_left {
  width: 50%;
  text-align: center;
  background-color: #464646;
}
td.feature_header_right {
  border-left: 1px solid #FFFFFF;
  width: 50%;
  text-align: center;
  background-color: #464646;
}
td.feature_header_left2 {
  width: 50%;
  text-align: center;
  background-color: #0265AC;
}
td.feature_header_right2 {
  border-left: 1px solid #FFFFFF;
  width: 50%;
  text-align: center;
  background-color: #0265AC;
}
td.feature {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
}
td.feature_left {
  width: 50%;
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
}
td.feature_right {
  border-left: 1px solid #CCCCCC;
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
}
td.leader_photo {
  padding-bottom: 3px;
}
td.leader_name {
  background-color: #FFFFFF;
  height: 20px;
  vertical-align: middle;
  text-align: left;
  padding-left: 7px;
  color: #000000;
  font-weight: bold;
}
td.leader_item_left {
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 0px;
  padding-right: 3px;
  color: #000000;
  background-color: #FFFFFF;
  text-align: left;
}
td.leader_item_center {
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 3px;
  padding-right: 3px;
  color: #000000;
  background-color: #FFFFFF;
  text-align: center;
}
td.leader_item_right {
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 3px;
  padding-right: 0px;
  color: #4A862C;
  background-color: #FFFFFF;
  text-align: right;
}
td.leader_item_left_top {
  padding-top: 6px;
  padding-bottom: 4px;
  padding-left: 0px;
  padding-right: 3px;
  color: #000000;
  background-color: #FFFFFF;
  text-align: left;
  font-weight: bold;
  font-size: 9pt;
}
td.leader_item_center_top {
  padding-top: 6px;
  padding-bottom: 4px;
  padding-left: 3px;
  padding-right: 3px;
  color: #000000;
  background-color: #FFFFFF;
  text-align: center;
  font-weight: bold;
  font-size: 9pt;
}
td.leader_item_right_top {
  padding-top: 6px;
  padding-bottom: 4px;
  padding-left: 3px;
  padding-right: 0px;
  color: #4A862C;
  background-color: #FFFFFF;
  text-align: right;
  font-weight: bold;
  font-size: 9pt;
}
td.poll_button {
  padding-top: 0px;
  padding-bottom: 5px;
  padding-right: 5px;
  vertical-align: top;
}
td.poll_option {
  vertical-align: top;
  padding-top: 3px;
  padding-bottom: 5px;
}
td.poll_submit {
  vertical-align: top;
  padding-top: 5px;
  padding-bottom: 0px;
  text-align: center;
}
td.games {
  padding-bottom: 2px;
}
td.games_left {
  text-align: right;
  padding-right: 3px;
  padding-bottom: 2px;
}
td.games_center {
  text-align: center;
  padding-bottom: 2px;
}
td.games_right {
  text-align: left;
  padding-left: 3px;
  padding-bottom: 2px;
}
td.ad_left {
  width: 50%;
  padding-top: 2px;
  padding-right: 12px;
  padding-left: 5px;
}
td.ad_right {
  width: 50%;
  padding-top: 2px;
  padding-right: 5px;
  padding-left: 12px;
}
td.sched_head {
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 5px;
  padding-right: 5px;
  vertical-align: middle;
  background-color: #464646;
  font-weight: bold;
  color: #FFFFFF;
}
td.sched_breaker {
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 5px;
  padding-right: 5px;
  vertical-align: middle;
  background-color: #FFFFFF;
  color: #DD3B16;
}
td.sched_breaker2 {
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 5px;
  padding-right: 5px;
  vertical-align: middle;
  background-color: #FFFFFF;
  color: #DD3B16;
}
td.sched_item {
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 5px;
  padding-right: 5px;
  vertical-align: middle;
  background-color: #FFFFFF;
  color: #000000;
}
td.sched_item2 {
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 5px;
  padding-right: 5px;
  vertical-align: middle;
  background-color: #EEEEEE;
  color: #000000;
}
td.sched_prompt {
  padding-top: 3px;
  padding-bottom: 3px;
  font-weight: bold;
  padding-right: 5px;
  font-size: 9pt;
  color: #000000;
}
td.sched_field {
  padding-top: 1px;
  padding-bottom: 1px;
}
td.sched_divider {
  text-align: left;
  background-color: #FFFFFF;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 9pt;
  padding-left: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
}
td.profile_image {
  padding-top: 2px;
  padding-right: 7px;
}
td.gallery_info {
  padding-right: 15px;
  vertical-align: middle;
}
td.gallery_image {
  width: 477px;
}
td.gallery_thumb {
  padding: 5px;
}
td.next_photos {
  padding-left: 10px;
  vertical-align: middle;
}
td.prev_photos {
  padding-right: 10px;
  vertical-align: middle;
}

/****** DIV CELL STYLES ******/
div {
  margin: 0px;
  padding: 0px;
  border: 0px;
  width: auto;
  height: auto;
  font-family: Verdana, Tahoma, Arial;
  font-size: 8pt;
  font-weight: normal;
  font-style: normal;
  color: #000000;
  vertical-align: top;
  text-align: left;
  z-index: 0;
}
div {
  display: block;
}
div img {
  display: block;
}
div.credits {
  width: 800px;
  text-align: center;
  color: #000000;
  padding-top: 4px;
  font-weight: normal;
  font-size: 7.5pt;
}
div.wrapper {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  vertical-align: top;
  height: 100%;
  width: 100%;
}
div.mainframe {
  border: 1px solid #4C4C4C;
  background-color: #FFFFFF;
  width: 800px;
  height: 100%;
}
div.top_space {
  height: 60px;
}
div.bottom_space {
  height: 60px;
}
div.spacer {
  height: 10px;
}
div.header_frame {
  width: 800px;
}
div.content {
  width: 800px;
  padding-top: 0px;
  vertical-align: top;
  background-color: #FFFFFF;
}
div.footer {
  width: 800px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 12px;
  padding-bottom: 12px;
  color: #000000;
  text-align: center;
}
div.menu_frame {
  height: 27px;
  width: 800px;
}
div.subheader_frame {
  height: 29px;
  width: 800px;
}
div.mainnews_frame {
  padding-bottom: 15px;
}
div.news_frame {
  padding-top: 5px;
  padding-left: 7px;
  padding-right: 7px;
  padding-bottom: 7px;
  background-color: #E0E0E0;
}
div.news_frame2 {
  padding-top: 5px;
  padding-left: 7px;
  padding-right: 7px;
  padding-bottom: 7px;
  background-color: #EEEEEE;
}
div.news_title {
  color: #DD3B16;
  vertical-align: top;
  font-size: 10pt;
  font-weight: bold;
  padding-top: 0px;
  padding-bottom: 5px;
}
div.news_title_small {
  padding-top: 7px;
  padding-bottom: 7px;
  color: #000000;
  vertical-align: top;
  font-size: 10pt;
  font-weight: bold;
}
div.news_image {
  padding-top: 0px;
  padding-bottom: 12px;
}
div.news_text {
  color: #000000;
}
div.news_more {
  padding-top: 5px;
  color: #000000;
  text-align: right;
  font-weight: bold;
}
div.login {
  width: auto;
}
div.links {
  line-height: 16px;
  font-weight: bold;
  color: #DD3B16;
}
div.text_line {
  line-height: 16px;
}
div.features {
  border-bottom: 1px solid #CCCCCC;
  border-top: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  padding: 0px;
  background-color: #FFFFFF
}
div.text_header_right {
  font-weight: bold;
  color: #DD3B16;
  padding-bottom: 7px;
  text-align: right;
}
div.ad {
  width: 100%;
  padding-bottom: 2px;
  font-weight: 7.5pt;
  text-decoration: underline;
  text-align: center;
}
div.sched_links {
  font-weight: normal;
  font-size: 9pt;
  padding-top: 5px;
  padding-bottom: 9px;
}