body {
	padding: 0px 0 20px;
	margin: 0 auto;
	color: #666;
	font-size: 1em;
	height: 100%;
}

/*microformat*/
abbr.dtstart, abbr.dtend, abbr.dtreviewed {
	border-bottom: none;
}
.microformatdetail {
	display: none; /*content for microformat parsing only */
}

.tinyMCEBody ul {
	margin: 0 0 8px 15px; 
	padding: 0;
}
.tinyMCEBody ol {
	margin: 0 0 8px 20px;
	padding: 0;
}
.tinyMCEBody blockquote {
	margin: 0 0 0 20px;
	padding: 0;
}

a:active, a:link, a:visited {
/*	color: #325B0A; */
	color: #338800;
	text-decoration: none;
}

a:hover {
	color: #360;
	text-decoration: underline;
}
a.help{
	text-indent: -9999px;
}
a.close{
	background:url(../images/close_629.gif) 0px 0px no-repeat;
	width: 14px;
	height: 13px;
	text-indent: -9999px;
	float: right;
	outline: none;
}
a.close_black{
	background:url(../images/close_black_632.gif) 0px 0px no-repeat;
}
.flagThis {
	background: url(../images/img_flag_396.gif) 0 50% no-repeat;
	padding: 0 0 0 20px;
	font-size: 0.9em;
	outline: none;
}
.addThis {
	background: url(../images/add_770.gif) 0 0 no-repeat;
	padding: 0 0 0 20px;
	outline: none;
	font-size: 14px;
	font-weight: bold;
}
.right{
	float: right;
}
.highlight { 
	background-color: #ff8; 
}
.hint { 
        color: #888; 
}

.popupBox {
	position: absolute;
	border: 5px solid #666;	
	top: 0;
	left: 0;
	margin: 0;
	padding: 10px;
	z-index: 9999;
	background: #fff;
	overflow: auto;
	font-size: 1.2em;
}
.popup-handle{
/*	background: #a8dd95 !important; */
	background: #85d973 !important;
	color: #333;
	padding: 10px;
	margin: 0px 0px 15px 0px;
	cursor:	 move;
}
.popup-handle h2{
	float: left;
	margin: 0;
	padding: 0;
}
.popupBox h2{
	font-size: 1.2em;
}
.popupBox h3{
	font-size: 1.2em;
}
.popupBox h5{
	font-size: 1.1em;
}
.popupBox a.whatsthis {
	font-weight: normal;
	font-size: 0.8em;
}
.popupBox p{
	clear: both;
}
.popupBox table td{
	padding: 0px 0px 10px 0px;
}
.popupBox table td.attrname{
	padding-right: 15px;
}

#modalBackground
{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background:#444;
    opacity: 0.6;
    filter:alpha(opacity=60);
    -moz-opacity: 0.6;
    z-index: 10000;
}
#modalWindow
{
    position: fixed;
    left: 35%;
    top: 35%;
    width: 340px;
    background: #fff;
    border: 5px solid #333;
    font-size: 1.2em;
    z-index: 12000;
    padding: 5px;
}
#modalMsg
{
    position: absolute;
    left: 20%;
    top: 35%;
    width: 520px;
    padding: 20px;
    background: #555;
    color: #fff;
    text-align: center;
    font-size: 1.4em;
    font-weight: bold;
    display: none;
}
.modalGeneric .modalWindowBody{
    padding: 5px 10px;
    margin: 0;
}
#modalWindow form {
    margin: 0;
    padding: 0;
}
#modalWindow p {
    margin: 10px 0px;
    padding: 0;
}
#modalWindow .actionbtns{
    text-align: center;
}
#modalWindow .actionbtns input{
    width: 60px;
}

.tabmenu {
    border-bottom: 1px solid #ccc;
    margin: 0;
    padding: 0 0 0 5px;
    z-index: 1;
    font-size: 1.2em;
}
.tabmenu li {
    display: inline;
    overflow: hidden;
    list-style-type: none; 
    margin: 0 5px;
}
.tabmenu a:visited, .tabmenu a:active, .tabmenu a:link, .tabmenu span{
    border: 1px solid #ccc;
    padding: 2px 8px 0px 8px;
    margin: 0;
}
.tabmenu a:visited, .tabmenu a:active, .tabmenu a:link{
    background: #f0f2e1;
    color: #333;
    text-decoration: none; 
}
.tabmenu a:hover {
    background: #f7fbed;
}
.tabmenu span.active {
    background: #fff;
    color: #333;
    border-bottom: 1px solid #fff;
}

.breadcrumb {
	margin: 0 0 15px;
	font-weight:  bold;
	font-size: 1.1em;
}
.breadcrumb ul {
	margin: 0;
	padding: 0;
}
.breadcrumb ul li {
	list-style: none;
	font-size: 1.1em;
	display: inline;
	padding: 0 5px 0 10px;
	background: url(../images/icon_arrow_569.gif) 0 50% no-repeat;
}
.breadcrumb ul li.prefix, .breadcrumb ul li.root, .breadcrumb ul li.total {
	padding-left: 0;
	background: none;
}

.actionLinks .sortBy a.arrow, .actionLinks .miles a.arrow, .actionLinks .listPerPage a.arrow, .actionLinks .filter a.arrow {
	background: #f7fbed url(../images/img_arrowdown_295.gif) 92% 50% no-repeat !important;
}

.actionLinks .sortBy, .actionLinks .sortBy ul {
	width: 70px;
}

.actionLinks .miles, .actionLinks .miles ul {
	width: 80px;
}

.actionLinks .listPerPage, .actionLinks .listPerPage ul {
	width: 105px;
}

.actionLinks .filter, .actionLinks .filter ul {
	width: 105px;
}

.actionLinks li {
	float: left;
	list-style: none;
	margin: 0 5px 0 0;
	border: 1px solid #ccc;
}

.actionLinks ul {
	display: none;
	position: absolute;
	background: #f7fbed;
	border: 1px solid #ccc;
	z-index: 900;
}

.actionLinks ul li {
	border: none !important;
	float: none;
	list-style: none;
	margin: 0;
}

.actionLinks li a:active, .actionLinks li a:link, .actionLinks li a:visited {
	display: block;
	font-size: 1.2em;
	color: #325b0a;
	padding: 3px 8px;
	text-decoration: none;
	background: #f7fbed;
	white-space: nowrap;
}

.actionLinks li a:hover {
	text-decoration: none;
	background-color: #f7f7f7 !important;
}

.actionLinks ul li a:active, .actionLinks ul li a:link, .actionLinks ul li a:visited {
	display: block;
	color: #325boa;
	padding: 3px 8px;
	text-decoration: none;
	height: 1%;
	border: 0 !important;
	background: none !important;
}

.actionLinks ul li a:hover {
	text-decoration: none;
	background-color: #fff !important;
}

.actionLinks li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

.actionLinks li:hover ul, .actionLinks li.over ul { /* lists nested under hovered list items */
	display: block;
}

.submitButton {
	border: 0;
	background: transparent none;
	padding: 0;
	margin: 0;
}

.searchSubmit {
	background: url(../images/icon_search_295.gif) 50% 0 no-repeat;
	cursor: pointer;
	width: 40px;
	height: 24px;
	text-indent: -9999px;
}
.waitSubmit {
	background: url(../images/spinner_510.gif) 50% 50% no-repeat;
	cursor: pointer;
	text-indent: -9999px;
	width: 70px;
	height: 22px;
	border: 1px solid #aaa;
	outline: none;
}
.polaroid {
	background: #fff;
	padding: 2px;
	border: 1px solid #ccc;
}

div.pagelinks {
	float: right;
	margin: 10px 0px;
	padding: 4px 3px;
	border: 1px solid #ccc;
	background: #F7F7F7;
	color: #999;
}

