#explorerContainer {
	display: none;
	position: relative;
}

#loadingExplorer {
	
}

#explorerContainer.active {
	/*-moz-border-radius: 14px 14px 14px 14px;
	background-color: #F0F0F0;
	border: 1px solid #C6C9D0;*/
	display: block !important;
	min-height: 1000px;
	margin: 0;
	padding: 0px;
}

#explorerContainer.active.collapsed {height:1000px;}


#explorerContainer ol,#explorerContainer ul {
	margin: 0;
	padding: 0;
}

#explorerContainer button {
	-moz-border-radius: 7px 7px 7px 7px;
background-position:left top;
background-repeat:repeat-x;
cursor:pointer;
text-shadow:0 1px 1px #FFFFFF;
white-space:nowrap;
}

#explorerContainer .functionPanel,#explorerContainer #rummbleListContainer
	{
	float: left;
	height: 100%;
	position: relative;
	/* width: 610px; */
}

#explorerContainer #ugcDiv {
-moz-box-shadow:none;
background:none repeat scroll 0 0 #FFFFFF;
padding:0;
width:568px;
height:600px;
position:absolute;
	}

#explorerContainer .functionPanel {
	height: 100%;
	width: 100%;
}

#mapControls .tabs {
	bottom: 0;
	clear: both;
	display: none;
	float: left;
	height: 42px;
	list-style-type: none;
	position: relative;
	z-index: 1;
}

#explorerContainer .functionPanel .tabs {
	bottom: 0;
	clear: both;
	float: left;
	height: 42px;
	list-style-type: none;
	position: relative;
	width: 100%;
	z-index: 1;
	display:none;
}

.tabs li {
	border-bottom: 1px solid #B7BDC7;
	float: left;
	font-size: 11px;
	font-weight: bold;
	height: 100%;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.tabs li a {
	color: #222222;
	cursor: pointer;
	display: block;
	line-height: 42px;
	outline: 0 none;
	padding: 0 1em 0 0.4em;
	text-decoration: none;
}

.tabs a:focus {
	outline: 0 none;
}

.tabs li.active a {
	cursor: default;
}

.tabs li a:hover {
	background-color: #DBDFE8;
}

.tabs li.active a:hover {
	background-color: transparent;
}

.tabs li a:visited,.tabs li a:link {
	color: #222222;
}

.tabs li.active {
	-moz-border-radius: 7px 7px 0 0;
	background:
		url("../../../gfx/rummble/web/explorerWithList/tab_active.png")
		repeat-x scroll left bottom #FFFFFF;
	border-color: #B7BDC7 #B7BDC7 -moz-use-text-color;
	border-style: solid solid none;
	border-width: 1px 1px 0;
}

#explorerContainer .functionPanel .tabbedPanels {
	border: 0px;
	bottom: 0;
	clear: both;
	float: left;
	left: 0;
	list-style-type: none;
	position: relative;
	right: 0;
	top: 0;
	height: 100%;
	width: 100%;
}

#explorerContainer .functionPanel .tabbedPanels .withHeadControls {
}

#explorerContainer .functionPanel .tabbedPanels .withFootControls {
	padding-bottom: 36px;
}

#explorerContainer .functionPanel .tabbedPanels li.tabPanel {
	display: none;
}

#explorerContainer .functionPanel .tabbedPanels li.active {
	display: block;
}

.tabPanel .controlBox {
	background:
		url("../../../gfx/rummble/web/explorerWithList/tab_active.png")
		repeat-x scroll left bottom #FFFFFF;
	border-bottom: 1px solid #B3BCC3;
}

.controlBox button {
	font-size: 1.2em;
	margin-top: 0.75em;
	padding: 0.3em 0.25em;
}

button#applyFilters {
	background-color: #2FB634;
	color: #FFFFFF;
	float: right;
	margin-right: 1em;
}

button#clearFilters {
	border: 1px solid #CCCCCC;
	color: black;
	float: left;
	margin-left: 1em;
}

.tabPanel .auxControlBox {
	float: right;
	font-size: 1.2em;
	text-align: center;
	width: 230px;
}

.tabPanel .auxControlBox div {
	display: inline;
	padding-right: 1em;
}

.tabPanel .auxControlBox select {
	border: 1px solid #B7BDC7;
	margin-right: 1em;
	padding: 0.25em;
}

.tabPanel .listContents {
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
}

#explorerContainer .functionPanel .tabbedPanels .withHeadControls .listContents
	{
}

#explorerContainer .functionPanel .tabbedPanels .withFootControls .listContents
	{
}

.listContents {
	background-color:transparent;
border:0 none;
}

.listContents li {
	background:
		url("../../../gfx/rummble/web/explorerWithList/listItem.png") repeat-x
		scroll left bottom #F4F4F4;
	border-bottom: 1px solid #D0D4DB;
	border-top: 1px solid #FFFFFF;
	display: block;
	font-size: 1.2em;
	padding: 0.5em;
	position: relative;
}

