@font-face {
	font-family: abite; src: url('../css/fonts/abite.ttf');
}

@font-face {
	font-family: "dayslater"; src: url('../css/fonts/dayslater.ttf');
}

@font-face {
	font-family: "Bronx"; src: url('../css/fonts/Bronx.ttf');
}

@font-face {
	font-family: "plane"; src: url('../css/fonts/plane.ttf');
}

@font-face {
	font-family: "sidewalk"; src: url('../css/fonts/sidewalk.ttf');
}

@font-face {
	font-family: "dock"; src: url('../css/fonts/dock.ttf');
}

* {
	margin: 0;
}

html {
	height: 100%;
}

body {
	font-size: 12px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
/* 	font-family: "Liberation Sans", "DejaVu Sans",sans-serif;
 */	color: #000;
	height: 100%;
	padding: 0;
	margin: 0;
	background: url(../images/concrete_wall.png) repeat left top;
}

p, td {
	color: #000;
	font-size: 12px;
}

td {
	padding: 3px 8px 3px 8px;
}

p {
	margin-top: 0px;
	margin-bottom: 10px;
	text-align: justify;
}
	
img {
	border: 0;
}

a, a:visited {
	color: #d1b200;
	text-decoration: none;
}

a:hover {
	color: #f3d00e;
	text-decoration: none;
}

