@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}
body {
	background:url(images/background.png) repeat-x;
		font-family: "Segoe UI", Tahoma, "Trebuchet MS", sans-serif;
}
.container {
	width: 960px;
	margin: 0px auto 0px;
}


/* Heading */
#heading {
	height: 160px;
	padding-top: 40px;
}
#heading_content {
		height: 200px;
	/* background:#390; - add large cup logo here */
}
#logo {
	text-align: right;
}

/* Login Box ------------------------------------------------------------------------ */
#loginbox {
	float: right;
	width: 200px;
	height: 85px;
	position:relative;
top: -60px;
}
#loginbox form {
	padding: 5px;
	border: #BEBEBE solid 1px;
	background:#D7D7D7 url(images/login_background.png) repeat-x;
	height: 55px;
	border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
margin-bottom: 2px;

}
#register {
		font-size: 12px;
	text-align: center;
}
#register a {

	font-weight: bold;
	font-size: 12px;
	background: #E3E3E3 url(images/login_btm_background.png) repeat-x;
	padding: 2px 30px 2px 30px;
	color:#333;
	width: 100px;
	text-decoration: none;
	border: 1px solid #BEBEBE;
border-radius: 0px 0px 5px 5px;
-moz-border-radius: 0px 0px 5px 5px;
-webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
}
#register a:hover {
	text-decoration: underline;
	background: #E3E3E3;
}
#small_username, #small_password {
	height: 16px;
	border: #AAAAAA solid 1px;
	font-size: 11px;
	color:#333;
	width: 120px;
	margin-bottom: 3px;
	background: #FFF url(images/login_username.png) no-repeat;
	padding-left: 20px;

}
#small_password {
	background: #FFF url(images/login_password.png) no-repeat;
}
#small_login {
	float: right;
	width: 42px;
	height: 40px;
	font-size: 11px;
}
#dateTime {
	width: 100%;
	display: block;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
}
/* End Login Box ------------------------------------------------------------------------ */


/* Navigation Bar ------------------------------------------------------------------------ */
#navbar {
	clear: both;
	float: left;
	margin-top: 24px;
}
#navbar li {
	list-style: none;
	display: inline;
	
}
#navbar li a {
	padding: 4px 10px 4px 10px;
	color: #FFF;
	text-decoration: none;
	background: #2F133E;
	margin-right: 2px;
	border-radius: 5px 5px 0px 0px;
-moz-border-radius: 5px 5px 0px 0px;
-webkit-border-top-right-radius: 5px;
-webkit-border-top-left-radius: 5px;

}
#navbar li a:hover, #navbar .active {
	color:#333;
	
	background-color:#EEEEEE;
}
/* End Navigation Bar ------------------------------------------------------------------------ */

/* Website Stats ------------------------------------------------------------------------ */
#webStats {
	padding-top: 5px;
	padding-bottom: 5px;
	float: left;
		border-right:#EEE solid 1px;
		padding-left: 10px;
	padding-right: 10px;
	width: 720px;
}
#webStats span{
	color:#666;
	margin-right: 20px;
	font-size: 11px;
}
#webStatsHeading {
	font-weight: bold;
}

/* End Website Stats ------------------------------------------------------------------------ */

/* Main */
#main {
	background: url(images/mainBackground.png) repeat-x;
}

/* Right Column ------------------------------------------------------------------------ */
#rightColumn {
	
	width: 205px;
	float: left;
}
/* End Right Column ------------------------------------------------------------------------ */

/* Start Next Cup ------------------------------------------------------------------------ */
#nextCup {
	clear:both;
	margin-bottom: 30px;
}
#rightColumn h3 {
	clear: both;
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: normal;
	color: #3B184E;
	padding-bottom: 5px;
	border-bottom:  #C3C3C3 solid 1px;
}
#nextCup h4 a {

	font-size: 15px;
	width: 100%;
	color: #3B184E;
	background: 0 50% no-repeat;
	padding-left: 20px;
	text-decoration: none;
	}
	#nextCup h4 a:hover {
		text-decoration: underline;
	}
#rightColumn h5 {
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 5px;
}
#nextCup span {
	display: block;
	width: 100%;
	text-align: center;
}

