﻿/*
////////////////////////////////////////////////
/// - HTML markup
*/

body
{
	margin: 0;
	background-color: Black;
	color: #bbb;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 12px;
}

h1
{
	font-family: Arial, Sans-Serif;
	font-size: 24px;
	font-weight: normal;
	margin-top: 0;
}

a
{
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	border: 0;
	color: #fff;
	text-decoration: none;
	outline: none;
}

a:hover
{
	text-decoration: underline;
}

img
{
	border: 0;
}

textarea 
{
	overflow:auto;
}

/*
/// - HTML markup
////////////////////////////////////////////////
/// - Divs
*/

#WRAPPER
{
	width: 980px;
	margin: 0 auto;
}

#TOP
{
	height: 177px;
	background-image: url('images/banner-bg.png');
	background-position: center;
	background-repeat: repeat-x;
}

#TOPWRAPPER
{
	width: 980px;
	padding: 20px 0 0 0;
	margin: 0 auto;
}

#TOP2
{
	height: 283px;
	margin-bottom: 20px;
	background-image: url('images/banner-bg2.jpg');
	background-position: center;
	background-repeat: no-repeat;
}

#TOPWRAPPER2
{
	width: 980px;
	height: 120px;
	padding: 20px 0 0 0;
	margin: 0 auto;
}

#CONTENT
{
	min-height: 500px;
}

#CONTENT-LEFT
{
	float: left;
	width: 170px;
}

#CONTENT-RIGHT
{
	float: left;
	width: 784px;
	margin-left: 25px;
}

#PAGE-LEFT
{
	float: left;
	width: 523px;
	overflow: hidden;
}

#PAGE-RIGHT
{
	float: left;
	width: 241px;
	padding: 0 0 0 20px;
}

#FOOTERBG
{
	height: 189px;
	background-image: url('images/footer-bg.png');
	background-repeat: repeat-x;
}

#FOOTER
{
	width: 980px;
	padding: 28px 0 40px 0;
	margin: 0 auto;
}

/*
/// - DIVs
////////////////////////////////////////////////
/// - MISC
*/

.clear
{
	clear: both;
	height: 0;
}

.separator-line
{
	height: 3px;
	background-image: url('images/line-separator.png');
	background-repeat: repeat-x;
	background-position: left center;
}

.separator-line-light
{
	height: 3px;
	background-image: url('images/dottedline-light-bg.png');
	background-repeat: repeat-x;
	background-position: left center;
}

.red
{
	color: Red;
}

.txt
{
	height: 17px;
	padding: 2px 3px 0 3px;
	border: 0;
	background-image: url('images/txt-bg.png');
	background-repeat: repeat-x;
}

.ddl
{
	width: 186px;
}

.gray
{
	color: #777;
	font-size: 10px;
}

.termsbox
{
	color: #000;
}

.termsbox a
{
	color: Blue;
}

/*
/// - MISC
////////////////////////////////////////////////
/// - MENU
*/

#MENU
{
	margin-top: 70px;
	float: right;
}

#MENU ul
{
	list-style: none;
	margin: auto;
	padding: 0;
}
#MENU ul li
{
	float: left;
    display: inline;
}

#MENU ul li a
{ 
	display: block;
	padding: 0 5px 0 5px;
	float: left;
	height: 37px;
	text-decoration: none;
	background-image: url('images/menu-bg.png');
	background-repeat: repeat-x;
	color: #FFFFFF;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 11px;
}

#MENU ul li a.active
{ 
	
}

#MENU ul li a span
{
	text-align: center;
	line-height: 36px;
	display: block;
	margin: 0 6px 0 6px;
}

/*
/// - MENU
////////////////////////////////////////////////
/// - SUBMENU
*/

.submenu
{
	margin-bottom: 20px;
}

.submenu-header
{
	background-color: #252525;
	height: 20px;
	margin-bottom: 12px;
	padding: 0 10px 0 10px;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: normal;
	color: #cccccc;
	line-height: 20px;
}

.submenu-subs
{
}

