/*==================================================================
	Times Grid 2 styles
==================================================================== */
.timeGridBox {
	background:white;
	border:1px dotted #c6e09e;
	padding:10px;
	margin:0px 0 0 0;
	font-weight: normal;
	width:405px;
	
}

.timeGridTable{width:405px; padding:0; margin:0;}

.timeGridTable tr.timessep {border-bottom:1px dotted #8cc63f; 
	background-image: url(/images/time_grid_bg.gif);
	background-repeat: no-repeat;
	background-position: -16px -21px;}

.timeGridTable td.date, .timeGridTable td.time, .timeGridTable td.boatNum, .timeGridTable td.boatNumInner, .timeGridTable td.teamName, .timeGridTable td.teamNameInner {
vertical-align:top; text-align:left;}

.timeGridTable td.date h1, .timeGridTable td.time h1, .timeGridTable td.boatNum h1, .timeGridTable td.teamName h1 {text-align:left; margin:0 0 5px 0; padding:3px 0px 5px 0px; font-size:12px; font-weight:700;}

.timeGridTable td.date p, .timeGridTable td.time p, .timeGridTable td.boatNum p, .timeGridTable td.boatNumInner p, .timeGridTable td.teamName p, .timeGridTable td.teamNameInner p {text-align:left; margin:0; padding:6px 3px 3px 0px; font-size:11px; font-weight:700;}

.timeGridTable td.date {width:85px;}
.timeGridTable td.date h1 {padding:3px 0px 5px 5px;}
.timeGridTable td.date p {font-size:11px; font-weight:700; padding:5px 0 0 5px;}
.timeGridTable td.time {width:65px;}
.timeGridTable td.time p {color:#086425;}

.timeGridTable td.boatNum {width:50px; padding:0 0 0 3px;}
.timeGridTable td.boatNum h1 {padding:3px 0px 5px 5px;}
.timeGridTable td.boatNumInner {width:55px; text-align:right; padding:0 0 0 0px;}
.timeGridTable td.boatNumInner p {padding:6px 3px 3px 7px}
.timeGridTable td.teamName {width:200px;}
.timeGridTable td.teamNameInner { }
.timeGridTable td.teamNameInner p {font-size:10px;}


.timeGridTable .rowBG {
	background-color: #ffffff;
	margin:0 0 0px 0;
	width:100%;
}
.timeGridTable .odd {background:#e2f1ce;}
.timeGridTable .even {background:#f6fbf0;}

.timeGridTable .alternate {background:#ff823c;}

