/* ---------------------------- */
/* DEFAULT
/* ---------------------------- */

/* RESULT LAYOUT */
#extra_search_button {
    clear:both;
    padding:1.75em 0 0;
    text-align: center;
}
#extra_search_button .button-archive {
	background: url('../images/layout/btn-viewMoreNews.gif') 0 0 no-repeat;
    display: inline-block;
    height: 31px;
    width: 155px;
    float: none;
	text-indent: -1000px;
	overflow: hidden;
}
	.archiveTemplate_calendar_event #extra_search_button .button-archive {
		background-image: url('../images/layout/btn-viewMoreEvents.gif');
	}
#extra_search_button .button-archive:hover {
	background-position: 0 -31px;
}

/* ---------------------------- */
/* ARCHIVE RESULT
/* ---------------------------- */
.total_results {
	padding: 2px 0 8px;
	border-bottom: 2px #f4f3ee solid;
}
.total_results .totalLabel {
	font-size:12px;
	line-height: 18px;
	color: #939178;
	text-transform: uppercase;
	background: url('../images/layout/icon-gride.gif') 0 3px no-repeat;
	padding: 0 0 0 20px;
	margin-right: 180px;
}
	.total_results .archiveDate {
		background: none;
		padding: 0;
	}
#archiveListingsHolder .socialToolsWrapper {
	float: right;
	border-bottom: none;
	margin-bottom:0;
}

	.archiveFull_header .socialToolsWrapper{
		float:left;
		margin-bottom: 0px;
		border-bottom: none;
		padding-bottom: 0px;
	}

	.total_news_results .socialToolsWrapper {
		float:right;
		border-bottom: 0;
		margin-bottom: 0;

	}

	#archiveListingsHolder .total_results{
		padding: 2px 0 0;
	}



	.socialToolsWrapper .socialLabel {
		font-size:12px;
		line-height: 18px;
		color: #939178;
		text-transform: uppercase;
		float: left;
		margin: 0 6px 0 0;
		display:inline-block;
	}
	.socialToolsWrapper .addthis_toolbox {
		float: right;
	}
.selectedFiltersHolder{
	overflow:hidden;
	margin:10px 0;
}
.archiveResult {
	padding:2em 1em 1.9em 0;
	border-bottom: 2px #f4f3ee solid;
}
.archiveFull_header .archive_left,
.archiveResult .archive_left {
	display: block;
    float: left;
    margin-right: 16px;
    width: auto;
    min-height: 70px;
}
	.archiveResult_news .archive_left {
		width: 236px;
		margin: 0;
	}

.archiveResult_calendar_event .archive_right {
	margin: 0 0 0 65px;
}
.archiveResult_news .archive_right {
	margin: 0 0 0 266px;
}

.archiveImgHolder {
	width: 236px;
	border:2px #c4c2ae solid;
	overflow: hidden;
	text-align: center;
	margin: 3px 0 0;
}
	.archiveImgHolder img {
		width: 236px;
		display: block;
	}
.archiveTitle {
	margin: 0 0 0.2em;
}
.archiveTitle h3 a,
.archiveTitle h3 {
	font-weight: normal;
	text-transform: none;
	margin: 0;
}
.archiveDate {
	font-size:0.923em; /* 12px */
	line-height:1.333; /* 16 */
	text-transform: uppercase;
	color: #939178;
}
.archiveDesc {
    margin:0.5em 0 0;
}
.archiveHTML {
	padding: 0;
    margin: 0 0 3em;
}
	.table-news .archiveHTML {
		padding: 0 0 2.5em;
		margin: 1.5em 0 2em;
		border-bottom: 2px #F4F3EE solid;
	}
	.table-research_policy .archiveHTML {
		padding: 0 0 2.5em;
		margin: 1.5em 0 2em;
		border-bottom: 2px #F4F3EE solid;
	}

/* ---------------------------- */
/* ARCHIVE FULL - DETAIL PAGE
/* ---------------------------- */

.archiveFull_header {
	padding:1em 1em 8px 0;
	margin: 0 0 1.5em;
	border-bottom:2px #F4F3EB solid;
}
.archiveFull_header h1 {
	border-bottom: 4px solid #F4F3EB;
    margin-bottom: 9px;
    padding-bottom: 15px;
}

/* ---------------------------- */
/* DATE BLOCK
/* ---------------------------- */
.dateBlockWrapper {
	background: url('../images/layout/bg-calendar.gif') 0 0 no-repeat;
	overflow: hidden;
	text-align: center;
	text-transform: uppercase;
	width:50px;
	height: 53px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 3px 0 0;
	min-height: 90px;
}
	.dateBlockWrapper .dateMonth {
		color:#fff;
		font-weight: bold;
		font-size:10px;
		line-height: 14px;
	}
	.dateBlockWrapper .dateDay {
		font-size: 24px;
		line-height: 34px;
		color: #817d6c;
	}

