body {
	font-family: Lucida Grande, Lucida Sans, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #EEE;
}

ul {
	padding: 0;
	padding-bottom: 20px;
	margin: 0;
	list-style-type: square;
}
li {
	padding: 0;
	margin: 0;
	margin: 0.5ex 0 0.5ex 1.2em;
}

.header { 
	background: #80ade5 0 50% repeat-x;
	border-bottom: 1px solid #777;
	font-weight: bold;
	text-align: center;
	padding: 2px 0 4px;
	position: relative;
	overflow: hidden;
}
.footer {
	background: #d6d6d6 0 50% repeat-x;
	padding: 3px 10px;
	font-size: 0.85em;
	position: relative;
	overflow: hidden;
	white-space: nowrap;
	border-top: 1px solid #777;
}

#mainContent .footer  { border-top: 1px solid #BBB; }
.content {
	padding:	10px;
	position:	relative;
	overflow:	auto;
}

ul.toolbar {
	position:	relative;
	overflow:	hidden;
	height:		auto;
	margin:		0;
	padding:	2px;
	width:		100%;
	list-style:	none;
	text-align: left;
	background: #D6D6D6 0 50% repeat-x;
	border-top: 1px solid #BBB;
}
ul.toolbar li {
	font-size: 0.9em;
	margin: 0;
	padding: 2px 7px;
	float: left;
	color: #000;
	border: 1px solid transparent;
	border-right-color: #BBB;
	cursor: pointer;
}
ul.toolbar li:hover {
	color: #005;
	background: #EEE 0 50% repeat-x;
	border-top-color: #BBB;
	border-bottom-color: #BBB;
}
ul.toolbar li.first:hover {
	border-left-color: #BBB;
}
ul.toolbar li span {
	width: 			15px;
	height:			15px;
	margin-left:	-3px;
	margin-right:	0.75ex;
	vertical-align:	middle;
	opacity:		0.6;
	filter:			alpha(opacity=60);
	display:		block;
	display:		inline-block;
}
ul.toolbar li:hover span {
	opacity: 1;
	filter: alpha(opacity=100);
}

#asoptical-background{
	height: 90px;
	text-align: center;
	background: white url(/img/asoptical-wallpaper.jpg) no-repeat center;
}

#asoptical-background-footer{
	height: 100%;
	text-align: center;
	background: white url(/img/asoptical-wallpaper.jpg) no-repeat center;
}

.select {
    background-color: #BBBBBB;
    width: 10%;
}

.spacer {
	clear: both;
}

/* Date */
.dateBox {
	-moz-box-shadow: 3px 3px 3px 3px #DCDCDC;
	-webkit-box-shadow: 3px 3px 3px 3px #DCDCDC;
	font-family: trebuchet ms, helvetica, arial;
	box-shadow: 3px 3px 3px 3px #DCDCDC;
	background: #eee;
	color: #000;
	font-size: 14px;
	padding: 12px 0px 2px 2px;
	position: relative;
	text-align: center;
	width: 60px;
	float: right;
	border-radius:6px;
	-moz-border-radius:6px; 
	border: 1px solid #DCDCDC; 
}

.day {
	font-family: georgia, serif;
	font-size: 34px; 
}

.month {
	/*color: #eee;*/
	left: 3px;
	/*margin-top: -15px;*/
	position: absolute;
	text-transform: uppercase;
	top: 3px;
	width: 100%;
}