@CHARSET "UTF-8";

table.schedule {
	margin-top:10px;
}

table.schedule th {
	padding-left:9px;
	height:40px;
	font-family:"HelveticaBold";
	color:#000;
	text-align:left;
	background:url('../images/backgrounds/tables/bkg_dot_white.jpg') top left repeat-x;
}

table.schedule th:first-child { 
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px; 
	behavior: url('http://wptnationalseries.es/css/border-radius.htc');
	-moz-border-top-left-radius:2px;
	-moz-border-bottom-left-radius:2px;
    -webkit-border-top-left-radius:2px;
    -webkit-border-bottom-left-radius:2px;
}

table.schedule th:last-child { 
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	behavior: url('http://wptnationalseries.es/css/border-radius.htc');
	-moz-border-top-right-radius:2px;
	-moz-border-bottom-right-radius:2px;
    -webkit-border-top-right-radius:2px;
    -webkit-border-bottom-right-radius:2px;
}

table.schedule th.sep {
	padding:0;
	width:1px;
	height:40px;	
}

table.schedule td {
	padding-left:9px;
	height:40px;
	font-family:"HelveticaReg";
	color:#FFF;
}

table.schedule tr.even {
	background:url('../images/backgrounds/tables/bkg_dot.jpg') top left repeat-x;
}

table.schedule tr.even td {
	background:url('../images/icons/sep_dot_gray_40.png') top right no-repeat;
}

table.schedule tr.even td.last {
	background:none;
}

table.schedule td .event {
	font-family:"HelveticaBold";
	color:#0099FF;
}

.contact-info td.number {
	color:#EE251F;
}

table.event-info {
    width:210px;
}

table.event-info td {
	border-bottom:1px solid #DDD;
	height:29px;
	font-size:14px;
	font-weight:bold;
	color:#333;
}