a.fancy:hover {
	background: #F13C48;
	background-image: -webkit-linear-gradient(top, #F13C48, #B3011B);
	background-image: -moz-linear-gradient(top, #F13C48, #B3011B);
	background-image: -ms-linear-gradient(top, #F13C48, #B3011B);
	background-image: -o-linear-gradient(top, #F13C48, #B3011B);
	background-image: linear-gradient(to bottom, #F13C48, #B3011B);
	text-decoration: none;
}

a.fancy {
	background: #e10101;
	background-image: -webkit-linear-gradient(top, #e10101, #640000);
	background-image: -moz-linear-gradient(top, #e10101, #640000);
	background-image: -ms-linear-gradient(top, #e10101, #640000);
	background-image: -o-linear-gradient(top, #e10101, #640000);
	background-image: linear-gradient(to bottom, #e10101, #640000);
	-webkit-border-radius: 3;
	-moz-border-radius: 3;
	border-radius: 3px;
	font-family: Arial;
	color: #ffffff;
	font-size: 12px;
	padding: 8px 12px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}

li {
	font-size: 12px;
	text-align: justify;
}

input.invalid, textarea.invalid {
	border: 1px solid #aa0000;
}

input, textarea, select, td, button {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
/* 	font-family: "Trebuchet MS", "Liberation Sans", "DejaVu Sans",sans-serif;
 */	font-size: 12px;
	color: #000;
}

input[type=text], input[type=password], textarea, button {
	padding: 4px;
	border: 1px solid #ccc;
	background-image: -moz-linear-gradient(#EEEEEE 1%, #FFFFFF 15%);
	border: 1px solid #AAAAAA
}

input[type=text]:hover, input[type=password]:hover, textarea:hover, button:hover {
	border: 1px solid #5897FB;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

input[type=text]:focus, input[type=password]:focus, textarea:focus, button:hover {
	border: 1px solid #5897FB;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

div.contact-address span, div.contact-contactinfo span {
	display: block;
}

div.heading1 {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
/* 	font-family: "sidewalk", "Trebuchet MS", "Liberation Sans", "DejaVu Sans",sans-serif;
 */	font-size: 24px;
	color: #333;
	padding-top: 10px;
	margin-bottom: 10px;
}

div.success_message {
	color: #078522;
	font-weight: bold;
	padding: 8px 0px 8px 0px;
	margin-bottom: 10px;
	text-align: center;
	background: -webkit-linear-gradient(#7ce071, #bcffb5); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#7ce071, #bcffb5); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#7ce071, #bcffb5); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#7ce071, #bcffb5); /* Standard syntax (must be last) */
	border: 1px solid #0c9d2b;
}

div.error_message {
	background: #e10101;
	background-image: -webkit-linear-gradient(top, #e10101, #640000);
	background-image: -moz-linear-gradient(top, #e10101, #640000);
	background-image: -ms-linear-gradient(top, #e10101, #640000);
	background-image: -o-linear-gradient(top, #e10101, #640000);
	background-image: linear-gradient(to bottom, #e10101, #640000);
	-webkit-border-radius: 3;
	-moz-border-radius: 3;
	border-radius: 3px;
	font-family: Arial;
	color: #ffffff;
	font-size: 12px;
	padding: 8px 12px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: center;
}

div.module_header {
	padding: 4px;
	font-size: 14px;
	font-weight: bold;
	color: #9b0000;
	border-bottom: 1px solid #a26d6d;
//	background: -webkit-linear-gradient(#181818, #494949); /* For Safari 5.1 to 6.0 */
//	background: -o-linear-gradient(#181818, #494949); /* For Opera 11.1 to 12.0 */
//	background: -moz-linear-gradient(#181818, #494949); /* For Firefox 3.6 to 15 */
//	background: linear-gradient(#181818, #494949); /* Standard syntax (must be last) */
}

tr.table_header {
	font-weight: bold;
	font-size: 13px;
}

tr.table_header td {
	padding: 8px 8px 8px 8px;
	background: none repeat scroll 0 0 rgba(10, 10, 10, 0.06);
}

tr.bg1 td {
	background: none repeat scroll 0 0 rgba(10, 10, 10, 0.00);
}

tr.bg2 td {
	background: none repeat scroll 0 0 rgba(10, 10, 10, 0.02);
}

.info_box {
	margin-bottom: 15px;
	min-height: 100px;
	background: none repeat scroll 0 0 rgba(10, 10, 10, 0.05);
    background: none repeat scroll 0 0 #FFFFFF;
    border: 5px solid #FFFFFF;
    box-shadow: 0 0 5px #bbb;
    border-radius: 3px;
//    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2), 0 0 1px rgba(0, 0, 0, 0.3), 0 0 1px 1px rgba(255, 255, 255, 0.2) inset, 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 -1px 2px rgba(0, 0, 0, 0.05) inset
}

.clearfix {
	clear: both;
}

.separator {
	padding-left: 2px;
	padding-right: 2px;
}

/*** Page Layout ***********************************/
#page_wrapper {
	background: url(../images/layout/header_background.png) repeat-x left top;
	width: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -150px;
}

#page_header_wrapper {
	background: url(../images/layout/header_logo.png) no-repeat center bottom;
	height: 122px;
}

#page_header {
	margin: auto;
	width: 1000px;
	height: 122px;
}

#page_navigation_wrapper {
	background: url(../images/layout/navigation.png) no-repeat center top;
	background-color: #050c0d;
	height: 33px;
}

#page_navigation {
	margin: auto;
	width: 1004px;
}

#page_content_wrapper {
}

#page_content_top {
	padding-top: 0px;
	height: 6px;
	background: url(../images/layout/content_shadow.png) repeat-x left top;
}

#page_content_center {
	margin: auto;
	width: 1004px;
	padding: 20px 20px 40px 20px;
//	background: none repeat scroll 0 0 rgba(10, 10, 10, 0.05);
}

#page_content_left {
	float: left;
	width: 660px;
}

#page_content_right {
	float: right;
	width: 320px;
}

#page_push_bottom {
	height: 150px;
    width: 100%;
}

#page_footer {
	height: 150px;
	color: #666;
	font-size: 11px;
	text-align: center;
	background: none repeat scroll 0 0 rgba(10, 10, 10, 0.05);
	padding-top: 10px;
}
/* 
#page_footer a {
	font-size: 11px;
	color: #666;
	text-decoration: none;
}

#page_footer a:hover {
	color: #999;
	text-decoration: underline;
}

#page_footer ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#page_footer ul li {
	text-align: center;
	height: 20px;
	display: block;
	float: left;
	background:url(../images/layout/separator.png) right top no-repeat;
	padding-right: 14px;
}

#page_footer ul li:last-child {
	background: none;
}

#page_footer ul li a {
	font-size: 11px;
	color: #666;
	text-decoration: none;
}

#page_footer ul li a:hover {
	color: #999;
	text-decoration: underline;
}
 */
#page_login_form {
	text-align: left;
	padding-top: 74px;
	float: right;
}

#page_login_form td {
	font-weight: bold;
	font-size: 11px;
	padding: 2px;
	color: #d6b900;
}

#page_login_form input {
	color: #000;
}

#page_login_form input[type=text], #page_login_form input[type=password] {
/* 	background-image: none;
	background-color: #793838;
	border: 1px solid #4b0202;
	font-size: 11px;
	height: 12px;
	box-shadow: 1px 2px 3px #330505 inset;
 */	
    background-color: #181818;
    background-image: none;
    border: 1px solid #888888;
    box-shadow: 1px 2px 3px #222 inset;
    color: #ccc;
    font-size: 11px;
    height: 12px;}

#page_login_form input[type=image] {
	height: 20px;
}

#page_login_form input[type=text]:hover, #page_login_form input[type=password]:hover,
#page_login_form input[type=text]:focus, #page_login_form input[type=password]:focus {
	background-color: #333;
	border: 1px solid #ddd;
    color: #eee;
}

#page_navigation_elements {
	height: 34px;
	padding-left: 10px;
	padding-right: 0px;
	float: right;
}