.listingInfo {
	border: 1px solid #ccc;
	padding: 10px 20px;
	margin: 0 0 15px 0;
	position: relative;
	z-index: 9;
	font-size: 1.2em;
}
.listingInfo p {
	margin: 5px 0px;
}
.listingInfo h5{
	padding: 0;
	margin: 0px 0px 5px 0px;
	font-size: 1.2em;
}
#reviewreason h5{
	font-size: 1.3em;
	font-weight: normal;
}
.listingInfo ul{
	margin: 0;
	font-size: 1.1em;
}
.listingInfo ul li{
	list-style: none;
	background: url(../images/plus_552.gif) 0 50% no-repeat;
	padding: 2px 0px 2px 20px;
}
.listingInfo a.details{
	outline: none;
}
.listingInfo_detail {
	display: none;
	width: 200px;
	padding: 20px 20px 10px;
	position: absolute;
	background: #fff;
	z-index: 9999;
	top: 30px;
	right: 10px;
	border: 1px solid #ccc;
}
.listingInfo_detail p.close {
	position: absolute;
	right: 5px;
	top: 2px;
}

div.pagelinks span.inform_msg {
	margin-right: 2px;
}

div.pagelinks span.current {
	font-weight: bold;
	color: #666;
	background: #f0f2e1;
	border: 1px solid #ccc;
}

div.pagelinks a, div.pagelinks span {
	padding: 0px 5px;
	text-decoration: none;
	font-size: 1.2em;
	color: #666;
	border: 1px solid #F7F7F7;
}

div.pagelinks a:hover {
	background-color: #FFF;
	border: 1px solid #ccc;
	text-decoration: none;
}

div.pagelinks input {
	border: 1px solid #ccc;
	margin: 1px 4px 0 3px;
	padding: 0 2px;
	height: 17px;
	width: 20px;
	display: inline;
	font-size: 1.1em;
}

div.pagination {
	border-left: 1px solid #ccc;
	display: inline;
	padding-left: 3px;
}

div.pagination span.disabled {
	display: none;
}

#header {
	padding: 0 0 5px 0;
	margin: 0 auto;
	width: 100%;
}

#outer {
	width: 955px;
	margin: 0 auto;
	padding: 5px 0;
}

#container {
	background: #fff;
	width: 935px;
	margin: 0 auto;
}

#logo {
	width: 350px;
	float: left;
}

#logo img {
	width: 199px;
	height: 60px;
	margin: 0 0 3px 0;
}
#tagline {
	font-weight: bold;
	font-size: 13px;
	margin-left: 10px;
}
#account-link {
	width: 550px;
	float: right;
	text-align: right;
	font-weight: bold;
	font-size: 1.2em;
	margin-right: 30px;
}

#account-link span {
	padding: 0 5px;
	color: #ccc;
}

/* google map */
div#map
{
	margin: 10px 0px 20px 0px;
	width: 410px;
	height: 300px; 
}
div#detailedmap
{
	width: 260px; 
	height: 240px; 
	margin-right: 5px;
	overflow: hidden;
}
/* info/error messages */
.inform_msg{
	font-size: 13px;
}
.inform_errmsg {
	color: red;
	font-weight: bold;
	font-size; 12px;
}
div.inform_msg {
	margin: 2px 0px;
	padding: 10px;
	border: 1px solid #ccc;
}
div.inform_msg h2{
	font-size: 1.2em;
}
div.inform_msg p{
	margin: 0;
	padding: 0;
}
div.inform_msg ul{
	margin-left: 15px;
}
.errormsg{
	font-weight: bold;
	color: #f00;	/*red*/
	display: none;
}

#region {
	clear: both;
	margin: 0px 0 10px;
	padding: 0px 15px;
	position: relative;
	z-index: 1000;
}

#region h2 {
	width: 250px;
	float: left;
	font-size: 1.1em;
	font-weight: bold;
	margin: 0;
	color: #666;
	text-transform: uppercase;
}

#region ul {
	width: 620px;
	float: right;
	text-align: right;
	margin: 0;
}

#region ul li {
	list-style: none;
	display: inline;
	color: #666;
	font-size: 1.1em;
	padding: 0;
	font-weight: bold;
}

#region ul li a:active, #region ul li a:link, #region ul li a:visited {
	text-decoration: none;
	border-left : 1px solid #ccc;
	padding: 0 10px;
}
#region ul li a.top:hover, #region ul li a:hover {
	color: #666;
	text-decoration: none;
}
#region ul li a.top {
	color: #325B0A;
}
#region ul li a.first {
	border-left: 0 !important;
}

#moreRegions {
	display: none;
	position: absolute;
	background: #fff;
	padding: 6px 10px;
	width: 360px;
	right: 15px;
	top: 20px;
	z-index: 99999;
	border : 1px solid #aaa;
	font-weight: normal;
	text-align: left;
}
#moreRegions h4 {
	padding: 0 0 0 5px !important;
	margin: 0 0 8px 0;
	color: #444;
	font-size: 1.1em;
	font-weight: bold;
}
#moreRegions .datainput {
	padding: 3px;
}
#moreRegions ul {
	width: auto !important;
	margin-bottom: 5px;
	padding: 0px;
}
#moreRegions li {
	list-style: none;
	display: block !important;
	text-align: left !important;
	float: left !important;
	width: 120px !important;
}
#moreRegions li a:active, #moreRegions li a:link, #moreRegions li a:visited {
	color: #338800;
	border: 0 !important;
	padding: 0 0 0 5px !important;
	font-size: 0.9em;
	font-weight: normal;
}
#moreRegions form#enter-city{
	margin-left: 5px;
}
form#enter-city{
	margin: 0 0 10px 0px;
	padding: 0;
	font-size: 12px;
}
form#enter-city label{
	margin-right: 6px;
}

#navigation {
	margin: 0 0 10px;
}

#navigation ul {
	height: 34px;
	margin: 0;
	overflow: hidden;
	background: url(../images/bg_menu_295.gif) 0 0px repeat-x;
}

#navigation ul li {
	list-style: none;
	float: left;
	height: 34px;
	margin: 0 1px 0 0;
	overflow: hidden;
}

#navigation ul li a, #navigation ul li a:visited {
	background: url(../images/bg_menu_295.gif) 0 0 repeat-x;
	display: block;
	font-size: 1.4em;
	text-decoration: none;
	color: #0b0056;
	padding: 9px 25px;
	font-weight: bold;
}

#navigation ul li a:hover {
	background-position: 0 -68px;
	color: #333;
}

#navigation ul li a.active {
	background-position: 0 -34px !important;
	color: #333 !important;
}

#content {
	padding: 15px;
	border: 1px solid #ccc;
	width: 903px;
/*	overflow: hidden; */
}
#content h1 {
	font-size: 1.6em;
	color: #333;
	margin: 0 0 10px 0;
}
#content h2 {
	font-size: 1.4em;
	color: #333;
	margin: 0 0 10px 0;
}
#content h2 span {
	font-weight: normal;
	font-size: 0.8em;
}
#content h3 {
	font-size: 1.2em;
	color: #325b0a;
	margin: 0 0 10px 0;
}
#content h4 {
	font-size: 1.2em;
	color: #333;
	margin: 0 0 10px 0;
}
.homepage h3 {
/*	background: #D9ECB0; */
	background: #f0f2e1;
	padding: 5px 10px;
}
.homepage h3 a:active, .homepage h3 a:link, .homepage h3 a:visited{
	color: #325b0a;
}
.homepage #eventTools {
	background: #f0f2e1 !important;
}
h1 .pageinfo{
	font-weight: normal;
	font-size: 0.9em;
}
span.pageinfo{
	margin: 0px 5px;
}

#eventTools {
/*	background: #e7f1f8; */
/*	background: #e6f0db; */
/*	background: #eeeeda; */
	background: #f0f2e1;
	padding: 10px 0;
	margin: 0 0 10px;
	width: 100%;
}
#eventTools h1 {
/*	width: 320px; */
	padding: 5px 0 0 20px;
	color: #325b0a;
	margin: 0;
	font-size: 1.4em;
}
#eventTools form {
        margin: 0;
}
#eventTools h1 a, #eventTools h1 a:visited {
	color: #325b0a;
	text-decoration: none;
}