#nextCup span a {
	color:#646464;
	text-decoration: none;
	font-size: 12px;
	margin-right: 5px;
	margin-left: 5px;
}
#nextCup span a:hover {
	color: #3B184E;
	text-decoration:underline;
}
#countdown_dashboard {
	height: 45px;
		border: #BEBEBE solid 1px;
	background:#D7D7D7 url(images/login_background.png) repeat-x;
	
	border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
margin-bottom: 10px;

}

.dash {
	width: 52px;
	height: 45px;
	float: left;
	margin-left: 0px;
}

.dash .digit {
	/* background: transparent url(images/countdown_background.png) 0 0px no-repeat; */
	font-size: 100px;
	font-weight: normal;
	float: left;
	width: 22px;
	font-size: 32px;
	text-align: center;
	color: #3B184E;
	
}

.dash .seperator {
	font-size: 30px;
	font-weight: normal;
	float: left;
	width: 8px;
	
	text-align: center;
	color: #3B184E;
}
.seconds_dash {
	width: 44px;
	
}

/* End Next Cup ------------------------------------------------------------------------ */

/* Start Poll ------------------------------------------------------------------------ */
#poll {
	margin-bottom: 30px;
}
#poll h5 {
	margin-bottom: 10px;
}
#poll form label {
	display: block;
	width: 100%;
	clear:both;
	color: #666666;
	font-size: 12px;
	margin-bottom: 5px;
}
#poll form label input {
	margin-right: 5px;
	height: 12px;
	width: 12px;
}
#poll div {
	width: 50px;
	background:#441C5A url(images/poll_background.png) repeat-x ;
	color:#FFF;
	font-size: 10px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 3px;
	margin-bottom: 5px;
}
#poll #poll_button {
	padding: 4px;
	margin-top: 10px;
}
#poll a {
	color: #652985;
	text-decoration: none;
}
#poll a:hover {
	text-decoration: underline;
	color: #3B184E;
}

/* End Poll ------------------------------------------------------------------------ */

/* Affilates Start ------------------------------------------------------------------------ */
#affilates a {
	margin-bottom: 20px;
	clear:both;
	display: block;
}
/* End Affilates ------------------------------------------------------------------------ */

/* Footer ------------------------------------------------------------------------ */
#footer {
	clear:both;
	color:#666;
	font-size: 12px;
	margin-bottom: 10px;
}
/* End Footer ------------------------------------------------------------------------ */


/* Main Content Start ------------------------------------------------------------------------ */
#mainContent {
	border-right:#EEE solid 1px;
		padding-left: 10px;
	padding-right: 10px;
	width: 720px;
	margin-right: 10px;
	float: left;
	padding-top: 10px;
	}
	
#mainContent h1,h2,h3,h4,h5 {
	color: #502169;
	clear: both;
	margin-bottom: 10px;
	font-size: 28px;
	font-weight: normal;
}

#mainContent h2 {
	font-size: 24px;
}
#mainContent h3 {
	font-size: 18px;
}
#mainContent h4 {
	font-size: 15px;
}
#mainContent h5 {
	margin-bottom: 5px;
	font-size: 13px;
}

#mainContent p {
		color: #666666;
	font-size: 12px;
	margin-bottom: 10px;
}
#mainContent table {
		color: #666666;
	font-size: 12px;
}
#mainContent p a {
	color: #652985;
	text-decoration: none;
}

#mainContent p a:hover {
	text-decoration: underline;
	color: #3B184E;
}
/* Table----------------------- */
#mainContent table {
		color: #666666;
	font-size: 13px;
}

/* Main Content End ------------------------------------------------------------------------ */

/* Tabbed Area ------------------------------------------------------------------------ */
.tabbedArea {
	clear:both;
	margin-bottom: 10px;
}

.tabbedArea .tabs li {
	
	list-style: none;
	display: inline;
	background: url(images/tabbed_tab_back.png)repeat-x;
	
	border-top: #AAAAAA solid 1px;
	border-left: #AAAAAA solid 1px;
	border-right: #AAAAAA solid 1px;
	border-bottom: #AAAAAA soldid 1px ;
	

		border-radius: 5px 5px 0px 0px;
-moz-border-radius: 5px 5px 0px 0px;
-webkit-border-top-right-radius: 5px;
-webkit-border-top-left-radius: 5px;
padding-bottom: 0px;
}
.tabbedArea .tabs .active {
	
	background:#F8F8F8;
	border-bottom: #F8F8F8 solid 1px ;
}
.tabbedArea .tabs a {
	padding: 0px 10px 0px 10px;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	color: #551A8B;

	height: 20px;
	background:  4px 50%  no-repeat;
}

