
body {
	font-size: 12px;
	color: #333333;
	font-family: Arial, sans-serif;
    line-height: 1.2em;
	font-size: 12px;
	color: #333;
	font-family: arial, sans-serif;
	background-image: url(http://www.microseeps.com/html/images/background.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}

body a {
	font-size: 12px;
	color: #333333;
	font-family: Arial, sans-serif;
    line-height: 1.2em;
	font-size: 12px;
	color: #333;
	font-family: arial, sans-serif;
	
	}

	
html {
	background-color: #777;
	background-image: url(/images/css/bg_tile.gif);
	background-repeat: repeat;
}



.page_content {
    width: 816px;
    background: #fff;
    margin-left: auto;
    margin-right: auto;
}


#Content {
	position: relative;
	left: 230px;
	top: -210px;
}



#monthchoice {
	padding-bottom: 46px;
	width: 460px;
	margin-left: 20px;
}



.event_box {
	width: 480px;
	margin-left: 20px;
	padding-bottom: 48px;

}


.event_title {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 9px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	padding-bottom: 2px;
}


table.callayout {
	border: 0 solid;
	background-color: #CCC;
	}
	
table.callayout * {
	font-size: 10px;
}
	


table.callayout caption, table.data th, table.data td {
	margin-top: 24px;
    padding: 5px;
	background-color: #FFF;
	}

td, th {
    vertical-align: top;
    
}

tr.alt td {
    background-color: #DFDFDF;

}

label {
	font-weight: bold; 
	padding-right: 12px;
}


#calendar {
   width: 530px;
}

#calendar th {
	background-color: #f7f7f7;
   
}

	
#calendar td.event_day { 
	background-color: #F5F7FA; 
}

#calendar td { 
	height: 60px; 
}

#calendar td,
#calendar th { 
	width: 60px; 
}

#calendar tr td {
	background-color: #FFF; 
	padding: 6px;
}

#calendar tr th {
	background-color: #e9e9e9; 
	padding: 6px;
}



#calendar td.null { 
	background-color: #f3f3f3; 
	}
	



