body {
	color: #777;
	font-size: 12px;
  	font-family: Arial, Helvetica, Verdana;
}

img {
	border: 0;
	vertical-align: middle;
}

#calendar {
	width:707px; 
	display: block;
	border-left: 1px solid #CCC;
	float: left;
}

#cal_navigation {
	width: 200px;
	height: 45px;
	margin-left: 13px;
	margin-top: 2px;
	clear: both;
	display: block;
}

.weekend { background-color: #F8F8F9; }

.box {
	display: block; 
	height: 120px; 
	width: 99px;
	background-color: #FDFDFD;
	border-top: 1px solid #FDFDFD; 
	border-right: 1px solid #E1E1E1; 
	border-bottom: 1px solid #E1E1E1; 
	border-left: 1px solid #FDFDFD; 
	float: left;
  	font-size: 10px;
  	overflow-y: hidden;
  	line-height: 15px;
  	color: #111;
}

.boxtoday {
	display: block; 
	height: 120px; 
	width: 99px;
	background-color: #FFF;
	border: 1px solid #77B6E9;
	color: #2D5770;
	float: left;
  font-size: 10px;
}

.blankbox {
	background-color: #DDD;
  	border-top: 1px solid #DDD;
  	border-right: 1px solid #E1E1E1;
  	border-bottom: 1px solid #E1E1E1;  
  	border-left: 1px solid #DDD;
 	display: block; 
	height: 120px; 
	width: 99px;
	float: left;
}

.boxtop {
	height: 13px;
	width: 91px;
	background-color: #EFEFEF;
	font-size: 10px;
	text-align: center;
	padding: 3px;
	border-top: 1px solid #EFEFEF;
	border-right: 1px solid #E1E1E1;
	border-bottom: 1px solid #E1E1E1;  
	border-left: 1px solid #EFEFEF;
	color: #111;
}

.boxtoptoday {
	height: 13px;
	width: 91px;
	background-color: #80B3D2;
	font-size: 10px;
	text-align: center;
	padding: 3px;
	border-top: 1px solid #EFEFEF;
	border-right: 1px solid #E1E1E1;
	border-bottom: 1px solid #77B6E9;
	border-left: 1px solid #EFEFEF;
	color: #2D5770;	
}

.boxdate {
	text-align: right;
}

.event {
	padding: 2px;
	border-top: 1px solid #CCC;
	background-color:#FFF;
}

.title {
	color: #000;
	font-weight: bold;
	font-size: 12px;
	line-height: 30px;
}

.titlebox {
	display: block; 
	height: 14px; 
	width: 97px;
	background-color: #E1E1E1; 
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	float: left;
	font-size: 10px;
	text-align: center;
	padding: 2px;
}

.clear { clear: left; }

.bluebox {
	border: 1px solid #77B6E9;
	color: #2D5770;
}

.blueboxtop {
	background-color: #E8EFF5;
	color: #2D5770;
}

.blueboxtoday {
	border: 1px solid #77B6E9;
	color: #2D5770;
}

.blueboxtoptoday {
	border-bottom: 1px solid #77B6E9;
	background-color: #80B3D2;
	color: #2D5770;
}

