/* CWAC Search CSS */

/*
Begin Google Map Bubble CSS
################################################################################################## */

#mapBubbleWrapper {
	width: 460px;
	height: 120px;
	margin: 0px;
	padding: 0px;
}

#mapBubbleLeft  {
	width: 130px;
	float: left;

}

#mapBubbleRight  {
	width: 320px;
	float: right;
	
}


#mapBubbleFooter  {
	clear: both;
	height: 15px;
	width: 450px;
	margin: .5em 0em .5em 0em;
	font-size: .8em;
	color: #999;
	text-align: right;
}

#mapBubbleWrapper h3  {
	font-size: 1.1em;
	color: #78486A;
	margin: 0em 0em .5em 0em;
	font-weight: bold;
}
#mapBubbleWrapper p  {
	margin: 0em;

}

#mapBubbleWrapper img  {

}


#mapBubbleWrapper a  {
	color: #68802F;
	text-decoration: underline;
	padding: 0em 0em 0em 1.0em;
}

#mapBubbleWrapper a:hover  {
	text-decoration: none;
}



.mapBubbleOpen, .mapBubbleClosed, .mapBubbleNext {
	font-weight: bold;
	font-size: 1.2em;
	text-transform: uppercase;
}

.mapBubbleOpen {
	color: #006600;

}
.mapBubbleClosed{
	color: #FF0000;
}

.mapBubbleNext  {
	color: #CC6600;
}
/*
Begin Search Text Box
################################################################################################## */

#searchMainBox {
	padding: .5em;
}

#searchMainBox a {
	text-decoration: none;
	color: #003399;
	margin-right: .2em;
	margin-left: .2em;
}
#searchMainBox h2 {
	margin: 0 0 .5em 0;
	padding: 0px;
	font-size:1.3em;
	font-weight:normal;
}
.searchLabels {
	text-align: right;
	padding-right: 0.5em;
	margin-top: 0.5em;
	padding-top: 0.3em;
	padding-bottom: 0.5em;
	font-size:0.7em;
}
.searchList {
	font-size: .7em;
	background-color: #FFFFCC;
	margin-right: 1.0em;
}
.searchInput {
	font-size: 0.7em;
	width: 200px;
	background-color: #FFFFCC;
	letter-spacing: 0.1em;
}
.searchDivider {
	background-image: url(images/bg_mainSearchDivider.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

#searchResults {
	margin-top: 1.0em;
}

#searchResults p {
	margin: .5em 0em .5em 0em;
	padding: 0em;
}

#searchResults h2 {
	font-size: 1.8em;
	margin: 0px;
	padding: 0px;
}
#searchResults a {

}
#searchResults a:hover {
	text-decoration: none;
}

.searchResultsLableRow {
	background-color: #eee;
	padding: 0.2em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
.searcResultsLogo {
	padding-top: .5em;
}

.searchResultsDivider {
	background-image: url(images/bg_searchResultsDivider.gif);
	background-position: center center;
}

.searchLeft {
	
}

#searchLeft h2 {
	font-size: 1.5em;
	font-weight: normal;
	margin-top: .5em;
}


#searchLeft p {
	font-size: 0.8em;
}

#searchLeft a {
	font-size: 1.0em;
	text-decoration: underline;
	color: #003399;
}


#searchRight {
	font-size: 1.0em;
}

#searchRight a {
	color: #003399;
	text-decoration: underline;
	font-size: .9em;
}
#searchRight a:hover {
	text-decoration: none;
}

#searchRight h2 {
	font-size: 1.2em;
	font-weight: normal;
}

#searchRight p {
	font-size: .8em;
}

#searchRightFilter {
	background-color: #EEE;
	margin-bottom: 1.0em;
	padding: .2em;
	font-size: .7em;
	border: 1px solid #CCC;
}
#searchRightFilter h3 {
	font-size: 2.0em;
}
#searchRightFilter a {
	font-size: 1.3em;
}

#wrong_info{
	font-weight:bold;
	font-size:1.0em;
	color:#449736;
}

