body {
	color: #333333;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	}

a {
	color: #996666;
	}
a:hover {
	color: #669966;
	}
	
div.error {
	color: #ff0000;
	}
div.header {
	color: #000066;
	font-size: 14px;
	font-weight: bold;
	}

table {
	font-size: 11px;
	}
	
/* Semsym Dropdown */
	
#semsym_drop {
	background-image: url('media/drop-bg.png');
	background-repeat: repeat;
	border-bottom: 1px solid #123456;
	top: 0;
	left: 0;
	width: 100%;
	position: absolute;
	z-index: 1;
	}
	
#semsym_drop a {
	color: #123456;
	font-weight: bold;
	text-decoration: underline;
	}
#semsym_drop a:hover {
	color: #123456;
	text-decoration: underline;
	}
	
#semsym_drop div {
	padding: 10px;
	}
	
#semsym_toggle {
	text-align: center;
	background-color: #FFFFFF;
	cursor: pointer;
	border-left: 1px solid #123456;
	border-bottom: 1px solid #123456;
	top: 0;
	left: auto;
	right: 0;
	padding: 5px;
	float: right;
	position: absolute;
	}
		
/* End of Semsym Dropdown */

div#main {
	text-align: center;
	width: 541px;
	margin: 0 auto;
	}

div.day {
	width: 75px;
	height: 85px;
	float: left;
	background-color: #669966;
	border: 1px solid white;
	}
	
div.day div {
	width: 73px;
	height: 8px;
	font-size: 9px;
	font-family: Arial, sans-serif;
	color: #FFFFFF;
	text-align: left;
	text-transform: uppercase;
	margin: 1px;
	}
	
div.day img {
	border: 0;
	}