#eventTools p {
	margin: 0 !important;
}
#eventTools div#category-title {
	float: left;
	padding: 0 20px 0 0;
}

#searchFor {
	float: left;
	padding: 0 10px;
}
#searchFor label, #searchFor span {
	font-size: 1.2em;
	color: #0b0056;
	margin: 0 5px;
}
#searchFor input, #searchFor select {
	font-size: 1.2em;
}
#searchFor #searchText, #searchFor #searchNear {
	width: 130px;
}
#searchFor #addresserr{
	display: block;
	text-align: right;
	padding-right: 40px;
}

.eventButton {
	height: 25px;
	overflow: hidden;
	float: left;
	margin: 0 10px 0 0;
	vertical-align: middle;
}
.eventButton a:active, .eventButton a:link, .eventButton a:visited {
	background: url(../images/button_event_295.gif) 0 -25px no-repeat;
	width: 100px;
	padding: 5px 0 6px;
	font-size: 1.2em;
	text-decoration: none;
	text-align: center;
	color: #000;
	display: block;
}

.eventButton a:hover {
	background-position: 0 0 !important;
}

#eventSearch {
       float: right;
       width: 280px;
       text-align: right;
}
#eventSearch p {
	margin: 0 !important;
}

#eventSearch label, #eventSearch span {
	font-size: 1.2em;
	color: #0b0056;
	margin: 0 10px 0 0;
}
#eventSearch input {
	font-size: 1.2em;
}
#eventSearch #searchText {
	width: 130px;
}
#eventSearch #eventSearchsubmit {
}

#footer {
	clear: both;
	padding: 10px 0 0;
	width: 100%;
}

#footer p {
	text-align: center;
	font-size: 1.1em;
}

#footer span {
	padding: 0 5px;
	color: #ccc;
}
#footer p.city_footer {
}
#footer p.city_footer span{
	padding: 0 2px;
}

.eventList {
	background: #fff;
	border: 1px solid #ccc;
	padding: 5px 20px;
	margin: 0 0 15px 0;
}

.eventList p {
	font-size: 1.2em;
}

.altbg {
}

.eventHeader, .eventInfo, .eventDetail {
	padding: 10px 0;
	clear: both;
}

.eventHeader {
	border-bottom: 1px solid #ccc;
	width: 100%;
}

.eventHeader .eventSubmitter {
	float: right;
	text-align: right;
}

.eventHeader h5 {
	font-size: 1.6em;
	font-weight: bold;
	margin: 0 0 2px 0;
}
.eventHeader h5 a, .eventHeader h5 a:visited {
	text-decoration: none;
}

.eventHeader h5 a:hover {
	text-decoration: none;
}

.eventHeader .polaroid {
	padding: 1px !important;
}

.eventHeader p {
	margin: 0;
	font-size: 1.1em;
	color: #666;
}

.eventHeader a, .eventHeader a:visited {
	font-weight: bold;
}

.eventInfo .eventImage {
	float: left;
	margin: 0 20px 20px 0;
}
.eventInfo .eventAddress {
	float: left;
	width: 455px;
}
.eventInfo .eventDescription {
	float: left;
	width: 455px;
}
.eventInfo .eventAddInfo {
	float: right;
	width: 240px;
	border: 1px solid #ccc;
	padding: 5px 0;
	margin: 0 0 10px 10px;
}

.eventInfo .eventAddInfo p {
	margin: 0 10px 2px !important;
}

.eventInfo .eventParticipants {
	background: url(../images/icon_member_295.gif) 0 50% no-repeat;
	padding: 3px 0 3px 30px;
}

.eventInfo .eventComments {
	background: url(../images/icon_comments_295.gif) 0 50% no-repeat;
	padding: 3px 0 0px 30px;
}

.eventDetail {
	clear: both;
}

/* Listing page */
#searchmsg {
	float: left;
}
#businessListing {
	width: 475px;
	float: left;
}
#businessListing h1{
	margin: 0 0 2px 0;
}
#businessListing h2{
	margin: 0;
	font-size: 11px;
}
#businessListing .breadcrumb {
	margin: 10px 0px;
}
#businessListing .subCatList {
	padding: 10px;
	margin: 0 0 10px;
	border: 1px solid #ccc;
	width: 90%;
}
#businessListing .subCatList ul {
	margin: 0;
}
#businessListing .subCatList ul li {
	list-style: none;
	font-size: 11px;
	display: block !important;
	text-align: left !important;
	float: left !important;
	margin: 0 5px 0 0;
	width: 125px !important;
}

.businessListing {
}

.businessListing h5 {
	color: #669900;
	font-size: 1.4em;
	margin: 0 0 10px;
	font-weight: bold;
	text-transform: uppercase;
}

.businessListing h5 span {
	color: #666;
	font-size: 0.8em;
	margin: 0 0 10px;
	font-weight: bold;
	text-transform: none;
}

.businessListing h5 a:active, .businessListing h5 a:link, .businessListing h5 a:visited {
	text-decoration: none;
}

.businessListing p {
	font-size: 1.1em;
}

.businessListingList {
	border: 1px solid #ccc;
	margin: 0 0 10px 0;
	padding: 10px 20px 0px 20px;
	width: 85%;
}

.businessListingList_info {
	float: left;
	width: 235px;
}

.businessListingList_info h5 span {
	display: block;
}

ul.attr-in-listing {
}
ul.attr-in-listing li {
	list-style: none;
}
ul.attr-in-listing li strong{
	font-size: 1.1em;
	margin-right: 3px;
}

.businessListingList_review {
	width: 140px;
	float: right;
}

.businessListingList_review p {
	margin: 0;
}
.businessListingList_review p.dist {
	font-size: 1.1em;
	font-weight: bold;
	margin: 0 0 10px 50px;
}

.businessReview {
	margin: 0;
	font-weight: bold;
}

.businessListing_testimonials {
	clear: both;
	margin: 0;
}

.businessListing_testimonials .polaroid {
	height: 20px;
	margin: 0 10px 0 0;
	vertical-align: middle;
}

.businessListing_testimonials .testimonial_writer {
	display: block;
	width: 70px;
	float: left;
	text-align: left;
	margin: 0;
}

.businessListing_testimonials .testimonial_writer .polaroid {
	display: block;
	margin: 0 5px 5px 0 !important;
}

.businessListing_testimonials .testimonial_writer a, .businessListing_testimonials .testimonial_writer a:visited {
	font-weight: bold;
}

.businessListing_testimonials .testimonial_writer a:hover {
}

.businessListing_testimonials .testimonial_content {
	float: right;
	width: 320px;
}

#businessListing .pagelinks {
	float: none !important;
	width: 92%;
}

#listingMainInfo {
	float: right;
	width: 410px;
}

#listingMainInfo .actionLinks {
	float: right;
	text-align: right;
	width: 150px;
}
.listingDiscussion {
	border: 1px solid #ccc;
	padding: 5px 10px;
	margin: 0 0 5px 0;
}

.listingDiscussion h4 {
	font-size: 1.2em;
	font-weight: bold;
	color: #669900;
	margin: 0 !important;
}

.listingDiscussion_header {
	position: relative;
}

.listingDiscussion h4 {
	padding-top: 5px;
	width: 220px;
}

.listingDiscussion h4 span {
	font-weight: normal;
	color: #333;
	font-size: 0.9em;
}

.listingDiscussion .lastPost {
	position: absolute;
	width: 160px;
	right: 0;
	top: 0;
	margin: 0;
	font-size: 1.1em;
	text-align: right;
}

.listingDiscussion .lastPost .polaroid {
	width: 20px;
	height: 20px;
	vertical-align: middle;
	margin: 0 0 0 5px !important;
}

.listingDiscussion .lastPost a, .listingDiscussion .lastPost a:visited {
	font-weight: bold;
}

.listingDiscussion_header {
	margin: 0 0 5px;
	position: relative;
}

.listingMainInfo_header .actionLinks {
	float: right;
	width: 200px !important;
}

.listingMainInfo_header .actionLinks li {
	float: right !important;
	margin: 0 0 0 5px !important;
}

