/* Events */
.evnt-container {
	float:left;
	clear:left;
	padding-top: 20px;
}

.parentFloat {
	float: left;
	width: 195px;
}

.parentFloatR {
	float: left;
	width: 240px;
}

.parentFloat p{
	width: 190px;
	padding-right: 10px;
}

#mainContentCal {
	
}

#mainContent .evnt-container {
	clear:both;
}

#sidebar2 .evnt-container {
	float:none;
	width:270px;
	clear:both;
}
.evnt-mainHeader {
	background-color:#2178c5;
	text-align:center;
	color:#FFF;
	height:2.7em;
	clear:both;
	width: 635px;
}
.evnt-mainHeader h3 {
	font-size:1em;
	line-height:2.7em;
	letter-spacing:0.09em;
}
.evnt-mainHeader .prevArrow {
	display:block;
	float:left;
	width:21px;
	height:21px;
	margin:3px 10px 0 15px;
}
.evnt-mainHeader .nextArrow {
	display:block;
	float:right;
	width:21px;
	height:21px;
	margin:3px 15px 0 10px;
}
.evnt-mainHeader a.prevArrow {
	background-image:url(../images/cal/prevMonth.jpg);
	background-repeat:no-repeat;
}
.evnt-mainHeader a.nextArrow {
	background-image: url(../images/cal/nextMonth.jpg);
	background-repeat:no-repeat;
}
.evnt-category {
	background-color:#afd9ff;
	text-align:center;
	height:2.2em;
	clear:both;
	border-bottom:1px solid #333;
}
#mainContent .evnt-category {	
	width: 635px;
}

#sidebar2 .evnt-category {
	float:none;
	width:270px;
}
.evnt-category h3 {
	font-weight:bold;
	font-size:12px;
	color:#666;
	line-height:2.2em;
}
.evnt-item {
	padding: 10px 15px;
	color:#666666;
	clear:both;
	border-bottom: 1px solid #CCC;
}
.evnt-item h2 {
	font-size:1.5em;
	color:#666666;
	display:inline;
}
.evnt-thumb {
	display: inline;
	float: right;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
	clear:right;
	width:85px;
	height:85px;
	position:relative;
	overflow:hidden;
}
.corners {
	display:inline;
	position:relative;
	z-index:5;
	left:0px;
	top:0px;
}
.thumb {
	display:inline;
	position:relative;
	z-index:4;
	left:-1px;
	top:-86px;
}
.evnt-item .links {
	float:left;
	clear:left;
	margin:0.3em 0 0.8em 0;
}
.evnt-item .links li {
	display:inline;
}
.evnt-item p {
	clear:both;
}
.evnt-item span.itineraryAdd {
	font-weight:bold;
	font-size:1em;
	color: #8B75B6;
	display:block;
	float:right;
	text-decoration:none;
	width:135px;
	text-align:right;
}
.evnt-item .itineraryAdd a {
	display:block;
	float:right;
}
.evnt-item .itineraryAdd a:link, .evnt-item .itineraryAdd a:active, .evnt-item .itineraryAdd a:visited, .evnt-item .itineraryAdd a:hover {
	color: #1B56A4;
	text-decoration:none;
}
/* Calendar Component */
.cal-container {
	background-color:#2179c4;
	width:175px;
	padding: 5px;
	margin-top: 20px;
}
.cal-searchcontainer {
	background-color:#2179c4;
	width:430px;
	padding: 5px;
	margin-top: 20px;
}
#mainContent .cal-container {
	float:left;
	clear:left;
}
#mainContent .cal-searchcontainer {
	float:left;
	clear:left;
}
#wideContent .cal-container {
	float:right;
	clear:right;
}
#sidebar2 .cal-container {
	float:right;
	clear:both;
	display:none;
}
.cal-mainHeader {
	text-align:center;
	color:#333;
	height:20px;
	line-height:12px;
}
.cal-mainHeader h3 {
	font-size:10px;
	font-weight:normal;
	color: #FFFFFF;
	line-height:10px;
	text-transform:none;
	text-align:center;
	padding:0;
	margin:0;
	vertical-align: middle;
}
.cal-mainHeader .prevArrow {
	display:block;
	float:left;
	width:15px;
	height:15px;
	line-height: 15px;
	vertical-align: middle;
	margin:3px 10px 0 5px;
}
.cal-mainHeader .nextArrow {
	display:block;
	float:right;
	width:15px;
	height:15px;
	line-height: 15px;
	vertical-align: 15px;
	margin:3px 5px 0 10px;
}
.cal-mainHeader a.prevArrow {
	background-image:url(../images/cal/month_l_arrow.gif);
	background-repeat:no-repeat;
}
.cal-mainHeader a.nextArrow {
	background-image: url(../images/cal/month_r_arrow.gif);
	background-repeat:no-repeat;
}
.cal-tb {
	padding:0;
	margin:0;
	border:0;
	clear:both;
}
.cal-container td a:link, .cal-container td a:active, .cal-container td a:visited, .cal-container td a:hover {
	font-size:9px;
	text-decoration:none;
}
.cal-container td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
td.day {
	background-color:#004F7C;
	border-left:1px solid #FFF;
	padding:0;
	text-align:center;
	color:#FFFFFF;
	font-size:9px;
	float:left;
	width:22px;
}
td.spacer {
	background-color:#004F7C;
	padding:0;
	text-align:center;
	color:#FFFFFF;
	font-size:9px;
	width: 14px;
}