.listContents li .count {
	margin-top: -0.75em;
	position: absolute;
	right: 5px;
	top: 50%;
}

.tabPanel .listContents .separator {
	background:
		url("../../../gfx/rummble/web/explorerWithList/listItem_separator.png")
		repeat-x scroll left bottom #9E84A8;
	border-bottom: 1px solid #866A90;
	border-top: 1px solid #A183AC;
	color: #FFFFFF;
	font-weight: bold;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.listContents li {
	cursor: pointer;
}

.listContents li.selected {
	background:
		url("../../../gfx/rummble/web/explorerWithList/listItem_selected.png")
		repeat-x scroll left bottom #4177EA;
	border-bottom: 1px solid #467EF7;
	border-top: 1px solid #2857BB;
	color: #FFFFFF;
}

#sortOptions li {
	padding: 0;
	font-size: 11px;
}

s li a,#sortOptions li a:hover {
	color: #222222;
	display: block;
	padding: 0.5em;
	text-decoration: none !important;
}

#sortOptions li.selected a {
	color: #FFFFFF;
}

#explorerContainer .rummbles {
	
}

#explorerContainer .rummbles div.gwt_label {
	margin-top: 1em;
	text-align: center;
}

#explorerContainer .rummbles li.rummble:hover {
	background: none repeat scroll 0 0 #E3ECFF;
}

#explorerContainer .rummbles li.rummble.selected {
	background: none repeat scroll 0 0 #4177EA;
	color: #FFFFFF;
}

#explorerContainer .rummbles li.rummble {
clear:both;
float:none;
min-height:80px;
padding:0 10px 10px;
position:relative;
width:auto;
}
#explorerContainer .rummbles li.rummble .pic {
    -moz-border-radius: 5px 5px 5px 5px;
    -moz-box-shadow: 0 0 8px #FFFFFF;
    background: url(../../../gfx/rummble/beta/web/ui/no-photo-75.png) repeat scroll center center #ffffff;
    height: 75px;
    position: absolute;
    right: 7px;
    top: 7px;
    width: 75px;
	}

#explorerContainer .rummbles .content {
margin-left:75px;
margin-right:120px;
}

#explorerContainer .rummbles .userDetails {
	float: left;
	margin-left: 50px;
	width: 300px;
}

#explorerContainer .rummbles .description {
	color: #444444;
	font-size: 11px;
}

#explorerContainer .rummbles .location {
	color: #999999;
	font-size: 13px;
	display:none;
}

#explorerContainer .rummbles .timestamp {
	color: #999999;
}

#explorerContainer .rummbles ul.tags {
	margin: 3px 0;
	width: 340px;
}

#explorerContainer .rummbles ul.tags li {
	background: none repeat scroll 0 0 transparent;
	border: 0 none;
	color: #404040;
	display: inline;
	font-size: 11px;
	font-weight: normal;
	padding: 0 0.25em 0 0;
}

#explorerContainer .rummbles h4 {
	color: #71297D;
	font-size: 16px;
	height: auto;
	margin: 10px 0 0;
}

#explorerContainer .rummbles h4 a {
color:#479CEB;
font-size:20px;
font-weight:bold;
text-decoration:none;
}

#explorerContainer .rummbles p,#explorerContainer .rummbles ul {
	color: #444444;
}

#explorerContainer .rummbles .distance {
	color: #444444;
	font-size: 1em;
	font-weight: bold;
	margin-top: 0;
	position: absolute;
	right: 20px;
	top: 5px;
}

#explorerContainer .rummbles .footer {
	color: #666666;
	font-size: 11px;
}



#explorerContainer .gwt_rummble_rating {
background-position:center center;
background-repeat:no-repeat;
cursor:pointer;
display:block;
float:left;
font-size:36px;
font-weight:bold;
height:auto;
line-height:60px;
margin:0;
padding:0;
width:100%;
}
#explorerContainer .rating_unrated {
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
    background: none repeat scroll 0 0 #FFFFFF !important;
    border: 1px solid #CCCCCC;
    color: #4E1D60 !important;
    font-size: 12px !important;
    height: 41px !important;
    line-height: 13px !important;
    padding: 12px 10px 10px !important;
    width: 43px !important;
	}
#explorerContainer .infowindowInner .rating_unrated {
	
-moz-border-radius: 5px 5px 5px 5px;
    background: none repeat scroll 0 0 #FFFFFF !important;
    border: 1px solid #CCCCCC;
    color: #4E1D60 !important;
    font-size: 12px !important;
    height: 41px !important;
    line-height: 13px !important;
    padding: 12px 10px 10px !important;
    width: 43px !important;}

