@charset "UTF-8";
/* CSS Document */

table.times{
	border-bottom:1px solid #000;
	border-radius:8px 8px 0 0;
	-moz-box-shadow:3px 3px 5px rgba(0,0,0,.5);
	-webkit-box-shadow:3px 3px 5px rgba(0,0,0,.5);
	box-shadow:3px 3px 5px rgba(0,0,0,.5);
	margin: 0 0 25px 0;
}

table.times tr.altrow td
{
	background-color: #f1f1f1;
}
table.pc-dates-table tr.dark-row td
{
	background-color: #fcfcfc;
}
table.pc-dates-table tr.light-row td
{
	background-color: #f1f1f1;
}


table.times tr.forcealtrow td {
	background-color: #fcfcfc;
	
	}
table.times tr th{
	background-color:#00a7a7;
	text-align:center;
	padding:10px 4px;
	color:#000000;
	font-weight:normal;
	text-shadow:1px 1px 1px #bbb;
	border:1px solid #00a7a7;
	border-bottom:1px solid #000;
	moz-border-radius:8px 8px 0px 0px;
	-webkit-border-radius:8px 8px 0px 0px;
	border-radius:8px 8px 0px 0px;
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	behavior: url(PIE.htc);
	}
table.times tr td.bold{ font-weight:bold;}
table.times tr th.blank-cell{
	background-color:transparent;
	text-align:center;
	padding:10px 4px;
	color:#464646;
	font-weight:normal;
	text-shadow:1px 1px 1px #bbb;
	border:none;
	border-bottom:none;
	moz-border-radius:0px 0px 0px 0px;
	-webkit-border-radius:0px 0px 0px 0px;
	border-radius:0px 0px 0px 0px;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
	behavior: url(PIE.htc);
	
	}

table.times tr th.empty-th{
	display:none;
	background-color:#ffffff;
}
table.times tr td{
	background-color: #fcfcfc;
	text-align: left;
	vertical-align: middle;
	}
table.times tr td span{
	display:block;
	font-weight:600;
}
table.times-white tr td{
	background-color:#fcfcfc;
}
table.times tr th.left,
table.times tr td.left
{
	text-align:left;
}
table.times tr th.right,
table.times tr td.right{
	text-align:right;
}
table.times tr th.center,
table.times tr td.center{
	text-align:center;
}


/* SUB TABS */
ul.sub-tabs,
ul.sub-tabs-dressage,
ul.sub-tabs-showJump,
ul.sub-tabs-combinedTraining,
ul.sub-tabs-oneDayEvent{
	margin:25px 25px 10px 5px;
	}
	ul.sub-tabs li,
	ul.sub-tabs-dressage li,
	ul.sub-tabs-showJump li,
	ul.sub-tabs-combinedTraining li,
	ul.sub-tabs-oneDayEvent li
	{
	display:inline;
	text-align:center;
	padding:8px 24px 8px 24px;
	margin:0 3px 0 0;
	background-color:#565656;
	border-bottom:2px solid #00a7a7;
	cursor:pointer;
	float:left;
	color:#fff;
	font-size:13px;
	font-weight:400;
	position:relative;
	border:1px solid #565656;
	-moz-box-shadow:3px 3px 5px rgba(0,0,0,.5), inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:3px 3px 5px rgba(0,0,0,.5), inset 0px 1px 0px 0px #ffffff;
	box-shadow:3px 3px 5px rgba(0,0,0,.5), inset 0px 1px 0px 0px #ffffff;
	text-shadow:1px 1px 1px #444;
	-moz-border-radius:10px 10px 0px 0px;
	-webkit-border-radius:10px 10px 0px 0px;
	border-radius:10px 10px 0px 0px;
	behavior: url(PIE.htc);
	}

	ul.sub-tabs li.hover,
	ul.sub-tabs-dressage li.hover,
	ul.sub-tabs-showJump li.hover,
	ul.sub-tabs-combinedTraining li.hover,
	ul.sub-tabs-oneDayEvent li.hover
	{
		background-color:#00a7a7;
		-moz-border-radius:10px 10px 0 0;
		-webkit-border-radius:10px 10px 0 0;
		border-radius:10px 10px 0 0;
		border:1px solid #00a7a7;
		color:#262626;
		text-decoration:none;
		text-shadow:1px 1px 0px #7fdbdb;
		z-index: 0;
		position:relative;
		behavior: url(PIE.htc);
	}
	ul.sub-tabs li.active,
	ul.sub-tabs-dressage li.active,
	ul.sub-tabs-showJump li.active,
	ul.sub-tabs-combinedTraining li.active,
	ul.sub-tabs-oneDayEvent li.active
	{
	background-color:#fff;
	color:#262626;
	border:2px solid #00a7a7;
	border-bottom:2px solid #fff;
	-moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
	box-shadow: inset 0px 1px 0px 0px #ffffff;
	z-index:10;
	}
.sub-tab-container{
	overflow: hidden;
	border:2px solid #00a7a7;
	-moz-border-radius: 0 20px 0 20px;
	-webkit-border-radius: 0 20px 0 20px;
	border-radius:  0 20px 0 20px;
	padding:40px 20px 20px 20px;
	background-color:#fff;
	-moz-box-shadow:3px 3px 8px rgba(0,0,0,.7);
	-webkit-box-shadow:3px 3px 8px rgba(0,0,0,.7);
	box-shadow:3px 3px 8px rgba(0,0,0,.7);
	margin:0px;
	clear:both;
	position:relative;
	top:-3px;
	z-index:5;
	behavior: url(PIE.htc);/*Apply PIE*/
}
table.times td.table-left,
table.times th.table-left
	{ text-align:left; padding-left:20px;}
div.left-table{
	float:left;
	width:430px;
	margin-right:5px;
	}
div.right-table{
	float:right;
	width:430px;
	margin-left:5px;
	}
table.times.half{ width:420px;}
table.pc-dates-table{
	font-size:80%;}