/* CSS Document */

body {
	background:  url(../global_gfx/pagebg_center.jpg) no-repeat center top;
	margin: 0px;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	line-height: 140%;
	color: #333333;
}
#outercontainer{
margin-left:auto;
margin-right:auto;
border-left:1px solid white;
border-right:1px solid white;
width:739px;
text-align:center;
}



#banner {
	background:  url(gfx/banner_top_events.jpg) no-repeat;
	margin: 0px;
	padding:0px;
	width:739px;
	height:150px;
}
#bannerbtm {
	margin: 0px;
	padding:0px;
	width:739px;
	height:113px;
}



#navbar{
width:739px;
background-color:#3385ad;
height:31px;
border-top:1px solid white;
border-bottom:1px solid white;
}

#footer{
width:739px;
height:110px;
background:  url(/global_gfx/footerbg.jpg) no-repeat;
padding-top:40px;
}
#contentcontainer{
margin:0px;
padding:0px;
width:739px;
text-align:left;
}



.searchbox {
padding:1px;
margin:1px;
font-size:10px;
color:#666666;
background-color:#f1f1f1;
}

.searchboxheader{
padding:4px;
background-color:#999999;
font-weight:bold;
color:#FFFFFF;
height:30px;
}
.searchboxtext{
padding:4px;
font-weight:normal;
color:#666666;
line-height:16px;
}


.searchbox input{
width:180px;
font-size:11px;
}
.searchbox select{
width:180px;
font-size:11px;
}

.searchbox .btn{
width:80px;
}


.eventcellhighlight{
background-color:#e1ebf2;
padding:6px;
font-weight:bold;
color:#3385AD;
}
.eventcellhighlight a:visited,.eventcellhighlight a:link{
text-decoration:underline;
color:#3385AD;
margin-bottom:3px;
}
.eventcellhighlight a:hover{
text-decoration:none;
color:#3385AD;
margin-bottom:3px;
}

/*   heading styles  */

h1{
display:none;
}


h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #996633;
	text-decoration: none;
}



.listingheader {
font-size:12px;
color:#6699CC;
font-weight:bold;
}
.listingheader a:visited, .listingheader a:link {
color:#6699CC;
font-weight:bold;
text-decoration:underline;
}
.listingheader a:hover{
color:#6699CC;;
font-weight:bold;
text-decoration:none
}
.listingdate {
font-size:11px;
color:#999999;
}
.listingtext {
font-size:11px;
color:#666666;
}
.listrow{
margin-bottom:10px;
}

.eventdate{
font-weight:bold;
color:#666666;
}
.eventTBC{
color:#666666;
font-weight:bold;
}
.eventdetailtext {
line-height:140%;
font-size:12px;
}

.event_detail_thumb {
padding-right:10px;
padding-bottom:10px;
float:left;

}

.clearer {
clear:both;
}

.event_detail_contact {
padding:10px;
border:2px solid #cccccc;
background-color:#ececec;
color:#999999;
}

div.event_detail_contact span.tableheader {
font-size:11px;
font-weight:bold;
color:#666666;
}

p.monthselect{
padding:6px;
background-color:#ececec;
color:#666666;
}
p.monthselect a:visited, p.monthselect a:link{
color:000000;
text-decoration:underline;
}
p.monthselect a:hover{
text-decoration:none;
}


/* paging styles  */

a.listingLink { 
font-family: Arial, Helvetica, sans-serif; 
font-size: 11px; 
color: black; 
text-decoration:underline;
margin-left:0px;
margin-right:0px;
}

a.listingLink:hover {
font-size: 11px; 
color:black; 
}

.activepage {
font-size: 11px; 
color:black;
font-weight: bold;
}


/*      nav menu styles    */

ul#navmenu{list-style: none;margin: 4px 0px 0px 6px;padding: 3px;font-family:Verdana, Arial, Helvetica, sans-serif;font-weight: bold;font-size:11px;text-align: left;white-space: nowrap}
ul#navmenu li{display: inline;margin: 0 6px}
ul#navmenu a{text-decoration: none;padding:0;color: #fff;text-decoration:underline}
ul#navmenu a:hover{color: #fff;text-decoration:none}

ul#footermenu{list-style: none;margin: 10 0px 0px 6px;padding: 3px;font-family:Verdana, Arial, Helvetica, sans-serif;font-weight: bold;font-size:10px;text-align: left;white-space: nowrap}
ul#footermenu li{display: inline;margin: 0 6px}
ul#footermenu a{text-decoration: none;padding:0;color: #666;text-decoration:underline}
ul#footermenu a:hover{color: #666;text-decoration:none}


