@CHARSET "UTF-8";

/*******************************************************************************
initializes defaults
********************************************************************************/
/*
*,a,noscript,p,span,div,blockquote,ul,ol,dt,dd,b,td,strong,em,font,input,textarea,select,option
	{
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
}
*/

h2 {
	margin-bottom: 2px;
}

p,body,strong,em,ul,ol {
	color: #006699;
}

.facetheader {
	color: #006699;
	font-size: 10pt;
	padding: 5px;
	font-weight: bold;
}

#categoryResults {
	float: right;
	width: 545px;
}

#categoryResultList {
	padding: 10px;
	margin: 0px;
	background-color: rgb( 255, 255, 255 );
	font-weight:bold;
	font-size:12px;
	text-decoration:underline;
}

/*.pageSearchFilters {

}*/

.pageSearchFiltersItem {
	padding-left: 5px;
}

.searchLabel {
	color: #ffffff;
	font-size: 10pt;
}

#centralSearchControls {
	text-align: center;
	padding: 5px;
}

#searchBox {
	width: 400px;
	border: 2px solid #265686;
	background-color: #265686;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-bottom: 1px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	color: #ffffff;
}

#searchBox tr td,#searchBox tr td label {
	color: #ffffff;
	font-size: 8pt;
}

.searchInput {
	margin: 5px;
	border-style: solid;
	border-width: 1px;
	border-color: #265686;
}

#searchBoxLanding {
	width: 700px;
	border: 2px solid #ffffff;
	background-color: #ffffff;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-bottom: 1px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	color: #265686;
}

#searchBoxLanding tr td,#searchBoxLanding tr td label {
	color: #265686;
	font-size: 8pt;
}

.headerBanner {
	border-style: solid;
	border-top-width: 2px;
	border-bottom-width: 1px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-color: #006699;
	border-bottom-color: gray;
	background-color: #E8EEF7;
	text-align: left;
}

.browseList {
	font-size: 9pt;
}

.browseListLineItem {
	margin-bottom: 9px;
	font-size: 8pt;
}

#resultSummaryPane {
	border: 1px solid #F78F0C;
	margin: 4px;
	padding: 0px;
	padding-bottom: 20px;
	color: black;
	font-size: 8pt;
	background-color: white;
}

.summaryLine {
	font-size: 10pt;
	font-weight: bold;
}

.summaryLine .searchStr {
	font-size: 12pt;
	font-weight: bold;
	color: #F78F0C;
}

.resultsRangeSummary { /*float: right;*/
	font-size: 8pt;
	font-style: italic;
	padding-bottom: 10px;
}

.resultsSummary,.resultsSummary b,.resultsSummary i {
	font-size: 8pt;
	padding: 5px;
}

.resultsHeaderRow {
	background-color: #FF9900;
}

.resultsHeaderRow th {
	color: #265686;
	font-size:12px;
	font-weight: bold;	
	height:22px;
	padding-left:10px;
	text-align: left;
	overflow:hidden;
	white-space: nowrap;
}

.resultsHeaderRow th.alignLeft {
	text-align: left;
}

.resultsSummaryRow {
	background-color:#265686;
	color:white;
	padding:5px;
	width:540;
}

.resultsSummaryCaption {
	font-size:12px;
	font-weight:bold;
	float:left;
}

#searchResultsTable {
	width: 100%;
	border-top: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
	border-left: none;
	border-right: none;
	margin: 0px;
	padding: 0px;
	font-size: 8pt;
	color: black;
	background-color: white;
}

#searchResultsTable a {
}

#filterCrumbs {
	font-size: 9pt;
	padding-left: 5px;
	padding-top: 5px;
	font-weight: bold;
	color: #006699;
}

#summaryHelpLine {
	font-size: 8pt;
	padding-left: 5px;
	padding-top: 5px;
}

#noResults {
	/*text-align: center;*/
	margin: 0 auto;
	width: 540px;
	background-color: #ffffff;
	float:right;
	/*font-weight: bold*/
}

