/* CSS Document */

#tab, #tab div {
	font-family: Arial, Helvetica, sans-serif;
}
.feedback, .warning, .notification {
	padding: 12px;
	text-align:left;
	margin-bottom: 15px;
	font-size: 12px;
	line-height: 16px;
	padding-left: 40px;
	background-color: #FFFFCC;
	background-repeat: no-repeat;
	background-position: 8px center;
}
.feedback a {
	color: #006633;
	text-decoration: underline;
}
.warning a {
	color: #990000;
	text-decoration: underline;
}
.feedback {
	border:1px dotted #009933;
	color: #009933;
	background-image: url(../images/admin/success.png);
}
.warning {
	border:1px dotted #FF0000;
	color: #FF0000;
	background-image: url(../images/admin/failure.png);
}
.notification {
	border:1px dotted #CC6600;
	color: #CC6600;
	background-image: url(../images/admin/warning.png);
}
#inbox {
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/admin/mail_icon.png);
	padding-left: 18px;
}
label.sm {
	display: block;
	font-size: 9px;
	line-height: 11px;
}
.labeled {
	float: left;
	margin-right: 5px;
}
.required {
	font-weight: bold;
	font-size: 14px;
	color: #FF0000;
}
.site_option {
	background-image: url(../images/admin/edit_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #510205;
	padding: 4px;
	text-align: center;
	margin-bottom: 5px;
	border: solid 1px #C3192D;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	color: #FFF;
}
.site_option * {
	font-size: 11px;
}
.site_option a {
	color: #FFF;
}
.site_btn, .con_tbl .site_btn {
	background-image: url(../images/btn_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	text-transform: uppercase;
	color: #FFF;
	background-color: #000;
	border: solid 1px #000;
	font-size: 11px;
	padding: 2px;
	width: auto;
}
.site_btn:active {
	background-position: left bottom;
}
.tbl_bdr {
	border: 1px solid #F05133;
	padding: 1px;
	padding-top: 0px;
	margin-bottom: 5px;
	margin-top: 5px;
	background-color: #004513;
	clear: both;
}
.con_tbl {
	width: 100%;
}
.con_tbl td {
	padding: 5px;
	background-image: url(../images/bg_td.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #C6E4BB;
	border-top: 1px solid #004513;
}
td.none_tbl {
	padding: 2px;
	background-image: none;
	border-top: none;
	background-color: transparent;
}
.con_tbl td.tbl_top {
	background-image: url(../images/bg_tdtop.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #009024;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	line-height: 18px;
}
#con_admin td.tbl_top a, .con_tbl td.tbl_top a {
	color: #FFFFFF;
}
#con_admin td.tbl_top a:hover, td.tbl_top a:hover {
	color: #FFFFFF;
}
.con_tbl td a {
	color: #004812;
}
td.tbl_2 {
	background-image: url(../images/bg_td2.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #9EA0A3;
}
td.tbl_3 {
	background-image: none;
	background-color: #FFFFFF;
}
td.tbl_bot {
	border-top-width:none;
	background-image: url(../images/tbl_bg.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	padding:0px;
}
.tbl_head {
	font-weight: bold;
	padding-right: 10px;
	border-right: solid 0px #FFFFFF;
}
.con_tbl input, .con_tbl textarea {
	width: 250px;
	border: solid 1px #999999;
	background-color: #FFFFFF;
	background-image: url(../images/bg_input.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 2px;
}
input.none {
	background-color: transparent;
	background-image: none;
	border: none;
	width: auto;
	margin-top: 1px;
	margin-bottom: 1px;
}
#container .input_error, #con_admin .input_error {
	background-image: none;
	border:1px solid #FF0000;
	background-color: #FFFFCC;
}
.form_button {
	text-align:right;
	margin-bottom:1px;
}
.cost {
	color:#060;
}
.due {
	color:#990000;
}
.sold_out {
	color: #666;
	text-decoration:line-through;
}
.red {
	text-transform: uppercase;
	color: #600;
}
.red a, .con_tbl .practice .red a, .con_tbl .game .red a {
	color: #600;
}
.green {
	text-transform: uppercase;
	color: #030;
}
.green a, .con_tbl .practice .green a, .con_tbl .game .green a {
	color: #030;
}/* CSS Document */

body, td, div {
	font-family: Arial, Helvetica, sans-serif;
}
p, ul, ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: left;
	color: #000000;
	line-height: 1.4em;
}
a {
	color: #F05133;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
p {
	margin-top: 8px;
	margin-bottom: 12px;
	font-size: 13px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 0px;
	margin-bottom: 8px;
	color: #004812;
}
h1 {
	font-size: 20px;
	background-image: url(../images/h1_bg.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	clear: both;
}
h2 {
	color: #54B948;
	font-size: 18px;
}
h3 {
	font-size: 16px;
}
h4 {
	color: #54B948;
	font-size: 14px;
}
h5 {
	font-size: 11px;
	font-weight: normal;
}
h6 {
	text-transform: uppercase;
	color: #666666;
	font-size: 9px;
	font-weight: normal;
}
ul {
	list-style-image: url(../images/li.gif);
	position: relative;
	margin-right: 10px;
}
li {
	margin-left: 2em;
	margin-top: 3px;
	margin-bottom: 8px;
}
.image_left {
	float: left;
	clear: left;
	border:solid 1px #F05133;
	padding: 1px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.image_right {
	float: right;
	clear: right;
	border:solid 1px #F05133;
	padding: 1px;
	margin-left: 10px;
	margin-bottom: 10px;
}
.small {
	font-size: 9px;
}
.large {
	font-size: 1.2em;
}html, body {
	padding: 0px;
	margin: 0px;
}
body {
	background-color: #000000;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}
p, td, div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}
ul, ol {
	list-style-position: outside;
	margin-left: -40px;
	left: 10px;
}
#container {
	width: 100%;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#top {
	background-image: url(../images/head_image.jpg);
	background-position: center 23px;
	background-repeat: no-repeat;
}
#nav {
}
#nav div {
	width: 950px;
	text-align: left;
}
#content {
	background-color: #FFFFFF;
	background-image: url(../images/con_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}
#con {
	width: 950px;
	text-align: left;
}
#con_top {
	line-height: 20px;
	font-size: 20px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 5px;
	background-image: url(../images/btn_bg.gif);
	background-repeat: repeat-x;
	background-position: left center;
	color: #FFFFFF;
	margin-bottom: 10px;
	border: solid 1px #54B948;
	margin: 15px;
}
#print {
	float: right;
}
#print img {
	margin-left: 5px;
}
#copy {
	padding: 15px;
	padding-top: 0px;
}
#right {
	padding-bottom: 10px;
	padding-top: 15px;
	font-size: 10px;
}
.right_outer {
	background-image: url(../images/box_bg.gif);
	background-repeat: repeat-x;
	background-position: 1px left;
	border: solid 1px #54B948;
	margin-bottom: 10px;
}
.right_inner {
	padding: 7px;
}
.right_inner2 {
	padding: 7px;
	background-color: #004812;
}
#right .item {
	margin-top: 10px;
	padding-bottom: 10px;
	border-bottom: solid 2px #336A3B;
	font-size: 10px;
}
#right .right_inner2 .item {
	color: #FFFFFF;
}
#right h1 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
	margin-top: 0px;
	border: none;
	text-transform: uppercase;
	background-image: none;
	border-bottom: dotted 1px #336A3B;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}
