body {
	background-color: #93BCFF;
	margin-top: 5px;
	text-align: center;
}
div.container {
	margin: 0 auto;
	text-align: center;
	border: 1px solid #000000;
	width: 804px;
}
#title {
	height: 60px; 
	background-image: url(http://www.nailgunmedia.com/title5.gif); 
	border-bottom: solid 1px #000000;
}
#monthNameDiv {
	text-align: center;
}

a { color: #013282; text-decoration: none; }

a:visited { color: #333; text-decoration: none; }

a:hover { color: #df0000; text-decoration: none; }
	
a img { border: none; }
table.calendarTable
{
	font-family: verdana; 
	font-size: 8pt;
	border: 0px;
}
td.calendarDay
{
	border-style: solid;
	border-width: 1px 0px 0px 1px;
	border-color: #999999;
	background-color: #EFF5FF;
	padding: 1px;
	width: 114px !important;
	height: 80px;
}
td.calendarDayToday
{
	border-style: solid;
	border-width: 1px 0px 0px 1px;
	border-color: #999999;
	background-color: #ffffdd;
	padding: 1px;
	width: 114px !important;
	height: 80px;
}
td.calendarDayLeft
{
	border-style: solid;
	border-width: 1px 0px 0px 0px;
	border-color: #999999;
	background-color: #EFF5FF;
	padding: 1px;
	width: 114px !important;
	height: 80px;
}
td.calendarDayTodayLeft
{
	border-style: solid;
	border-width: 1px 0px 0px 0px;
	border-color: #999999;
	background-color: #ffffe6;
	padding: 1px;
	width: 114px !important;
	height: 80px;
}
tr.calendarTopRow
{
	text-align: center;
	background-color: #ffffff;
}
div.monthName
{
	display: inline;
	position: relative;
	bottom: 3px;
	margin-bottom: 8px;
}
div.monthName a
{
	font-family: verdana; 
	font-size: 10pt;
	font-weight: bold;
	text-transform: lowercase;
}
img.arrow
{
	display: inline;
	position: relative;
	bottom: 2px;
	padding-top: 8px;
}
div.dayNumber
{
	display: inline;
	font-family: verdana; 
	font-size: 8pt;
	font-weight: bold;
}
div.dayNumberToday
{
	display: inline;
	font-family: verdana; 
	font-size: 8pt;
	font-weight: bold;
	color: #ff0000;
}
div.dayNumberToday a
{
	color: #ff0000;
}
div.dayNumberNonCurMonth
{
	display: inline;
	font-family: verdana; 
	font-size: 8pt;
	font-weight: bold;
	color: #cccccc;
}
div.dayNumberNonCurMonth a
{
	color: #cccccc;
}
div.events
{
	font-family: verdana; 
	font-size: 8pt;
	width: 99%;
}

div.post {
	font-family: verdana; 
	background-color:#EFF5FF;
}

div.postTitle {
	margin-left: 10px;
	font-weight: bold;
	font-size: 14px;
	color:#001260;
}

div.postHeader {
	font-family: verdana;
	color:#0F0152;
	font-size: 10px;
	line-height: 14px;
	font-weight: bold;
	padding: 10px 10px 0px 10px;
}

div.postContent {
	font-family: verdana;
	color:#0F0152;
	font-size: 10px;
	line-height: 14px;
	padding:10px;
}

div.postEmpty {
	font-family: verdana;
	color:#0F0152;
	font-size:11px;
}

#bottomNote {
	margin-top: 6px;
	margin-bottom: 25px;
	font-family: verdana;
	color:#000000;
	font-size: 10px;
	text-align: center;
}


#mediaWindow {
	font-family: verdana;
	border:1px solid #001260;
	background-color: #EFF5FF;
	font-size:0.8em;
	text-align: left;
}