/* Standard Page Styles */

/* Timetable styles */

.TimeTbl { color:#fff; }
.TimeTbl td { padding:2px 1px 4px 2px; line-height:14px; font-size: 12px; }
.TimeTbl .ttrow1 { background-color:#4ec4f6; color:#044b89; }
.TimeTbl .ttrow2 { background-color:#044b89; }

.bold { font-weight: bold; }

.connect1 { background: url('../images/connect1.gif') left center no-repeat; padding: 8px; }
.connect2 { background: url('../images/connect2.gif') left center no-repeat; padding: 8px; }

/* Tab styles */

.tabs {
	position: absolute;
	top: -31px;
	left: 5px;
    width:100%;
}

	.tabs UL { 
		margin:0;
		padding:10px 10px 0;
		list-style:none; 
	}
	.tabs LI {
	    float:left;
		background:url("../images/norm_right.gif") no-repeat right top;
		margin:0;
		padding:0;
	}
	.tabs A { 
		display:block; 
		background:url("../images/norm_left.gif") no-repeat left top;
		padding:5px 15px;
		color: #fff;
	}
	
	.tabs .active {
    	background-image:url("../images/norm_right_on.gif");
    }
	
	.tabs .active a {
		font-weight: bold;
		color: #fff;
		background-image:url("../images/norm_left_on.gif");
    }