#explorerContainer .rating_rt1 {
-moz-border-radius:5px 5px 5px 5px;
-webkit-border-radius:5px 5px 5px 5px;
background: -webkit-gradient(linear, left bottom, left bottom, from(#e21402), to(#ff471e));
background:-moz-linear-gradient(center top , #e21402, #ff471e) repeat scroll 0 0 transparent;
border:1px solid #df4a27;
color:#FFFFFF;
text-shadow:-1px -1px 0 #A33D3D, 1px 1px 0 #FFE6E3;
}

#explorerContainer .rating_rt2 {
-moz-border-radius:5px 5px 5px 5px;
-webkit-border-radius:5px 5px 5px 5px;
background: -webkit-gradient(linear, left bottom, left bottom, from(#e21402), to(#ff471e));
background:-moz-linear-gradient(center top , #e21402, #ff471e) repeat scroll 0 0 transparent;
border:1px solid #df4a27;
color:#FFFFFF;
text-shadow:-1px -1px 0 #A33D3D, 1px 1px 0 #FFE6E3;
}

#explorerContainer .rating_rt3 {
-moz-border-radius:5px 5px 5px 5px;
-webkit-border-radius:5px 5px 5px 5px;
background: -webkit-gradient(linear, left bottom, left bottom, from(#e9b800), to(#ebd913));
background:-moz-linear-gradient(center top , #e9b800, #ebd913) repeat scroll 0 0 transparent;
border:1px solid #d1b934;
color:#FFFFFF;
text-shadow:-1px -1px 0 #BF8B00, 1px 1px 0 #FDF7DF;
}

#explorerContainer .rating_rt4 {
-moz-border-radius:5px 5px 5px 5px;
-webkit-border-radius:5px 5px 5px 5px;
background:-webkit-gradient(linear, left bottom, left bottom, from(#e9b800), to(#ebd913));
background:-moz-linear-gradient(center top , #e9b800, #ebd913) repeat scroll 0 0 transparent;
border:1px solid #d1b934;
color:#FFFFFF;
text-shadow:-1px -1px 0 #BF8B00, 1px 1px 0 #FDF7DF;
}

#explorerContainer .rating_rt5 {
-moz-border-radius:5px 5px 5px 5px;
-webkit-border-radius:5px 5px 5px 5px;
background:-webkit-gradient(linear, left bottom, left bottom, from(#5FD300), to(#85F019));
background:-moz-linear-gradient(center top , #5FD300, #85F019) repeat scroll 0 0 transparent;
border:1px solid #99CE66;
color:#FFFFFF;
	text-shadow:-1px -1px 0 #69B028, 1px 1px 0 #EDFFE3;
}

#explorerContainer .rating_rt6 {
-moz-border-radius:5px 5px 5px 5px;
-webkit-border-radius:5px 5px 5px 5px;
background:-webkit-gradient(linear, left bottom, left bottom, from(#5FD300), to(#85F019));
background:-moz-linear-gradient(center top , #5FD300, #85F019) repeat scroll 0 0 transparent;
border:1px solid #99CE66;
color:#FFFFFF;
	text-shadow:-1px -1px 0 #69B028, 1px 1px 0 #EDFFE3;
}

#explorerContainer .rating_external {
-moz-border-radius:5px 5px 5px 5px;
-webkit-border-radius:5px 5px 5px 5px;
background:-webkit-gradient(linear, left bottom, left bottom, from(#d5d3d3), to(#e8e8e8));
background:-moz-linear-gradient(center top , #d5d3d3, #e8e8e8) repeat scroll 0 0 transparent;
border:1px solid #CCCCCC;
color:#FFFFFF;
	text-shadow:-1px -1px 0 #7C6B8F, 1px 1px 0 #F7EFFF;
}

#explorerContainer .rummbles .venueImage {
	float: right;
	margin: 10px 0px 4px 4px;
	display:none;
}

#explorerContainer .rummbles .pendingArea {
	float: right;
	margin-right: 5px;
	margin-top: 10px;
	width: 117px;
}

#explorerContainer .rummbles .pendingEdit {
	background-image:
		url("../../../gfx/rummble/web/explorerWithList/pendingEdit.png")
		!important;
	background-repeat: no-repeat;
	height: 28px;
	width: 100px;
}

#explorerContainer .rummbles .pendingDelete {
	background-image:
		url("../../../gfx/rummble/web/explorerWithList/pendingDelete.png")
		!important;
	background-repeat: no-repeat;
	height: 28px;
	width: 100px;
}

#explorerContainer .rummbles .pendingPublish {
	background-image:
		url("../../../gfx/rummble/web/explorerWithList/pendingPublish.png")
		!important;
	background-repeat: no-repeat;
	height: 28px;
	padding: 0 0 0 20px;
	width: 100px;
}

#explorerContainer .rummbles .userImage {
	float: left;
	margin-right: 0.5em;
}

#explorerContainer .rummbles .ratingArea {
float:left;
margin:10px 10px 0 0;
width:60px;
}

#explorerContainer .rummbles .rateButton {
	margin-left: 8px;
	display:none;
}

#explorerContainer .rummbles .rummble p {
	font-size: 11px;
	margin-bottom: 0;
}

#filterStatus, #placeToRateStatus {
	background:none;
	color: #FFFFFF;
	font-size: auto;
	padding-top: 0;
	height:auto;
}


#filterStatus h4, #placeToRateStatus h4 {
	padding-left: 0.5em;
}


#filterStatus li, #placeToRateStatus li {
background:-moz-linear-gradient(center bottom , #FDF8D1, #FFFBE4) repeat scroll 0 0 transparent;
background: -webkit-gradient(linear, left top, left top, from(#FDF8D1), to(#FFFBE4));
border:1px solid #ECE4AB;
color:#736554;
font-size:18px;
line-height:46px;
list-style-type:none;
padding-left:12px;
position:relative;
}

 #placeToRateStatus li {
background:-moz-linear-gradient(center top , #e3f3f3, #cfe3f6) repeat scroll 0 0 transparent;
background: -webkit-gradient(linear, left top, left top, from(#e3f3f3), to(#cfe3f6));
border-color:#acc7df;
}

#filterStatus li a, #placeToRateStatus li a {color:#479CEB;}

#explorerContainer .rumlayout {
	bottom: 10px;
	float: right;
	left: 390px;
	position: absolute;
	right: 10px;
	top: 10px;
}

#explorerContainer #ugcDiv.explorer_options {
	bottom: 10px;
	left: auto;
	padding: 0;
	position: absolute;
	right: 10px;
	top: 10px;
}

#explorerContainer #ugcDiv.explorer_options .rum_explorer_width {
	border: 0 none;
	width: 100%;
}

#explorerContainer.collapsed #rummbleListContainer {
	display: none;
}

#explorerContainer.collapsed #ugcDiv.explorer_options {
	left: 20px;
}

#explorerContainer #mapControls button {
float:right;
font-size:15px;
font-weight:bold;
line-height:auto;
margin-left:1em;
padding:0.4em 0.6em 0.5em 0.4em;
}

#mapControls button#addRummble {
	background-color: #4B1D5E;
	color: #FFFFFF;
}

