

/* start Cal CSS  */

body {
	font-family:Arial, Helvetica, sans-serif;
}

/* contains calTbl & eventTbl */
.holdTbl {
	width:565px;
	border:1px #cccccc solid;
}



.calTbl {
	background-color:#e3e3e2;
	width:300px;
	padding:0px;
	margin:0px;
}


.calDay {
	height:54px;
	width:45px;
	border-bottom:#b0afad 1px solid;
	border-left:#FFFFFF 1px solid; 
	text-align:center;
	padding:0px;
}

.dayInner {/* Day box  */
	border-top:#FFFFFF 1px solid; 
	border-right:#b0afad 1px solid;
	font-size:20px; 
	font-weight:bold; 
	color:#9f9d97;
	text-align:center;
	margin:0 auto;
	height:54px;

}


.current{ /* Active Days Darker Text */
	color:#4a4641;
}

.past {   /* Past Days Grey Text */
	color:#9f9d97;
}


.calShadow {
	border-bottom:#b0afad 1px solid;padding:1px;
	background-image: url('http://apps.marcustec.com/events/images/lower_bk.gif');
	background-repeat:repeat-x;
	width:300px;
	height:62px;
}

.day {
	height:18px;
	width:45px;
	border-bottom:#b0afad 1px solid;
	text-align:center
}

.titleDay {
	font-size:20px; 
	font-weight:bold; 
	color:#4a4641;
	text-align:center;
	margin:0 auto;
	font-size:12px
}

.month {
	height:30px;
	width:285px;
	text-align:center;
	padding:5px
}

.titleMonth {
	font-size:20px; 
	font-weight:bold; 
	color:#4a4641;
	text-align:center;
	margin:0 auto;
	font-size:22px;
	width:285px;
}

.topcat {
	height:20px;
	width:520px;
	text-align:center;
	padding:0px;
	background-image: url('http://apps.marcustec.com/events/images/top.gif');
	background-repeat:repeat-x;
}

.cat {
	height:44px;
	text-align:center;
	background-image: url('http://apps.marcustec.com/events/images/calTitleCat_bk.gif');
	background-repeat:repeat-x;
	font-size:20px; 
	font-weight:bold; 
	color:#FFF;
	margin:0 auto;
	
}



.dateSelectd { /* changes  background on select date to indented graphic */
	background-image: url('http://apps.marcustec.com/events/images/calDay_selected.gif');
	background-repeat:no-repeat;
	border:none;
}

.bordernone { /* use with dateSelect to change font color and remove border */
	border:none;
	color:#FFFFFF;
}


/* Day with Event Link - Orange Button, with Hover state */
a.event:active, a.event:visited, a.event:link{
	display:block;
	height:54px;
	font-weight:bold; 
	color:#ffffff;
	font-size:20px;
	text-align:center;
	margin:0 auto;
	background-image: url('http://apps.marcustec.com/events/images/calDay_event.gif');
	background-repeat:no-repeat;
	border:none;
	text-decoration:none;
}


a.event:hover{
	display:block;
	color:#FFFFFF;
	height:54px;
	font-weight:bold; 
	font-size:20px;
	background-image: url('http://apps.marcustec.com/events/images/calDay_event_on.gif');
	background-repeat:no-repeat;
	border:none;
	text-decoration:none;
}


a.highslide-body:link, a.highslide-body:visited, a.highslide-body:active,  a.highslide-body:hover{
	color:#096;
}






.listTbl {
	background-color:#ffffff;
	width:240px;
} 


