/* Start of CMSMS style sheet 'schedule' */
@charset "UTF-8";
{}
#schedule p{
	margin-top: 5px;
	margin-bottom: 5px;
}
#schedule table {

}
#schedule ul {
	list-style:none;
	margin: 0px;
	padding:0px;
}
#schedule li {
	margin-bottom: 10px;
	padding: 0px;
	margin-left: 0px;	/*padding:2px 0px 5px;
	margin: 0px;
	list-style-image: url(../images/rArrow.gif);*/
	color: #333;
}
#schedule h4 {
	margin-top: 0px;
	font-size: 14px;
}


#schedule .greyBG, #schedule .orangeBG {
	border-right:1px solid #999999;
	border-left:1px solid #999999;
	border-top:1px solid #999999;
	border-bottom:1px solid #999999;
}
#schedule .greyBG{
	background-color: #DDDDDD;
}
#schedule .orangeBG {
	background-color: #FFCC33;
}
#schedule .BG_DrGry {
	background-color: #DDDDDD;
	text-decoration: line-through;
}
#schedule .week {
	background-color: #EFEFEF;
	margin-bottom: 30px;
	border: 1px solid #999999;
}
#schedule p {
	margin-top: 0px;
}

#schedule .current {
	background-color: #FFFFCC;
}


#schedule h2{
	font-size:14px;
	text-align:left;
	margin: 0px;
	padding: 10px;
	background-color: #666;
}
#schedule .day {
	padding: 20px;
	border-top: 1px solid #999999;
}
#schedule .days {
	/*visibility:hidden;
	height: 0px;
	clear: both;*/
}
#schedule .off {
	background-image: url(../images/Stripes.gif);
}

#schedule .mark {
	float: left;
}
#schedule .content {
	margin-left: 25px;
	border-left: 1px dotted #999999;
	padding-left: 20px;
}

/* End of 'schedule' */