#mapControls .highlights {
	background-color: #4B1D5E;
}

#explorerContainer .mapContainer {
padding:0;
position:relative;
top:0;
width:547px;
}

#explorerContainer.facebook .mapContainer {
	top: 110px;
}


#explorerContainer.collapsed #rummbleListContainer {display:block;}
#explorerContainer.expanded #rummbleListContainer {display:none;}

#explorerContainer.expanded #ugcDiv {
 margin-left: 0;
    width: 1200px;	
	}
#explorerContainer.expanded .mapContainer {width:1180px;}

#explorerContainer #toggleListView {
background-color:transparent;
background-image:url("../../../gfx/rummble/beta/web/ui/map-open.png") !important;
background-position:left top;
background-repeat:no-repeat;
border:medium none;
height:45px;
left:-13px;
margin-top:-24px;
position:absolute;
text-indent:-999em;
top:50%;
width:46px;
}

#explorerContainer.expanded #toggleListView {
background-position:left bottom;	
	}
#explorerContainer.expanded #toggleListView:hover {
background-position:right bottom;
}

#explorerContainer.collapsed #toggleListView {background-position:left top;}
#explorerContainer.collapsed #toggleListView:hover {background-position:right top;}


.icon {
	background-image:
		url("../../../gfx/rummble/web/explorerWithList/icon_matrix.png");
	background-repeat: no-repeat;
	border-right: 1em solid transparent;
	font-size: 0;
	height: 0;
	overflow: hidden;
	padding-bottom: 13px;
	padding-left: 28px;
	padding-top: 12px;
	vertical-align: middle;
}

#sortOptions .smart .icon {
	background-position: -75px -25px;
}

#sortOptions .rating .icon {
	background-position: -50px -25px;
}

#sortOptions .distance .icon {
	background-position: -25px -25px;
}

#sortOptions .alpha .icon {
	background-position: -100px -25px;
}

#sortOptions .smart.selected .icon {
	background-position: -75px -50px;
}

#sortOptions .rating.selected .icon {
	background-position: -50px -50px;
}

#sortOptions .distance.selected .icon {
	background-position: -25px -50px;
}

#sortOptions .alpha.selected .icon {
	background-position: -100px -50px;
}

#sortOptionsTab.smart .icon {
	background-position: -75px -25px;
}

#sortOptionsTab.rating .icon {
	background-position: -50px -25px;
}

#sortOptionsTab.distance .icon {
	background-position: -25px -25px;
}

#sortOptionsTab.alpha .icon {
	background-position: -100px -25px;
}

