/* Calendar CSS Document */

#eventtyperow {
	height: 40px;
	margin: 0px;
	padding: 0px;
}

#eventtyperow ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

#eventtyperow li {
	margin: 0;
	padding: 0px 5px 0px 5px;
	list-style-type: none;
	display: inline;
	float: left;
	border-left: 1px solid #EAEAEA;
	height: 40px;
	font-size: 10px;
	color: #666666;
}

.eventtypepad {
	margin: 0px;
	padding-bottom: 5px;
}

#eventtypedivider {
	background-image: url(../images/back_caldivider.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	height: 15px;
}

#calrightcolumn {
	float: right;
	width: 165px;
	padding-top: 22px;
}

#calleftcolumn {
	/*margin-right: 175px;*/
}

.caltabfloat {
	float: left;
	width: 120px;
	background-image: url(../images/back_caltab.jpg);
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	margin-right: 3px;
	height: 21px;
	line-height: 21px;
}

.caltabfloat a {
	display: block;
	height: 21px;
	line-height: 21px;
	font-size: 10px;
	color: #E86E34;
	text-decoration: none;
	padding: 0px 0px 0px 10px;
}

.caltabfloat a:hover {
	text-decoration: underline;
}

.caltabfloaton {
	float: left;
	width: 120px;
	background-image: url(../images/back_caltabon.jpg);
	margin-right: 3px;
	height: 21px;
	line-height: 21px;
}

.caltabfloaton a {
	display: block;
	height: 21px;
	line-height: 21px;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	padding: 0px 0px 0px 10px;
}

.caltabfloaton a:hover {
	text-decoration: underline;
}

.calendar_cell_leftrow {
	font-size: 10px;
	color: #666666;
	background-color: #ffffff;
	background-image: url(../images/back_calcell.jpg);
	background-position: bottom left;
	background-repeat: repeat-x;
	height: 86px;
	width: 14%;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	vertical-align: top;
}
.calendar_cell_rightrow {
	font-size: 10px;
	color: #666666;
	background-image: url(../images/back_calcell.jpg);
	background-color: #ffffff;
	background-position: bottom left;
	background-repeat: repeat-x;
	height: 86px;
	width: 14%;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	vertical-align: top;
}

.calendar_cell {
	font-size: 10px;
	color: #666666;
	background-image: url(../images/back_calcell.jpg);
	background-color: #ffffff;
	background-position: bottom left;
	background-repeat: repeat-x;
	height: 86px;
	width: 14%;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	vertical-align: top;
}
/*This week*/
.calendar_cell_leftrow_current {
	font-size: 10px;
	background-image: url(../images/back_calcell.jpg);
	background-color: #ffffff;
	background-position: bottom left;
	background-repeat: repeat-x;
	height: 86px;
	width: 14%;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	vertical-align: top;
}
.calendar_cell_rightrow_current {
	font-size: 10px;
	background-image: url(../images/back_calcell.jpg);
	background-color: #ffffff;
	background-position: bottom left;
	background-repeat: repeat-x;
	height: 86px;
	width: 14%;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	vertical-align: top;
}

.calendar_cell_current {
	font-size: 10px;
	background-image: url(../images/back_calcell.jpg);
	background-color: #ffffff;
	background-position: bottom left;
	background-repeat: repeat-x;
	height: 86px;
	width: 14%;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	vertical-align: top;
}
/* End This Week*/
.calendar_cell_thisweek {
	font-size: 10px;
	background-image: url(../images/back_calcell.jpg);
	background-position: bottom left;
	background-repeat: repeat-x;
	height: 86px;
	width: 14%;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	vertical-align: top;
}
.calarrowcell {
	vertical-align: middle;
	text-align: left;
	background-image: url(../images/menu-green.png);
	border: 1px solid #063;
	height: 28px;
	line-height: 37px;
	font-size: 17px;
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 14px;
	font-size: 16px;
}

.cal_headeritem {
	color: #006666;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	height: 15px;
	line-height: 15px;
}

#calcontainer {
}

.caldayfloat {
	float: right;
	width: 20px;
	padding: 10px 0px 0px 0px;
	font-size: 10px;
	color: #666666;
}

#caljumpfloat {
	float: right;
	width: 185px;
	padding-top: 8px;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
}

#caljumpfloat2 {
	padding: 4px 4px 0px 0px;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
	text-align: right;
}

#rightbox_ordertickets {
	background-color: #91247E;
	padding: 5px;
	margin-bottom: 5px;
}

#rightbox_events {
	background-color: #82BE5C;
	padding: 5px;
}

.rightboxheader {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	height: 20px;
	line-height: 20px;
	padding-left: 5px;
}

.rightboxcontents {
	background-color: #FFFFFF;
	color: #333333;
	border: 1px solid #FFFFFF;
}

#eventemailsignup {
	height: 14px;
	border: 1px solid #CCCCCC;
}
#eventemailbtn {
	float: right;
	width: 14px;
	height: 14px;
}

