table{font-size:6px;color:#ddd;font-weight:bold;}
ul{text-align:left;}

div#wrapper{
	background:#000;
	width:350px;
	margin-left:auto;/* center it*/
	margin-right:auto;/* center it*/
	border: 1px solid #DDDDDD;
	text-align:center;
	
}

.side{
	text-align:right;
	background:#EEEEEE;
	width:100px;
	}
.data{
	border:1px solid #EEEEEE;	

	}
/******* END GENERAL LAYOUT STUFF ***********/




/*
CALENDAR
***********/

table .cal_month{
	border:1px solid #444444;
	background-color:#000;
	font-size:8px;
	font-weight:400;
	color:#6800d3;
	width:114px;
	height:124px;
	}
.cal_month td {height:8px;}
thead td{
	font-family:Arial, sans-serif;
	font-size:8px;
	text-align:center;
}
.cal_title{
	font-family:Arial, sans-serif;
	background-color:#000;
	text-align:center;
	color:#777777;
	font-size:8px;
	}
.cal_data{
	text-align:center;
	}
.cal_empty{
	text-align:center;
	/*border:1px solid #EEEEEE;*/
	}