.listingDiscussion_content {
	clear: both;
}

.listingDiscussion .last {
	border: 0 !important;
}

.listingDiscussion_content p {
	font-size: 1.1em;
	color: #333;
	margin: 0 0 10px;
}
#googleMap {
	position: relative;
}
#listingMap {
	position: absolute;
	width:  400px;
	height: 300px;
	margin: 0 0 10px 0;
	left: 0px;
	top: 0px;
}

/* Business Detail */
#businessDetailHeader {
	position: relative;
	margin: 0 0 10px 0;
	z-index: 1000;
}
#businessDetailHeader .businessDetailHeaderInfo{
}
#businessDetailHeader h2 {
	font-size: 1.6em;
}
#businessDetailHeader h4 {
	margin: 0;
}
#businessDetailHeader .displayImage {
	float: right;
}
#businessDetailHeader .displayImage .polaroid {
	margin: 0 10px 10px;
}

#businessDetailHeader .displayImage p {
	text-align: center;
	font-size: 1.1em;
}
#greenness-details{
	font-size: 0.9em;
	margin-left: 5px;
}
#businessMainRating {
}
#businessMainRating li.businessRating {
	font-size: 1.2em;
	line-height: 1.5em;
	list-style: none;
	float: left;
	width: 200px;
	margin-bottom: 7px;
	position: relative;
}
div.businessDetailCategory strong {
	font-size: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 5px 0 0;
}
div.businessDetailCategory #update-category-link {
	font-size: 0.9em;
}

div.businessDetailCategory {
	width: 350px;
}
ul.businessDetailCategory{
	width: 350px;
}
ul.businessDetailCategory li {
	display: inline;
	font-size: 1.1em;
	line-height: 1.5em;
	list-style: none;
	margin: 0 5px 0 0;
}
ul.businessDetailCategory li a, ul.businessDetailCategory li a:visited {
	text-align: center;
	height: 1%;
	padding: 3px 0;
	font-weight: bold;
	text-decoration: none;
	white-space: nowrap !important;
 	white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
}
ul.businessDetailCategory li a:hover {
}

p.businessDetailAddress {
	font-size: 1.2em;
	clear: left;
}

#businessDetailMain {
	float: left;
	width: 635px;
}

#businessDetailMain h5 {
	font-size: 1.2em;
	margin: 0 0 0.5em;
	text-transform: uppercase;
	color: #333;
}

.businessDetailMisc {
	float: left;
	width: 300px;
	margin-right: 10px;
	font-size: 1.2em;
	white-space: nowrap;
}
ul.businessDetailMisc li {
	line-height: 1.5em;
	margin: 0;
	list-style: none;
}
ul.businessDetailMisc li strong {
	float: left;
	display: block;
	width: 70px;
}
ul.businessDetailMisc li li {
	font-size: 1em;
}
p.businessDetailMisc br{
	clear: left;
}
p.businessDetailMisc span {
	float: left;
	display: block;
	width: 55px;
	margin: 0;
	padding: 0;
}

#businessDetailContent {
	border: 1px solid #ccc;
	padding: 10px;
	clear: both;
	margin: 0 0 15px 0;
}

.businessDetailInfo {
	clear: both;
}

.businessDetailInfo li {
	list-style: none;
	float: left;
	width: 270px;
	margin: 0 10px 0 0;
	font-size: 1.2em;
	line-height: 1.5em;
}

.businessDetailInfo li.colspan2 {
	clear: both;
	float: none;
	width: 520px;
	margin: 0;
}

.businessDetailInfo strong {
	margin-right: 2px;
}

.businessDetailInfo .starRatingDesc {
	display: block;
	float: left;
}
.businessDetailInfo .star-rating2, .businessDetailInfo .price-rating2 {
	display: block;
	float: left;
}

p.businessDetailFooter {
	padding-top: 5px;
	clear: both;
}

.firstToReview {
	font-size: 1.1em;
	margin: 0 0 0 10px;
	float: right;
	font-weight: bold;
}

.firstToReview a {
	margin: 0 3px;
}

.firstToReview img {
	vertical-align: middle;
}
.businessDetailFooter .adminmsg{
	clear: both;
	font-size: 1.2em;
}

#businessDetailSide {
	width: 250px;
	float: right;
}

#businessDetailSide p {
	font-size: 1.1em;
}

#relatedListings{
	margin: 0;
	border: 1px solid #e7e8e3;
	font-size: 1.2em;
}
#relatedListings h3{
	background: #f0f2e1;
	padding: 10px;
}
#relatedListings .itemBox{
	padding: 5px 10px;
}
#relatedListings h5{
	font-size: 1.1em;
	margin: 0 0 5px 0;
}
#relatedListings .displayImage {
	float: left;
	margin: 0 15px 0 0px;
}
#relatedListings .relatedListingInfo {
	float: left;
	width: 130px;
}
#relatedListings .relatedListingInfo .green-rating{
	margin: 0 0 5px 0;
}
#relatedListings .relatedListingInfo p{
	font-size: 0.9em;
}

#reviewSection {
	clear: both;
	margin: 10px 0 10px;
}
#reviewSection h2 {
	background: #f0f2e1;
	padding: 10px;
	color: #325b0a;
	margin: 0 0 1em;
}
#reviewSection h2 span {
	margin: 0 0 0 0.5em;
}
.reviewList {
	clear: both;
	border: 1px solid #ccc;
	padding: 10px;
	margin: 0 0 10px 0;
	width: 96%;
}

.reviewHeader {
}

.reviewHeader p {
	font-size: 1.1em;
	margin: 0;
}

.reviewHeader p.clear {
	margin: 0 !important;
	padding: 0;
}

.reviewHeader a, .reviewHeader a:visited {
	font-weight: bold;
}

.reviewHeader .polaroid {
	margin: 0 5px 5px 0;
	float: left;
}
.reviewHeader .submitter_name {
	font-size: 1.1em;
}
.reviewHeader .starRating, .reviewHeader .priceRating {
	display: block;
}

.reviewHeaderLeft {
	float: left;
	width: 400px;
}
.reviewHeaderRight {
	width: 140px;
	float: right;
}
.reviewContent {
	clear: both;
	padding: 3px 0;
	font-size: 1.2em;
}

.reviewFooter {
	text-align: right;
}
.reviewFooter a {
	padding-right: 5px;
}

.reviewInput {
	font-size: 1.1em;
}
.reviewInput h5 {
	color: #333;
	font-size: 1.1em;
}
.reviewInput textarea{
	display: block;
	margin: 5px 0px;
	width: 98%;
}
.reviewInput .commentSubmitBtn{
	margin: 5px 10px;
	float: right;
}

/* Write Review */
#write_review #searchListing{
	width: 300px;
	float: left;
	clear: both;
	margin-right: 30px;
}
#write_review .businessListing{
	float: left;
	width: 420px;
}
#write_review h2{
	float: left;
	margin-right: 30px;
	padding: 10px;
}
#write_review h2{
	color: #888;
}
#write_review h2.selected{
	color: #000;
	border: 1px solid #ccc;
}
#write_review label{
	width: 100px;
	display: block;
	float: left;
	line-height: 2em;
}
#write_review #searchText{
	margin: 3px 0 6px 0;
}
#write_review #location-cell{
	display: block;
}
#write_review #location-cell .pulldown-menu{
	top: 2.5em; left: 110px;
}
#write_review #addresserr {
	width: 248px;
	padding: 0;
}
#write_review #searchForSubmit {
	display: block;
	float: right;
	margin: 10px 40px 0px 0px;
}
#write_review #addListing{
}
#write_review #eventToolsButton {
	margin-left: 100px;
	clear: both;
}
#write_review .selectListing{
	float: right;
	font-size: 1.2em;
}
#write_review .pagelinks {
	float: none !important;
	width: 93%;
}

/* Home page */
.itemBox {
	padding: 5px 10px;
}
.itemEntry {
	clear: both;
	margin: 0 0 10px;
	padding: 0 0 10px;
	border-bottom: 1px solid #e7e8e3;
}
.itemLast, #itemSection .itemLast, #topicSection .itemLast td, #itemFeeds .itemLast{
	border-bottom: none;
}

