﻿/* >> Schedules Box */
div.schedules {
	font-size: 12px;
	background-color: #fdfaf5;
	border: 2px #efeeea solid;
	width: 696px;
	padding: 7px;

}

h3.listHeader {
	font-size: 12px;
	font-weight: 600px;
	text-align: left;
}

h3.calendarHeader {
	font-size: 12px;
	font-weight: 600px;
	text-align: center;
}

/* << Schedules Box */


/* >> Top - Calendar/List */
div.top {
	padding-bottom: 20px;
}

div.topLeft {
	float: left;
	text-align: left;
	width: 225px;
	display: inline-block;
}

div.topCenter {
	float: left;
	text-align: center;
	width: 225px;
	display: inline-block;
}

div.topRight {
	float: left;
	width: 225px;
	display: inline-block;
	text-align: right;

}
/* << Top - Calendar/List */


/* >> List Table */

table.scheduleList  {
	font-size: 12px;
	width:100%;
	border-bottom: 2px #acaba9 solid;
	margin-bottom: 20px;

}

table.scheduleList p {margin-top:5px; margin-bottom:5px;}

table.scheduleList tbody tr {
		display: block; 		
		width: 100%;
		/*border-bottom: 1px #aeaaa9 solid;*/
		margin-bottom: 2px;
		margin-top: 2px;
}

table.scheduleList tbody tr.last {  /* You must you last class for last row of scheduleList */
	border-bottom: none;
}

table.scheduleList tbody tr td.time {
	width: 30%;
}

table.scheduleList tbody tr td.location {
	width: 10%;
}

table.scheduleList  tbody tr td.description {
	width: 60%;
}

/* << List Table */

/* >> Calendar Table */
table.calendarList  {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	width:690px;


}

table.calendarList tbody  tr {
	vertical-align: top;
	padding-top: 0px; padding-bottom: 0px; margin-top: 0px; margin-bottom: 0px;
}

table.calendarList  tbody  tr td  div.date {
	background-color: #dee5ed;
	border-bottom: 1px #aeafb3 solid;
	font-size: 12px;
	height: 20px;
	/*width: 100%;*/
	text-align:center;
	font-weight:700;
}

table.calendarList  tbody  tr  td {
	background: none;
}


table.calendarList  tbody  tr  td  div.course {
	margin-top: 3px; margin-bottom: 3px;
	padding-bottom: 4px;
	border-bottom: 1px #aeafb3 solid;
}

table.calendarList >tbody > tr.dates > td {
	padding-top: 0px; padding-bottom: 0px; margin-top: 0px; margin-bottom: 0px;
	background-color: #dee5ed;
	width: 92px;
	height: 15px;

}




table.calendarList tbody  tr  td {
	   padding-top: 0px; padding-bottom: 0px; margin-top: 0px; margin-bottom: 0px;
	    width: 90px;
	    display:table-cell;
	    margin-left: 2px; margin-right: 2px;
	    border: 1px #b1b0ac solid;
		background-color: #f2f1ef;

}




/* << Calendar Table */


