#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;
	height: 2000px;
	margin: 7px auto 14px;
	padding: 10px;
}

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

#explorerContainer button {
	-moz-border-radius: 7px 7px 7px 7px;
	-moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
	background-color: #FFFFFF;
	background-image:
		url("gfx/rummble/web/explorerWithList/button_overlay.png")
		!important;
	background-position: left top;
	background-repeat: repeat-x;
	border-width: 0;
	color: black;
	cursor: pointer;
	font-weight: bold;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
	white-space: nowrap;
}

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

#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;
}

.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: 1px solid #B7BDC7;
	bottom: 0;
	clear: both;
	float: left;
	left: 0;
	list-style-type: none;
	position: absolute;
	right: 0;
	top: 42px;
	width: 100%;
}

#explorerContainer .functionPanel .tabbedPanels .withHeadControls {
	padding-top: 42px;
}

#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;
	height: 42px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.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;
	overflow-x: hidden !important;
	overflow-y: auto !important;
	position: absolute !important;
	right: 0;
	top: 0;
}

#explorerContainer .functionPanel .tabbedPanels .withHeadControls .listContents
	{
	top: 42px;
}

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

.listContents {
	background-color: #F4F4F4;
}

.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;
	padding: 0 10px 10px;
	position: relative;
	width: 340px;
}

#explorerContainer .rummbles .content {
	width: 334px;
}

#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;
}

#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: #71297D;
	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;
	float: left;
	font-size: 20px;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
	margin: 10px 10px 0 0;
	padding: 0;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
	width: 40px;
}

#explorerContainer .rating_rt1 {
	background-image:
		url("../../gfx/rummble/web/explorerWithList/rt1.png");
}

#explorerContainer .rating_rt2 {
	background-image:
		url("../../gfx/rummble/web/explorerWithList/rt2.png");
}

#explorerContainer .rating_rt3 {
	background-image:
		url("../../gfx/rummble/web/explorerWithList/rt3.png");
}

#explorerContainer .rating_rt4 {
	background-image:
		url("../../gfx/rummble/web/explorerWithList/rt4.png");
}

#explorerContainer .rating_rt5 {
	background-image:
		url("../../gfx/rummble/web/explorerWithList/rt5.png");
}

#explorerContainer .rating_rt6 {
	background-image:
		url("../../gfx/rummble/web/explorerWithList/rt6.png");
}

#explorerContainer .rating_external {
	background-image:
		url("../../gfx/rummble/web/explorerWithList/rt_ext.png");
}

#explorerContainer .rummbles .venueImage {
	float: right;
	margin: 10px 14px 4px 4px;
}

#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;
	width: 50px;
}

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

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

#filterStatus {
	background:
		url("../../gfx/rummble/web/explorerWithList/filterStatus.png")
		repeat-x scroll left top #222222;
	color: #FFFFFF;
	font-size: 1.1em;
	padding-top: 0.5em;
}

#filterStatus a:link,#filterStatus a:hover {
	color: #FFFFFF;
	cursor: default;
	text-decoration: none;
}

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

#filterStatus ul {
	padding-right: 24px;
}

#filterStatus li {
	list-style-type: none;
	padding-left: 1em;
}

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

#explorerContainer #ugcDiv.explorer_options {
	bottom: 10px;
	left: 390px;
	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 {
	color: black;
	float: right;
	font-size: 1.2em;
	font-weight: bold;
	margin-left: 1em;
	padding: 0.5em 1em 0.5em 0.1em;
}

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

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

#explorerContainer .mapContainer {
	bottom: 0;
	padding: 0 5px;
	position: fixed;
	top: 223px;
	width: 580px;
}

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

#explorerContainer #toggleListView {
	background-color: #F4F4F4;
	background-image:
		url("../../gfx/rummble/web/explorerWithList/ico_toggle_leftRight.png")
		!important;
	background-position: left center;
	background-repeat: no-repeat;
	border: 1px solid #C6C9D0;
	height: 48px;
	left: -17px;
	margin-top: -24px;
	position: absolute;
	text-indent: -999em;
	top: 10%;
	width: 18px;
}

#explorerContainer.collapsed #toggleListView {
	background-position: right center;
}

.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-position: 0 -25px;
}

#explorerContainer .closeWidget {
	background: url("../../gfx/rummble/web/ui/icon_closePopup.gif")
		no-repeat scroll left top transparent;
	border: 0 none;
	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 .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 {
	border: 2px solid #909090;
	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: block;
	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;
}

.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;
	position: absolute;
	width: 200px;
}

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;
}


.rightClick-menu {
	background:#ffffff;
	width:150px;
}
.rightClick-menu ul {
	margin:0;
	padding:0;
	float:none;
}
.rightClick-menu ul li {
	float:none;
	margin:0;
	padding:0;
	list-style:none;
	
}
.rightClick-menu ul li a {
	font-size: 11px;
	display:block;
	line-height:24px;
	font-size:13px;	
	cursor:pointer;
	text-align:left;
	padding:0 5px;
	text-decoration: none;
}
.rightClick-menu ul li a:hover {
	background:#dedaed;
	text-decoration: none;
}

