/*----calendar------*/

.dayHeader .day {
	background-color: #03305a !important;
	color: #FFFFFF;
	text-align:center;
	width: 36px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.cal-container .prevArrow, .cal-container .nextArrow {
	width: 12px;
	height: 8px;
	display:block;
	float: left;
	margin-top: 5px;
}

.cal-container .prevArrow {
	background-image:url(../images/shell/events_tab/prev_arrow.gif);
	background-repeat:no-repeat;

}

.cal-container .nextArrow {
	background-image:url(../images/shell/events_tab/nxt_arrow.gif);
	background-repeat:no-repeat;
}

.cal-container .cal-head {
	float: left;
	width: 232px;
}

.cal-days td {
	text-align:center;
	background-image:url(../images/shell/events_tab/dots.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	height: 32px;
	color: #efefef;
}

.cal-days td a {
	display: block;
	width: 36px;
	height: 32px;
	color: #FFFFFF;
	line-height: 32px;
}

.cal-days td.cdate {
	width: 20px;
}

.cal-days td.today {
	background-color: #327ab5;
}

.cal-days td.selweek {
	background-color: #599cd3;

}
.cal-days td.seldate {
	background-color: #3179b4;
}

/*-------eventlayout-----*/
.evnt-item {
	border-left: solid 1px #efefef;
	border-right: solid 1px #efefef;
	width: 430px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 11px;
}
.evnt-item p
{
	font-size: 11px;
}
.evnt-item-btm {
	background-image:url(../images/shell/calendar/evnt_brdr_btm.gif);
	background-repeat:no-repeat;
	width: 452px;
	height: 7px;
	clear: both;
	margin-bottom: 20px;
}
.evnt-item h3.e-item {	
	color: #03305a;
	font-weight: bold;
	padding: 0px;
	font-size: 13px;
	width: 345px;
	float: left;
}
.evnt-item .date-display {
	background-image:url(../images/shell/calendar/date_bg.gif);
	background-repeat:no-repeat;
	width: 41px;
	height: 45px;
	float: right;
	color: #ffffff;
}
.evnt-item .date-display h4 {
	font-size: 14px;
	width: 38px;
	height: 17px;
	padding-left: 3px;
}
.evnt-item .date-display h5 {
	text-align: right;
	font-size: 27px;
	padding: 5px 6px 0 0;
}
.evnt-item .e-date {
	margin-bottom: 10px;
	width: 345px;
	float: left;
}
.evnt-item img {
	border: solid 1px #e0e0e0;
	margin-right: 7px;
	float: left;
	max-width:100px;
}

.evnt-item .e-extras {
	float: left;
}

.evnt-item .e-extras,
.evnt-item .minimum{
	width: 321px;
}

#content_interior #leftside #pagecontent .evnt-item .e-extras ul li
{
	list-style: none;
	margin: 0;
}

.evnt-item .links {
	clear: both;
	color: #181625;
	margin-bottom: 10px;
	float: right;	
}

.evnt-item .links ul{	
	margin: 0px;
	padding: 0px;
	float: right;
}
#content_interior #leftside #pagecontent .evnt-item .links ul li{
	float: left;
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.evnt-item .links ul li a{
	color: #181625;
	text-decoration:none;
	font-size: 11px;
	height: 30px;
	line-height: 30px;
	display: block;
	margin-left: 20px;
}

.evnt-item .links ul li a.more-info {
	background-image:url(../images/shell/calendar/more_info.gif);
	background-repeat:no-repeat;
	background-position:right;
	padding-right: 20px;
}

.evnt-item .links ul li a.tickets {
	background-image:url(../images/shell/calendar/tickets.gif);
	background-repeat:no-repeat;
	background-position:right;
	padding-right: 20px;

}

.evnt-item .links ul li a.itineraryAdd{
	background-image:url(../images/shell/calendar/itin.gif);
	background-repeat:no-repeat;
	background-position:right;
	padding-right: 30px;
}

.evnt-item .links ul li span.itineraryAdded, .evnt-item .links ul li a.itineraryAdded{
	background-image:url(../images/shell/calendar/itin_on.gif);
	background-repeat:no-repeat;
	background-position:right;
	padding-right: 30px;
	margin-left: 20px;
	height: 30px;
	line-height: 30px;
	display: block;

}
.evnt-item .links ul li a.website {
	background-image:url(../images/shell/calendar/more_info.gif);
	background-repeat:no-repeat;
	background-position:right;
	padding-right: 20px;
}

.evnt-mainHeader {
	color: #cccccc;
	font-size: 12px;
	text-align:center;
}



/*----submit event recur-------*/

.recur_menu_on , .recur_menu {
	color:#FFFFFF;
	text-align:center;
	font-size: 11px;
	height: 15px;
	cursor: pointer;
}
.recur_menu_on {
	background-color:#03305a;
}

.recur_menu {
	background-color: #eeeeee;
	color:#03305a;
}

.recur {
	border: solid 1px #eeeeee;
	padding: 4px;
	background-color: #e1e1e1;
}

h6.calendar
{
	text-align:center;
}