#noResults td {
	text-align:left;
	padding: 2px;
}

#noResults th {
	text-align:left;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 10px;
	padding-bottom: -2px;
}

#didYouMean {
	color: red;
	margin-top: 15px
}

#didYouMeanResults {
	padding:10px;
	font-size:12px;
	color:black;
}

#didYouMeanResults a b {
	text-decoration: underline;
}

#didYouMeanResults a:hover b {
	color:#FF9900;
}

#didYouMeanSuggestion {
	font-style: italic;
	font-weight: bold;
	color: #006699;
}

.searchResultsSummary {
	font-style: normal;
	font-size: 8pt;
}

#advancedSearch {
	display: none;
}

.clearFloat {
	clear: both;
}

.medium  a,.medium  a:link,.medium  a:visited,.medium  a:link b,.medium  a:visited b
	{
	color: #265686;
	margin: 0px;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
}

.pageNav {
	float: right;
	text-decoration: none;
	font-size: 8pt;
	color: #006699;
	font-style: normal;
}

.pageNav  a,.pageNav  a:link,.pageNav  a:visited,.pageNav  a:link b,.pageNav  a:visited b {
	color: #006699;
	text-decoration: underline;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
}

.pageNav  a:hover {
	color: black;
	text-decoration: underline;
	font-size: 8pt;
	font-style: normal;
}

.pageNav .currentPageIndex {
	color: black;
	text-decoration: none;
	font-weight: bold;
}

.pageNavReversed {
	color: white;
	text-align:right;
	text-decoration: none;
	font-size: 8pt;
	color: white;
	font-style: normal;
}

.pageNavReversed a, .pageNavReversed a:link, .pageNavReversed a:visited, .pageNavReversed a:link b, .pageNavReversed a:visited b {
	color: white;
	text-decoration: underline;
	font-weight: normal;
}

.pageNavReversed a:hover {
	color: white;
	text-decoration: underline;
	font-size: 8pt;
	font-style: normal;
}

.pageNavReversed .currentPageIndex {
	color: white;
	text-decoration: none;
	font-weight: bold;
}

#resultsForDiv {
	padding:10px;
	font-size:12px;
}

.listingCell {
	text-align: center;
	width: 110px;
	font-size: 8pt;
}

.resultLine {
	margin-bottom: 8px;
}

.searchFormLayoutLabels {
	text-align: right;
	padding-bottom: 20px;
	vertical-align: middle;
	font-size: 9pt;
	font-weight: bold;
}

#searchForm {
	margin: 0px;
}

.searchFormLayoutInputs {
	text-align: left;
	padding-bottom: 20px;
	vertical-align: middle;
}

#advancedSearchOptions {
	display: block;
}

/* FILTER AREAS (LEFT) */
.filterArea  a,.filterArea  a:link,.filterArea  a:visited,.filterArea  a:link b,.filterArea  a:visited b
	{
	color: #265686;
	margin: 0px;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
}

.filterArea  a:hover {
	color: black;
	margin: 0px;
	font-size: 8pt;
	text-decoration: underline;
}

.filterArea {
	text-align: left;
	width: 215px;
	padding-bottom: 10px;
	background-color: #F2F5F7; /*#8ab1d7;*/
	border-color: #8ab1d7;
	border-width: 1px;
	border-style: solid;
	float: left;
	font-size: 8pt;
	clear: left;
}

.refineResultsArea {
	color: #265686;
	text-align: left;
	border-color: #8ab1d7;
	border-width: 1px;
	border-style: solid;
	float: left;
	width: 209px; /* 215px intended width - 6px left padding */
	font-weight: bold;
	font-size: 9pt;
	font-style: normal;
	padding-left: 6px;
	margin-left: 0px;
	padding-top: 4px;
	padding-bottom: 4px;
}

.filterArea ul {
	padding-top: 1px;
	margin-top: 1px;
	padding-bottom: 1px;
	margin-bottom: 1px;
}