.submenu-subs a
{
	display: block;
	background-image: url('images/submenu-bg.png');
	background-repeat: no-repeat;
	width: 158px;
	font-family: Arial, Sans-Serif;
	color: #cccccc;
	font-size: 12px;
	padding: 6px 0 5px 10px;
	margin: 4px 0 4px 0;
	text-decoration: none;
}

.submenu-subs a:hover
{
	
}

.submenu-subs a.submenu-active
{
	
}

.submenu-bottom
{
	height: 20px;
}	

/*
/// - SUBMENU
////////////////////////////////////////////////
/// - SITEMAP
*/

.sitemap
{
	font-family: Arial, Sans-Serif;
	font-size: 11px;
	color: #777777;
}

.sitemap a
{
	font-family: Arial, Sans-Serif;
	font-size: 11px;
	color: #777777;
	text-decoration: none;
}

.sitemap a:hover
{
	text-decoration: underline;
}

/*
/// - SITEMAP
////////////////////////////////////////////////
/// - BUTTONS
*/

.btn:hover
{
	text-decoration: none;
}

._68
{
	width: 68px;
	background-image: url('images/btn-68.png');
}

._100
{
	width: 100px;
	background-image: url('images/btn-100.png');
}

/*
/// - BUTTONS
////////////////////////////////////////////////
/// - BOX
*/

.box
{
	display: block;
	margin-bottom: 20px;
}

.box-left
{
	float: left;
	width: 5px;
	height: 160px;
	background-image: url('images/box-leftborder.png');
	background-position: top left;
	background-repeat: no-repeat;
}

.box-right
{
	float: left;
	width: 5px;
	height: 160px;
	background-image: url('images/box-rightborder.png');
	background-position: top left;
	background-repeat: no-repeat;
}

.box-content
{
	float: left;
	min-height: 160px;
	padding: 10px 10px 10px 10px;
	border-top: solid 3px #1E1E1E;
}

.box-title
{
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: normal;
	color: #cccccc;
	height: 18px;
	line-height: 24px;
	margin-bottom: 15px;
}

/*
/// - BOX
////////////////////////////////////////////////
/// - START
*/

.start-news
{
	width: 454px;
}

.start-news-bottom a
{
	color: #777777;
	text-decoration: none;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
}

.start-news-bottom a:hover
{
	text-decoration: underline;
}

.start-newsitem
{
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 12px;
	color: #777777;
}

.start-newsitem-left
{
	width: 162px;
	float: left;	
}

.start-newsitem-right
{
	width: 274px;
	margin-left: 18px;
	float: right;
}

.start-newsitem h2
{
	margin: 0 0 10px 0;
	font-family: Arial, Sans-Serif;
	font-size: 16px;
	color: #cccccc;
}

.start-gallery
{
	width: 250px;
}

.start-galleryitem-left a
{
	color: #cccccc;
	font-family: Arial, Sans-Serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}

.start-galleryitem-left a:hover
{
	text-decoration: underline;
}

.start-galleryitem
{
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 12px;
	color: #777777;
}

.start-galleryitem-left
{
	width: 126px;
	float: left;	
}

.start-galleryitem-right
{
	width: 110px;
	margin-left: 10px;
	float: right;
}

.start-galleryitem-headline
{
	margin: 0 0 10px 0;
}

.start-eventitem
{
	float: left;
}

.start-eventitem-separator
{
	float: left;
	width: 28px;
	height: 200px;
}

.start-eventitem-top
{
	width: 156px;
	height: 20px;
	padding: 38px 20px 0 0;
	margin-bottom: 5px;
	text-align: right;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	color: #777777;
	font-size: 11px;
}

.start-eventitem-image
{
	width: 176px;
	height: 252px;
}

.start-eventitem-text
{
	width: 168px;
	min-height: 30px;
	padding: 6px 4px 0 4px;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 12px;
	color: #777777;
	background-image: url('images/startevent-footer.png');
	background-repeat: repeat-x;
	background-position: top left;
}

