.left {
	float: left;
}
.right {
	float: right;
}
.center {
	text-align: center;
}

/* ADMIN / TAB */
#tab, #tab div {
	font-family: 'Open Sans', 'Arial', sans-serif;
	text-shadow: 1px 1px 3px rgba(255, 255, 255, 0.7);
}
.feedback, .warning, .notification {
	background: #FFFFCC no-repeat 8px center;
	padding: 12px;
	text-align:left;
	margin-bottom: 15px;
	font-size: 12px;
	line-height: 16px;
	padding-left: 40px;
}
.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: no-repeat left center url(../images/admin/mail_icon.png);
	padding-left: 18px;
}
#tab_home {
	background: url(/images/admin/home-white.png) no-repeat center;
	background-size: 100% 100%;
	margin-right: 1px;
}
#tab_dash {
	background: url(/images/admin/dash-white.png) no-repeat center;
	background-size: 100% 100%;
	margin-right: 1px;
}
#tab_user {
	background: url(/images/admin/account-white.png) no-repeat center;
	background-size: 100% 100%;
	margin-right: 1px;
}
#menu_n {
	background: url(/images/alert-white.png) no-repeat center;
	background-size: 100% 100%;
	margin-left: 3px;
}
#inbox_n {
	background: url(/images/admin/mail-white.png) no-repeat center;
	background-size: 100% 100%;
	margin-left: 12px;
	margin-right: 5px;
}
#tab_help {
	background: url(/images/admin/help-white.png) no-repeat center;
	background-size: 100% 100%;
	margin-right: 1px;
}
#tab_home img, #tab_dash img, #tab_user img, #tab_help img {
	border: 0px;
}
#logout {
	background: url(/images/admin/logout-white.png) no-repeat center;
	background-size: 100% 100%;
	margin-left: 1px;
}
#editmode {
	background: url(/images/admin/edit-white.png) no-repeat center;
	background-size: 100% 100%;
	margin-right: 1px;
}
.badge{
	background: #FCCC00;
	height: 10px;
	min-width: 10px;
	max-width: 14px;
	line-height: 10px;
	font-size: 8px;
	color: #000;
	position: absolute;
	margin-left: 10px;
	border-radius: 10px;
	border: solid 1px #FFF;
	text-align: center;
}
#inbox_n .badge {
	background-color: #F00;
	color: #FFF;
}
.crossed {
	text-decoration: line-through;
	opacity:.50;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;	
}
#lang {
	float: right;
	padding-top: 10px;
	padding-right: 10px;
}
#top #lang {
	position: absolute;
	width: 930px;
	text-align: right;
}
#lang img {
	vertical-align: middle;
}
#nav #lang a, #top #lang a {
	display: inline;
	float: none;
	margin-left: 5px;
	opacity:.5;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	padding: 0px;
	background: none;
	line-height: normal;
	border: none;
}
#nav #lang a:hover, #nav #lang a.current, #top #lang a:hover, #top #lang a.current {
	opacity:1.00;
	filter: alpha(opacity=100);
	-moz-opacity: 1.00;
}

