/* www.pcci.com.ph Course Tables Style Sheet
Developed by: Datu Arellano
Last updated: Wednesday; December 3, 2008 by Datu   
Copyright (C) 2006-2009 Philippine Center for Creative Imaging
------------------------------------------------------ */

table {
	text-align: center;
}

table.table-calview,
table.table-listview {
	margin: 0px;
	padding: 0px;
}
#main-content table.table-listview {
margin-bottom: 1em;
}
.table-listview th {
	color: #FFFFFF;
	background: #333333 url(../images/navgradient.gif) repeat-x center;
	font-weight: normal;
	letter-spacing: 1px;
	font-size: 0.833em;
	padding: 6px 10px;
	line-height: 1em;
}
table.table-calview td {
	font-size: .833em;
	line-height: 130%;
}
td.day {
	font-weight: bold;
	color: #333333;
	background: #BABABA;
	width: 88px;
}
td.daynumber {
	background: #EEEEEE;
	text-align: right;
	border-top: 3px solid #CCC;
}
td.coursecategory {
	background: url(../images/beegees/header-bg-gradient-grn.gif);
	color: #FFFFFF;
	text-align: left;
	font-size: 1.2em;
	font-weight: bold;
}
td.coursename {
	text-align: left;
	width: 300px;
}

td.schedules {
	font-size: .833em;
}

#main-content td ul {
	margin: 0px;
	padding: 0px;
}

#main-content td li {
	list-style: none outside;
	padding-left: 0px;
	background: none;
}

.class-continue-right {
	background: #FFFFFF url(../images/icons-bullets/icon_arrow_right-grey.png) no-repeat right center;
	padding-right: 8px;
}

.class-continue-left {
	background: #FFFFFF url(../images/icons-bullets/icon_arrow_right-grey.png) no-repeat left center;
	padding-left: 8px;
}