#sortOptionsTab.smart.active .icon {
	background-position: -75px 0;
}

#sortOptionsTab.rating.active .icon {
	background-position: -50px 0;
}

#sortOptionsTab.distance.active .icon {
	background-position: -25px 0;
}

#sortOptionsTab.alpha.active .icon {
	background-position: -100px 0;
}

#rlistSortMethod.sortMethod {
	font-size: 10px;
}

#rummbleListTab .icon {
	background-position: -125px -25px;
}

#tagsListTab .icon {
	background-position: -150px -25px;
}

#pendingTab .icon {
	background-position: -200px -25px;
}

#rummbleListTab.active .icon {
	background-position: -125px 0;
}

#tagsListTab.active .icon {
	background-position: -150px 0;
}

#pendingTab.active .icon {
	background-position: -200px 0;
}

#addRummble .icon {
	background-position: -175px -50px;
}

#searchHere .icon {
background: url("../../../gfx/rummble/beta/web/ui/icon-refresh.png") no-repeat scroll center center transparent;}

#explorerContainer .closeWidget {
background: url("../../../gfx/rummble/beta/web/ui/closeFilterStatus.png") no-repeat scroll center center transparent;
border:1px solid #ECE4AB;
cursor:pointer;
display:block;
height:24px;
letter-spacing:-1000em;
margin-top:-12px;
overflow:hidden;
position:absolute;
right:5px;
text-indent:-5em;
top:50%;
width:24px;
}
#explorerContainer .nextWidget {
background: url("../../../gfx/rummble/beta/web/ui/arrow-right.png") no-repeat scroll center center transparent;
border:1px solid #ACC7DF;
cursor:pointer;
display:block;
height:24px;
letter-spacing:-1000em;
margin-top:-12px;
overflow:hidden;
position:absolute;
right:5px;
text-indent:-5em;
top:50%;
width:24px;
}

#explorerContainer .addRummble {
font-size:18px;	
	}


#explorerContainer .show {
	display: none;
}

#explorerContainer .rummbleDetail p {
	color: #202020;
	font-size: 12px;
	font-weight: normal;
	padding-right: 10px;
}

.rummbleDetail .gwt_experienced_this {
	margin-right: 30px;
}

#explorerContainer .rummbleDetail>div>div>div {
	margin-bottom: 0.5em;
	padding: 10px;
	width: 90%;
}

#explorerContainer .gwt-vertical-padding {
	float: left;
	margin-left: 0;
	margin-right: 0;
	padding: 0;
	width: 95%;
}

#explorerContainer .rummble_main_total_rating {
	background:
		url("../../../gfx/rummble/web/explorerWithList/explorerContainer_head.png")
		repeat-x scroll left top #D0D4DB;
	border: 1px solid #B7BDC7 !important;
	margin-bottom: 1em;
	margin-top: 1em;
	padding-bottom: 1em !important;
	padding-top: 1em !important;
	width: 100%;
}

#explorerContainer .rummble_main_total_rating div.help {
	height: auto;
	margin: 0 !important;
}

#explorerContainer .gwt-vertical-padding table {
	float: left;
}

#explorerContainer .gwt-vertical-padding div.rummble-display-hspacing {
	float: right;
	width: auto;
}

#explorerContainer .gwt_title_area {
	width: 95%;
}

#explorerContainer .gwt-rummble_main_title {
	color: #4C1B5D !important;
	font-size: 2.4em;
	padding-top: 0.75em;
}

#explorerContainer .rummble_main_user_pic {
	background-image: none;
	height: 340px;
	padding: 0 !important;
	width: auto;
}

#explorerContainer .rummble_main_user_pic .imageArea {
	display: table-cell;
	height: 360px;
	text-align: center;
	vertical-align: middle;
	width: 990px;
}

#explorerContainer .rummble_main_user_pic .imageArea img {
	border: 1px solid #DFDFDF;
	min-height: 200px;
	max-height: 370px;
	padding: 5px;
}

#explorerContainer .rummbleDetail .gwt_label_link,#explorerContainer .rummbleDetail a[title
	*="external"] {
	color: #3282CD;
	font-size: 13px;
	font-weight: bold;
}

#explorerContainer .rummble_permalink {
	font-family: consolas, 'courier new', monospace;
	font-size: 12px;
	height: auto;
	padding: 0.25em;
	width: 95%;
}

#explorerContainer div.rummble_main_comment_post_box {
	border: medium none;
	width: 100%;
}

#explorerContainer div.rummble_main_comment_post_box .gwt-Image {
	margin-right: 1em;
	width: 60px;
}

#explorerContainer div.rummble_main_comment_post_box td {
	min-width: 38px;
}

#explorerContainer .shareLinkArea {
	float: left;
	padding-left: 10px;
	padding-right: 15px;
}

#explorerContainer .rummbleDetail #displayControlLinks {
	float: left;
	width: 100%;
}