#right h2 {
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
	margin-top: 10px;
}
#right h2 a {
	color: #54B948;
}
#right p {
	font-size: 10px;
	margin: 0px;
	border: solid 1px #CCCCCC;
	border-bottom-width: 4px;
	padding: 4px;
	margin-top:2px;
	color: #004812;
}
#right p a {
	color: #000000;
	border-bottom: dotted 1px #000000;
}
#right p a:hover {
	border-bottom: solid 1px #000000;
	text-decoration: none;
}
#right .item em {
	font-size: 10px;
	font-style: normal;
}
#right .newsright h1 {
	font-size: 18px;
	background-image: url(../images/h1_bg.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	color: #004812;
	border: 0px;
}
#right .newsright h2 a {
	color: #004812;
}
#mid {
	background-color: #9FA1A4;
	background-image: url(../images/mid_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 30px;
}
#mid a {
	margin-left: 8px;
	margin-right: 8px;
}
#precise {
	padding-left: 11px;
}

#foot {
	width: 950px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#foot p {
	text-align: center;
	color: #CCCCCC;
	font-size: 11px;
	margin-top: 0px;
	margin-bottom: 10px;
}
#foot_logo {
	float: right;
	padding-top: 10px;
}
#foot a {
	color: #54B948;
	margin-right: 3px;
	margin-left: 3px;
}
#foot a:hover {
	color: #F05133;
}
#foot a.current {
	color: #F05133;
	font-weight: bold;
}
.small {
	font-size: 10px;
}
.site_btn {
	background-image: url(../images/btn_bg.gif);
	background-repeat: repeat-x;
	background-position: left center;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #000000;
	border: solid 1px #F05133;
	font-size: 11px;
	padding: 2px;
}
#container select {
	border: solid 1px #999999;
	background-color: #FFFFFF;
	background-image: url(../images/bg_input.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.required {
	font-weight: bold;
	font-size: 14px;
	color: #FF0000;
}
.box1 {
	background-image: url(../images/box_bg.gif);
	background-repeat: repeat-x;
	background-position: 1px left;
	border: solid 1px #54B948;
	margin-top: 15px;
}
.box1 .inner {
	padding: 5px;
}
.box1 .news {
	padding-top: 5px;
	padding-bottom: 5px;
}
.box1 .news p {
	margin-top: 5px;
	margin-bottom: 5px;
}
.news h1, .news h2, .news h3 {
	background-image: none;
	padding: 0px;
}
.news h2.title a, .news_brief h2.title a {
	color: #000000;
}
.news {
	border-bottom: 1px solid #004812;
	border-top: 2px solid #54B948;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	clear: both;
}
.home_news .news_brief {
	border: none;
	padding-top: 1px;
	padding-bottom: 1px;
}
.item_nav {
	padding: 5px;
	margin-top: 5px;
	size: 13px;
	height: 15px;
	background-image: url(../images/bg_td.gif);
	background-repeat: repeat-x;
	background-position: left -5px;
	background-color: #C6E4BB;
	border: solid 1px #C6E4BB;
}
.item_nav a {
	color: #004812;
}
.item_nav div {
	color: #004812;
	float: left;
	width: 33%;
}
.item_nav .bar {
	color: #FFFFFF;
	margin-left: 5px;
	margin-right: 5px;
}
label.sm {
	display: block;
	font-size: 9px;
}
.labeled {
	float: left;
	margin-right: 5px;
}
td.none {
	background-image: none;
	background-color: #FFFFFF;
}
.red {
	text-transform: uppercase;
	color: #990000;
}
.red a, .con_tbl .practice .red a, .con_tbl .game .red a {
	color: #990000;
}
.con_tbl td.tbl_2 {
	color: #FFFFFF;
}

.con_tbl td.tbl_blank {
	background-image: none;
	background-color: #CCCCCC;
}
.con_tbl td.tbl_blank .cal_day {
	color: #999999;
}
div.tbl_nav {
	background-color: #004812;
	padding-bottom: 4px;
	padding-top: 2px;
}
div.tbl_nav td {
	padding: 5px;
	padding-bottom: 0px;
	padding-top: 2px;
	line-height: 16px;
	color: #FFFFFF;
}
div.tbl_nav td div {
	color: #FFFFFF;
	font-size: 10px;
}
.tbl_nav a {
	color: #F05133;
}
.tbl_nav select {
	border: solid 1px #666666;
	background-color: #CCCCCC;
}
.tbl_nav .bar {
	color: #CCCCCC;
}
#gototop, #gotobot, #teamtop, #teambot, #downloadtop, #downloadbot, #rsstop, #rssbot, #filtertop, #filterbot {
	width: 100%;
	text-align: center;
	border-bottom: solid 1px #CCCCCC;
	margin-top: 5px;
	padding-bottom: 5px;
	background-image: url(../images/news_bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.practice, .game {
	padding: 2px;
	padding-top: 1px;
	margin-bottom: 1px;
	color: #000000;
	font-size: 10px;
}
.cal_list .practice, .cal_list .game {
	padding: 5px;
	margin: 5px;
	font-size: 12px;
}
.cal_day {
	font-size: 10px;
	margin-bottom: 1px;
	color: #000;
}
.con_tbl .cal_day a {
	color: #000;
	display: block;
	text-decoration: underline;
}
.con_tbl .practice a, .con_tbl .game a {
	color: #000000;
	border-bottom: dotted 1px #000000;
}
.practice a:hover, .game a:hover {
	border-bottom: solid 1px #000000;
	text-decoration: none;
}
.practice {
	border: dotted 1px #FFF;
	border-bottom: 4px solid #FFF;
}
.game {
	border: solid 1px #FFF;
	border-bottom: 4px solid #FFF;
}
.score, .score a {
	color:#990000;
}
.loading {
	background-color: #FFFFFF;
	background-image: url("../images/ajax-loading.gif");
	background-position: center center;
	background-repeat: no-repeat;
	margin-top:5px;
}
.loading .tbl_bdr {
	margin: 0px;
	width: auto;
}
.fade_on {
	opacity:.50;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	width: 100%;
}
.mini_box {
	width:25%;
	float:right;
	background-color:#FFFFFF;
	margin:5px;
	border: 1px solid #004812;
	text-align: left;
}
.mini_tbl {
	width: 100%;
	background-color: #FFFFFF;
	border: 1px solid #54B948;
	border-top: 0px;
}
.mini_tbl td {
	padding: 0px;
	background-image: none;
	background-color: #FFFFFF;
	font-size: 10px;
	line-height: 12px;
}
.mini_tbl td.tbl_top {
	padding: 0px;
	background-image: none;
	background-color: #004812;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	border-top: 1px solid #54B948;
}
.mini_tbl td.tbl_2 {
	background-color: #FFFFFF;
	padding: 2px;
	background-image: none;
	color: #000000;
	border-top: 1px solid #54B948;
}
.mini_tbl td.tbl_blank {
	padding: 0px;
	background-image: none;
	background-color: #CCCCCC;
	border-top: 1px solid #54B948;
}
.mini_box table td.mini_nav {
	padding:2px;
	padding-top: 0px;
	background-image:none;
	background-color:#004812;
	font-size:10px;
	line-height:12px;
	color: #FFFFFF;
}
.mini_box table td.mini_nav a {
	font-size:12px;
	color: #FFFFFF;
}
.mini_tbl .cal_day {
	color: #666666;
	padding: 0px;
}
.mini_tbl .cal_day a {
	color: #000000;
	font-weight: bold;
}
.files {
	margin-top: 20px;
	border-top: 1px solid #999999;
}
.files td {
	padding: 5px;
	border-bottom: 1px dotted #CCCCCC;
}
.map {
	width: 200px;
	height: 200px;
	float: right;
	margin-left: 10px;
	margin-bottom: 15px;
}
.name_sub {
	opacity:.80;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	font-size: .8em;
}
#tab_inner {
	width: 929px;
	margin-right: auto;
	margin-left: auto;
}/* CSS Document */
#navlink {
	padding: 0;
	margin: 0;
	list-style: none;
	height: 32px;
	position: relative;
	z-index:500;
}
#navlink li {
	margin: 0;
}
#navlink li.top {
	display: block;
	float: left;
	height: 32px;
}