#cityInitList{
	border: 1px solid #ccc;
	padding: 10px;
	margin: 0 0 10px 0;
}
#cityInitList ul {
	margin: 0 0 15px 0;
}
#cityInitList ul li {
	list-style: none;
	font-size: 1.3em;
	display: block !important;
	text-align: left !important;
	float: left !important;
	margin: 0 5px 5px 0;
	width: 100px !important;
}

#leftContent {
	width: 170px;
	float: left;
	position: relative;
	z-index: 9999;
}

/*
#menu
{
	font-size: 1.3em;
	margin: 0 0 30px 0;
}
#menu h3
{
	font-size: 1.0em;
	color: #325b0a;
	background: #f0f2e1;
	padding: 3px 5px;
	margin: 0 0 10px;
}

#menu ul
{
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 500;
	list-style-type: none;
	width: 100%;
}
#menu li
{
	background-color: #ffffff;
}
#menu table
{
	position: absolute;
	border-collapse: collapse;
	top: 0pt;
	left: 0pt;
	z-index: 100;
	font-size: 1em;
	margin-top: -1px;
}
#menu a, #menu a:visited
{
	background-position: 3% 50%;
 	background-repeat: no-repeat;
	border: 1px solid #ffffff;
	display: block;
	text-decoration: none;
	height: 2em;
	line-height: 2em;
	color: #333;
	padding-left: 2.3em;
	font-weight: normal;
	-moz-outline: none;
}
#menu li.menuroot {
      	width: 140px;
}
#menu li ul a{
	width: 162px;
}
#menu b
{
	float: right;
	margin-right: 5px;
}
* html #menu a, * html #menu a:visited
{
	width: 140px;
}
* html #menu a:hover
{
	border-color: #e7e8e3;
	color: #333;
	background-color: #f7fbed;
	position: relative;
	font-weight: normal;
	text-decoration: none;
}
* html #menu li ul a:hover 
{
	width: 162px;
}

#menu li:hover
{
	position: relative;
}
#menu li:hover > a
{
	border-color: #e7e8e3;
	color: #333;
	background-color: #f7fbed;
	font-weight: normal;
	text-decoration: none;
}
#menu li ul
{
	border: 1px solid #999;
	visibility: hidden;
	position: absolute;
	top: 0em;
	left: 9em;
	background-color: #fff;
	width: 190px;
}
#menu li ul a, #menu li ul a:visited 
{
	padding-left: 1em !important;
	padding-right: 1em !important;
}

#menu li:hover > ul
{
	visibility: visible;
}
#menu ul a:hover ul ul
{
	visibility: hidden;
}
#menu ul a:hover ul a:hover ul ul
{
	visibility: hidden;
}
#menu ul a:hover ul a:hover ul a:hover ul ul
{
	visibility: hidden;
}
#menu ul a:hover ul
{
	visibility: visible;
}
#menu ul a:hover ul a:hover ul
{
	visibility: visible;
}
#menu ul a:hover ul a:hover ul a:hover ul
{
	visibility: visible;
}
#menu ul a:hover ul a:hover ul a:hover ul a:hover ul
{
	visibility: visible;
}
*/
#menu {
	width: 99%;
	margin: 0 0 20px 0;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu ul li a, #menu ul li a:visited {
	background-position: 3% 50%;
 	background-repeat: no-repeat;
	color: #333;
	text-decoration: none;
	font-size: 1.3em;
	font-weight: normal;
	display: block;
	border: 1px solid #fff;
	padding: 5px 3px 5px 25px;
	margin: 0;
	height: 1%;
	-moz-outline: none;
}
#menu ul li.menuroot{
/*      background: url(../images/icon_arrow_569.gif) 100% 50% no-repeat; */
      width: 140px;
}
#menu ul li a:hover {
	background-color: #f7fbed !important;
	border: 1px solid #e7e8e3;
}
#menu li {
	position: relative;
/*	border: 1px solid #fff; */
}
#menu ul ul {
	width: 200px;
	border: 1px solid #999;
	background: #fff;
	position: absolute;
	top: 0px;
	left: 140px;
	z-index: 1000;
}
#menu ul ul li a, #menu ul ul li a:visited {
	background-image: none !important;
	padding-left: 10px !important;
}

div#menu ul ul, div#menu ul li:hover ul ul {
	display: none;
}

div#menu ul li:hover ul, div#menu ul ul li:hover ul {
	display: block;
}

#members {
	margin: 0 0 20px 0;
}
#members ul{
	text-align: center;
}
#members ul li{
	list-style: none;
	float: left;
	width: 80px;
	height: 80px;
}
#members .submitter_image{
	display: block;
	outline: none;
}

#guide {

}
#guide ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#guide ul li h5 {
	font-size: 1.2em;
	font-weight: normal;
	border-bottom: 1px solid #e7e8e3;
	color: #669900;
	margin: 3px 0px;
}
#guide ul li {
	margin: 0;
}
#guide ul li li {
	margin: 0 !important;
}
#guide ul li a, #guide ul li a:visited {
	background: #fff;
	border: 1px solid #fff;
	color: #333;
	text-decoration: none;
	font-size: 1.1em;
	font-weight: normal;
	display: block;
	padding: 2px 3px 2px 15px;
	margin: 0;
	height: 1%;
	outline: none;
}
#guide ul li a:hover {
	background: #f7fbed;
	border: 1px solid #e7e8e3;
}

#rightContent {
	width: 245px;
	float: right;
}
.importantNotice {
	background: #fff;
	padding: 5px 10px;
	margin: 0 0 10px;
}
.importantNotice .eventButton{
	padding-left: 50px;
}
.importantNotice h3 {
	background: none !important;
	padding: 0 !important;
	margin: 0 0 5px 0 !important;
}
.importantNotice p, .importantNotice li {
	font-size: 1.2em;
	list-style: none;
}
.signUp
{
	background: #f0f2e1;
	padding: 15px 10px 15px 150px;
	margin: 0 0 10px;
}
.signUp_text
{
	float: left;
	width: 400px;
}
.signUp_button
{
	text-align: left;
	float: left;
	width: 200px;
}
.signUp h3
{
	color: #000;
	font-size: 2em;
	font-weight: normal;
	text-align: center;
	background: none !important;
	padding: 0 !important;
	margin: 5px 0 !important;
}
.signUp_text p
{
	margin: 0;
	text-align: center;
	font-size: 1.4em;
}
.signUp_button p
{
	margin: 0;
	text-align: center;
	font-size: 1.6em;
}
.signUp_button .button_signup
{
	display: block;
	color: #000 !important;
	text-transform: uppercase;
	font-weight: bold;
	padding: 18px 0;
	text-align: center;
	width: 170px;
	background: url(../images/button_signup_748.gif) 50% 50% no-repeat;
}
#pageShortcut {
	border: 1px solid #ccc;
	margin: 0 0 10px 0;
}
#pageShortcut ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#pageShortcut ul li a, #pageShortcut ul li a:visited {
	background-position: 3% 50%;
 	background-repeat: no-repeat;
	color: #325B0A;
	text-decoration: none;
	font-size: 1.6em;
	font-weight: normal;
	display: block;
	border: 1px solid #fff;
	padding: 8px 3px 8px 45px;
	margin: 0;
	height: 1%;
}
#pageShortcut ul li a:hover {
	background-color: #f7fbed !important;
	border: 1px solid #e7e8e3;
}

#referFriend, #freshIdea {
	width: 196px;
	height: 82px;
	overflow: hidden;
	text-align: center;
}
#referFriend h5, #freshIdea h5 {
	text-align: left;
	font-size: 1.2em;
	margin: 10px 0 0 70px;
}
#referFriend p, #freshIdea p {
	text-align: left;
	margin: 0 0 0 70px;
	font-size: 1.1em;
}

#referFriend {
	background: url(../images/button_refer_503.gif) 0 0 no-repeat;
}
#freshIdea {
	background: url(../images/button_idea_503.gif) 0 0 no-repeat;
}
#referFriend p, #freshIdea p{
	padding: 0 5px 0 0;
}

