/* @group Table for Class Schedule */

#mainwindow table.schedule {
	border-color: black;
	border-width: 2px;
	border-collapse: collapse;	
	border-style: inset;
	margin: 0px;
	padding: 0px;
}

/* @group Schedule TD widthes */


#mainwindow td.montht,
#mainwindow td.monthm,
#mainwindow td.monthb
 {
	width: 1%;
}

#mainwindow td.typet,
#mainwindow td.typem,
#mainwindow td.typeb
{
	width: 18%;
}


#mainwindow td.statust,
#mainwindow td.statusm,
#mainwindow td.statusb
{
	width: 22%;
}

/* @end */
/* @group Schedule TD borders */

#mainwindow td.montht,
#mainwindow td.monthm
 {
	border: solid;
	border-width: 0px 1px 0px 0px;
}

#mainwindow td.monthb {
	border-bottom: 1px solid;
	border-right: 1px solid;
}


#mainwindow td.typet,
#mainwindow td.datest,
#mainwindow td.statust
{
	border-right: 1px solid;
	border-bottom: 1px dotted;
}

#mainwindow td.typem,
#mainwindow td.datesm,
#mainwindow td.statusm {
	border-top: 1px dotted;	
	border-right: 1px solid;
	border-bottom: 1px dotted;
}

#mainwindow td.typeb, 
#mainwindow td.datesb,
#mainwindow td.statusb {
	border-right: 1px solid;
	border-top: 1px dotted;
	border-bottom: 1px solid;
}
/* @end */
/* @end */
/* @end */