.filterLabel {
	color: #265686;
	background-color: #8ab1d7; /*#e8eef7;*/
	text-align: left;
	font-weight: bold;
	width: 100%;
	font-size: 9pt;
	padding-left: 0px;
	margin-left: 0px;
	margin-bottom: 8px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.catalogTreeHeader {
	color:#265686;
	font-size:12px;
	font-weight:bold;
	line-height:20px;
}

#dateFilters,#dateFilters form {
	margin-left: 15px;
}


div.more {
	padding-left: 140px;
	font-size: 8pt;
	text-decoration: underline;
	cursor: pointer;
}

div.more a,div.more a:link,div.more a:visited,div.more a:link b,div.more a:visited b, div.more a:hover {
	font-size: 8pt;
	text-decoration: underline;
	color: #006699;
	font-weight: normal;
}

.monthLinksTable {
	border-width: 0px;
	margin: 0px;
	padding: 0px;
}

/* FILTER AREAS (TOP) */
.filterAreaTop ul li a,.filterAreaTop ul li a:link,.filterAreaTop ul li a:visited,.filterAreaTop ul li a:link b,.filterAreaTop ul li a:visited b
	{
	color: black;
	margin: 0px;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
}

.filterAreaTop ul li a:hover,.filterArea ul li b:hover {
	color: black;
	margin: 0px;
	font-size: 8pt;
	text-decoration: underline;
}

.filterAreaTop {
	text-align: left;
	width: 250px;
	padding-bottom: 10px;
	background-color: #e8eef7;
	float: left;
}

.filterAreaTop ul {
	padding-top: 1px;
	margin-top: 1px;
	padding-bottom: 1px;
	margin-bottom: 1px;
}

.filterArea ul li {
	font-size: 8pt;
}

/* RESULTS LIST */

.dateColumn {	
	padding:4px;
	padding-left:10px;
	padding-right: 10px;
	width: 76px;
	color: #006699;
}

.eventDescriptionColumn {
	padding:4px;
	padding-left:10px;
	padding-right: 10px;
	width: 142px;
	color: #006699;
}

.eventDescriptionColumn a:hover,.eventDescriptionColumn a:active {
	color:#FF9900;
	text-decoration:underline;
}

.eventDescriptionColumnTickets {
	text-align: left;
	width: 325px;
	padding: 10px;
	padding: 10px;
	font-size: 8pt;
}

.eventPriceRangeColumn {
	padding:4px;
	padding-left:10px;
	padding-right: 10px;
	width: 76px;
	color: #006699;
}

.locationColumn {
	padding:4px;
	padding-left:10px;
	padding-right: 10px;
	width: 136px;
	color: #006699;
}

.actionColumn {
	padding:4px;
	padding-left:10px;
	padding-right: 10px;
	width:80px;
	font-size: 14px;
	font-weight: bold;
	color:#cacaca;
	white-space: nowrap;
	text-align:center;
}

.actionColumn a {
	color:#265686;
	text-decoration: underline;
}

.narrowCollumn {
	text-align: center;
	width: 70px;
	padding: 10px;
	padding: 10px;
	font-size: 8pt;
}

.selectCollumn {
	text-align: center;
	padding: 10px;
	padding: 10px;
	font-size: 8pt;
}

.oddRow {
	background-color: #F2F5F7;
}

.evenRow {
	background-color: #FFFFFF;
}

/*this set all the hyperlinks classes to blue font and define all hyperlink classes*/
a,a:link,a:visited,a:link b,a:visited b {
	color: #265686;
	margin: 0px;
}

#fillerLeft {
	height: 100%;
	background-color: #8ab1d7;
}

/* gen2 header and footer */
#container, #header {
	width: 811px;
}
#footer {
	width: 811px;
}
#header_tab_bg, #header_tab_bg2, #header_tab_bg3, #header_tab_bg4 {
	width:365px;
	height:30px;
	background-image:url(/promotions/scratch/common/tab_bg.gif);
}