.tabbedArea .tabContent, .roundedContent {
	border: #AAAAAA solid 1px;
	padding: 10px;
	background: #F8F8F8 url(images/tabbed_background.png) 50% 100% repeat-x;
			border-radius: 0px 5px 5px 5px;
-moz-border-radius: 0px 5px 5px 5px;
-webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
}
.roundedContent {
			border-radius: 5px 5px 5px 5px;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-webkit-border-top-right-radius: 5px;	
}
/* Tabbed Area Endt ------------------------------------------------------------------------ */

#loginbox .error {
	color:#F00;
}
#loginbox .good {
	color:#090;
}
#userControls {
	
	font-size: 12px;
	text-align:center;
}
#userControls a {
	color:#502169;
	
	text-decoration: none;
	margin: 0px 5px 0px 5px;
}
#userControls a:hover {
	text-decoration: underline;
}
#userControls #mail{
	color:#090;
	font-weight: bold;
}
/* MsgBoxes --------------------------------------- */

.msgBox {
	padding: 3px;
	margin: 10px;
	padding-left: 25px;
}

.warning {
	background: url(images/error.png) no-repeat 5px 50% #FDEBAE;
	border: #E6C555 solid 1px;
	color: #CA7928;
	text-decoration: none;
}
.good {
	background: url(images/tick_green.png) no-repeat 5px 50% #DEE3AB;
	border: #A3C159 solid 1px;
	color:#5E813D;
}
	
.bad {
	background: url(images/cross_red.png) no-repeat 5px 50%  #FFCCCC;
	border: #FF9999 solid 1px;
	color: #CC1B1A;
	}
/* MsgBoxes --------------------------------------- */

/* Regsiter Status --------------------------------------- */
#registerStatus {
	margin-bottom: 10px;
}
#registerStatus span, #registerStatus .reg_active {
	margin-right: 70px;
	color: #DBDBDB;
	}

#registerStatus .reg_active {
	color: #551A8B;
}
/* Regsiter Status --------------------------------------- */

/* Form Style --------------------------------------- */
.formStyle label,.formStyle span{
	color: #3B3B3B;
	font-size: 13px;
	margin-bottom: 10px;
	display: inline-block;
	width: 130px;
		padding: 3px;

	
}
.formStyle span {
	font-size: 12px;
	color:#666;
	width: 250px;
}
.formStyle label {
	clear:both;
}
.formStyle label span {
	color:#F00;
	display: inline;
}
.formStyle input {
		width: 150px;
	padding: 3px;
	font-size: 13px;
	border: #ABADB3 solid 1px;
				border-radius: 2px 2px 2px 2px;
-moz-border-radius: 2px 2px 2px 2px;
-webkit-border-bottom-right-radius: 2px;
-webkit-border-bottom-left-radius: 2px;
-webkit-border-top-right-radius: 2px;
-webkit-border-top-left-radius: 2px;
margin-right: 10px;

}
.formStyle .button,.formStyle #button {
	margin-top: 20px;
	cursor:pointer;
}
.formStyle .button:hover,.formStyle #button:hover {
	clear: both;
	background: #CCC;
cursor:pointer;


	
}
.formStyle .text-small {
	width: 30px;
}
.formStyle .text-medium {
	width: 150px;
	
}
.formStyle .text-large {
	width: 350px;
}
.regGames label {
	width: 200px;
}
.teamSearch label{
	width:80px;
	margin-left: 20px;
	margin-right: 10px;

}
.teamSearch #button {
	margin-top: 10px;


}
/* Form Style --------------------------------------- */

/* Split Column Box */
.split .column {
	width: 335px;
	float: left;
}
.split .column span {
	width: 150px;
}
#teamDetails strong {
	margin-right: 5px;
	margin-left: 20px;
}
.teamLink{
	text-decoration: none;
	color: #666;
	font-size: 13px;
}
.teamLink:hover {
	text-decoration: underline;
}
/* Signup List */
#signupList a {
	text-align:center;
	width: 225px;
	float: left;
	display: block;
	margin-bottom: 10px;
}

.xrayOK {
	width: 50px;
}
