body {
	color:#333333;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	
	padding:0px;
	margin-top:0;
	margin-bottom:5px;
	min-width: 1000px;
}

a {
    color: #008FB1;
    text-decoration: none;
}

a:hover {
	text-decoration:none;
}
.logo{
	float:left;
	width:415px;	
}
.navigation {
	float:right;
	padding-top:75px;
	text-align:right;
	width:400px;
	font-size:15px;
}

.navigation a {
 cursor:pointer;	
}

.name {
    font-size: 15px;
	color: #008fb1;
}

.description {
    padding:2px 5px 2px 0px;
	height:30px;
}
.ratingContainer{
	float:right;
	width:140px; 
	border-right:1px solid silver; 
	margin-right:10px;
}
.commentCount, .noRating {
	text-align:right;
	padding-right:10px;
	clear:both;
}
.rateShareComment{
	float:right; width:60px
}
.rateShareCommentArrow{
	float:right; width:20px; margin-top:5px; margin-right:12px;
}
.date {
    font-size: large;
    color: #008fb1;
}

#bubblesmap {
    width: 400px;
    height: 250px;
}

#bubblesmap > DIV:first-child + DIV + DIV {
    display: none !important;
}

#bubblesmap > DIV:first-child + DIV > * {
    display: none !important;
}

#bubbleListSort {
    width: 395px;
    height: 25px;
    border-top: 1px solid black;
    background-image: url('/images/green.jpg');
    color: #fff;
    font-size: .9em;
    font-weight: lighter;
	padding:8px 0px 0px 5px;
	
}

#bubbleListSort ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    width: 100%;
}

#bubbleListSort ul li {
    float: left;
    width: 130px;
    cursor: pointer;
    margin-top: 8px;
}

#bubbleListNav {
}

#bubbleList {
    width: 400px;
    height: 210px;
    float: left;
    overflow-x: hidden;
    overflow-y:scroll;
	padding: 0;
    position: relative;
    background-color: gray;
}

#bubbleList ul {
    list-style: none;
    padding: 0;
    height: auto;
    left: 0;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 1;
}
#window-container {
	border:8px solid #008fb1;
	margin-left:408px;
	height:494px;
}
#map-container {
    z-index: 1;
    border-top: 8px;
	border-left: 8px;
	border-bottom: 8px;
	border-right:0px;
    border-style: solid;
    border-color: #008baf;
    float: left;
    overflow: hidden;
    padding: 0;
    width: 400px;
}

.infoButton {
    float:right;
    z-index: 200;
}


#bubbleList ul li {
    background: #fff;
    border-bottom: 1px solid silver;
    padding: 1px 5px;
    height: 92px;
    font-size: 10px;
}

#bubbleList ul li:hover {
    background: #a3c5d2;
    cursor: pointer;
}

#bubbleList ul li.selected {
    background: #CAFF97;
    cursor: pointer;
}

.clear {
    clear: both;
}

#bubbleListNav {
	
}
#arrows {
	width:200px;
}

.bubbleNavBtn {
    width: 80px;
    float: left;
    margin: 5px;
    cursor: pointer;
    text-align: center;
}

.bubbleLinkButton {
	
	width:48px;
	height:39px;
	float:right;
	margin-right:5px;
	cursor: pointer;   
	background:transparent url(/images/view_bubble_both.png) no-repeat scroll left top;
}

.bubbleLinkButton:hover {
	background-position:left bottom;
}

.contentPage{
	display:none;	
}

#more_inner {
	padding-left:5px;
	font-size:12px;
	background-color: #fff;
	color: #000;
	border: 1px solid #fff;
	border-right-color: #b0b0b0;
	border-bottom-color: #c0c0c0;
	font-weight:bold;
	cursor: pointer;
	padding-right:3px;
}
