/****************************************************************************************************
									Responsive Styles
*****************************************************************************************************/

@media only screen and (min-width: 1025px) {
	#header{
			background-image: url(/images/lib/event/summergames/header_960x100.jpg);
			display:none;
		}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	#header{
			background-image: url(/images/lib/event/summergames/header_788x100.jpg);
			display:none;
		}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	#header{
			background-image: url(/images/lib/event/summergames/header_788x100.jpg);
			display:none;
		}
}

@media only screen and (max-width: 479px) {
	#header{
			background-image: url(/images/lib/event/summergames/header_320x60.jpg);
			display:none;
	}
}

/****************************************************************************************************
									Basic
*****************************************************************************************************/
body{
	background-color: #EEEFF3;
	color: #373737;
}

h1 {
	font-size: 16px;
	line-height: 35px;
	font-weight: bold;
	text-align: center;
}

h2{}
h3{}

th{
	color: #fff;
	background-color: #66cc33;
}
td{
	background-color: #fff;
	font-weight:bold;
}
td:first-child { font-size:16px; color:#999; font-weight:bold; }

a, a:visited{	
	color: #333;
}
a:hover{
	color: #66cc33;
}


/****************************************************************************************************
									Menu 
*****************************************************************************************************/

#mainmenu{
	background-color:#000; 
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#000), to(#444));
	background-image: -webkit-linear-gradient(top, #444, #000, #444);
	background-image:    -moz-linear-gradient(top, #444, #000, #444);
	background-image:     -ms-linear-gradient(top, #444, #000, #444);
	background-image:      -o-linear-gradient(top, #444, #000, #444);
}

#mainmenu .ui-mainmenu a{
	color:				#fff;
}

#mainmenu .ui-mainmenu .chosen a {
	color:				#66cc33;
}

#mainmenu .ui-mainmenu li:hover a{
	color:				#66cc33;
}

.passive#choosesport {					/*Sport Button*/
	background-color: 	#66cc33;
	color: 				#fff;
	background-position: 130px 8px;
	width: 117px;
}

.passive#resetsport {					/*Reset Sport Button*/
	background-color: #ff0000; 
	color: #fff;
}

.btn:hover,								/*Hover Sport  & Reset Button*/
	button:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover {
		color: #222;
		background: #66cc33; /* Old browsers */
		background: #66cc33 linear-gradient(bottom, rgb(78,148,32) 50%, rgb(102,204,51) 100%);
		background: #66cc33 -o-linear-gradient(bottom, rgb(78,148,32) 50%, rgb(102,204,51) 100%);
		background: #66cc33 -moz-linear-gradient(bottom, rgb(78,148,32) 50%, rgb(102,204,51) 100%);
		background: #66cc33 -webkit-linear-gradient(bottom, rgb(78,148,32) 50%, rgb(102,204,51) 100%);
		background: #66cc33 -ms-linear-gradient(bottom, rgb(78,148,32) 50%, rgb(102,204,51) 100%);
		background: #66cc33 -webkit-gradient(
			linear,
			left bottom,
			left top,
			color-stop(0.5, rgb(78,148,32)),
			color-stop(1, rgb(102,204,51))
		);


		}

#sportmenu{
	background-color: 	lightgrey;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(lightgrey));
	background-image: -webkit-linear-gradient(top, #fff,lightgrey);
	background-image: -moz-linear-gradient(top, #fff, lightgrey);
	background-image: -ms-linear-gradient(top, #fff, lightgrey);
	background-image: -o-linear-gradient(top, #fff, lightgrey);
	
	-webkit-box-shadow: 0px 2px 0px rgba(50, 50, 50, 0.3);
	-moz-box-shadow: 0px 2px 0px rgba(50, 50, 50, 0.3);
	box-shadow: 0px 2px 0px rgba(50, 50, 50, 0.3);
	
	border: solid 1px lightgrey;
}

.ui-sportmenu .clickable { padding:8px;}

.ui-sportmenu .clickable:hover a{
	color: 		#66cc33;
}

.ui-sportmenu .chosen a{
	color:		#66cc33;
	font-weight: bold;
}


/****************************************************************************************************
									Content Classes
*****************************************************************************************************/

div.container div#header, div.container div#footer {	/* Footer & header */
	background-color:#66cc33; 
}

div.container{							/* The Root div*/
	background-color:#fff; 
}

div.container div{						/* Standard of the divs in the root*/
	background-color:#fff; 
}

div.content{

}

ul.tabs li a{
	
}

ul.tabs li.active span a{
	color: #000;
}

ul.tabs li.disabled span{
		border-bottom: 1px solid #9e9e9e;
		background-color: #ffffff;
}
ul.tabs li:first-child span{
		border-left: 1px solid #BBB;
		margin: 0px 0px 0px -1px;
}

td.evenrow{
	background-color: #EDFFCD;
}

td.subset{									/*Sub headers*/
	background-color: #fff;
	color:	#000;
}

/****************************************************************************************************
									Calendar in Schedule
*****************************************************************************************************/
#calendar{
	background-color: #333;
}

div#calendar th#calendar_title {
	color: #fff;
	background-color: #333;
}

div#calendar th, div#calendar td {
	background-color: #333;
}

div#calendar th {
	color: #B7B7B7;
	background-color:#1C1C1C;
}

div#calendar a{
	color: #fff;
}

div#calendar a.nodate {
	color: #535353;
}

div#calendar td.chosenday{
	background-color: #6C3;
}

/****************************************************************************************************
									Sporticons in Schedule
*****************************************************************************************************/
.sporticon.inactive{ 
	background-color:#333;
}
.sporticon{ 
	background-color:#6C3;
}

#sportmenu div.sportmenuicon, #mobilesportmenu div.sportmenuicon {
	background-color: #6C3;
}

div#calendar .available, div#calendar_small .available {
	background-image: url(/images/calendar_triangle.png);
}

