@charset "utf-8";
/* CSS Document */

table.weekbar  
{
	width: 980px;
}
				
table.weekbar tr 
{
	height: 20px;
}

table.weekbar td 
{
	width: 140px;
	border-style: solid;
	border-width: 1px;
	border-color: #CFC;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	vertical-align: middle;
	padding: 0px;
	text-align: center;
	background-color: #666;
	color: #FFF;
}

table.calendar   
{
	width: 980px;
}
				
table.calendar tr  
{
	height: 99px;
}

table.calendar td  
{
	width: 138px;
	border-style: solid;
	border-width: 1px;
	border-color: #666;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: top;
	padding: 0px;
	text-align: right;
}

div.calmain	  	 
{
	width: 980px;
	border-style: outset;
	border-width: thick;
	border-color: #9F9;
}
				   
div.datemargin     
{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: right;
	background-color: #CF9;
	color: #000;
	width: 138px;
	margin: 0px;
	padding-right: 0px;
	border: none;
}
					
div.datemargin_expired     
{
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	background-color: #999;
	color: #000;
	width: 138px;
	margin: 0px;
	padding-right: 0px;
	border: none;
}

div.blankdatemargin 
{
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	background-color: #CFC;
	color: #000;
	width: 138px;
	height: 97px;
	margin: 0px;
	padding-right: 0px;
	border: none;
}			   
                                   
                                   
div.calheader    
{
	width: 980px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}

div.calhead     
{
	width: 980px;
	border-style: outset;
	border-width: thick;
	border-color: #CCC;
}
                                         
div.weekbar     
{
	width: 138px;
	text-align: center;
}

div.daydetails	 
{
	width: 138px;
	text-align: center;
    height: 27px;
}

div.daydetails_expired	 
{
	width: 138px;
	text-align: center;
	height: 27px;
	background-color: #CCC;
}

div.daydetails a:link  
{
	background-color: #FFF;
}
div.daydetails a:hover 
{
	background-color: #CFF;
}

div.daybody		
{
	width: 138px;
    height: 58px;
	text-align: center;
}
				 
div.daybody a:link 
{
	color: black;
	text-decoration: none;
}
					 
div.daybody a:hover 
{
	color: black;
	text-decoration: none;
}
					 
div.daybody a:visited  
{
	color: black;
	text-decoration: none;
}
			 
div.daybody_expired
{
	width: 138px;
	height: 82px;
	background-color: #CCC;
	text-align: center;
}

div.daybody_expired a:link
{
	color: black;
	text-decoration: none;
}
					 
div.daybody_expired a:hover
{
	color: black;
	text-decoration: none;
}
					 
div.daybody_expired a:visited
{
	color: black;
	text-decoration: none;
}

div.head1	
{
	width: 235px;
	text-align: center;
}
div.head2	
{
	width: 60px;
}
div.cal_head3
{
	width: 290px;
	text-align: center;
	font-size: 24px;
}
div.head4	
{
	width: 60px;
}
div.head5	
{
	width: 235px;
	text-align: right;
}
		 
div.day_head3	
{
	width: 290px;
	text-align: center;
	font-size: 18px;
}
				 
table.daybar  
{
	width: 980px;
	border-style: outset;
	border-width: thick;
	border-color: #CCC;
	margin-top: 0px;
}
				
table.daybar tr 
{
	height: 20px;
}

table.daybar td   
{
	border-style: solid;
	border-width: thin;
	border-color: #CF9;
	font-size: 12px;
	font-weight: bold;
	vertical-align: top;
	padding: 0px;
	text-align: center;
	background-color: #666;
	color: #FFF;
}

table.hourbar	
{
	width: 980px;
	margin: 0px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	border-collapse: collapse;
}

table.hourbar tr 
{
	height: 26px;
	padding: 0px;
}

table.hourbar td 
{
	border: 1px dotted #666;
	border-collapse: collapse;
	border-top: none;
	padding: 0px;
	margin: 0px;
}

div.timeslot	
{
	width: 97px;
	margin: 0px;
	font-weight: bold;
}
				 
div.requestslot	
{
	width: 200px;
	margin: 0px;
	color: #999;
}				 
div.areaslot	
{
	width: 336px;
	margin: 0px;
}

table.daycal 
{
	width: 980px;
	border: 4px outset #9F9;
}
				
table.daycal tr 
{
	height: 26px;
}

table.daycal td 
{
	width: 140px;
	border-style: solid;
	border-width: thin;
	border-color: #999;
	font-size: 10px;
	vertical-align: top;
	padding: 0px;
	text-align: right;
}
				   
div.daycalheader     
{
	width: 980px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	background-color: white;
}
				   
div.daybartime	      
{
	text-align: center;
	width: 98px;
	margin: 0px;
}
div.daybarrequest     
{
	text-align: center;
	width: 198px;
	margin: 0px;
}
div.daybararea	      
{
	text-align: center;
	width: 338px;
	margin: 0px;
}

div.calmain a:hover 
{
	background-color: #CFF;
}

div.daycalhour		
{
	width: 980px;
	height: 26px;
	background-color: #CFC;
	font-size: 10px;
}
					 
div.calmessage		
{
	width: 980px;
	font-size: 10px;
	background-color: #CFC;
	border-style: solid; 
	border-width: 1px;
	border-color: #333;
	margin-top: 0px;
	margin-bottom: 5px;
	padding-left: 10px;
}
div.calmessage p
{
	margin-top: 3px;
	margin-bottom: 3px;
}