/* cedarCal CSS Styles - Generic */

.calSmall {
	position: relative;
	width:200px;
	margin:auto;
	text-align:center;
	font-size: 12px;
	min-height: 165px;
	_height: 165px;	
}
.calLarge {
	position: relative;
	width: CMS2_CEDARCAL_SIZEpx;
	margin:auto;
	font-size: 18px;
	min-height: 600px;
	_height: 600px;
}
.calTableS{
	background-color: #0f0d52;
	border: 1px solid #222222;	
	margin:auto;
}

.calTableL {
	/* background-color: #f2f2f2;
	border: 1px solid #2222222; */
	margin:auto;
	clear:both;
	-moz-border-radius: 15px;
}

.calHead {
	color: #f2f2f2;
}

.calHeadS {
	width: 23px;
	height: 18px;
	color:#ffffff;
	font-weight: bold;
	background-color: #0f0d52;

}
.calHeadL{
	width: 100px;
	text-align: center;
	vertical-align: bottom;
}

.calBodyS {
	width: 23px;
	height: 18px;
	border: solid 1px #c8c7d6;
	text-align: center;
	font-size: 12px;
}
.calBodyL {
	width: 100px;
	border: solid 1px #222222;
	vertical-align: top;
	height: 100px;
	font-size: 12px;
	text-align:right;
	-moz-border-radius: 4px;
}

.Levent {
	background-color: #f9f9f9;
}
.Lempty {
	background-color: #f2f2f2;
}
.eventDot{
	width: 10px;
	height: 10px;
	margin-right: 3px;
	float:left;
	-moz-border-radius: 4px;
}
.calEmpty {
	background-color: #0f0d52;
	cursor:default;
	color:#ffffff;
}
.calEvent {
	background-color: #8c8baa;
	color: #0f0d52;
}
.calEvent:hover {
	background-color: #f2f2f2;
	color: #0f0d52;
	cursor:pointer;
	cursor:hand;
}

.calNum  {
	float:left;
	width: 24px;
	height: 20px;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	border-right: solid 1px #222222;
	border-bottom: solid 1px #222222; 
	margin-top: -1px;
	margin-left: -1px;
	margin-right: 5px;
	margin-bottom: 5px;
	background-color: #cccccc;
	color: #000000;
	-moz-border-radius-bottomright: 2px;
	-moz-border-radius-topleft: 4px;
}
.eventList {
	font-size: 10px;
	margin: 2px;
	text-align:left;
}
.calBlankS {
	width: 23px;
	height: 18px;
}
.calBlankL {
	width: 100px;
}

.calEvents {
	position: absolute;
	top: 20px;
	left: 50%;
	margin-left: -110px;
	width: 220px;
	padding: 2px;
	background-color: #0f0d52;
	border: solid 1px #f2f2f2;
	font-size: 12px;
	color:#ffffff;
}
.calEventsHeader {
	color: #ffffff;
	font-size: 10px;
	font-weight: bold;
	width: 193px;
	border-bottom: solid 1px #f2f2f2;
	float: left;
	text-align: left;
	cursor:pointer;
	cursor:hand;
	
}
.calEvents p {
	clear: left;
	text-align: right;
}
.calEvents a {
	color:#f2f2f2;
	text-decoration: none;
}
.calEvents a:hover { 
	text-decoration: underline;

}
.calEvents a:visited {
	color:#f2f2f2;

}

.calNavS {
	color:#0f0d52;
	font-size: 12px;
	margin: auto;
}
.calNavL {
	color: #cccccc;
	font-size: 48px;
	font-weight: bold;
	float:right;
}

.fakeLink {
	color:#0f0d52;
	text-decoration:none;
}
.fakeLink:hover {
	color:#cccccc;
	cursor:pointer !important;
}
.fakeButl{
	height:25px;
	width:20px;
	background-color: #dedede;
	background-position: 50% 50%;
	font-size: 14px;
	font-weight: bold;
	float:left;
	line-height: 25px;
	text-align: center;	
	border: solid 0.5px #cccccc;
	margin: 24px 1px 0px 0px;
	-moz-border-radius: 4px;
}
.fakeButl:hover {
	cursor:pointer;
	cursor:hand;
	background-color: #fefefe;
}
.fakeButr{
	height:25px;
	width:20px;
	background-color: #dedede;
	background-position: 50% 50%;
	font-size: 14px;
	font-weight: bold;
	float:left;
	line-height: 25px;
	text-align: center;	
	border: solid 0.5px #cccccc;
	margin: 24px 1px 0px 0px;
	-moz-border-radius: 4px;
}
.fakeButr:hover {
	cursor:pointer;
	cursor:hand;
	background-color: #fefefe;
}
#modalDisplay{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background-image:url(../cedarCal/modal.png);
}
#modalDay{
	background-color: #f2f2f2;
	margin: auto;
	margin-top: 120px;
	width: 400px;
	border: solid 1px #222222;
	padding: 5px;
}
.dayHead {
	font-size: 16px;
	text-align: center;
	border-bottom: solid 1px #222222;
	margin-bottom: 5px;
}
.dayEvent{
	font-size: 12px;
	padding: 3px;
	margin: 2px;
	-moz-border-radius: 4px;
}
.dayFoot{

}
.dayCloser{
	width:50px;
	float:right;
	font-size:10px;
	line-height:16px;
}
.dayCloser:hover {
	cursor:pointer;
	cursor:hand;
}
.monthName{
	padding-right: 10px;
	float: left;
	color: #cccccc;
	font-size: 44px;
	font-weight: bold;
	vertical-align: bottom;
}
.yearName{
	padding-left: 20px;
	padding-right: 10px;
	float: left;
	color: #cccccc;
	font-size: 44px;
	font-weight: bold;
	vertical-align: bottom;
}