.start-eventitem-text a
{
	font-family: Arial, Sans-Serif;
	font-size: 13px;
	font-weight: bold;
	color: #cccccc;
	text-decoration: none;
}

.start-eventitem-text a:hover
{
	text-decoration: underline;
}

/*
/// - START
////////////////////////////////////////////////
/// - BANNER BLOCK
*/

.banner
{
	position: absolute;
	width: 979px;
	height: 278px;
	background-repeat: no-repeat;
	z-index: 100;
	top: 0px;
	left: 50%;
	margin-top: 20px;
	margin-left: -490px;
}

/*
/// - BANNER BLOCK
////////////////////////////////////////////////
/// - LOGIN BLOCK
*/

.loginblock
{
	width: 140px;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 11px;
}

.loginblock-input
{
	width: 132px;
	margin: 2px 0 6px 0;
}

.loginblock-error
{
	margin-top: 10px;
	font-size: 10px;
	color: Red;
}

.loginblock-left
{
	width: 55px;
	float: left;
}

.loginblock-right
{
	width: 71px;
	margin-left: 10px;
	float: right;
}

.loginblock-right a
{
	color: #777777;
	text-decoration: none;
}

.loginblock-right a:hover
{
	text-decoration: underline;
}

.loginblock-name
{
	font-size: 13px;
}

/*
/// - LOGIN BLOCK
////////////////////////////////////////////////
/// - BLOG BLOCK
*/

.blogblock
{
	width: 140px;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 12px;
	color: #777777;
}

.blogblock-item
{
}

.blogblock-left
{
	width: 45px;
	float: left;
}

.blogblock-right
{
	width: 85px;
	float: right;
	margin-left: 10px;
}

.blogblock-headline a
{
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	color: #cccccc;
	text-decoration: none;
	font-weight: bold;
}

.blogblock-headline a:hover
{
	text-decoration: underline;
}

/*
/// - BLOG BLOCK
////////////////////////////////////////////////
/// - DRINK BLOCK
*/

.drinkblock
{
	width: 140px;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 10px;
	color: #777777;
}

.drinkblock-left
{
	width: 50px;
	float: left;
}

.drinkblock-right
{
	width: 80px;
	padding-left: 10px;
	float: left;
}

/*
/// - DRINK BLOCK
////////////////////////////////////////////////
/// - TOPTAGGED BLOCK
*/

.toptaggedblock
{
	width: 211px;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 10px;
	color: #777777;
}

.toptaggedblock a
{
	font-size: 12px;
}

.toptaggedblock-left
{
	width: 35px;
	float: left;
}

.toptaggedblock-right
{
	width: 166px;
	padding-left: 10px;
	float: left;
}


/*
/// - TOPTAGGED BLOCK
////////////////////////////////////////////////
/// - FOOTER BLOCK
*/

.footer
{
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 10px;
	color: #777777;
}

.footer a
{
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 10px;
	color: #777777;
	text-decoration: none;
}

.footer a:hover
{
	text-decoration: underline;
}

.footer-facebooklink
{
	display: block;
	width: 69px;
	height: 26px;
	background-image: url('images/facebook2.png');
	background-repeat: no-repeat;
}

.footer-facebooklink:hover
{
	background-image: url('images/facebook1.png');
}

/*
/// - FOOTER BLOCK
////////////////////////////////////////////////
/// - BETTER GRIDVIEW
*/

.bettingblock
{
	width: 140px;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 10px;
	color: #777777;
}

/*
/// - BETTING BLOCK
////////////////////////////////////////////////
/// - EVENT GRIDVIEW
*/

.eventgrid
{
	width: 100%;
	border: 0;
	font-size: 11px;
}

.eventgrid-header
{
	text-align: left;
	font-weight: normal;
	color: #e00423;
	font-size: 12px;
}

.eventgrid-row
{
	background-color: #1e1e1e;
}

.eventgrid-altrow
{
	background-color: #000;
}

.eventgrid-link
{
	text-align: right;
	padding-right: 4px;
}

/*
/// - EVENT GRIDVIEW
////////////////////////////////////////////////
/// - 
*/