/* ---------------------------- */
/* SIDEBAR
/* ---------------------------- */
.archive_sidebarBlock {
	padding: 0;
	margin: 0;
	background: #dcdcdc;
}
.archive_sidebarBlock ul {
	margin:0;
	padding:0;
	list-style: none;
}

/* ---------------------------- */
/* EVENT CALENDAR SPECIFIC
/* ---------------------------- */
#calendarBlockWrapper {
	background-position: 0 0;
	background-repeat: repeat-x;
}

/* ---------------------------- */
/* CALENDAR STYLES
/* ---------------------------- */
.ui-datepicker,
.ui-datepicker table,
#inlineCalendar {
	padding: 0 !important;
	margin: 0 !important;
}
#inlineCalendar {
	margin-bottom: -6px !important;
}
.ui-helper-clearfix {
	display: inline-block !important;
}
.ui-datepicker-inline {
	overflow: hidden !important;
}
/* CALENDAR ARROWS */
.ui-datepicker .ui-datepicker-prev {
	background: url('../images/layout/icon-calendar-prev.png') 0 0 no-repeat;
	left:17px;
}
.ui-datepicker .ui-datepicker-next {
	background: url('../images/layout/icon-calendar-next.png') 0 0 no-repeat;
	right:17px;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	height: 14px !important;
	width: 10px !important;
	top:50% !important;
	bottom:50% !important;
	margin-top:-7px;
	cursor: pointer;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	border: none !important;
	padding:0;
}
/* CALENDAR TITLE */
.ui-datepicker .ui-datepicker-header {
	margin-bottom: 0;
}
.ui-datepicker .ui-datepicker-title {
	color:#fff !important;
	font-family: "museo-sans", verdana, arial, sans-serif;
	font-weight: 500;
	font-size:20px;
	line-height: 38px;
	text-transform: uppercase;
}
/* DAYS OF WEEK TITLE */
.ui-datepicker th {
	color:#346266 !important;
	font-size:10px;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding: 0.7em 0.1em 0.5em;
	width: 25px;
	background: #fff;
}

/* ---------------------------- */
/* CALENDAR DATE STYLES
/* ---------------------------- */