td.spacer a {
	margin:0;
	padding:0;
	background-image:url(../images/cal/week_arrow.gif);
	background-repeat:no-repeat;
	background-position:top center;
	display:block;
	width:8px;
	height:8px;
}
tr.cal-days td {
	height: 14px;
	padding: 4px 0;
	background-color: #afd9ff;
}
tr.cal-days td.spacer {
	background-color: #004F7C;
}
td.date, 
td.cdate,
td.selweek,
td.seldate,
td.today {
	border-top:1px solid #FFF;
	border-left:1px solid #FFF;
	padding:0;
	text-align:center;
	font-size:9px;
	float:left;
	width: 22px;
}
td.today a:link, td.today a:active, td.today a:visited, td.today a:hover {
	color:#FFFFFF;
}
td.cdate a:link, td.cdate a:active, td.cdate a:visited, td.cdate a:hover,
td.seldate a:link, td.seldate a:active, td.seldate a:visited, td.seldate a:hover,
td.selweek a:link, td.selweek a:active, td.selweek a:visited, td.selweek a:hover {
	color:#000000;
}
td.date a:link, td.date a:active, td.date a:visited, td.date a:hover {
	color:#888888;
}
td.today {
	background-color: #004F7C;
	font-weight:bold;
	color:#FFFFFF;
}
td.cdate {
	color:#000000;
}
td.seldate {
	background-color: #004F7C;
	font-weight:bold;
	color:#FFFFFF;
}
td.selweek {
	background-color: #E4E4E4;
	color:#000000;
}
td.date {
	color:#888888;
}
.cal-vGutter {
	height:20px;
	float:right;
	clear:right;
}
#mainContent .cal-vGutter {
	display:none;
}
#sidebar2 .cal-vGutter {
	float:none;
	clear:both;
}
.cal-tip {
	font-size:9px;
	color:#333333;
	text-align:center;
}



