@charset "utf-8";
/*--------------------------------------
	■ content.css ■
	Last Update: 2008/02/19
	- BodyCommon (wrapper #ID or .class name here)
	- MainColumn (wrapper #ID or .class name here)
	- SideColumn (wrapper #ID or .class name here)
---------------------------------------*/



/*--------------------------------------
  BodyCommon (wrapper #ID or .class name here)
---------------------------------------*/

/*--------------------------------------
  MainColumn (wrapper #ID or .class name here)
---------------------------------------*/

.contentMain {
	float:left;
	padding: 14px 0 0 15px;
	width: 688px;
}



/*--------------------------------------
  SideColumn (wrapper #ID or .class name here)
---------------------------------------*/

.sidebar {
	float:left;
	padding: 14px 0 0 8px;
	width: 224px;
}

.sidebar .schedule {
	margin: 0 0 20px 0;
	background: #333;
}

.sidebar .schedule h3 {
	margin: 0;
	padding: 0;
}

.sidebar .schedule .calendar {
	margin: 0;
	padding: 0;
}

.sidebar .schedule .calendar {
	margin: 0 0 0 0;
	padding: 0 5px 5px 5px;
}

.sidebar .schedule .calendar dt {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: 28px;
	border-top: 1px solid #ffc048;
	background: url(../img/bg_calendar_header.png) left bottom repeat-x;
	color: #fff;
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
	line-height: 28px;
}

.sidebar .schedule .calendar dd {
	margin: 0 0 20px 0;
	padding: 0 0 5px 0;
	border: 1px solid #272727;
	background: #fff;
}

.sidebar .schedule .calendar dd table {
	width: 100%;
	border-spacing: 0;
	*border-collapse: collapse;
}

.sidebar .schedule .calendar dd table th {
	height: 28px;
	border-right: 1px solid #646464;
	background: url(../img/bg_calendar_weeklabel.png) left bottom repeat-x;
	color: #ccc;	
	font-size: 0.9em;
	line-height: 28px;

}

.sidebar .schedule .calendar dd table th.last {
	border-right: 0;
}

.sidebar .schedule .calendar dd table td {
	height: 28px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #fff;
	text-align: center;
	font-size: 0.9em;
	line-height: 28px;
}

.sidebar .schedule .calendar dd table td.last {
	border-right: 0;
}

.sidebar .schedule .calendar dd table td.empty {
	background: #f0f0f0;
}
.sidebar .schedule .calendar dd table td.end {
	background: #ccc;
	color: #999;
	font-weight: bold;
}
.sidebar .schedule .calendar dd table td.active {
	background: #ffab0a;
}

.sidebar .schedule .calendar dd table td.active a {
	color: #fff;
	font-weight: bold;
}

.sidebar .schedule .calendar dd table td.active a:hover {
	color: #0089d0;
}

.sidebar .schedule .calendar dd table td.this {
	background: url(../img/bg_calendar_cell_this.png) left bottom #0089d0;
	color: #fff;
	font-weight: bold;
}

.sidebar .schedule .calendar dd table td a {

}



/* old

.sidebar .schedule ul {
	margin: 0;
	padding: 5px;
}

.sidebar .schedule ul .monthRow{
	position: relative;
	margin: 0 0 5px 0;
	padding: 10px;
	min-height: 50px;
	height: auto !important;
	height: 50px;
	background: #ffffff;
	list-style: none;
}

.sidebar .schedule ul .last{
	margin: 0;	
}

.sidebar .schedule ul .monthRow .label{
	position: absolute;
	left: 10px;
}

.sidebar .schedule ul .monthRow ul {
	margin: 0;
	padding: 0 0 0 65px;
}

.sidebar .schedule ul .monthRow ul li {
	float: left;
	margin: 0 5px 0 0;
	padding: 0;
	list-style: none;
	font-size:0.9em;
	line-height:1.5em;
	white-space:nowrap;
}

.sidebar .schedule ul .monthRow ul li.active{
	color: #0089d0;
	font-weight: bold;
}

.sidebar .schedule ul .monthRow ul li a{
	color: #f38d08;
	font-weight: bold;
}

.sidebar .schedule ul .monthRow ul li a:hover {
	color:#ffbb39;
}

*/

.sidebar .course {
	margin: 0 0 20px 0;
	background: #333;
}

.sidebar .course h3 {
	margin: 0;
	padding:0;
}

.sidebar .course ul{
	margin: 0;
	padding: 10px;
}

.sidebar .course ul li {
	margin:0 0 5px 0;
	background: #333;
}

.sidebar .course ul li img{
	vertical-align: bottom;
}

.sidebar .course ul li.last{
	margin: 0;
}

.sidebar .course ul li a{

}

.sidebar .misc {
	margin:0;
	padding:0;
}

.sidebar .misc li {
	margin: 0 0 20px 0;
	list-style: none;
}

.sidebar .misc .bannerEventReport {
	position: relative;
}

.sidebar .misc .bannerEventReport .badge {
	position: absolute;
	left: -7px;
	top: -12px;
	z-index: 1;
}