#eventemailbox {
	margin-right: 15px;
}
#eventemailbox input {
	padding: 0px;
	margin: 0px;
	border: none;
	background-color: #FFFFFF;
	font-size: 9px;
	height: 14px;
	width: 100px;
}

.callisthead {
	vertical-align: middle;
	text-align: left;
        background-image: url(/assets/images/menu-green.png);
        border: 1px solid #063;
	height: 37px;
	vertical-align: bottom;
	font-size: 10px;
	color: #ffffff;
}

.callistcell {
	font-size: 11px;
	color: #666666;
	background-image: url(../images/back_callistcell.jpg);
	background-position: bottom left;
	background-repeat: repeat-x;
	height: 25px;
	border-top: 1px solid #CCCCCC;
	vertical-align: middle;
}

.callistheadpad {
	padding: 0px 0px 5px 25px;
}

#caltools {
	height: 31px;
	margin: 0px;
	padding: 0px;
	float: right;
	width: 250px;
	margin-top: 15px;
}

#caltools ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

#caltools li {
	margin: 0;
	padding: 0px 8px 0px 8px;
	list-style-type: none;
	display: inline;
	float: right;
	height: 31px;
	line-height: 31px;
	font-size: 10px;
	color: #CCCCCC;
	background-image: url(../images/back_vertdivider.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

#callinks {
	margin: 0px 300px 0px 175px;
	padding: 15px 0px 0px 0px;
}

#callinks ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

#callinks li {
	margin: 0;
	padding: 0px 8px 0px 8px;
	list-style-type: none;
	display: inline;
	float: left;
	height: 31px;
	line-height: 31px;
	font-size: 10px;
	color: #CCCCCC;
	background-image: url(../images/back_vertdivider.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

#calinnerleft {
	float: left;
	width: 327px;
}

#calinnerright {
	margin-left: 365px;
}

#caleventmedia {
	background-color: #E2E2E2;
	padding: 0px 10px 10px 10px;
}

#eventmediabar {
	padding: 5px 0px 5px 0px;
}

#eventimagelinks {
	background-image: url(../images/back_vertdividersmall.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	height: 21px;
	line-height: 21px;
	float: right;
	width: 100px;
	padding-top: 3px;
}

.eventimagelink {
	float: right;
	width: 16px;
	margin-left: 4px;
}

.eventimagelink a {
	display: block;
	width: 16px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	color: #F97201;
	background-color: #FFFFFF;
	text-decoration: none;
}

#sponsortitle {
	padding: 35px 0px 20px 10px;
	font-size: 10px;
	color: #666666;
}

#sponsorcontainer {
	padding: 10px;
}

.sponsorfloat {
	float: left;
	width: 70px;
	height: 70px;
}

.eventcategory {
	color: #009CBF;
	padding: 0px 0px 20px 0px;
	font-size: 11px;
	font-weight: bold;
}

.eventtitle {
	color: #333333;
	font-size: 18px;
	padding: 0px 0px 20px 0px;
}

#eventdates {
	border-top: 4px solid #009CBF;
	padding-bottom: 25px;
}

.eventdatehead {
	color: #009CBF;
	padding: 15px 0px 5px 0px;
	border-bottom: 1px solid #CCCCCC;
	font-size: 11px;
}

.eventdatecell {
	height: 21px;
	line-height: 21px;
	border-bottom: 1px solid #CCCCCC;
}

.eventsectiontitle {
	color: #009CBF;
	padding: 0px 0px 10px 0px;
	font-size: 11px;
	font-weight: bold;
}

.eventsection {
	padding: 0px 0px 10px 0px;
}

#eventcontentpad {
	padding: 0px 45px 0px 0px;
}


#cal_icon_monthly {
	display: block;
	float: right;
	margin-left: 2px;
	padding-left: 21px;
	padding-right: 5px;
	height: 16px;
	line-height: 16px;
	background-image: url(../images/calview_monthly.gif);
	background-repeat: no-repeat;
	padding-bottom: 3px;
	border-top: 1px solid #063;
	border-left: 1px solid #063;
	border-right: 1px solid #063;
	background-position: 5px 5px;
	background-color: #ffffff;
}

#cal_icon_list {
	display: block;
	float: right;
	margin-left: 2px;
	padding-left: 21px;
	padding-right: 5px;
	height: 16px;
	line-height: 16px;
	background-image: url(../images/calview_list.gif);
	background-repeat: no-repeat;
	padding-bottom: 3px;
	border-top: 1px solid #063;
	border-left: 1px solid #063;
	border-right: 1px solid #063;
	background-position: 5px 5px;
	background-color: #ffffff;
}
.cal_off {
	font-weight: normal;
}
.cal_on {
	font-weight: bold;
}
.event_list_row {
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	padding: 5px;
}

.arrow, .arrow:hover{
  color: white; 
  font-weight: bold;
  text-decoration: none;
  font-size: 12pt;
}