#upcomingEvent {
	margin: 0 0 10px 0;
	padding: 0;
	border: 1px solid #e7e8e3;
}
#upcomingEvent .eventImage {
	float: left;
	margin: 0 10px 10px 0;
	min-height: 50px;
}
#upcomingEvent h4 {
	font-size: 1.2em !important;
	margin: 0 !important;
}
#upcomingEvent h4 a {
	text-decoration: none !important;
}
#upcomingEvent .eventDescription {
	clear: both;
}
#upcomingEvent .eventDescription p {
	font-size: 1.2em;
	margin: 0;
	padding: 0;
}

#mainContent {
	margin: 0 260px 0 185px;
	padding: 0;
	float: none;
}
#mainContent #eventTools {
	float: none !important;
	clear: none;
	width: auto !important;
	margin: 0 0 10px 0;
}
#mainContent #eventTools #searchFor {
	float: none !important;
	text-align: left !important;
}
/* Business Preview */
#businessPreview {
	margin: 0;
}
#carousel_top{
	border: 1px solid #e7e8e3;
	border-bottom: none;
}
#businessPreviewBody {
	border: 1px solid #e7e8e3;
	border-top: none;
}
#businessPreview h2
{
	margin: 0;
	padding: 5px;
	font-size: 1.3em;
}
#businessPreview h2 a {
	text-decoration: none;
}
#businessPreview .displayImage {
	float: left;
	margin: 0 15px 0 5px;
	padding: 0;
}
#businessPreview .displayImage p {
	text-align: center;
	font-size: 1.1em;
}
#businessPreview .businessPreviewMain {
	float: right;
	width: 304px;
}
#businessPreview .businessPreviewMain p {
	font-size: 1.2em;
}
.businessPreviewRating strong {
	font-size: 1.1em;
}
.businessPreviewRating ul {
	margin: 0;
	padding: 0;
}
.businessPreviewRating li {
	list-style: none;
        margin: 0 30px 0 0;
        width: auto;
	float: left;
}
.businessPreviewRating li li{
	 margin: 0 !important;
}

/* Featured Review */
#featuredReview {
	margin: 0 0 10px;
	border: 1px solid #e7e8e3;
}
#featuredReview .itemBox {
	font-size: 1.2em;
}
#featuredReview .polaroid {
	float: left;
	margin: 0 10px 10px 0;
}
#featuredReview .featuredReviewListInfo {
	float: left;
}
#featuredReview p {
}
#featuredReview .featuredReviewListInfo p {
	margin: 0;
}
#featuredReview .featuredReviewListContent {
	clear: both;
}
#featuredReview h5 {
	font-size: 1.1em;
	font-weight: bold;
	margin: 0 0 5px 0;
	padding: 0;
}
#featuredReview h5 a{
	text-decoration: none;
}
#featuredReview .star-rating2{
	margin-bottom: 10px;
}

/* Recent Review */
#recentReview {
	float: left;
	width: 100%;
	margin: 0 0 5px;
	background: #fff;
	border: 1px solid #e7e8e3;
}
#recentReview .itemEntry {
	clear: left;
}
#recentReview h5 {
	font-size: 1.2em;
	font-weight: bold;
	float: left;
	width: 200px;
}
#recentReview h5 span {
	font-size: 0.8em;
	font-weight: normal;
}

#recentReview .star-rating2{
	float: right;
}
#recentReview h5 a{
	text-decoration: none;
}
#recentReview .polaroid {
	float: left;
	margin: 0 10px 0 0;
}
#recentReview .recentReviewListInfo {
	float: left;
	width: 120px;
}
#recentReview .star-rating, #recentReview .star-rating2 {
	margin: 0;
}
#recentReview p {
	font-size: 1.2em;
}
#recentReview .recentReviewListInfo p {
	margin: 0;
}
#recentReview .recentReviewListContent {
	float: left;
	width: 240px;
}
#recentReview .recentReviewListContent p {
	margin: 0;
}
#recentReview .recentReviewUser a {
	font-weight: bold;
	text-decoration: none;
}
/* item feeds */
#itemFeeds{
	float: left;
	width: 100%;
	margin: 0 0 20px;
	padding: 0;
	background: #fff;
	border: 1px solid #e7e8e3;
}
#itemFeeds h5 {
	font-size: 1.2em;
	font-weight: bold;
	margin: 0;
}
#itemFeeds h5 a:hover{
	text-decoration: none;
}
#itemFeeds p{
	font-size: 1.2em;
	margin: 5px 0 0 0;
	padding: 0;
}
#itemFeeds p.itemSubmitter{
	font-size: 1.0em;
}
#itemFeeds .itemLast {
	margin-bottom: 0px;
}
#itemFeeds .itemFooter{
	float: right;
	text-align: right;
	margin: 0;
	padding: 0;
}
#itemFeeds .itemFooter img{
	margin: 0;
	padding: 0;
}

/* Profile Page */
#userProfileMain {
        width: 510px;
        float: left;
	padding-right: 20px;
	border-right: 1px solid #ccc;
	font-size: 1.1em;
}
#userProfileHeader{
	width: 100%;
	border: 1px solid #ccc;
	border-bottom: none;
	margin: 0;
}
#userProfileHeader .userProfileTop{
	margin: 0 0 5px 0;
	padding: 10px;
}
#userProfileHeader div.userProfileInfo{
	padding: 10px 0px 0px 10px;
}
#userProfileHeader div.userProfileTop p{
	margin: 0;
	padding: 0;
}
#userProfileHeader .userProfileImage{
	float: right;
}
#userProfileHeader .userProfileImage img{
	display: block;
}
#userProfileHeader .userProfileImage p{
	text-align: center;
}
#userProfileTitle {
	margin: 0;
	padding: 15px 0 5px 0;
	border-bottom: 1px solid #ccc;
}
#userProfileTitle h2 {
	margin: 0;
	padding: 0 0 5px 10px;
}
#userProfileTitle h2 span {
	margin: 0 5px;
	font-weight: normal;
}
#userProfileTitle ul.nav{
	float: right;
	font-weight: bold;
	margin: 0;
}
#userProfileTitle ul.nav li{
	list-style: none;
        width: auto;
	float: left;
}
#userProfileTitle ul.nav span{
	margin: 0px 5px;
}
#userProfileMain ul.urls{
	font-size: 1.1em;
	margin: 0 0 5px 0;
	padding: 0;
}
#userProfileMain ul.urls li{
	list-style: none;
	margin: 0 0 10px 0;
	padding: 0;
}
.noinfo{
	text-align: center;
	margin: 15px 0px;
}
.noinfo p{
	font-size: 1.2em;
	font-weight: bold;
}
#userProfileMain .noinfo .eventButton {
	margin: 0 200px;
}
#userProfileSide .noinfo .eventButton{
	margin: 0 100px;
	font-size: 0.8em;
}
#userProfileSide {
        width: 355px;
        float: right;
	padding: 0 0 15px 15px;
	font-size: 1.2em;
}
#userProfileSide h2{
/*	background-color: #e0f2d9; */
	background-color: #f0f2e1;
	padding: 8px;
	color: #555;
	font-size: 1.2em;
}
#userProfileSide .userProfileSection{
	margin: 0;
	padding: 0 8px 20px 8px;
}
#userProfileSide .userProfileSection p{
	margin: 5px 0px 10px 0px;
	padding: 0;
}
#userProfileSide ul.urls li{
	margin: 5px 0px;
}
#userProfileSide ul.userProfileDetails{
	padding: 0;
}
#userProfileSide ul.userProfileDetails li{
	list-style: none;
}
#userProfileSide ul.userProfileDetails strong{
	display: block;
	margin-bottom: 5px;
}
#userProfileSide ul.groupList li{
	list-style: none;
	float: left;
	width: 100px;
	height: 90px;
	margin: 0 10px 10px 0;
}

