/****************************************************************************************************
									Persgroep - AD (default)
*****************************************************************************************************/

/****************************************************************************************************
									Responsive Styles
*****************************************************************************************************/
@media only screen and (min-width: 800px) {
.container {width:836px;margin-top:2px;}
.container .sixteen.columns {width:836px;}
}

/*@media only screen and (min-width: 840px) {*/
@media only screen and (min-width: 321px) {
	#header{
			background-image: url(/images/adheader_840x68.gif);
			height:68px;
		}
}

@media only screen and (max-width: 320px) {
	#header{
			background-image:none;
			display:none;
	}
}

/****************************************************************************************************
									Basic
*****************************************************************************************************/
body{
	background-color: #fff;
	color: #373737;
}

h1 {
	font-size: 16px;
	line-height: 35px;
	font-weight: bold;
	text-align: center;
	background-image: url(/images/lib/event/summergames/h1_bg.png);
}

h2{}
h3{}

th{
	color: #fff;
	background-color: #009BFF;
}
td{
	background-color: #EBEEF3;
}

a, a:visited{	
	color: #333;
}
a:hover{
	color: #009BFF;
}


/****************************************************************************************************
									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:				#fff;
}

#mainmenu .ui-mainmenu li:hover.chosen a {
	color:				#fff;
}


#mainmenu .ui-mainmenu li:hover a{
	color:				#009BFF;
}

.passive#choosesport {					/*Sport Button*/
	background-color: 	#1489FF;
	color: 				#fff;
}

.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: #1489FF; /* Old browsers */
		background: #1489FF -moz-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%); /* FF3.6+ */
		background: #1489FF -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.3)), color-stop(100%,rgba(0,0,0,.3))); /* Chrome,Safari4+ */
		background: #1489FF -webkit-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Chrome10+,Safari5.1+ */
		background: #1489FF -o-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Opera11.10+ */
		background: #1489FF -ms-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* IE10+ */
		background: #1489FF linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* W3C */
		}

#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:hover a{
	color: 		#1489FF;
}

.ui-sportmenu .chosen a{
	color:		#1489FF;
	font-weight: bold;
}


/****************************************************************************************************
									Content Classes
*****************************************************************************************************/

div.container div#header, div.container div#footer {	/* Footer & header */
	background-color:#1489FF; 
}

div.container{							/* The Root div*/
	background-color:#fff; 
}

div.container div{						/* Standard of the divs in the root*/
	background-color:#fff; 
}

div.content{
	border: solid 1px #BBB;
}

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: 0!important;
}

td.evenrow{
	background-color: #F5F6F9;
}

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: #0197F5;
}

/****************************************************************************************************
									Sporticons in Schedule
*****************************************************************************************************/
.sporticon.inactive{ 
	background-color:#333;
}
.sporticon{ 
	background-color:#0197F5;
}

/****************************************************************************************************
									EXTRA CSS
*****************************************************************************************************/

#mainmenu .ui-mainmenu .chosen a{
display: block;
line-height: 20px;
text-decoration:none;
color:#fff;
background:#1489ff;
margin:-10px;
padding:10px;
}
#mainmenu .ui-mainmenu li{
padding: 6px 10px;
position:relative; 
border-right: 1px solid #444; 
font-weight: bold;
right:50%;
display:block;
float:left;
top:-7px;
text-transform:lowercase;
}

.btn, button, input[type="submit"], input[type="reset"], input[type="button"] {border:0;margin:-2px 4px}
.btn:hover,button:hover,input[type="submit"]:hover,input[type="reset"]:hover,input[type="button"]:hover {border:0}
.btn.active,button.active,input[type="submit"]:active,input[type="reset"]:active,input[type="button"]:active {border:0}
#mainmenu {-webkit-box-shadow:0 0 0 rgba(0, 0, 0, 0);-moz-box-shadow:0 0 0 rgba(0, 0, 0, 0);box-shadow:0 0 0 rgba(0, 0, 0, 0)}
div.content {-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;margin-top:0;border:0!important}
.data-table td {padding:5px}
.data-table th {padding:0 5px}
div.container div#footer {padding:5px 0 5px 2px}
h1#pagetitle {background:#EEEFF3;background-image:none;margin-top:15px;text-transform:uppercase}

table td.col7 {font-weight:bold}
table th.aleft img.medalicon {position:relative;top:2px;left:2px}

.sporticon {margin-right:5px}
.container a:hover {text-decoration:none}
ul.tabs {overflow:hidden}
ul.tabs li:first-child span {margin:0!important}

#sportmenu {-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;border:0;
	/*background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#EEEFF3));
	background-image: -webkit-linear-gradient(top, #fff, #fff, #fff, #fff, #fff, #EEEFF3);
	background-image: -moz-linear-gradient(top, #fff, #fff, #fff, #fff, #fff, #EEEFF3);
	background-image: -ms-linear-gradient(top, #fff, #fff, #fff, #fff, #fff, #EEEFF3);
	background-image: -o-linear-gradient(top, #fff, #fff, #fff, #fff, #fff, #EEEFF3);*/
	background:#EEEFF3!important}
#sportmenu div.sportmenuicon, #mobilesportmenu div.sportmenuicon {margin-right:5px}
.sportmenu_columns {margin:5px 0 5px 5px}
#sportmenu div.sportmenuicon:hover {background-color:#0197F5}
.ui-sportmenu li a {height:25px;overflow:hidden;line-height:25px;padding-top:0;background:#F5F6F9}

a {cursor:pointer}
div#calendar a, div#calendar_small a {text-transform:uppercase}

#mobilemainmenu select {width:100%}