#explorerContainer .gwt_rummble_main_content_address {
	float: left;
	margin-bottom: 7px;
}

#explorerContainer .rummbleDetail .controlLinkHead {
	float: left;
	padding-right: 5px;
}

#statusPopUp {
	height: 4em;
	left: 50%;
	margin-left: -9em;
	margin-top: -3em;
	padding: 1em;
	position: absolute;
	top: 50%;
	width: 16em;
	z-index: 999;
}

.rummbleDetail .tabs {
	background:
		url("../../../gfx/rummble/web/explorerWithList/explorerContainer_head.png")
		repeat-x scroll left top #D0D4DB;
	border-bottom: 1px solid #B7BDC7;
	bottom: 0;
	clear: both;
	float: left;
	height: 42px;
	list-style-type: none;
	position: relative;
	width: 100%;
	z-index: 1;
}

.rummbleDetail .tabs li a,#mapControls .tabs li a {
	padding: 0 1em;
}

.rummbleDetail .imageControls a {
	font-size: 1.2em;
	font-weight: bold;
	padding: 0.25em;
	text-align: center;
}

.rummbleDetail .infoPanel {
	padding: 7px;
}

.rummbleDetail .infoPanel .entry {
	width: 100%;
}

li.rummble img {
	display: none;
}

li.rummble div.userDetails {
	display: none;
}

div.rum_map_area, div.rum_map_area_full {
-moz-border-radius:5px 5px 5px 5px;
-webkit-border-radius:5px 5px 5px 5px;
border:11px solid #F0F0F0;
width:100%;
}

div#explorerContainer.explorerContainerOff .functionPanel {
	display: none;
	height: 100%;
	width: 100%;
}

div#explorerContainer.explorerContainerOff {
	background: none repeat scroll 0 0 transparent;
	border: medium none;
	display: none;
	height: 2000px;
	margin: 7px auto 14px;
	padding: 10px;
}

div#explorerContainer .rummbleDetail {
	bottom: 0;
	height: auto !important;
	position: absolute;
	top: 42px;
	width: 110%;
}

div#explorerContainer.explorerContainerOff #ugcDiv.explorer_options {
	bottom: 10px;
	left: 0;
	padding: 0;
	top: 10px;
	width: 100%;
}

div#explorerContainer.explorerContainerOff #mapControls {
	display: none;
}


#mapControls {background:url("../../../gfx/rummble/beta/bg-explorer-mapcontrols.png") no-repeat scroll 0 0 transparent;
height:47px;
margin-top:8px;
	}

.headStats div {
	border: 1px solid #ABABAB;
	display: inline-block;
	font-family: arial;
	font-size: 26px;
	font-weight: bold;
	height: 48px;
	margin: 1px;
	position: relative;
	text-align: center;
	top: 15px;
	width: 65px;
}

div.userStat1 {
	background-color: #571B7E;
	color: white;
}

div.userStat2 {
	background-color: #E8A317;
	color: white;
}

div.userStat3 {
	background-color: #1589FF;
	color: white;
}

div.rummbleStat2 {
	background-color: #5CB3FF;
	color: white;
}

div.rummbleStat4 {
	background-color: #153E7E;
	color: white;
}

.headStats div div.text {
	border: 0 none;
	font-size: 12px;
	height: 10px;
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 3px;
	width: 65px;
	z-index: 2;
}

.headStats div div.num {
	border: 0 none;
	height: 40px;
	position: absolute;
	text-align: center;
	top: 15px;
}

span.user a:link {
	font-weight: bold;
}

div.headStats {
	float: right;
	padding-right: 10px;
}

div.checkins li,div.followers li {
	display: inline;
	float: left;
	padding-bottom: 10px;
	padding-right: 10px;
	width: 90px;
}

div.checkins a,div.followers a {
	font-weight: bold;
}

div.checkins ul,div.followers ul {
	display: block;
	padding-left: 25px;
	padding-top: 60px;
}

div.checkins,div.followers {
	float: left;
	padding-top: 30px;
	width: 75%;
}

div.checkins div.messageImage,div.followers div.messageImage {
	border: 1px outset #404040;
	margin-bottom: 5px;
}

ol.newTabs {
	display: inline;
	float: left;
	position: relative;
	top: -5px;
}

ol.newTabs li {
	display: inline;
	float: left;
	padding: 5px 5px 5px 10px;
}

ol.newTabs li a {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
}

.sideOpt {
	border: 2px solid #DFDFDF;
	color: white;
	display: block;
	font-family: arial;
	font-size: 16px;
	font-weight: bold;
	height: 25px;
	line-height: 25px;
	margin: 5px 0 5px 218px;
	text-align: center;
	vertical-align: middle;
	width: 100px;
}

div.rummbleit {
	background-color: #571B7E;
}

div.follow {
	background-color: #153E7E;
}