.profileActivities{
	margin: 0;
	padding: 10px;
	font-size: 1.1em;
}
.profileActivities .date{
	font-weight: bold;
	border-bottom: 1px solid #ccc;
}
.profileActivities .time{
	color: #999;
	font-size: 0.8em;
	margin-left: 5px;
}
.profileActivities li{
	list-style: none;
	margin: 0 0 10px 0;	
}
.profileActivities li li{
	margin: 0 0 0 20px;
	padding: 0;
}
.profileItemList {
	background: #fff;
	padding: 10px;
	border-bottom: 1px solid #ccc;
}
.profileItemHeader{
	margin-bottom: 5px;
}
.profileItemHeaderLeft {
	float: left;
	width: 350px;
}
.profileItemHeaderRight {
	width: 140px;
	float: right;
}
.profileItemHeader h3 a, .profileItemHeader h3 a:visited {
	text-decoration: none;
}
.profileItemHeader .star-rating {
	margin-right: 10px;
	margin-left: -2px;
}
.profileItemHeader .profileItemRating{
	vertical-align: middle;
}
.profileItemHeader p{
}
.profileItemHeaderRight p{
	margin: 0 0 5px 0;
}
.profileItemContent {
	padding: 0;
	clear: both;
	font-size: 1.1em;
}
.profileItemContent p {
	margin: 0;
	padding: 0;
}
.profileItemFooter p {
	text-align: right;
	margin: 10px 10px 0 0;
}

.addLink a{
	float: none;
	font-size: 12px;
}
.addLink span{
	 margin-left: 10px;
}
.addLinkTab {
	display: none;
}
.addLinkTab .tabmenu{
	padding: 0;
}
.addLinkTab .tabmenu li{
	margin: 0;
}
.addLinkTab .tabmenu span.active{
	font-size: 12px;
	font-weight: bold;
    	padding: 5px 20px 0px 20px;
}
.addLinkCell{
	padding: 10px 20px;
	border: 1px solid #ccc;	
	border-top: none;
}
.form_profile .addLinkCell label{
	display: block;
	float: left;
	width: 100px;
}
.form_profile .addLinkCell .datainput{
	width: 95%;
}
.addLinkCell .commitbtns{
	float: right;
	margin: 0px 5px;
}
/* Event Detail */
#eventDetailMain {
	float: left;
	width: 630px;
}
#eventDetailSide {
	width: 250px;
	float: right;
}
#eventDetailHeader .displayImage {
	float: right;
}
#eventDetailHeader .displayImage .polaroid {
	margin: 0 10px 10px 0;
}
#eventDetailHeader .displayImage p {
	text-align: center;
	font-size: 1.1em;
}
#eventDetailSide p {
	font-size: 1.1em;
}
#eventDetailSide h3 span {
	color: #333;
	font-weight: normal;
}

#eventDetailHeader {
	position: relative;
	margin: 0 0 10px 0;
	font-size: 1.1em;
}

#eventDetailHeader h2 {
	font-size: 1.6em;
}

.eventDetailSubmitter {
	margin: 0 0 10px;
}
.eventDetailSubmitter .polaroid {
	float: left !important;
	margin: 0 10px 5px 0;
}
.eventDetailSubmitter p {
	font-size: 1.1em;
	margin: 0;
}
#eventDetailInfo {
	clear: left;
}
#eventDetailInfo li {
	list-style: none;
	font-size: 1.1em;
	margin: 0 0 5px;
}
#eventDetailInfo li ul li {
	font-size: 1em;
	margin: 0;
}
#eventDetailDescription {
	font-size: 1.2em;
	line-height: 1.5em;
}
#eventDetailParticipant .eventButton {
	float: none;
}
#eventDetailParticipant p {
	font-size: 1.2em;
}
#eventDetailParticipant h3 {
	margin-top: 20px;
}
#eventDetailParticipant ul li {
	list-style: none;
	font-size: 1.2em;
	margin: 0 0 5px;
}
#eventDetailParticipant ul li .polaroid {
	vertical-align: middle;
	margin: 0 10px 0 0;
}

/* Group Main */
#groupMain {
	float: left;
	width: 540px;
	font-size: 1.1em;
}
#groupMain h1{
	margin: 0 0 20px 10px;
}
#groupMain h2{
	background: #f0f2e1;
	padding: 10px;
	margin: 0 0 10px 0;
}
#groupMain .groupSection{
	padding: 0px;
	margin: 0 0 20px 0;
	border: 1px solid #ccc;
}
#groupMain .groupSection .displayImage {
	float: left;
	margin: 0 10px 0 0;
	width: 110px;
}
#groupMain .groupSection .groupInfo{
	font-size: 1.1em;
}
.groupInfo h5{
	font-size: 1.2em;
	margin: 0 0 5px 0;
	padding: 0;
}
.groupInfo p{
	margin: 2px 0px;
	padding: 0;
}
.groupInfo p.groupDesc{
	margin-top: 5px;
}
#groupSide {
	width: 340px;
	float: right;
	font-size: 1.1em;
}
#groupSide #myGroups, #groupSide #newGroups { 
	border: 1px solid #ccc;
	padding: 10px 20px;
	margin: 0 0 20px 0;
}
#groupSide ul li{
	list-style: none;
}
#myGroups ul li{
	float: left;
	width: 80px;
	height: 90px;
	margin: 0 10px 10px 0;
}
#newGroups ul li{
	margin: 0;
	padding: 10px 0;
	border-top: 1px solid #e7e8e3;
}
#newGroups .displayImage {
	float: left;
	margin: 0 10px 0 0;
	width: 60px;
}
#newGroups .groupInfo{
	float: left;
	width: 220px;
}

/* Group Detail */
#groupDetailMain{
	float: left;
	width: 630px;
	padding: 0px 5px;
}
#groupDetailTitle h1{
	float: left;
	margin-right: 20px;
}
#groupDetailSide {
	width: 250px;
	float: right;
}
#groupDetailMain .groupMainDesc{
	font-size: 1.2em;
	padding: 7px 0px;
}
#groupDetailMainInfo{
}

#itemBody{
}
#itemSection, #topicSection{
	font-size: 1.1em;
	padding: 0px;
	margin: 0 0 20px 0;
	border: 1px solid #ccc;
}
#itemSection h2, #topicSection h2{
	background: #f0f2e1;
	padding: 10px;
	margin: 0px;
}
#itemSection h2 span, #topicSection h2 span{
	font-size: 0.8em;
	font-weight: normal;
	margin-left: 5px;
}
#itemSection h3, #topicSection h3, #itemBody h3{
	font-size: 14px;
	padding: 0;
	margin: 0 0 2px 0;
}
#itemSection .seeAll{
	font-size: 0.7em;
	margin-left: 10px;
}
.itemForm {
	padding: 10px 30px;
	font-size: 1.2em;
}
.itemForm form{
	margin: 0 10px 0 0;
	padding: 0;
	float: left;
}
.itemForm label{
	margin-right: 5px;
}
.itemForm .waitSubmit {
	display: none;
	float: left;	
}

.itemMain{
	margin-top: 10px;	
}
.itemImage{
	float: right;
	margin: 10px 0px 10px 10px;
}
.itemSource{
	color: gray;
}
.itemFooter{
	clear: both;
	vertical-align: top;
}
.itemFooter .left{
	float: left;
	width: 500px;
}
.itemFooter .right{
	width: 200px;
	text-align: right;
}
.itemFooter span{
	margin: 0 5px;
}
.itemFooter .polaroid{
	display: block;
	float: left;
}
.itemFooter .segment, .itemFooter .submitter_name{
	display: block;
	float: left;
	margin: 0;
	padding: 8px 0 0 0;
}
.itemFooter .segment{
	margin: 0 5px 0 0;
}

/*topic list*/
#topicTable{
	font-size: 1.2em;
}
#topicTable td, #topicTable th {
	padding: 10px 5px;
	vertical-align: middle;
	border-bottom: 1px solid #e7e8e3;
}
#topicTable p{
       font-size: 0.8em;
}
#topicTable .text-center{
	text-align: center;
}
.lastPostSubmitter div{
	float: left;
}
.lastPostSubmitter p {
	margin: 0;
}
.lastPostSubmitter .polaroid {
	float: left !important;
	margin: 0 0 0px 5px;
}

