.class_divider{
    width:2px;
    background-color:gray;
    height:100%;
    position: absolute;
}
table { 
	width:100%;
	padding:0 5px;
	text-align:center;
}
th { 
	border-bottom:solid 1px #aaa;
	border-top:solid 1px #aaa;
	background-color:#F8F6F2;
	height:24px;
}
th,td { padding:5px 0; }
tr.day { 
	background-color:#cc0066;
	color:#fff;
	font-weight:bold;
	text-align:left;
}
tr.day td { padding-left:33px; }
/*
tr.AM { background-color:#e1ffff; }
tr.PM { background-color:#ffffe1; }
*/
tr.AM { background-color:#f5f5f5; }
tr.PM { background-color:#bbb; }

#disp-A, #disp-B {
    float:left;
	margin: 0 20px 40px 0;

}

.cs_day_names {

	margin: 0 0 8px 0;
	font-size: 20px;
	color: #624052;
}

#disp-A .labels .elem
 {
	margin-top: 5px;
	text-align: center;
}

#disp-A .labels,
#disp-B .labels
{
	background-color: #f2f2f2;
	font-weight: bold;

}

.class_view_link {

	font-size: 14px;
	border-bottom: 1px dotted #CC0066;

}	

.class_view_link:hover {

	text-decoration: none;

}


ul#cc_navlist
{
padding-left: 0;
white-space: nowrap;
}

#cc_navlist li
{
display: inline;
list-style-type: none;
margin-right: 3px;
margin-top: -5px;
float: left;
border: 2px solid white;
}

#cc_navlist li span {
    width: 70px;
    color: white;
    font-size: 12px;
    text-align: center;
}

.class_tab_selected {
     background-color: #CC0066;
}

.class_tab_unselected {
    background-color: #B7B7B7;
}

#cc_navlist li:hover
{
color: #fff;
border: 2px solid black;	
text-decoration: none;
}

#view_by {
    font-size: 12px;
}

#cc_navlist {
    position: relative;	
    width: 200px;	
    left: 49px;
    top: -14px;
}

.cc_menu {
    margin-bottom: 30px;
}

#choose_quarter {
    position: relative;
    top: -22px;
    right: 50px;	
    float: right;
    width: 75px;
}

#choose_quarter select {
    width: 55px;
}

#choose_quarter input {
    position: relative;
    top: -26px;
    right: -65px;
}

#choose_quarter_submit:hover {
    background-color: #CC0066;
    color: white;
}

#arrows {
    margin: 0px auto 5px;
}

.alias {
    font-size: 90%;
}