div.tabbox {
    background-color:#eeeeee;
	overflow: hidden;
	width: 98%;
	margin-bottom:15px;
	padding-bottom:5px;
}

div.tabbox .submit input  {
	width:auto;
}

div.tabs {
	overflow: hidden;
	width: 100%;
	background:white;
}

div.tabs a {
	margin:0px;
	display:block;
	float:left;
	border-right: 1px solid #fff;
	border-top: 1px solid #cccccc;
	padding:5px 5px;
	position: relative;
	top:3px;
	background-color:#f3fde2;
	overflow: hidden;
	font-weight:bold;
	text-decoration:none !important; 
}

div.tabs a:hover {
	padding-top:2px;
	border-top: 3px solid #aaaaaa;
	font-weight:bold;
}

div.tabs a.selected {
	background-color:#eeeeee;
	text-decoration:none;
	top:1px;
	border-top: 3px solid #bfd532;
    padding-top:2px;
	display:block;
	font-weight:bold;
}

	
div.tabs a.selected:hover {
	padding-top:2px;
	border-top: 3px solid #aaaaaa;
}
 
div.tabpanels {
    margin:0px;
}

div.tabpanel {
    display:none;
	padding:5px 5px 0 5px;
	margin:0;
    color:#5b5454;
}

div.tabpanel input {
	width: 50%;
	float:left;
	margin-left:10px;
	border:1px solid #ffffff;
}

div.tabpanel input.submit {
	float:right;
	margin-right:30px;
	background:#BFD532;
}



/*a-z search*/

dl.exhibtable-display {
	width:26em;
	margin: 0;
	color:#4c4a4a;
	background-color:#fff;
	border:solid 1px #D7D4D4;
	overflow:hidden;
	padding:5px;
}

.exhibtable-display dt {
	width: 9em;
	float: left;
	color:#4c4a4a;
	margin: 0;
	padding-bottom: .75em;
	font-weight:bold;
    padding-left:5px;
}


/* commented backslash hack for mac-ie5 \*/
dt { 
	clear: both; 
}

dl { 
	clear: both; 
}
/* end hack */

.exhibtable-display dd {
	float: left;
	width: 15em;
	margin: 0;
	color:#4c4a4a;
	padding-bottom:.75em;
}


.exhibtable-display h2 {
	background:#BFD532;
	color:#fff;
	padding:5px;
}


.exhibtable-header {
	background-color:#b2cee8;
	margin:0;
	color:#4c4a4a;
	font-weight:bold;
	width:92%;
	padding:5px;
	border-bottom:solid 1px #fff;
}

.searchtext label {
	width: 14em;
}

/*end of a-z search*/

#panelLetter p {
	 word-spacing: 0.1em; 
 }




#panelselectedEvent select, #panelCategory select {
width:50%;
float:left;
margin-left:20px;
}

#panelselectedEvent label, #panelCategory label {
width:25%;
}


.resultsTable th {
	text-align: left;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	background:#BFD532;
	color:#fff;
	padding:5px;
	font-weight:bold;
}


.resultsTable {
	border-collapse: collapse;
	background-color: #fff;
	border:solid 1px #c5c3c3;
	margin-top:10px;
	font-size: 0.9em;
	}


.resultsTable td {
	padding: 0.5em 0.2em;
	border:dotted 1px #d0d0d4;
}

.resultsTable td+td {
	border-left: 1px solid #ebebed;
}
	
#mainContent .resultsTable a {
	text-decoration:none;
}

.update_msg {
	color:#555555;
	font-weight:bold;
}