#itemSection #topicSectionTitle{
	margin: 10px 10px 15px 10px;
}
#itemSection #topicSectionTitle span{
	font-size: 0.8em;
}
#itemSection #topicSectionTitle span.eventButton{
	float: right;
}

#groupDetailSide .displayImage .polaroid {
	margin: 10px 0px;
}
#groupDetailSide .displayImage p {
	text-align: center;
}
#groupDetailSide h3 span {
	color: #333;
	font-weight: normal;
}
.groupOptions{
	font-size: 1.1em;
	padding: 10px;
	border: 1px solid #ccc;
	width: 150px;
}

/* Topic Detail */
#topicDetailMain{
	width: 700px;
}
.postList{
	border-top: 1px solid #ccc;
	padding: 10px 0px;
	clear: both;
}
.postHeader {
	margin: 2px 0px 10px 0px;
}
.postHeader .displayImage {
	float: right;
	margin-left: 20px;
}
.postHeader .submitter_image{
	float: left;
	margin-right: 10px;
}
.postHeader .submitter_image .polaroid{
	width: 50px;
}
.postHeader .submitter_name{
	font-size: 1.1em;
	font-weight: bold;
}
.postHeader p{
	margin: 0 0 3px 0;
	padding: 0;
	font-size: 1.2em;
}
.postBody{
	font-size: 1.2em;
	line-height: 1.5em;
	clear: both;
	padding: 5px 0px;
}
.postFooter{
	clear: both;
	text-align: right;
	margin: 5px 0px;
}
.postFooter span, .postFooter a{
	margin: 0px 5px;
}

/* Edit Item */
.item_thumbnail{
	border: 1px solid #ccc;
	padding: 20px 15px 15px 20px;
	margin: 5px 20px 5px 0px;
	float: left;
	position: relative;
}
.item_thumbnail input {
	position: absolute;
	top: 3px;
	left: 0px;
	z-index: 100;
}
.item_thumbnail label {
	text-align: center;
	overflow: hidden;
}

/* Group Admin */
#groupEditPicture{
	width: 400px;
	margin-left: 20px;
	font-size: 1.1em;
}
#groupEditPicture .displayImage{
	margin: 20px 0px;
}

/* Login / Signup Functions */
.signup .modalWindowBody{
    	padding: 0px 10px;
}
.signup h2{
	font-size: 1.2em;
}
.signup .popup-handle{
	margin-bottom: 5px;
	cursor:	default;
}
.signup p{
	margin: 0 0 10px 0;
	padding: 0;
}
.signup .floatboxleft{
	float: left;
	width: 142px;
	margin: 0 20px 0 0;
}
.signup .floatboxright{
	float: left;
	width: 142px;
	margin: 0;
}
.signup #postalcodecitybox{
	width: 127px;
}
.signup label{
	display: block;
	font-weight: bold;
	color: #333;
	margin: 2px 0;
}
#loginform label{
	margin-top: 10px;
}
.signup .datainput, .signup .errorinput{
	width: 305px;
}
.signup .floatboxleft .datainput, .signup .floatboxleft .errorinput, .signup .floatboxright .datainput, .signup .floatboxright .errorinput{
	width: 100%;
}
.signup .commitbtns{
	text-align: right;
	margin: 10px 4px;
}
.signup .commitbtns input{
	padding: 3px;
}
#rememberme {
	text-align: right;
	vertical-align: middle;
	margin: 10px 4px;
}
#rememberme label{
	display: inline;
	margin-right: 10px;
}
.signup .hint{
	text-align: right;
	margin: 0 5px 0 0;
	padding: 0;
	font-size: 0.8em;
}
#loginSubmitWait, #signupSubmitWait{
	display: none;
	float: right;
	margin-bottom: 10px;
}
.info #loginform .datainput, .info #loginform .errorinput{
	width: 96%;
}
.signuppage #signupform{
	padding: 10px 30px 10px 10px;
	float: left;
	width: 320px;

}
.signuppage #signupside{
	padding: 10px 10px 10px 60px;
	float: left;
	width: 300px;
}
.signuppage #signupreason, .signuppage #loginform{
	padding: 20px;
	margin: 0;
}
.signuppage #signupreason {
	padding-top: 0px;
}
.signuppage #loginform{
	border: 1px solid #ccc;
}
.signuppage #signupreason ul{
	font-size: 1.2em;
	color: #555;
	margin: 10px 20px;
}
.signuppage #signupreason ul li{
	padding: 5px 10px;
}

.loginpage #loginform{
	padding: 10px 50px 10px 10px;
	float: left;
	width: 250px;
	border-right: 1px solid #ccc;
}
.loginpage #signupmsg{
	padding: 30px 10px 10px 50px;
	float: left;
	width: 200px;
}
.loginpage #signupmsg .eventButton{
	margin-left: 45px;
	font-size: 0.9em;
}

/* tweets */
#tweetsHeader{
	padding: 10px 0px;
	border-bottom: 3px solid #ccc;
	margin: 0 0 10px 0;
}
#tweetsHeader h1{
	font-size: 3.8em;
	color: #140089;
	float: left;
	margin: 7px 4px 0 0;
	padding: 0;
}
#tweetsHeader span{
	font-size: 0.7em;
}
#tweetsHeader img{
	float: left;
}
#tweetsMain{
	float: left;
	width: 580px;
	margin: 10px 20px 20px 0px;
	padding: 10px 20px;
	border: 1px solid #ccc;
}
.tweets_list {
	font-size: 1.2em;
	padding: 10px;
	border-bottom: 1px solid #ccc;
}
.tweets_list .displayImage{
	float: left;
	margin-right: 10px;
}
.tweets_list .date{
	color: gray;
	margin-left: 10px;
}
.tweets_list p{
	margin: 5px 0 0 0;
}
#tweetsSide{
	width: 270px;
	float: left;
	margin: 10px 0px 20px 20px;
	font-size: 1.2em;
}
#tweetsInfo{
	border: 1px solid #ccc;
	padding: 10px 20px;
	margin-bottom: 20px;
}
#tweetsfootnote{
	text-align: center;
}

/*info*/
#content.info{
	font-size: 13px;
}
#content.info h3{
	color: #333;
}
#content.info p{
	line-height: 1.4;
}
#content.faq{
	padding: 5px;
}
#content.faq h2{
	background: #f0f2e1;
	padding: 10px;
	margin-bottom: 20px;
}
#content.faq h3, #content.faq p{
	padding: 0 10px;
}

/*docs*/
#contentMain{
	width: 600px;
	float: left;
	font-size: 1.25em;
}
#contentMain .sharethis{
	padding: 5px 0px;
}
#contentMain p{
	line-height: 1.4;
}
#contentMain textarea{
	width: 110%;
}
#contentMain .submitbtns{
	display: block;
	margin: 10px 0px;
	float: right;
}
#contentSide{
	width: 250px;
	float: right;
}
#contentSide .ads{
	margin: 50px 0px 500px 0px;
}
#contentActions{
	margin: 10px 0px;
}
#relatedCategories {
	border:	1px solid #ccc;
	padding: 10px;
	margin: 10px 0px;
	font-size: 1.2em;
}
#relatedCategories ul {
	margin: 0;
}
#relatedCategories ul li {
	list-style: none;
	display: block !important;
	margin: 0 0 5px 0;
}
/*locations*/
.all_cities {
	font-size: 1.2em;
}
.all_cities h1{
	font-size: 0.9em;
}
.all_cities ul {
	margin: 0 0 10px 0;
	padding: 0;
}
.all_cities li {
	list-style: none;
	margin: 0 0 5px 0;
	padding: 0;
}
.all_cities li.col{
	float: left;
	margin: 0 60px 0 0;
}
.all_cities li.adminareaname {
	font-weight: bold;
	margin: 10px 0 5px 0;
}
.all_cities form label{
	font-weight: bold;
}

