/*----------------Event styles------------------*/
h1, h2, h3, h4, h5{
    font-family: Arial, Helvetica, sans-serif;
}

h1{
	font-size:1.7em;
	color:#006CB6;
	font-weight:bold;
	margin:0 0 0.01em 0;
	text-transform : uppercase;
	font-family : Arial Narrow bold, Arial, Helvetica, sans-serif;
}


h2{
	font-size:1.1em;
	color:#006AB8;
	font-weight:bold;
	padding:0 0 0.3em 0;
	margin: 0;
	text-transform : uppercase;
}

h3{
	font-size:0.92em;
	color: #006BB3;;
	font-weight:bold;
	padding:0.4em 0 0.4em 0.5em;
	margin: 0;
}

h4{
	font-size:0.9em;
	color:#8f7030;
	font-weight:bold;
	margin:0.2em 0 0.2em 0;
}

h5{
	font-size:1.1em;
	color:#8f7030;
	font-weight:bold;
	margin:0 0 0.1em 0;
}

h6{
	font-size:0.92em;
	color:#8f7030;
	font-weight:bold;
	padding:0.1em 0 0.1em 0.5em;
	margin: 0;
}

a{
	color:#000000;
	text-decoration:underline;
	
}

.blueLeft{
	background: #E5EBF7;
	border-right: 0.1em solid #ffffff;
}
.blueRight{
	background: #E5EBF7;
	background-image:url(/images/events/bgOption.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
}
/*--------------End of general styles----------------*/



/*--------------Start of header styles----------------*/

#mainHeader {
	
}


.subPageNav{
	margin:0 0 0.5em 0;
	padding:0 0 0.3em 0.1em;
	font-size:0.85em;
	color: #00A3DE;
	border-bottom:1px dotted #89A79E;
	font-family: Arial, Helvetica, sans-serif;
	float:left;
}

.subPageNav a, .subPageNav a:visited, .subPageNav a:active{
	color:#00A3DE;
	text-decoration:none;
	margin: 0;
	padding: 0;
}

.subPageNav a:hover{
	color:#00A3DE;
	text-decoration:underline;
	margin: 0;
	padding: 0;
}

/*--------------End of header styles----------------*/

/*--------------Start of main styles----------------*/

#wrapper{
	float:left;
	width:100%;
	min-width: 800px;
	
}

#mainLeft{
	height: auto;
	min-height: 192px;
	margin-right: 361px;
	/*min-width: 437px;*/
	padding-right: 0.1em;
}




.optionTable{
	margin: 0.5em 2em 1em 2em;
}

.keywordTable{
	margin: 0.5em 0em 1em 2em;
}

.keywordInput{
	width: 13.5em;
}

* html .keywordInput{
	width: 13em;
	
}

.boldOption{
	font-size: 0.7em;
	font-weight: bold;
	padding-right: 0.5em;
}

.searchHeader{
	font-size: 0.8em;
	font-weight: bold;
	margin: 0;
	padding: 0.5em 0 0 1.3em;
	font-family: Arial, Helvetica, sans-serif;
}

#mainRight{
	width: 359px;
	float: left;
	height: auto;
	min-height: 192px;
	margin-left: -361px;
}

.mainRightHeaderIcons{
	float: right;
/*	width: auto;*/
	width: 357px;
}

.eventListings td,
.eventListings p,
.eventListings li{
	font-family: Arial, Helvetica, sans-serif;
	/*font-size: 0.75em;*/
	font-size: x-small;
}

.eventListingHeader{
	background: #E5EBF7;
	color:#000000;
}
.eventListingsTable{
	background: #FAFBFD;
	border-left: 1px solid #ECECEC;
	border-right: 1px solid #ECECEC;
	border-bottom: 1px solid #ECECEC;
	margin-bottom: 0.3em;
	
}
td.categoriesTable {
   border-bottom: 1px solid #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}