/* Default list styling */

#navlink li:hover {
	position: relative;
	z-index:200;
}

#navlink li:hover ul.sub {
	left: 6px;
	top: 32px;
	background: #FFFFFF;
	border: 1px solid #004812;
	border-bottom: 0px;
	white-space: nowrap;
	width: 250px;
	height: auto;
	z-index:300;
	font-size: 13px;
	line-height: 22px;
}
#navlink li:hover ul.sub li {
	display: block;
	position: relative;
	float: left;
	width: 250px;
	font-weight: normal;
	background: #004812;
	border-bottom: 1px solid #004812;
}
#navlink li:hover ul.sub li a {
	display: block;
	font-weight: bold;
	color: #000000;
	background-color: #DDDDDD;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 2px;
	font-family: Georgia, "Times New Roman", Times, serif;	
	text-indent: 3px;
	text-decoration:none;
	border: solid 2px #54B948;
}
#navlink li:hover ul.sub li a img {
	float: right;
	margin: 5px;
}
#navlink li:hover ul.sub li a:hover {
	color: #FFFFFF;
	background-color: #F05133;
}
#navlink li:hover ul.sub li a.fly:hover {
	color: #FFFFFF;
	background-color: #F05133;
}
#navlink li:hover li:hover ul,
#navlink li:hover li:hover li:hover ul,
#navlink li:hover li:hover li:hover li:hover ul,
#navlink li:hover li:hover li:hover li:hover li:hover ul {
	left: 245px;
	top: 5px;
	background: #FFFFFF;
	border: 1px solid #004812;
	border-bottom: 0px;
	white-space: nowrap;
	width: 175px;
	z-index: 400;
	height: auto;
	font-size: 11px;
	line-height: 18px;
}
#navlink ul, 
#navlink li:hover ul ul,
#navlink li:hover li:hover ul ul,
#navlink li:hover li:hover li:hover ul ul,
#navlink li:hover li:hover li:hover li:hover ul ul {
	position:absolute;
	left: -9999px;
	top: -9999px;
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}

#navlink li ul.sub li.fly a {
	background-image:url(../images/menu_arrow.gif);
	background-position: 235px center;
	background-repeat: no-repeat;
}
#navlink li ul.sub li.fly a:hover {
	background-image:url(../images/menu_arrow-over.gif);
}
#navlink li ul.sub li.fly li a, #navlink li ul.sub li.fly li a:hover {
	background-image: none;
}