div.following {
	background-color: #DFDFDF;
	border: 1px solid #153E7E;
	color: #153E7E;
	top: 535px;
}

div.checkin {
	background-color: #1589FF;
}

div.share {
	background-color: #5CB3FF;
}

div.rummbleDetail div.selected {
	border: 2px outset black;
}

div.rummbleDetail a:visited {
	color: #479CEB;
	text-decoration: none;
}

div.tweets {
	padding-left: 1em;
}

div.oexchange_toolbox {
	display: block;
}

div.oexchange_toolbox div {
	position: relative;
}

div.oexchange_toolbox a {
	padding: 5px;
}

div.main div.rummble_main_comment_post_box table {
	background: none repeat scroll 0 0 #FAF8CC;
}

div.rummble_main_comment_post_box table {
	border: 1px solid #E3E4EA;
	padding: 5px;
	width: 470px;
}

#ajaxcont {
	background: none repeat scroll 0 0 white;
	display: none;
	margin-left: 230px;
	margin-top: 100px;
	padding: 30px 40px;
	position: absolute;
	width: 460px;
	z-index: 100;
}

div.checkins ul.friends {
	display: block;
	padding: 40px 0 110px 25px;
}

#ajaxcont .title {
	font-family: arial;
	font-size: 24px;
	font-weight: bold;
	padding: 0 10px 20px;
}

#ajaxcont .instantHead {
	padding: 10px;
}

#ajaxcont .instantHead h4 {
	color: #606060;
	display: block;
	font-family: arial;
	font-size: 16px;
	font-weight: bold;
	padding: 0 0 10px;
}

#ajaxcont .instantHead h5 {
	color: #606060;
	display: block;
	font-size: 16px;
	padding: 15px 0 0;
}

#ajaxcont .medalDetailMedal .medalDetailImg {
	background-repeat: no-repeat;
	height: 255px;
	margin: 0 130px;
	width: 190px;
}

#ajaxcont h5 {
	color: #606060;
	font-family: arial;
	font-size: 16px;
	padding-left: 10px;
}

#ajaxcont .markIt {
	color: darkGoldenRod;
	font-size: 16px;
	font-weight: bold;
}

#ajaxcont a {
	font-weight: bold;
}

#ajaxcont .feedback {
	color: #303030;
	display: block;
	float: none;
	font-family: arial;
	font-size: 14px;
	padding: 15px 70px;
	width: 100%;
}

#ajaxcont .feedback .first {
	border-bottom: 3px solid black;
	border-top: 0 none;
	font-weight: bold;
}

#ajaxcont .feedback td {
	border-top: 1px solid #909090;
	padding: 3px 10px;
}

#ajaxcont h4 {
	color: #606060;
	font-family: arial;
	font-size: 16px;
	font-weight: bold;
	padding: 10px;
}

#ajaxcont .statusBox textarea {
	font-size: 14px;
	height: 110px;
	margin-left: 20px;
	padding: 10px;
	width: 290px;
}

#ajaxcont .messageImage {
	float: left;
	margin-top: 7px;
}

#ajaxcont button {
	color: #606060;
	font-family: arial;
	font-size: 15px;
	font-weight: bold;
	height: 28px;
	margin-left: 280px;
	margin-top: 10px;
	width: 100px;
}

#ajaxcont ol,#ajaxcont ul {
	list-style-type: none;
}

#ajaxcont ul li {
	height: 61px;
}

#ajaxcont ul {
	padding: 10px;
}

#ajaxcont ul li div.userimg {
	left: 30px;
	padding: 25px 0;
	position: relative;
	text-align: left;
	width: 260px;
}

#ajaxcont ul a {
	font-family: arial;
	font-size: 14px;
}

#ajaxcont a,#ajaxcont a:visited,#ajaxcont a:hover {
	color: #479CEB;
	text-decoration: none;
}

.closesignup {
	background-image:
		url("../../../gfx/rummble/web/loggedout/home/close.png");
	display: block;
	height: 40px;
	left: 487px;
	position: relative;
	top: -55px;
	width: 46px;
}

#sideRummbleDetail {
	float: right;
	left: 660px;
	position: absolute;
	top: 490px;
	width: 40%;
}

div.rummbleStat4,div.follow,div.followers,div.following {
	display: none;
}

div.review div.reviewContent {
	color: #707070;
	font-size: 14px;
	font-style: normal;
	line-height: 20px;
	margin: 0;
	padding: 10px;
	width: 400px;
}

div.imageControls {
	padding: 10px;
}

div.review {
	color: #444444;
	font-size: 14px;
}



.infowindowInner {
background:none repeat scroll 0 0 #FFFFFF;
display:block;
width:300px;
	}

.infowindowInner .title {
background:none repeat scroll 0 0 #FFFFFF;
display:block;
float:left;
font-family:arial;
font-size:22px;
font-weight:bold;
line-height:28px;
padding:7px;
width:189px;	}
	
