@charset "iso-8859-1";
* {
	margin:0;
	padding:0;
}

body {
	font-family:'Tahome',verdana,helvetica,arial,sans-serif;
	font-size:10px;
	margin: 0;
	background-color:#000;
	background-image:url(sidesplash_cupsite.jpg);
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-position:right;
}

a {
	color:black;
	text-decoration:none;
	font-weight:bold;
}

a img {
	border:0;
}

.smaller {
	font-size:0.9em;
}

a.small {
	font-size:0.9em;
}

a:hover {
	text-decoration:underline;
}

a.admin_link {
	color:#277db0;
}

.blue {
	color:#277db0;
	font-weight:bold;
}

.all_center {
	width:1000px;
	position:absolute;
	left:25px;
	top:10px;
}

.logo {
	width:990px;
}

.small_gallery_image {
	float:left;
	margin-left:2px;
	border:1px solid #ccc;
	width:120px;
	height:90px;
}
.large_gallery_image {
	border:1px solid #ccc;
	width:695px;
}

.darken {
	background:#dddddd;
	padding:3px;
	overflow:hidden;
	margin-bottom:2px;
	margin-top:2px;
}

.menu {
	float:left;
	width:990px;
	margin-bottom:3px;
}

.topmenu {
	font-family:Tahoma;
	color:#4c4b4b;
	float:left;
	width:990px;
	font-weight:bold;
	font-size:9px;
}

.topmenu a {
	text-decoration:none;
	color:#4c4b4b;
}

.submenu {
	float:left;
	overflow:hidden;
	height:25px;
	width:980px;
	background:url(../img/menu/submenu_bg.png);
	padding:10px 0 0 10px;
}

.inactive_submenu {
	display:none;
}

.active_menu_item {
	float:left;
}

.inactive_menu_item {
	float:left;
	height:31px;
}

.inactive_menu_item .left {
	float:left;
	height:31px;
	width:4px;
	background:url(../img/menu/inactive_left.png);
}

.inactive_menu_item .center {
	float:left;
	height:31px;
	padding:12px 15px 0 15px;
	background:url(../img/menu/inactive_center.png);
}

.inactive_menu_item .right {
	float:left;
	height:31px;
	width:4px;
	background:url(../img/menu/inactive_right.png);
	margin-right:1px;
}

.inactive_menu_item:hover .left {
	margin-top:0;
	float:left;
	height:31px;
	width:4px;
	background:url(../img/menu/active_left.png);
}

.inactive_menu_item:hover .center {
	margin-top:0;
	float:left;
	height:19px;
	padding:12px 15px 0 15px;
	background:url(../img/menu/active_center.png);
}

.inactive_menu_item:hover .right {
	margin-top:0;
	float:left;
	height:31px;
	width:4px;
	background:url(../img/menu/active_right.png);
	margin-right:1px;
}

.active_menu_item .left {
	float:left;
	height:31px;
	width:4px;
	background:url(../img/menu/active_left.png);
}

.active_menu_item .center {
	float:left;
	height:19px;
	padding:12px 15px 0 15px;
	background:url(../img/menu/active_center.png);
}

.active_menu_item .right {
	float:left;
	height:31px;
	width:4px;
	background:url(../img/menu/active_right.png);
	margin-right:1px;
}

table.large {
	width:100%;
}

table.large tr td {
	padding:3px;
	height:20px;
}

table.rowstyle-alt tr td {
	background:white;
}

table.rowstyle-alt tr.alt td {
	background:#ededed;
}

.container {
	width:990px;
	text-align:left;
}

.content {
	margin-bottom:0px;
	background:url(../img/main_bg.png);
	float:left;
}

.main_content {
	float:left;
	padding:7px 10px 10px 10px;
	width:717px;
}

.left_content {
	float:left;
	width:733px;
	background:white;
	background:#fff url(../img/content_bg.png);
	background-repeat:repeat-x;
	background-position:0 36px;
	overflow:hidden;
}

.content_header .left {
	float:left;
	width:41px;
	height:36px;
	background:url(../img/header_left.png);
}
.content_header .center {
	float:left;
	color:white;
	height:26px;
	padding-top:10px;
	background:url(../img/header_center.png);
}
.content_header .right {
	float:left;
	width:13px;
	height:36px;
	background:url(../img/header_right.png);
}

