body {
background-color: #FFFFEC;
}

#wrapper
{	width: 800px;
	margin-left: auto;
	margin-right: auto;		
	background-color: white;		
	}
	
#wrapper_public
{	width: 900px;
	margin-left: auto;
	margin-right: auto;		
	background-color: white;		
	}

	
#bottom
	{	
	width: 800px;
	font-size: 8pt;
	font-family: Arial, sans-serif;
	color: white;
	background-color: #86CAC2;
	text-align: center;
	padding-top: 5px;		
	padding-bottom: 5px;
		}			
	
	table#ThisWeek {	
	font-family: "MS Sans Serif", sans-serif;
	font-size: 9pt;
	background-color: transparent;
}

.Credit {
	text-align: center;
	font: 9px;
	text-decoration: none;
}

.PageTitle {	
	color: white;
	font-family: Arial;
	font-size: 14pt;
	font-weight: bold;
}

p.header {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

p.login
{
	text-align: center;
}

p.search {
	width: 250px;
	margin-left: auto;
	margin-right: auto;
	font-size: 9pt;
	font-family: arial;
}

table.login {
	width: 320px;
	margin-left: auto;
	margin-right: auto;	
}

table.dayblock
{
	border-collapse: collapse;
	border: inset 1px black;
	width: 770px;
	margin-left: auto;
	margin-right: auto;	
}

table.schedule
{
	border-collapse: collapse;
	border: inset 1px black;
	width: 770px;
	margin-left: auto;
	margin-right: auto;	
}



td.label 
{
	text-align: left;
	padding-left: 30px;
	padding-right: 20px;
}

td.textbox
{ background-color: Yellow;
}

td.texboxLabel {
	width: 70px;
}

td.texbox {
	width: 160px;
	
}

td.TextBoxButton
{
	text-align: center;
	
}

td.button
{	text-align: center;

	}
	
td.ColumnHeader
{
	width: 110px;
	text-align: center;
	font-weight: bold;
	border: solid 1px black;
	}

td.Cells
{
color: White;
width: 110px; 
height: 32px; 
text-align: center;
}	

a.schedule
{
  color:#FFFFFF;
  text-decoration:none; 
}

a.schedule:hover
{
  color:#DD3409;
  text-decoration:none; 
}

	