.infowindowInner .tags {
clear:both;
padding:10px 0 0;	
	}	
.infowindowInner .tags span {
display:inline;
list-style:none outside none;	
	 }
.infowindowInner .tagRemove {
background:none repeat scroll 0 0 transparent;
display:inline;
font-size:15px;
left:auto;
position:relative;
right:auto;
text-indent:0;
top:auto;	
	}
.infowindowInner li.last .tagRemove {
display:none;
	}

.infowindowInner .actions {
font-size:15px;
margin-top:0;
clear:both;
	}
.infowindowInner .detail {
margin-top:15px;	
clear:left;
		}
	.infowindowInner .website {
		display:block
		}
	.infowindowInner .distance {
		}
	.infowindowInner .address {
		}

.infowindowInner .rating {cursor:pointer;}

.rating {
background-color:#CCCCCC !important;
background-image:none;
background-position:center center;
background-repeat:no-repeat;
color:#FFFFFF;
display:block;
float:left;
font-family:arial;
font-size:41px !important;
font-weight:bold;
height:auto;
left:auto;
line-height:70px;
margin-right:5px;
position:relative;
text-align:center;
text-indent:0;
top:auto;
width:70px;
	}

.mapAreaToggle {
-moz-border-radius:5px 5px 5px 5px;
-webkit-border-radius:5px 5px 5px 5px;
background-color:#FFFFFF;
border:1px solid #CCCCCC;
float:right;
line-height:37px;
padding:5px 7px 5px 10px;
position:absolute;
width:190px;
z-index:1000;
	}
	


	
#filterMapArea {
margin-left:10px;
margin-top:4px;		
		}
.mapAreaToggle p {
float:left;	
color:#888888;
float:right;
font-size:14px;
margin-bottom:2px;
text-align:right;	
width:106px;
	}
	
#exploreListControlsTop {	
width:100%;
margin-bottom:10px;
	}	
#exploreListControlsTop ul.dropDown li {
-moz-border-radius:5px 5px 5px 5px;
-webkit-border-radius:5px 5px 5px 5px;
background:none repeat scroll 0 0 #F3E9F6;
border:1px solid #CCCCCC;
height:auto;
line-height:normal;
margin:0;
position:relative;
padding:0 28px 0 0;
	}
#exploreListControlsTop ul.dropDown li a {
color:#594D62;
display:block;
font-size:17px;
line-height:40px;
padding:0 12px;
text-decoration:none;
}
.dropDown li .arrowWidget {
-moz-border-radius:3px 3px 3px 3px;
background:url("../../../gfx/rummble/beta/web/ui/downArrow.png") no-repeat scroll center center transparent;
border:1px solid #FFFFFF;
cursor:pointer;
display:block;
height:23px;
letter-spacing:-1000em;
margin-top:-12px;
overflow:hidden;
position:absolute;
right:5px;
text-indent:-5em;
top:50%;
width:22px;	
}

#exploreListControlsTop ul.dropDown li ul li {
-moz-border-radius:0 0 0 0;
border:medium none;
padding:0;
width:100%;	
	}

.dropDown a {
color:#E4D2E8;
display:block;
font-size:11px;
padding:0.75em 10px 0.75em 8px;
text-decoration:none;
}



.myRummblesToggle {
-moz-border-radius:5px 5px 5px 5px;
-webkit-border-radius:5px 5px 5px 5px;
background-color:#FFFFFF;
border:1px solid #CCCCCC;
float:right;
line-height:37px;
padding:0 5px 0 10px;
	}
#myRummblesToggleAnchor {
margin-left:10px;
margin-top:5px;		
		}
.myRummblesToggle p {
color:#888888;
float:right;
font-size:14px;
line-height:40px;
margin-bottom:2px;
text-align:right;
	}	
	
#explorerContainer #searchInsideMap {
	display:none;
}

#explorerContainer #searchFromMapCenter {
	display:none;
}


.gwt_rummble_title {
color:#71297D;
cursor:pointer;
font:bold 16px arial;
text-align:center;
text-decoration:none;
}

#explorerContainer .rummbles .searching {
background:-moz-linear-gradient(center bottom , #FDF8D1, #FFFBE4) repeat scroll 0 0 transparent;
background: -webkit-gradient(linear, left top, left top, from(#FDF8D1), to(#FFFBE4));
border:1px solid #ECE4AB;
color:#71297D;
font-size:20px;
}

#explorerContainer .rummbles .noresults {
background:-moz-linear-gradient(center bottom , #FDF8D1, #FFFBE4) repeat scroll 0 0 transparent;
background: -webkit-gradient(linear, left top, left top, from(#FDF8D1), to(#FFFBE4));
border:1px solid #ECE4AB;
color:#71297D;
font-size:20px;
}