/* Calendar Search Container */
.cal-searchHolder {
	background-color: #afd9ff;
	margin-top:0px;
	padding:10px;
	width:410px;
	height:105px;
}
#mainContent .cal-searchHolder {
	float:left;
	clear:left;
}
#wideContent .cal-searchHolder {
	float:right;
	clear:right;
}
#sidebar2 .cal-searchHolder {
	float:right;
	clear:both;
	display:none;
}
.cal-searchHolder a.calIcon {
	float:left;
	display:block;
	width:22px;
	height:20px;
}
.cal-searchHolder .btnSubmit {
	
}
.cal-searchHolder .row {
	float:left;
	clear:both;
	width:190px;
	padding-bottom: 15px;
	margin: 0px 0;
}
.cal-searchHolder .btnRow {
	float:left;
	width:400px;
	clear:both;
	height: 20px;
	margin-top: 9px;
	text-align:right;
}
.cal-searchHolder label {
	font-weight:bold;
	font-size:0.85em;
	text-align:right;
	float:left;
	width:50px;
}
.cal-searchHolder label.submitName {
	font-size:12px;
	line-height:18px;
}
.cal-searchHolder input.date {
	margin-left:5px;
	margin-bottom: 2px;
	float:left;
	width:100px;
}
.cal-searchHolder input.default {
	font-size: 10px;
	color: #666666;
	margin-left:5px;
	padding-bottom: 2px;
	display:inline;
	float:left;
	width:120px;
}
.cal-searchHolder select.default {
	font-size: 10px;
	color: #666666;
	margin-left:5px;
	padding-bottom: 2px;
	float:left;
	width:125px;
}
.cal-searchHolder select {
	margin-left:5px;
	padding-bottom: 2px;
	float:left;
	width:120px;
}

/* JUMP TO NAV */
.l-jumpHolder {
	background-color: #2179c4;
	color: #FFFFFF;
	height: 32px;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 10px;
	width: 625px;
}
.split .l-jumpHolder {
	float:left;
	width:500px;
}
.l-jumpHolder a.startArrow {
	/*background-image: url(../images/listings/jumpFrst.jpg);
	background-repeat:no-repeat;*/
	float:left;
	margin-right:5px;
	height:21px;
	width:21px;
}
.l-jumpHolder a.prevArrow {
	background-image: url(../images/listings/jumpPrev.jpg);
	background-repeat:no-repeat;
	float:left;
	height:21px;
	width:21px;
}
.l-jumpHolder a.nextArrow {
	background-image: url(../images/listings/jumpNext.jpg);
	background-repeat:no-repeat;
	float:left;
	height:21px;
	width:21px;
}
.l-jumpHolder a.endArrow {
	background-image: url(../images/listings/jumpLast.jpg);
	background-repeat:no-repeat;
	float:left;
	margin-left: 5px;
	height:21px;
	width:21px;
}
.l-jumpHolder #lcorner {
	float:left;
	height: 32px;
	width: 10px;
}
.l-jumpHolder .jumpNavL {
	width:250px;
	float:left;
}
.l-jumpHolder .jumpNavL span {
	padding: 0 0 0 10px;
	line-height:31px;
	text-transform:uppercase;
	float:left;
	color:#666;
}

.l-jumpHolder .jumpNavL h4 {
	font-size:11px;
	font-weight: bold;
	line-height:31px;
	letter-spacing: 0;
	text-transform: uppercase;
	float:left;
	color:#FFF;
}
.l-jumpHolder .jumpNavR {
	width:170px;
	float:right;
}
.l-jumpHolder .jumpNavR h4 {
	padding: 0 5px 0 0;
	font-size:11px;
	line-height:31px;
	font-weight:normal;
	text-transform:lowercase;
	float:right;
}
.l-jumpHolder .jumpNavR span {
	padding: 10px 0 0 0;
	float:right;
}
.l-jumpHolder #rcorner {
	float:right;
	height: 32px;
	width: 10px;
}
.l-jumpHolder a {
	color: #FFFFFF;
	font-weight: bold;
}
.l-jumpHolder a:hover {
	color: #ffea00;
	font-weight: bold;
}
.l-jumpHolder span.highlight {
	color: #ffea00;
	font-weight: bold;	
}
.l-jumpHolder span.holder {
	color: #fff;
	font-weight: bold;	
}