﻿
@font-face {
	font-family: 'OsloMedium';
	src: url('/templates/shared/fontface/osloMedium/oslo_medium-webfont.eot');
	src: local('☺'), url('/templates/shared/fontface/osloMedium/oslo_medium-webfont.woff') format('woff'), url('/templates/shared/fontface/osloMedium/oslo_medium-webfont.ttf') format('truetype'), url('/templates/shared/fontface/osloMedium/oslo_medium-webfont.svg#webfontcbtspHyS') format('svg');
	font-weight: normal;
	font-style: normal;
}

h1, h2, h3, h4, h5, .editorTitle, #bk050PageTitle {
	/*font-family:'OsloMedium' !important;*/
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal !important;
	f
	}

/* SEARCH CONTROLS */
/* ------------------------------------------------------------------------------------------- */
.searchFormButton {
	float:left;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;		
	font-size: 100%;
	font-size:11px;
	padding:-3px;
	width:20px;
	margin-left:1px;
	height:20px;
	cursor:pointer;
	background-image:url(/templates/13/common/images/search/icon_search_hover.jpg);
	background-position:4px 4px;
	background-color:white !important;
	background-repeat:no-repeat !important;
}
.searchFormButton:hover { 	background-image:url(/templates/13/common/images/search/icon_search_normal.jpg);}

.searchFormInput {
	float:left;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;			
	vertical-align:baseline;
	font-size: 100%;
	background: transparent;
	background-color:White;
	font-size:11px;
	width:160px;
	border:1px solid #777777;
	height:20px;
	
}
		
		
/* SEARCH DIALOG & RESULTS */
/* ------------------------------------------------------------------------------------------- */
.searchResultsBody {
	background-position:300px 150px;
	background-color:White;	
	background-repeat:no-repeat;
	font-family:Arial, Helvetica, sans-serif; font-size:11px;
	background-image:url(/templates/13/common/images/loaders/ajax-loader.gif);
}	
.searchDialog{
	width:804px;	
	background-color:White;
	color:black;
	}
	
.searchDialogHeader{
	width:804px;
	background-color:#000000;
	background-image:url(/templates/8/common/images/controls/search/searchDialogHeaderBackground.jpg);
	height:106px;
}	

.searchOptionsContainer {
	padding:10px;
	height:30px;
	background-color:#000000;			
	}
	
.searchResultsOptionPanel {
			display:inline;
			width:auto;
			float:left;
			color:white;
			padding-top:2px; padding-right:5px;
			}
			
		.searchResultsOptionPanel select {
			margin-top:1px;	
			}
	
.searchDialogCloseButton{
	cursor:pointer;
	position:absolute;
	right:-5px;
	top:0px;
	width:150px;
	background:transparent;
/*	background-image:url(/templates/13/common/images/btn_close.gif);*/
	font-family:Arial, Helvetica, sans-serif; font-size:11px;
	background-position:right top;
	background-repeat:no-repeat;
	padding:5px 10px 5px 5px;
	color:#000000;
	
	font-weight:bold;			
}

.searchDialogModal{			
}

.searchDialogIframe{
	margin:0;
	padding:0;
	outline:0;
	width:804px;
	height:380px;
	background-color:White;
	border:0px;
	margin:0px;
	overflow:visible;
	color:black;
	
}
	
	
.searchDialogFooter{
	width:804px;
	height:0px;
	background:white;
}
	
	
/* RESULTS */
.searchDialogSearchResultsContainer, #pnlSearchResultsPages{
	background-color:white;
	padding:10px;
	color:black;
}
#pnlSearchResultsPages {
	min-height:100px;	
	overflow:auto;
	display:block;
	}
	
	
.searchresultContentTypeHeading {
    color:White;
    text-transform:uppercase;
    font-size:18px;
    font-weight:bold;
    background-color:Black;
    margin-bottom:10px;
    padding:4px;
}

.searchDialogSearchResultRow0 {
	font-size:11px;
	margin:0px 0px 25px 0px;
}

.searchDialogSearchResultRow0 span, .searchDialogSearchResultRow0 div {
	color:black;	
}
	
.searchDialogSearchResultRow1 {
	font-size:11px;
	}
	
.searchDialogSearchResultLabelName {
	font-size:18px;
	padding-bottom:3px;
}
	
.searchDialogSearchResultLabelMetaDesc {
}

.searchDialogSearchResultLabelMetaDesc span {
}	
		
		.searchDialogSearchResultLabelMetaTags{			
		}
			
		.searchDialogSearchResultLabelMetaTags span{
		}
			
		.searchDialogSearchResultLabelLink{
		}
	
	
	/* SIGNUP_FORM STYLES */
	/*********************************************************************/
	/* ItemContainer<div> */
			.eventArchiveListContainer	
			{	
				display:block !important;
				margin-left:3px !important;
				width:213px !important;
				font-family:Arial;
				background-color:white;
			}
			
			.eventArchiveListContainer table {
				
				}
			
		
			/* ItemContainer<div> */
			.eventArchiveItemContainer	
			{
				border:1px solid black;
				clear:both;
				display:block;
				width:217px !important;
			}
			
			/* Title<div> */
			.eventArchiveItemTitle
			{
				position:relative;
				background-color:Black;
				color:White;
				font-size:12px;
				padding:3px;
				font-weight:bold;
			}
			
			/* Date<div> */
			.eventArchiveItemDate
			{
				position:relative;
				color:Black;	
				font-weight:bold;			
				font-size:11px;
			}
			
			/* Time<div> */
			.eventArchiveItemTime
			{
				font-size:11px;
				font-weight:bold;
				padding:5px;
				bottom:2px;
				float:left;
			}
			
			/* Location<div> */
			.eventArchiveItemLocation
			{
				font-size:11px;
				font-weight:bold;
				padding:5px;
				position:relative;
				bottom:2px;
				float:right;
			}
			
			/* Content<div> */
			.eventArchiveItemContent
			{
				position:relative;
				left:0px;
				font-size:11px;
				color:Gray;
				padding:10px 5px 25px 5px;
				margin-bottom:-22px;
				
			}

	