



TD {FONT-SIZE: 9pt}
	
B {
	FONT-WEIGHT: bold
	} 
	
A {COLOR: #8a5e32;}
	
A.cal {COLOR: #a3c2e0;}
	
A.calprev {COLOR: #999;}
	
TEXTAREA {
	BACKGROUND-COLOR: #a3c2e0;
	FONT-FAMILY: times, "times new roman", "times roman";
	FONT-SIZE: 9pt;
	}
	
INPUT {
	BACKGROUND-COLOR: #a3c2e0;
	FONT-FAMILY: times, "times new roman", "times roman";
	FONT-SIZE: 9pt;
	height: 16px;
	margin: 10px; 
	}

select { 
	font-size: 9px; 
	background-color: #a3c2e0;
	}

.white {
	COLOR: #ffffff;
	FONT-FAMILY: verdana, arial, helvetica;
	FONT-SIZE: 8pt;
	FONT-WEIGHT: bold;
	}
	
.weekday {COLOR: #ffffff;
	FONT-FAMILY: verdana, arial, helvetica;
	FONT-SIZE: 8pt;
	}
	
.graymo {
	COLOR: #999999;
	FONT-FAMILY: verdana, arial, helvetica;
	FONT-SIZE: 8pt;
	}
	
.blumo {
	COLOR: #a3c2e0;
	FONT-FAMILY: verdana, arial, helvetica;
	FONT-SIZE: 8pt;
	}
	
span.subnav {
	position:absolute;
	} 
	
.gallery {
	font-family: arial, helvetica, verdana;
	font-size: 8pt;
	color: #999999;
	text-decoration: none;
	}

#wrapper {
	position: relative; 
	border: 1px solid green; 
	}



table.miso-calendar {
	border: none; 
	margin: 0px; 
	padding: 0px; 
	background-color: black; 
	width: 100%; 
	height: 160px; 
	border-collapse: collapse; 
	}

/*style for IE*/
* html table.miso-calendar {
	position: relative; 
	top: -4px; 
	}
	
	.miso-calendar td {
		width: 14%; 
		text-align: center; 
		margin: 0px; 
		padding: 0px; 
		border: none; 
		color: white; 
		font-family: arial, helvetica, sans-serif; 
		font-size: 11px; 
		vertical-align: middle; 
		}
		
		.miso-calendar a {
			color: white; 
			}
		
	.miso-calendar .header {
		font-weight: bolder; 
		}
		
		.header tr {
			border-bottom: 1px solid white;
			}
