/** Table styles **/

table.scheduleList
{
width:100%;
border-spacing:1px;
background-color: #e7e7e7;
color: #666;
margin:10px auto;
}

table.scheduleList td,
table.scheduleList th 
{
	padding: 4px; 
}

table.scheduleList td
{
	font-weight:bold;
}

table.scheduleList thead th
{
text-align:center;
background:#99d5e0;
color: #003c72;
}
table.scheduleList td.fakeH
{
background:#99d5e0;
color: #003c72;
font-weight:bold;
}

table.scheduleList thead a:hover { text-decoration: none; }

table.scheduleList tbody th { font-weight: bold; }

table.scheduleList tbody tr			{ background-color: #fff;  text-align: left; }
table.scheduleList tbody tr.row1 	{ background: #f9f9f9; border-top: 1px solid #fff; }

table.scheduleList tbody tr.row0:hover td,
table.scheduleList tbody tr.row1:hover td  { background-color: #ffd ; }

table.scheduleList tbody tr td 	   { height: 25px; background: #fff; border: 1px solid #fff; }

table.scheduleList tbody tr td.cca   { text-align:right; }

table.scheduleList tbody tr.row1 td { background: #f9f9f9; border-top: 1px solid #FFF; }

table.scheduleList tfoot tr { text-align: center;  color: #333; }
table.scheduleList tfoot td,
table.scheduleList tfoot th { background-color: #f3f3f3; border-top: 1px solid #999; text-align: center; }

table.scheduleList td.order 		{ text-align: center; white-space: nowrap; }
table.scheduleList td.order span { float: left; display: block; width: 20px; text-align: center; }

table.scheduleList .pagination { display:table; padding:0;  margin:0 auto;	 }

#calchooser
{
width:250px;
margin:0 auto;
}
#calchooser table
{
	width:100%;
}

#calchooser table.calendar
{
border:solid 1px silver;
border-collapse:collapse;
}
#calchooser table.calendar th.monthrow
{
background:#99d5e0;
color:#003c72;
font-weight:bold;
padding:3px 0;
}
#calchooser table.calendar th.monthrow span.calendar-prev a,
#calchooser table.calendar th.monthrow span.calendar-next a
{
background:#99d5e0;
color: #003c72;
font-weight:bold;
font-size:150%;
}
#calchooser table.calendar td
{
border:solid 1px silver;
text-align:right;
}

#calchooser table.calendar td a,
table.scheduleList tbody tr td a,
p.schedback a
{
color:#5f5f5f;
border-bottom:solid 1px #5f5f5f;
}
#calchooser table.calendar td a:hover,
table.scheduleList tbody tr td a:hover,
p.schedback a:hover
{
text-decoration:none;
color:#CC6D00;
}

.pagination div.limit {
float: left;
height: 22px;
line-height: 22px;
margin: 0 10px;
}

span.selDate
{
	font-weight:bold;
	display:block;
	width:100%;
	height:100%;
background:#e8f4f6;
color: #003c72;
}