/* OPTIONS / FORMS */
.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;
}
.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;
	color: #000;
}
.con_tbl input[type="text"]:focus, .con_tbl input[type="password"]:focus, .con_tbl select:focus, .con_tbl textarea:focus {
	border: 1px solid #333;
	outline: none;
}
input.none {
	background-color: transparent;
	background-image: none;
	border: none;
	width: auto;
	margin-top: 1px;
	margin-bottom: 1px;
}
#container input.input_error, #con_admin #ajax_update input.input_error, #con_admin #ajax_update select.input_error, #con_admin #ajax_update textarea.input_error {
	background-image: none;
	border:1px solid #FF0000;
	background-color: #FFFFCC;
}
#container select {
	border: solid 1px #999999;
	background-color: #FFFFFF;
	background-image: url(../images/bg_input.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.form_button {
	text-align:right;
	margin-bottom:1px;
}
.name_sub {
	opacity:.80;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	font-size: .8em;
}
#copy .btn, #con_admin .btn {
	color: #333;
	padding: 2px 5px;
	line-height: 2em;
	border: none;
	text-decoration: none;
	background: #DDD;
	background: -moz-linear-gradient(
		top,
		#ffffff 0%,
		#ffffff 25%,
		#bbbbbb);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#ffffff),
		color-stop(0.25, #ffffff),
		to(#bbbbbb));
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #a8a8a8;
	-moz-box-shadow:
		0px 0px 1px rgba(000,000,000,0.2),
		inset 0px 0px 1px rgba(255,255,255,0.7);
	-webkit-box-shadow:
		0px 0px 1px rgba(000,000,000,0.2),
		inset 0px 0px 1px rgba(255,255,255,0.7);
	box-shadow:
		0px 0px 1px rgba(000,000,000,0.2),
		inset 0px 0px 1px rgba(255,255,255,0.7);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.1),
		0px 0px 0px rgba(255,255,255,0);
}
#copy .btn:hover, #con_admin .btn:hover {
	background: #FFF;
	background: -moz-linear-gradient(
		top,
		#BBB 0%,
		#DDD 25%,
		#FFF);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#BBB),
		color-stop(0.25, #DDD),
		to(#FFF));
	color: #000;
	border-color: #666;
}


/* TABLES */
.tbl_bdr {
	border: 2px solid #A6A6A6;
	padding: 3px;
	padding-top: 2px;
	margin-bottom: 5px;
	margin-top: 5px;
	background-color: #000;
	clear: both;
}
.con_tbl {
	width: 100%;
}
.con_tbl td, .con_tbl th {
	padding: 4px;
	background-image: url(../images/bg_td.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #FFF;
	border-top: 1px solid #000;
}
td.none_tbl {
	padding: 2px;
	background-image: none;
	border-top: none;
	background-color: transparent;
}
.con_tbl td.tbl_top, .con_tbl th.tbl_top {
	background-image: url(../images/bg_tdtop.gif);
	background-repeat: repeat-x;
	background-position: top;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	line-height: 17px;
	text-align: left;
}
.con_tbl td.tbl_2 {
	background-image: url(../images/bg_td2.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.con_tbl td.tbl_2 {
	/*color: #FFFFFF;*/
}
td.tbl_3 {
	background-image: none;
	background-color: #FFFFFF;
}
td.tbl_bot {
	border-top-width: none;
	padding:0px;
}
.tbl_head {
	font-weight: bold;
	padding-right: 10px;
	border-right: 0px;
}
td.none {
	background-image: none;
	background-color: #FFFFFF;
}

/* BOXES */
.box1_top a, .box1_top a:hover {
	color:#FFF;
}
.box1 .inner, .box2 .inner {
	padding: 5px;
}
.box1 .news {
	padding-top: 5px;
	padding-bottom: 5px;
}
.box1 .news p {
	margin-top: 5px;
	margin-bottom: 5px;
}
#right p.txt {
	border: 0;
	padding: 0;
	color: #FFF;
}
#right p.txt a, #right p.txt a:hover {
	border: 0;
}
#right .box2 h1 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
	margin-top: 0px;
	border: none;
	text-transform: uppercase;
	background-color: transparent;
	background-image: none;
	border-bottom: solid 1px #8F8C8B;
	color: #000;
}
#right .box2 h2 {
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
	margin-top: 10px;
}
#right .box2 p {
	font-size: 10px;
	margin: 0px;
	border: solid 1px #CCCCCC;
	border-bottom-width: 4px;
	padding: 4px;
	margin-top:2px;
	color: #212B46;
}
#right .twtr-tweet-text p {
	border: none;
}
#right .twtr-tweet-text a, #right .twtr-tweet-text a:hover {
	border: none;
}
#right .twtr-doc {
	margin-bottom: 5px;
}
#right .box2 p a {
	color: #000000;
	border-bottom: dotted 1px #000000;
}
#right .box2 p a:hover {
	border-bottom: solid 1px #000000;
	text-decoration: none;
}
.box2 .item em {
	font-size: 10px;
	font-style: normal;
}



/* NEWS */
.news h1, .news h2, .news h3 {
	background-image: none;
	padding: 0px;
}
.news {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	clear: both;
}

