/* CSS Document */

#smcal {
	width: 240px;
	float: left;
	font:Arial, Helvetica, sans-serif;
	}
#smcal div.nav {
	width: 240px;
	margin-top: 1px;
	float: left;
	text-align:center;
	}
#smcal div.last, #smcal div.next {
	width: 22px;
	height: 22px;
	float: left;
	}
#smcal div.status {
	width: 196px;
	height: 22px;
	font:bold 12px Arial, Helvetica, sans-serif;
	line-height: 22px;
	color:#069;
	float: left;
	}
#smcal div.listing {
	width: 238px;
	padding-left: 2px;
	float: left;
	}
#smcal div.row {
	margin-top: 6px;
	width: 238px;
	float: left;
	}
#smcal div.weekday {
	color:#000;
	width: 32px;
	font:10px Arial, Helvetica, sans-serif;
	text-align: center;
	margin-right: 2px;
	float: left;
	/* MSIE hack: prevents double margin */
	display: inline;
	}
#smcal div.day {
	width: 32px;
	height: 15px;
	color: #CCC;
	font-size: 10px;
	margin-top: 1px;
	margin-right: 2px;
	float: left;
	line-height:15px;
	/* MSIE hack: prevents double margin */
	display: inline;
	}
#smcal div.day span {
	padding-left: 3px;
	font:10px Arial, Helvetica, sans-serif;
	color:#fff;
	line-height:15px;
	}
#smcal div.end {
	/* margin-right: 0; */
	}
#smcal div.on {
	background-image: url(../../assets/images/smcal/smcal_cell.gif);
	}
#smcal div.off {
	background-image: url(../../assets/images/smcal/smcal_cell-off.gif);
	}
#smcal div.current {
	width: 29px;
	height: 15px;
	font:10px Arial, Helvetica, sans-serif;
	color:#fff;
	padding-left: 3px;
	line-height:15px;
	background: url(../../assets/images/smcal/smcal_cell_current.gif) no-repeat left;
	}
#smcal a {
	display: block;
	cursor:pointer;
	}
#smcal a.event {
	width: 29px;
	height: 15px;
	font:10px Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
	padding-left: 3px;
	line-height:15px;
	background: url(../../assets/images/smcal/smcal_cell_event.gif) no-repeat left;
	}
#smcal a:hover.event {
	}
#smcal a.current {
	width: 29px;
	height: 15px;
	font:bold 10px Arial, Helvetica, sans-serif;
	color:#fff;
	text-decoration: none;
	padding-left: 3px;
	}
#smcal a:hover.current {
	}
#smcal div.details {
	width: 100%;
	margin:15px 0 10px 0;
	}
#smcal div.details div.text {
	}
#smcal div.details div.text span {
	color: #333;	
	}
#smcal div.details p.date{
	font:10px Arial, Helvetica, sans-serif;
	margin:2px 0 0px 1px;
	}
#smcal div.details p.date span{
	padding:0 0 0 10px;
	color:#999;
	}
#smcal div.details h3{
	margin:2px 0 8px 1px;
	}
#smcal div.details div.text div {
	color: #D00;
	padding-top: 2px;
	}
#smcal div.details div.desc {
	width: 220px;
	line-height: 1.2em;
	padding: 0;
	margin: 0;
	margin-top: 10px;
	float: left;
	}
#smcal a.more{
	display:inline;
	}
	
	
	
	
	
#calendar {
	width: 512px;
	margin:10px auto;
	overflow:hidden;
	}
#calendar #nav {
	width: 510px;
	margin:0 0 5px 0;
	border-bottom:1px dotted #ccc;
	float: left;
	padding:10px 0 7px;
	/* MSIE hack: prevents double margin */
	display: inline;
	}
#calendar #nav .month {
	width: 363px;
	color:#872175;
	font:18px Georgia, "Times New Roman", Times, serif;
	text-transform:lowercase;
	float: left;
	}
#calendar #nav .monthnav {
	font:11px Arial, Helvetica, sans-serif;
	margin-top: 10px;
	float: right;
	position:relative;
	z-index:9;
	}
#calendar div.row {
	width: 512px;
	margin:6px auto 0;
	float: left;
	}
#calendar div.weekday {
	width: 72px;
	font:11px Arial, Helvetica, sans-serif;
	text-align: center;
	padding: 0px 0;
	margin-right: 0px;
	float: left;
	/* MSIE hack: prevents double margin */
	display: inline;
	}
#calendar div.day {
	width: 72px;
	height: 20px;
	border-bottom: 1px solid #EEE;
	margin-top: 1px;
	margin-right: 1px;
	overflow: hidden;
	float: left;
	/* MSIE hack: prevents double margin */
	display: inline;
	}
#calendar div.day span {
	width: 14px;
	padding: 3px;
	float: left;
	color:#fff;
	font:12px Arial, Helvetica, sans-serif;
	}
#calendar div.on {
	background-color: #F3F3F3;
	}
#calendar div.off {
	background-image: url(../../assets/images/lgcal/smcal_cell-off.gif);
	}
#calendar div.current {
	background: url(../../assets/images/lgcal/smcal_cell_current.gif);
	}
#calendar div.on {
	background-image: url(../../assets/images/lgcal/smcal_cell.gif);
	}
#calendar div.off {
	background-image: url(../../assets/images/lgcal/smcal_cell-off.gif);
	}
#calendar div.event {
	width: 72px;
	height:20px;
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom:1px;
	float: left;
	cursor:pointer;
	background: url(../../assets/images/lgcal/smcal_cell_event.gif);
	}
#calendar div.event:hover {
	background-image: url(../../assets/images/lgcal/smcal_cell_event_over.gif);
	}
#calendar div.event span {
	width: 14px;
	padding:3px 0 0 3px;
	float: left;
	color:#fff;
	font:12px Arial, Helvetica, sans-serif;
	}