.right_content {
	text-align:left;
	float:right;
	width:254px;
	background:#fff url(../img/content_bg.png);
	background-repeat:repeat-x;
	background-position:0 36px;
	margin-left:3px;
}

.site_footer {
	font-weight:bold;
	margin-top:10px;
	margin-bottom:10px;
	text-align:left;
	float:left;
	clear:both;
	text-align:center;
	padding:22px 0 0 0;
	width:990px;
	height:35px;
	background:#fff url(../img/footer_bg.png);
}

.green {
	color:green;
}
.red {
	color:red;
}

.flash {
	width:700px;
	margin:10px;
	float:left;
	padding:5px 0 5px 5px;
}

#notice {
	background: #c5f0a4;
}

#error {
	background: #FF7F7F;
}

#tinymce {
	background-color:white;
}





/* FORMS */
/* CakePHP Forms */
label {
	clear: left;
	float: left;
	width: 110px;
	font-weight: bold;
}

textarea {
	float:left;
}

div.checkbox {
	overflow:hidden;
}

#pagination {
	float:right;
	clear:both;
	height:20px;
	margin-top:5px;
	margin-bottom:5px;
}
#pagination span {
	border:1px solid #ccc;
	padding:5px;
	margin-left:3px;
	margin-right:3px;
}

input[type=submit] {
	clear:left;
	float:left;
	color:#858585;
	font-weight:bold;
	background:url(../img/submit_bg.png);
	width:71px;
	height:22px;
	border:0;
}

input.login {
	background:url(../img/login.png);
	border:0;
	height:27px;
	width:73px;
}

input[type=text], input[type=password] {
	background:url(../img/input_bg.png);
	border:0;
	padding:4px 2px 2px 2px;
	height:16px;
	width:240px;
}

div.alt {
	background:white;
}

div.admin {
	float:left;
	width:231px;
	height:57px;
	margin-bottom:2px;
}
div.admin_bg {
	padding:3px;
	float:left;
	background:url(../img/admin_bg.png);
	width:164px;
	height:51px;
}

input.wide {
	background:#E0DEDE;
	width:400px;
	border:1px solid #d5d5d5;
}

input.searchForm {
	background:#E0DEDE;
	border:1px solid #d5d5d5;
}

.checkbox input {
	float:right;
	margin-right:50%;
}

.input {
	margin-top:10px;
	margin-bottom:10px;
}

.form-error {
	border:1px solid red;
}

input.right {
	float:none;
	clear:none;
}

.left_column {
	float:left;
	clear:left;
	width:350px;
	overflow:hidden;
}

.right_column {
	float:right;
	clear:right;
	width:350px;
	overflow:hidden;
}

tr.advancing td {
	border-bottom:1px solid green;
}

.content_box_325 {
	background:#ededed url(../img/325_content_box.png) bottom left no-repeat;
	width:325px;
	padding:5px;
	float:left;
}

.content_box_350 {
	background:#e4e4e4 url(../img/350_content_box.png) bottom left no-repeat;
	width:350px;
	padding:5px;
	float:left;
}

.content_box_380 {
	background:#ededed url(../img/380_content_box.png) bottom left no-repeat;
	width:380px;
	padding:5px;
	float:left;
}

.content_box_500 {
	background:#ededed url(../img/500_content_box.png) bottom left no-repeat;
	width:500px;
	padding:5px;
	float:left;
}

.content_box_200 {
	background:#ededed url(../img/200_content_box.png) bottom left no-repeat;
	width:200px;
	padding:5px;
	float:left;
}

.content_box_702 {
	background:#ededed url(../img/702_content_box.png) bottom left no-repeat;
	width:707px;
	padding:5px;
	float:left;
}

.content_box_715 {
	background:#ededed url(../img/715_content_box.png) bottom left no-repeat;
	width:715px;
	padding:5px;
	float:left;
}

.news {
	background:#ededed url(../img/715_content_box.png) bottom left no-repeat;
	overflow:hidden;
	float:left;
	clear:left;
	padding:10px;
	width:695px;
}

.author {
	background:url(../img/author_bg.png) no-repeat;
	width:705px;
	padding:5px 0px 5px 10px;
	height:36px;
	margin-top:3px;
	margin-bottom:7px;
}

.header_container {
	color:white;
	padding:4px 10px 0 8px;
	width:100%;
	float:left;
	height:17px;
	background:url(../img/small_header_bg.png);
}
.header_container a {
	color:white;
}

#bracket {
	width:100%;
}