/* CALENDAR */
.con_tbl td.tbl_blank {
	background-image: none;
	background-color: #AAA;
}
.con_tbl td.tbl_blank .cal_day {
	color: #777;
}
#container #gototop, #container #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/goto_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, .box2 .practice a, .box2 .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;
}
.mini_box {
	width: 25%;
	float: right;
	background-color: #FFFFFF;
	margin: 5px;
	margin-left: 0px;
	border: 1px solid #000000;
	text-align: left;
}
.mini_tbl {
	width: 100%;
	background-color: #FFFFFF;
	border: 1px solid #4A4A4A;
	border-top: 0px;
}
.mini_tbl td {
	padding: 0px;
	background-image: none;
	background-color: #FFFFFF;
	font-size: 10px;
	line-height: 12px;
}
#container .mini_tbl td.tbl_top {
	padding: 0px;
	background-image: none;
	background-color: #333;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	border-top: 1px solid #4A4A4A;
}
.mini_tbl td.tbl_2 {
	background-color: #FFFFFF;
	padding: 2px;
	background-image: none;
	color: #000000;
	border-top: 1px solid #4A4A4A;
}
.mini_tbl td.tbl_blank {
	padding: 0px;
	background-image: none;
	background-color: #CCCCCC;
	border-top: 1px solid #4A4A4A;
}
.mini_box table td.mini_nav {
	padding:2px;
	padding-top: 0px;
	background-image:none;
	background-color:#000000;
	font-size:10px;
	line-height:12px;
	border-top: 0px;
	color: #FFFFFF;
}
.mini_box table td.mini_nav a {
	font-size:12px;
	color: #FFFFFF;
}
.mini_tbl .cal_day {
	color: #666;
	padding: 0px;
}
.mini_tbl .cal_day a {
	color: #000000;
	font-weight: bold;
	border: none;
}
.mini_tbl .cal_day a:hover {
	border: none;
}
.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%;
}

/* OTHER */
.item_nav {
	padding: 5px;
	margin-top: 5px;
	font-size: 13px;
	height: 15px;
	background-image: url(../images/bg_td.gif);
	background-repeat: repeat-x;
	background-position: left -5px;
	border: solid 1px #CCC;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	box-shadow: inset 0 1px rgba(255,255,255,0.3), inset 0 10px 20px rgba(255,255,255,0.25);
}
#copy .item_nav a {
	color: #444;
	text-decoration: none;
}
#copy .item_nav a:hover, .item_nav strong {
	color: #000;
}
.item_nav div {
	color: #333;
	float: left;
	width: 33%;
}
.item_nav .bar {
	color: #FFFFFF;
	margin-left: 5px;
	margin-right: 5px;
}
div.tbl_nav {
	background-color: #333;
	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: #999;
}
.tbl_nav select {
	border: solid 1px #666666;
	background-color: #CCCCCC;
}
.tbl_nav .bar {
	color: #CCCCCC;
}
.cost {
	color:#3c910e;
}
.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;
}
.image_large, .image_thumb {
	border:solid 2px #8F8C8B;
	padding: 1px;
}
#photo_rotate {
	overflow: hidden;
	position: relative;
}
.gallery_thumb img {
	opacity: .40;
	filter: alpha(opacity=40);
	-moz-opacity: 0.4;
	vertical-align:middle;
	border:solid 1px #8F8C8B;
	margin-left: 1px;
	margin-right: 1px;
	margin-top: 3px;
	background-color: #FFF;
}
.gallery_thumb:hover img {
	opacity: 1.00;
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;	
}
.comment_top {
	padding: 5px;
	background-color: #666666;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
}
.comment_bot {
	padding: 15px;
	border: dotted 1px #CCC;
	background-color: #999999;
	margin-bottom: 10px;
}
.comment_top a {
}
.comments .tbl_bdr {
	margin-top: 20px;
}
#container div.map {
	width: 300px;
	height: 250px;
	float: right;
	margin-left: 10px;
	margin-bottom: 15px;
	border: solid 1px #999;
}
.files {
	margin-top: 20px;
	border-top: 1px solid #999999;
	clear: both;
}
.files td {
	padding: 5px;
	border-bottom: 1px dotted #CCCCCC;
}
#details strong {
	display: inline-block;
	padding-top: 5px;
}
.sponsor {
	margin-top: 5px;
	margin-bottom: 5px;
}
#bot_sponsors {
	text-align: center;
	padding-top: 20px;
}
#bot_sponsors a {
	margin: 0 5px;
}
.twitter-timeline {
	margin-bottom: 5px;
}
.testimonial {
	padding-bottom: 15px;
	margin-bottom:15px;
}
.testimonial .text {
	background: url(../images/quote.png) no-repeat top left;
	padding-left: 55px;
}