/*** Navigation ***********************************/
ul.tabs {
    margin: 0 auto;
}
ul.tabs {
    display: table;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: relative;
}

ul.tabs li {
/*    display: table-cell; */
    float: left;
    list-style: none outside none;
    margin: 0;
    position: relative;
	border-left: 1px solid #000000;
    box-shadow: 1px 0 0 0 rgba(255, 255, 255, 0.1) inset;
	background-color: #181818;
	letter-spacing: -1px;
	height: 33px;
}

ul.tabs li a {
	font-size: 14px;
	color: #aca18a;
	padding: 9px 30px 8px 30px;
}
ul.tabs a {
    display: block;
    position: relative;
	text-decoration: none;
}

ul.tabs li a:hover {
/*	background: url(topnav_hover.gif) no-repeat center top; */
/*	background-color: #181818;*/
}

ul.tabs li a span {
    display: block;
}

ul.tabs li.hasmore a span.dropdown_indicator {
	right: 7px;
	top: 50%;
	margin-top: -2px;
	position: absolute;
	display: inline-block;
	content: '';
	width: 0;
	height: 0;
	border: 4px solid transparent;
	border-top: 4px solid #ddd;
	border-top-color:#888;
}

ul.dropdown {
    overflow: hidden;
    width: 190px;
	display: none;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    z-index: 999;
}

ul.dropdown li {
    display: block;
    float: none;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: relative;
}

ul.dropdown li a {
    overflow: hidden;
	display: block;
	background-color: #181818;
	font-size: 12px;
	color: #aca18a;
	padding: 9px 10px 9px 25px;
}

ul.dropdown li a:hover {
    display: block;
	background-color: #050c0d;
}

ul.dropdown li.last a {
    border-bottom-width: 0;
}

/* SLIDESHOW */
ul.slideshow {
    width: 100%;
    padding-left: 0px;
    margin-bottom: 0px;
    clear: both;
    overflow: hidden;
    list-style-type: none;
}

ul.slideshow li {
	height: 178px;
	width: 218px;
    float: left;
    margin: 10px;
    padding: 0px;
	background: none repeat scroll 0 0 rgba(10, 10, 10, 0.05);
    background: none repeat scroll 0 0 #FFFFFF;
    border: 5px solid #FFFFFF;
    box-shadow: 0 0 5px #CCCCCC;
    overflow: hidden;
    position: relative;
}

ul.slideshow li.not_sortable {
	background-color: #f1f1f1;
	height: 92px;
	padding-top: 80px;
	text-align: center;
	height: 178px;
	padding: 0px
}

ul.slideshow li.not_sortable:hover {
	background-color: #f6f6f6;
}

td.registered {
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	background: -webkit-linear-gradient(#009933, #4cd77a); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#009933, #4cd77a); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#009933, #4cd77a); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#009933, #4cd77a); /* Standard syntax (must be last) */
	border-bottom: 1px solid #009933;
	border-top: 1px solid #949494;
}
td.unregistered {
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	background: -webkit-linear-gradient(#b50000, #e56060); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#b50000, #e56060); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#b50000, #e56060); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#b50000, #e56060); /* Standard syntax (must be last) */
	border-bottom: 1px solid #b50000;
}
td.open {
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	background: -webkit-linear-gradient(#949494, #cbc5c5); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#949494, #cbc5c5); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#949494, #cbc5c5); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#949494, #cbc5c5); /* Standard syntax (must be last) */
//	border-bottom: 1px solid #949494;
}
td.registrations_position {
	color: #333;
//	font-weight: bold;
	font-size: 14px;
	text-align: center;
	background: -webkit-linear-gradient(#ececec, #cfcfcf); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#ececec, #cfcfcf); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#ececec, #cfcfcf); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#ececec, #cfcfcf); /* Standard syntax (must be last) */
}

tr.toggle {
	cursor: pointer;
}

tr.toggle:hover td {
	background: none repeat scroll 0 0 rgba(10, 10, 10, 0.02);
}
/* 
td.registrations_players {
	color: #555;
//	font-weight: bold;
	text-align: left;
	background: -webkit-linear-gradient(#ececec, #cfcfcf); For Safari 5.1 to 6.0
	background: -o-linear-gradient(#ececec, #cfcfcf); For Opera 11.1 to 12.0
	background: -moz-linear-gradient(#ececec, #cfcfcf); For Firefox 3.6 to 15
	background: linear-gradient(#ececec, #cfcfcf); Standard syntax (must be last)
}
 */