/****************************************************************************************************
									Responsive Styles
*****************************************************************************************************/

@media only screen and (min-width: 1025px) {
	#header{
			background-image: url(/images/lib/event/summergames/header_960x100.jpg);
		}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	#header{
			background-image: url(/images/lib/event/summergames/header_788x100.jpg);
		}
}



/****************************************************************************************************
									Basic
*****************************************************************************************************/
body{
	background-color: #EEEFF3;
	color: #373737;
}

h1 {
	background: none;
	font-size: 23px;
	line-height: 20px;
	font-weight: bold;
	text-align: left;
	padding: 5px;
	margin: 0;
}

h2{
	line-height: 23px;
	text-align: left;	
	margin: 0 0 5px 0;
	padding-left: 5px;
}

h3{}

th{
	color: #fff;
	background-color: #009BFF;
}
td{
	background-color: #EBEEF3;
}

a, a:visited{	
	color: #333;
}
a:hover{
	color: #009BFF;
}


/****************************************************************************************************
									Menu 
*****************************************************************************************************/

#mainmenu {
	padding: 5px 0 0 0;
	background: none;
	box-shadow: none;
	height: 25px;
}

#mainmenu nav {
	display: none;
}

#mainmenu .ui-mainmenu a{
	color:				#fff;
}

#mainmenu .ui-mainmenu .chosen a {
	color:				#009BFF;
}

#mainmenu .ui-mainmenu li:hover a{
	color:				#009BFF;
}



#mobilemainmenu nav {
	
}

.btn {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;	
}

#choosesport {	
	background-image: none;		/*Sport Button*/
	background-color: #008ee2;
	color: #fff;
	border-style: none;
	margin: 0;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	padding-bottom: 7px;
				
}

.passive#choosesport {
	background-image: url("/images/lib/event/summergames/icons/ArrowDown.png");
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding-bottom: 5px;
}

#resetsport, #mobileresetsport, #resetday {					
	background-color: #ff0000; 
	color: #fff;
	border-style: none;
	margin: 0 3px 0 0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding-bottom: 5px;
}



#sportmenu {
	background: #033F9F url("http://www.tv2.no/TV2/pages/sport/menu/images/menu_bg.gif") 0 0 repeat-x;
	border: none;
	
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	
	-webkit-border-top-right-radius: 0;
	-moz-border-radius-topright: 0;
	border-top-right-radius: 0;
	
}

#sportmenu nav, #mobilesportmenu nav {
	padding: 5px;	
}

#sportmenu .ui-sportmenu .clickable:hover a{
	color: #1489FF;
}

#sportmenu .ui-sportmenu .chosen a{
	color:		#1489FF;
	font-weight: bold;
}


@media only screen and (min-width: 480px) and (max-width: 767px) {
	#sportmenu nav{
		padding: 0;
	}
}

@media only screen and (max-width: 479px) {
	#sportmenu nav{
		padding: 0;
	}
}

@media only screen and (min-width: 465px) and (max-width: 475px) {
	#mobilesportmenu, #mobilemainmenu, #calendar, #calendar_small{
		display: none;
	}
}


/****************************************************************************************************
									Content Classes
*****************************************************************************************************/

div.container div#header, div.container div#footer {	/* Footer & header */
	background-color:#1489FF; 
}

div.container{							/* The Root div*/
	background-color:#fff;
	margin: 0;
	overflow: hidden;
}

div.container div{						/* Standard of the divs in the root*/
	background-color:#fff; 
}

div.content{
	border: none;
	margin-top: 5px;
}

ul.tabs li a{
	
}

ul.tabs li span {
	border-radius: 5px 5px 0 0;	
}

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: 0;
}

td.evenrow{
	background-color: #F5F6F9;
}



th {
	background: url(http://www.tv2.no/TV2/images/tv2_feed/bg_tv2sporten.gif) 0 50% repeat-x;	
}

th:first-child {
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

th:last-child {
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

td.subset{									/*Sub headers*/
	background-color: #fff;
	color:	#000;
}

/****************************************************************************************************
									Calendar in Schedule
*****************************************************************************************************/
#calendar{
	background-color: #333;
}

div#calendar thead th, div#calendar_small thead th {
	background-image: none;
}

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: #0197F5;
}

/****************************************************************************************************
									Sporticons in Schedule
*****************************************************************************************************/

div.container div.sporticon { 
	 background: url(http://www.tv2.no/TV2/images/tv2_feed/bg_tv2sporten.gif) 0 50% repeat-x;	
	 -moz-border-radius: 3px;
	 -webkit-border-radius: 3px;
	 border-radius: 3px;
}

div.container div.sporticon .global_sporticon { 
	 background: none;
}


/****************************************************************************************************
									TV 2 Overrides
*****************************************************************************************************/

body {
	background-color: #fff;	
	padding: 5px;
}

div#header {
	display: none;	
}

div.container div#footer {
	background: none;
	color: #033F9F;
	padding: 5px;
}

div.container div#footer a {
	color: #033F9F;
}

div#historycombos {
	margin-left: 5px;
	text-align: left;
}



#sportmenu div.sportmenuicon, #mobilesportmenu div.sportmenuicon {
    background-color: #1489ff;
	margin-right: 5px;
	-moz-border-radius: 3px;
	 -webkit-border-radius: 3px;
	 border-radius: 3px;
}

#sportmenu div.sportmenuicon.inactive {
    background-color: transparent;
}

#mobilesportmenu div.sportmenuicon.inactive {
    background-color: #333333;
}

div#sportmenu .ui-sportmenu li {
	height: 23px;	
}

div#sportmenu .ui-sportmenu a {
    color: #fff;
}




div.container,
div.container .sixteen.columns,
div.content ul.tabs-content li,
#mainmenu,
#sportmenu {
	width: 100%;
	padding: 0;	
}