@charset "utf-8";

/* -- GENERAL --------------------------------------------------------------- */
*
{
	margin: 0px;
	padding: 0px;
	z-index: 1;
}
body
{
	margin: 0px 0px 15px 0px;
	background-color: #000000;
	
	font-family: "Trebuchet MS", Calibri, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
h1, h2, h3, h4
{
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Calibri, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
}
h1
{
	font-size: 24px;
}
h2
{
	font-size: 16px;
}
h3
{
	font-size: 14px;
}
p
{
	margin: 5px 0px 10px 0px;
}
img
{
	border: none;
}
hr
{
	height: 1px;
	width: 100%;
	
	border: none;
	border-top-style: dashed;
	border-top-width: 1px;
	border-top-color: #CCCCCC;
	
	margin: 10px 0px 10px 0px;
}
ul
{
	padding-left: 25px;
}
/* -------------------------------------------------------------------------- */

/* -- LINKS ----------------------------------------------------------------- */
a
{
	font-family: "Trebuchet MS", Calibri, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #00C9E1;
	text-decoration: none;
	text-transform: uppercase;
}
a:link
{
	
}
a:visited
{
	
}
a:hover
{
	text-decoration: underline;
}
a:active
{
	outline: none;
	text-decoration: underline;
}
a:focus
{
-moz-outline-style: none;
}
/* -------------------------------------------------------------------------- */

/* -- LAYOUT ---------------------------------------------------------------- */
img.bkgBricks
{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}
img.bkgBricksRight
{
	right: 0px;
	left: auto;
}

#logo
{
	position: relative;
	margin-top: 25px;
	text-align: center;
	z-index: 2;
}
#menu
{
	position: relative;
	z-index: 2;
	text-align: center;
	margin: 13px 0px 13px 0px;
}
#menu a
{
	color: #565656;
	font-size: 15px;
	font-weight: bold;
	
	padding: 0px 15px 0px 15px;
}
#menu a.selected
{
	color: #FFFFFF;
}
#menu a:hover
{
	color: #FFFFFF;
	text-decoration: none;
}
#container
{
	position: relative;
	z-index: 2;
	width: 100%;
	height: 313px;
	overflow: hidden;
}
#content
{
	position: absolute;
	left: 0px;
	height: 313px;
	width: 100000px;
	margin-left: 20px;
}
#admin_content
{
	position: relative;
	width: 800px;
	margin: 0px auto 0px auto;
	background-color: #FFFFFF;
	z-index: 5;
	
	color: #000000 !important;
}
#last
{
	visibility: hidden;
	width: 1px;
	overflow: hidden;
}
div.f
{
	float: left;
	height: 313px;
}
div.label
{
	margin: auto 4px auto 0px;
}
div.white
{
	background-color: #FFFFFF;
	padding: 11px 0px 10px 0px;
}
div.spacer
{
	width: 32px;
}
div.item
{
	float: left;
	height: 313px;
	padding: 0px 3px 0px 3px;
}
img.nav
{
	position: absolute;
	z-index: 3;
	top: 230px;
	
	display: none;
}
img.navLeft
{
	left: 0px;
}
img.navRight
{
	right: 0px;
}
#output
{
	position: relative;
	z-index: 4;
	
	width: 75%;
	margin: 20px auto 0px auto;
	
	border-style: solid;
	border-width: 3px;
	border-color: #FFFFFF;
	
	background-color: #DDDDDD;
	
	padding: 5px;
	font-size: 14px;
	font-weight: bold;
	
	color: #333333;
}
/* -------------------------------------------------------------------------- */
/* -- Box ------------------------------------------------------------------- */
div.container
{
	height: 313px;
	float: left;
}
div.box
{
	float: left;
	height: 270px;
	overflow: hidden;
	position: relative;
}
div.item_content
{
	width: 390px;
	background-color: #151515;
	height: 260px;
	overflow: auto;
	display: none;
}
div.item_title
{
	text-transform: uppercase;
	font-weight: bold;
	color: #ff7c00;
}
div.item_date
{
	float: right;
	color: #979797;
}
div.item_bkg
{
	height: 55px;
	width: 100%;
	background-color: #000000;
	filter:alpha(opacity=60);
	opacity: 0.6;
	-moz-opacity:0.6;
	
	position: absolute;
	bottom: 10px;
	left: 0px;
	z-index: 1;
}
div.item_bkg2
{
	height: 260px;
	width: 108px;
	background-color: #000000;
	filter:alpha(opacity=60);
	opacity: 0.6;
	-moz-opacity:0.6;
	
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 1;
}
div.item_desc
{
	position: absolute;
	bottom: 10px;
	left: 0px;
	z-index: 2;
	
	font-weight: bold;
}
div.item_desc2
{
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 2;
	width: 108px;
	
	font-weight: bold;
}
div.item_desc2 a
{
	display: block;
	text-transform: uppercase;
	font-size: 13px;
	color: #FFFFFF;
	padding-bottom: 5px;
}
img.lessinfo
{
	display: none;
	cursor: pointer;
}
img.moreinfo
{
	cursor: pointer;
}
div.pad
{
	padding: 10px;
}
div.space
{
	width: 10px;
}
.btn
{
	padding: 3px 8px 3px 8px;
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
	background-color: #333333;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
}
.btn:hover
{
	background-color: #666666;
}
.btn_special
{
	position: absolute;
	right: 1px;
	bottom: 1px;
	
	filter:alpha(opacity=85);
	opacity: 0.85;
	-moz-opacity:0.85;
}
p.error
{
	border-color: #FF0000;
	border-style: solid;
	border-width: 3px;
	
	padding: 10px;
	margin: 10px;
	width: 85%;
	margin: 0px auto 0px auto;
	text-transform: uppercase;
	background-color: #fceded;
}
p.success
{
	border-color: #00a8ff;
	background-color: #e1f4fe;
}
div.gi
{
	float: left;
	margin: 4px;
	width: 75px;
	height: 75px;
	overflow: hidden;
	border-style: solid;
	border-width: 1px;
	border-color: #414141;
	position: relative;
}
div.gi img
{
	position: relative;
}
div.gallery_box
{
	background-color: #151515;
	padding: 3px;
	height: 254px;
	overflow: hidden;
}

div.events
{
	width: 781px;
	height: 260px;
	overflow: hidden;
}
div.events_calendar
{
	width: 401px;
	float: left;
	background-color: #FFFFFF;
}
div.events_details
{
	float: left;
	width: 380px;
	height: 260px;
	overflow: auto;
	background-color: #151515;
}
div.event_item
{
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #363636;
	margin-bottom: 6px;
}
div.event_item h4
{
	font-size: 13px;
	font-weight: bold;
	color: #ffc600;
}
div.event_item div.event_tag
{
	float: right;
	color: #979797;
}
div.event_item img
{
	float: left;
	margin: 0px 10px 10px 0px;
}
img.click
{
	cursor: pointer;
}
.rel
{
	position: relative;
}
.ui-datepicker
{
	z-index: 2;
}
.fRight
{
	float: right;
	margin: 0px 0px 10px 10px;
}
/* -------------------------------------------------------------------------- */
/* -- Tables ---------------------------------------------------------------- */
table.tblColumns
{
	width: 100%;
}
table.tblColumns td
{
	vertical-align: top;
}
table.tblColumns td.right
{
	width: 373px;
}
table.tblForm
{
	width: 100%;
	border-spacing: 2px;
}
table.tblForm th
{
	width: 85px;
	
	border-bottom-style: solid;
	border-bottom-width: 3px;
	border-bottom-color: #333333;
	
	text-align: left;
	text-transform: uppercase;
}
table.tblForm th.missed
{
	border-color: #FF0000;
}	
table.tblForm td
{
	padding-left: 10px;
}
table.tblFormAlt th
{
	width: auto !important;
}
table.tblFormAlt td
{
	padding: 2px !important;
}
table.tblCorners
{
	width: 800px;
	border-spacing: 0px;
	margin: 0px auto 0px auto;
}
table.tblCorners td.txt
{
	color: #000000;
}
table.tblCorners td.corner
{
	width: 28px;
	height: 29px;
	background-color: transparent !important;
}
table.tblCorners td.bar
{
	background-color: #FFFFFF;
}
table.tblCorners td img.label
{
	position: absolute;
	top: 0px;
	left: -80px;
}
table.tblGame
{
	width: 100%;
	border-spacing: 2px;
}
table.tblGame th
{	
	border-bottom-style: solid;
	border-bottom-width: 3px;
	border-bottom-color: #333333;
	
	text-align: left;
	text-transform: uppercase;
}
table.tblGame th.missed
{
	border-color: #FF0000;
}
table.tblGame td
{
	padding: 0px !important;
}
/* -------------------------------------------------------------------------- */
