.panel{
	width: 140px;
	margin-bottom: 10px;
	border: none;
}

.panelTitle{
	font-weight: bold;
	border-bottom: 1px solid #006699;
	background-color: #CCCCCC;
	background-image: url(../images/panelbg.gif);
	height: 16px;
	text-align: left;
	padding-left: 10px;
}

.panelText{
	background-color: #ffc5e5;
}

.panelInnerText{
	padding: 4px 4px 4px 12px;
}

.middlePanelText{
background-color: #dddddd;
	border: 1px solid #cdcdcd;
	border-top: 0px;
	width: auto;	
}

.middlePanel{
	background-color: #FFFFFF;
	border: none;
	width: 690px;
	margin-bottom: 6px;
}
.middlePanelTitle{
	width: auto;
	padding-left: 4px;
	border-bottom: 1px solid #006699;
	font-weight: bold;
	height: 16px;
	background-image: url(../images/panelbg.gif);
}

#searchBar{
	height: 15px;
	width: auto;
	background-image: url(../images/search_bar_bg.gif);
	background-repeat: repeat-x;
	padding-top: 3px;
	padding-bottom: 7px;
	text-align: center;
	padding-left: 8px;
}

#searchBar form{
	display: inline;
	margin: 0px;
	padding: 0px;
}