.ui-datepicker-inline,
.ui-datepicker .ui-datepicker-header {
	width: 100%;
}
.ui-datepicker-calendar {
	border-bottom:1px #92B7C5 solid;
	border-left:1px #92B7C5 solid;
}
.ui-datepicker-calendar tbody td {
	border-left:none;
}
table.ui-datepicker-calendar td.ui-datepicker-week-end:nth-child(1) {
	border-left:1px #92B7C5 solid !important;
}
table.ui-datepicker-calendar th.ui-datepicker-week-end:nth-child(1) {
	border-left:1px #b6b5b5 solid !important;
}
table.ui-datepicker-calendar th.ui-datepicker-week-end:nth-child(7) {
	border-right:1px #b6b5b5 solid !important;
}
.ui-datepicker .ui-datepicker-header {
	width: 298px;
	/* FALL BACK */
	background: #3f5b77;
	/* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#3f5b77), to(#28415b));
	/* Safari 5.1, Chrome 10+ */
	background: -webkit-linear-gradient(top, #3f5b77, #28415b);
	/* Firefox 3.6+ */
	background: -moz-linear-gradient(top, #3f5b77, #28415b);
	/* IE 10 */
	background: -ms-linear-gradient(top, #3f5b77, #28415b);
	/* Opera 11.10+ */
	background: -o-linear-gradient(top, #3f5b77, #28415b);
    /* W3C */
	background: linear-gradient(top, #3f5b77, #28415b);
	border: 1px #424242 solid;
	/* {offset x} {offset y} {distance} {spread} {color} */
	-webkit-box-shadow: INSET 0 0 2px rgba(130, 154, 179, 0.75);
	-moz-box-shadow:    INSET 0 0 2px rgba(130, 154, 179, 0.75);
	box-shadow:         INSET 0 0 2px rgba(130, 154, 179, 0.75);
}

.ui-datepicker-calendar td {
	border-right: 1px #92b7c5 solid !important;
	border-top: 1px #92b7c5 solid !important;
	background: #ddedf3;
	padding: 0;
	font-size:11px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 30px;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
	opacity: 1;
}
/* DEFAULT TD'S */
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .selectedEventDateClass {
	border: none !important
}

/* DEFAULT DATE */
.ui-datepicker td span, .ui-datepicker td a {
	text-align: center;
}
td .ui-state-default {
	border: none !important;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {

	/* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#c1d9e2), to(#aec7cf));
	/* Safari 5.1, Chrome 10+ */
	background: -webkit-linear-gradient(top, #c1d9e2, #aec7cf);
	/* Firefox 3.6+ */
	background: -moz-linear-gradient(top, #c1d9e2, #aec7cf);
	/* IE 10 */
	background: -ms-linear-gradient(top, #c1d9e2, #aec7cf);
	/* Opera 11.10+ */
	background: -o-linear-gradient(top, #c1d9e2, #aec7cf);
    /* W3C */
	background: linear-gradient(top, #c1d9e2, #aec7cf);


	/* FALL BACK */
	background: #aec7cf;

	color: #00464e;
	font-weight: bold;
}

/* TODAY'S DATE */
td.ui-datepicker-today .ui-state-default {
	border: none !important;
	outline: 1px solid #0f535b !important;
}

/* DEFAULT FUTURE DATES WITH EVENTS */
a.ui-state-default, .ui-widget-content a.ui-state-default, .ui-widget-header a.ui-state-default  {
	border: none !important;
	/* FALL BACK */
	background: #a0bbc5;
	/* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#b1cbd5), to(#3c6e7f)) !important;
	/* Safari 5.1, Chrome 10+ */
	background: -webkit-linear-gradient(top, #b1cbd5, #3c6e7f);
	/* Firefox 3.6+ */
	background: -moz-linear-gradient(top, #b1cbd5, #3c6e7f);
	/* IE 10 */
	background: -ms-linear-gradient(top, #b1cbd5, #3c6e7f);
	/* Opera 11.10+ */
	background: -o-linear-gradient(top, #b1cbd5, #3c6e7f);
    /* W3C */
	background: linear-gradient(top, #b1cbd5, #3c6e7f);
}
/* DEFAULT FUTURE DATES WITH EVENTS */
td.ui-datepicker-current-day .ui-state-default {
	outline: 1px solid #0f535b !important;
	border: none !important;
}
	/* EVENT DATES - HOVER */
	td.selectedEventDateClass .ui-state-default,
	td.pastEventDateClass a.ui-state-hover,
	td.eventDateClass a.ui-state-hover {
		border: none !important;
		color: #fff;
		/* FALL BACK */
		background: #334e69;
		/* Safari 4-5, Chrome 1-9 */
		background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#3e5a76), to(#28425c));
		/* Safari 5.1, Chrome 10+ */
		background: -webkit-linear-gradient(top, #3e5a76, #28425c);
		/* Firefox 3.6+ */
		background: -moz-linear-gradient(top, #3e5a76, #28425c);
		/* IE 10 */
		background: -ms-linear-gradient(top, #3e5a76, #28425c);
		/* Opera 11.10+ */
		background: -o-linear-gradient(top, #3e5a76, #28425c);
	    /* W3C */
		background: linear-gradient(top, #3e5a76, #28425c);
	}
	/* TODAYS EVENT DATE - HOVER */
	td.ui-datepicker-today a.ui-state-hover {
		border: 1px solid #171717 !important;
	}

/* ---------------------------- */
/*  Event Tabs
/* ---------------------------- */
#tabs {
	padding:0;
	margin:0;
	background:url(../images/layout/bg-h1.png) left top repeat-x;
}
.tab-content {
	display:none;
	background:#dbe8eb;
	padding:25px 25px 30px;
	font-size:13px;
	line-height:1.462; /* 19 */
	margin:1px 0 0;
}
	.tab-content-open {
		display: block;
	}
.tab-name {
	background: none repeat scroll 0 0 #B2D0DC;
    color: #00454D;
    cursor: pointer;
    display: inline-block;
    float: left;
    font-family: "Arial","Helvetica",sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    margin: 0 1px 0 0;
    padding: 9px 8px 7px;
    text-align: center;
}
.tab-name:hover {
	background: #c0d5dd;
}
.selected-tab,
.selected-tab:hover {
	background: #dbe8eb;
}
.calendar_event .archiveHTML {

}


.tab-content .button {
	margin: 0 0 1em;
}
.tab-content p{
	color:#003b42;
}
.tab-content .tab-close img {
	margin:0;
	cursor:pointer;
}
.tab-content h2 {
	border-bottom: 3px solid #beced2;
	padding:0 0 14px;
	margin:0 0 14px;
}
.tab-content h3 {
	margin:0 0 5px;
}
.tab-content hr {
	background:url(../images/layout/bg-home-h6.png) left bottom repeat-x;
	margin:20px 0;
	height:2px;
	clear:both;
}
.tab-content img {
	margin:0 20px 20px 0;
}
