/*
VillageSoup Commons
Theme: beach
 */
/* -------------------------------------------------------- UNIVERSAL */
html,body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  background-color: #D8E8F0;
}
#header, #footer, #page {
  background-color: #F6EED9;
}
#page {
  width: 960px;
}
a:link,
a:visited {
  color: #003F87;
  text-decoration: none;
}
a:hover {
  color: #970000;
}
.homeMultiLeft {
  float: left;
}
.homeMultiRight {
  float: left;
  border-left: 1px solid #DDD;
}
.formLeftPreview {
  float: left;
  width: 250px;
}
h1, h2 {
  font-size:100%;
  font-weight:bolder;
  text-align:left;
  clear: both;
}
h1 a, h2 a {
  text-decoration: none;
}
h1.postEditHeadline {
  width: 625px;
}
h1.centerTitle {
  text-transform: uppercase;
}
h1.postEditHeadline a {
  text-decoration: underline !important;
  width: 625px;
}
h2.storyHeadline {
  font-size: 28px;
  font-weight: 100;
  padding: 0px 10px 3px;
}
h2.address {
  margin-left: -5px;
}
h2.FAQ {
  font-size: 110%;
  color: #FF9955;
}
h2.manager {
  margin:2px 5px;
  padding:5px;
}
h3 {
  font-size:75%;
  font-weight:700;
  line-height:1.4em;
}
h3.classifiedResults {
  font-size:21px;
  font-weight:700;
  line-height:2.0em;
  margin-top: -13px;
  text-decoration: underline;
  text-align: center;
}
h3.rates,
h1.rates,
h1.contact {
  margin-bottom: 5px;
}
legend {
  font-size:80%;
  font-weight:bold;
  margin:0 10px;
  padding:0 10px;
  color: #666;
}
fieldset {
  border:1px solid #CCCCCC;
  margin:5px;
}
.errorMessages,
.successMessages {
  font-size:69%;
  font-weight:700;
  margin:5px;
  padding:5px;
}
.errorMessages {
  background-color:#FFECEC;
  border:1px solid;
  color:#FF0000;
}
.successMessages {
  background-color:#CCFFCC;
  border:1px solid #009900;
  color:#000;
}
.errorMessages dt,
.successMessages dt {
  margin: 3px 0;
}
.errorMessages img,
.successMessages img {
  padding-right: 10px;
}
.sorryMessage {
  margin: 20px;
  font-style: italic;
}
.generalText {
  color: #666;
  font-size: 11px;
  font-weight: 700;
  text-align: left;
}
input[type="text"],
input[type="password"],
textarea {
  border: 1px solid #3299CC;
  background-color: #D8E8F0;
}
input[type="text"]:focus,
input[type="password"]:focus {
  background-color: #fffeed !important;
}
.underline {
  text-decoration: underline;
  margin-bottom: 3px;
  color: #333;
}
/* -------------------------------------------------------- HEADER */
#header_left {
  width:480px;
}
#header_right {
  width:480px;
}
.primaryNav {
  background-color:#000;
  font-size:12px;
}
.secondaryNav {
  color:#000;
  background-color:#FFFFFF;
  font-size:12px;
}
.primaryNav a,
.primaryNav li a {
  padding:6px 8px;
}
.secondaryNav a,
.secondaryNav li a {
  color:#000;
  padding: 6px 7px;
}
.primaryNav a.dropDownItem,
.secondaryNav a.dropDownItem {
  padding:1px 8px;
  font-weight:700;
}
.primaryNav a:hover,
.secondaryNav a:hover {
  color:#003F87;
}
.horizontalNav {
  height:100%;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  padding:0 0 10px 0;
  text-align:center;
  width:100%;
}
.horizontalNav li {
  display: inline-block;
  *display: inline;
  margin: 0;
  padding: 0;
  zoom: 1;
}
.horizontalNav a {
  padding:6px 10px;
  text-decoration: none;
}
#time_stamp {
  width:980px;
  height:32px;
  background-color:#3d485a;
  text-align:center;
  color:#FFF;
  font-family:"Arial", Helvetica, sans-serif;
  font-size:70%;
  line-height:2.8em;
  text-transform:uppercase;
  padding:0;
}
#time_stampLeft {
  background:url(/theme/vs/img/timestamp_lines.png) repeat-x top left;
  float:left;
  width:310px;
  height:32px;
}
#time_stampRight {
  background:url(/theme/vs/img/timestamp_lines.png) repeat-x top right;
  float:right;
  width:310px;
  height:32px;
}
.dealNav {
  width: 59px;
  height: 20px;
  padding: 3px
}
#joinSubscribe {
  background-color:#FFFFFF;
  font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
  font-size:80%;
  height: 100%;
  list-style: none;
  padding:6px 0;
  float: right;
  margin-top:-28px;
}
#joinSubscribe li{
  display: inline;
}
#joinSubscribe a {
  color:#333;
  text-decoration:none;
  padding: 0 5px;
}
#joinSubscribe a:hover {
  padding-bottom:6px;
  background:#fff;
  color:#FFA011;
}
/* -------------------------------------------------------- FOOTER */
#footer {
  background: #000;
  text-align:center;
  font-size:10px;
}
#footer .menu {
  background-color:#000;
  font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
  font-size:12px;
  font-weight:bold;
  height:100%;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  padding:6px 0;
  text-align:center;
  width:100%;
}
#footer .menu ul {
}
#footer .menu li {
  display: inline;
  margin: 0;
  padding: 0;
}
#footer .menu a {
  padding:6px 10px;
  color: #FFF;
  text-decoration: none;
}
#footer .menu a:hover {
  background-color: #778899;
}
#footer .copyright {
  background:#838d86;
  color:#fff;
  padding:7px;
}
/* -------------------------------------------------------- PAGE STRUCTURE */
#mainContent1Col {
  margin:10px;
  width:940px;
}
#mainContent2Col {
  margin:0 11px;
  width:625px;
}
#sideBar {
  margin:0 12px 10px 0;
  width:300px;
}
.shopLeft,
.shopRight {
  width: 50%;
  float: left;
}
.additionalInfoLeft,
.additionalInfoRight {
  width: 236px;
  float: left;
  margin: 10px 0;
}
.RESidebarLeft,
.RESidebarRight {
  float: left;
  width: 125px;
}
.RESidebarLeft {
  margin:0 10px;
  padding-right: 10px;
  border-right: 1px solid #DDD;
}
.RESidebarSingle {
  float: left;
  margin-right: 10px;
}
.RESidebarCopySingle {
  float: right;
  width: 250px;
}
.shoppingServices {
  background:transparent url(/theme/vs/img/shopping_services.png) no-repeat scroll left top;
  height:28px;
  margin-left: -4px;
  width:180px;
}
.dining {
  background:transparent url(/theme/vs/img/dining.png) no-repeat scroll left top;
  height:28px;
  margin-left: -4px;
  width:180px;
}
.centerAd {
  background-color:#DDDDDD;
  border:1px solid #AAAAAA;
  margin:10px auto 10px;
  padding:5px;
  text-align:center;
  width:470px;
}
/* -------------------------------------------------------- HOMEFRONT */
.homefrontPanelLeft,
.homefrontPanelRight {
  width:302px;
  height:100%;
  margin:0 10px 0 0;
  display:inline;
  float:left;
}
.homefrontPanelRight {
  margin:0;
  padding-left:10px;
  border-left:1px solid #777;
}
.sharebox_left_top,.sharebox_left_bottom {
  border-right:1px solid #CCC;
  width:275px;
  height:100%;
  float:left;
  margin: 0;
  display: inline;
}
.sharebox_right_top,.sharebox_right_bottom {
  width:275px;
  height:100%;
  float:left;
  margin:0;
  display: inline;
}
.rich-tabpanel-content {
  border-left-style: none;
  border-right-style: none;
  border-bottom-style: none;
}

.CGmore {
  text-align:right;
  font-weight:bold;
  margin-top: -15px;
  margin-bottom: 10px;
  margin-right: 6px;
  font-family:'Trebuchet MS','Arial','san-serif';
  font-size:11px;
}
/* -------------------------------------------------------- COMMENTS */
.comments {
  margin:10px auto 0;
  width:500px;
}
.poster {
  background-color: #eee;
  padding: 5px;
  margin-bottom:5px;
}
.commenter {
  color:#666666;
  font-size:65%;
  font-weight:700;
  text-transform:uppercase;
}
.commentDate {
  font-size:65%;
  color:#666;
  padding-left:5px;
  font-weight: bold;
}
.commentBox p {
  color:#333333;
  font-family:'Times New Roman';
  font-size:14px;
  line-height:1.5em;
  word-spacing:1px;
  padding: 5px 15px 0;
}
.postAComment {
  border-bottom:1px solid;
  border-top:1px solid;
  color:#FF9955;
  display: inline-block;
  font-size:101%;
  margin:10px 0;
  padding:5px 0;
  width:500px;
}
.commentContainer {
  vertical-align:top;
  text-align:left;
  padding:0;
  background: transparent url(/theme/vs/img/quote.gif) no-repeat scroll left top;
}
div.pleaseLoginMessage {
  color:#666666;
  font-size:70%;
  font-style:italic;
  font-weight:700;
  margin-bottom:10px;
  text-align: center;
}
/* -------------------------------------------------------- REGISTRATION */
.actLabels,
.bizSearchLabel {
  color:#666;
  font-size:11px;
  font-weight:700;
  padding-right:10px;
  text-align:right;
  margin-left: 5px;
  float: left;
}
.actHeight {
  min-height: 125px;
}
.headerLogin {
  float:left;
  margin-top: 15px;
  width:180px
}
.headerLabels {
  float: left;
  color:#2B547E;
  font-size:11px;
  font-weight:700;
  line-height:1.3;
}
.confirmfield,
.editFieldExample,
.bannerAdSize,
.elExtraContent {
  color:#666;
  font-size:11px;
  font-weight:700;
  width:311px;
  text-align:left;
  padding-left:10px;
}
.bannerAdSize {
  color:#666;
  font-size:11px;
  font-weight:700;
  text-align:left;
  padding-left:10px;
}
.recentBizMembers {
  color:#666;
  font-size:11px;
  font-weight:700;
  padding:0 10px 10px;
  float: left;
}
.editFieldExample {
  margin-left: 110px;
  font-style: italic;
}
.REBioContactInfo  {
  color:#333333;
  float:left;
  font-size:12px;
  font-weight:700;
  padding:5px;
  width:150px;
}
.dateSelect {
  color:#333;
  font-size:11px;
  font-weight:700;
  text-align:left;
}
.wantToRegister {
  color:#666;
  font-size:11px;
  font-weight:700;
  padding: 20px 0;
  text-align:center;
  width:255px;
}
.sign-up {
  color:#163F68;
  font-family:Georgia;
  font-size:13px;
  font-weight:700;
  text-align:center;
}
.cancel-button {
  border-top:1px solid #DDDDDD;
  margin:10px 10px 0;
  padding:10px 0;
  text-align:center;
}
.login-tab,
.searchTab,
.calendarOptions,
.find-tab {
  color:#666;
  font-size:11px;
  font-weight:700;
  margin:auto;
  width:250px;
}
.searchTab {
  width: 200px;
  padding-top: 6px;
  margin-left: 100px;
}
.searchTab input[type="text"] {
  width: 280px !important;
}
.searchTab input[type="submit"] {
  width: 120px !important;
}
.login-tab input,
.searchTab input,
#calendarOptions input[type="text"] {
  font-size:11px;
  padding:3px;
  margin-bottom: 5px;
  width:120px;
}
.find-tab input {
  float:left;
  font-size:11px;
  padding:3px;
  margin-bottom: 5px;
  width:140px;
}
.welcomeHeader {
  font-size: 11px;
  font-weight: 700;
  margin: 45px 4px;
  color: #2B547E;
  line-height: 1.2em;
}
.login-button {
  background:transparent url(/theme/beach/img/arrowsRightGreen.png) no-repeat scroll left top;
  border:medium none;
  float:right;
  height:30px;
  margin:-45px -32px;
  width:30px;
  cursor: pointer;
}
.login-button-header {
  background:transparent url(/theme/beach/img/arrowsRightGreen.png) no-repeat scroll left top;
  border:medium none;
  float:right;
  height:30px;
  margin:-41px 20px;
  width:30px;
  cursor: pointer;
}
input.search-button,
input.search-button-calendar,
input.find-button {
  background: url(/theme/beach/img/arrowsBlueRight.png) top left no-repeat;
  width: 30px;
  height: 19px;
  border: none;
  margin: 0 0 0 10px;
  cursor: pointer;
}
input.find-button {
  margin-top: 0px;
  position: absolute;
}
.findBox {
  width: 266px;
}
.registerColumn {
  margin:0 0 10px;
  padding:10px 0;
}
.registerColumn label,
.longLat,
.editViewLabels label,
.santaWrap label
{
  color:#666;
  font-size:11px;
  font-weight:700;
  width:65px;
  text-align:right;
  padding-right:10px;
}
.editViewLabels label {
  float: left;
  width: 100px;
}
.labelLeft,
.santaWrap .labelLeft label {
  float: left;
}
.registerColumn label {
  float: left;
  width: 100px;
}
.registerColumn input {
  font-size:11px;
  padding:3px;
  width: 115px;
}
.editPhotoByInput {
  width: 280px !important;
  margin-left: 10px;
}
.elFields {
  width: 453px;
}
.leadImageEditPhoto {
  border:1px solid #CCCCCC;
  margin:auto;
  padding:5px;
  width:300px;
}
.registerColumn ol {
  list-style: none;
}
.error {
  color: #FF0000 !important;
}
.requirementMessage {
  color:#666666;
  font-size:70%;
  font-style:italic;
  font-weight:700;
  text-align: center;
}
div#selectRate td {
  width: 210px;
}
.paymentMessage {
  width: 500px;
  padding: 5px;
  background-color: #EEE;
  border: 1px solid #DDD;
  margin: 10px auto;
}
/* -------------------------------------------------------- STORY MANAGMENT */
.manageWrap label {
  color:#666;
  font-size:11px;
  font-weight:700;
  width:82px;
  text-align:right;
  padding-right:10px;
  float: left;
}
.dateSelect input {
  width:75px !important;
}
.customManageLabel {
  font-size:11px !important;
  width:100px !important;
  text-align:left !important;
}
.pageSize,
.primaryLocation {
  color:#666;
  font-size:11px;
  font-weight:700;
  padding-right:10px;
}
.primaryLocation {
  padding-left: 10px;
}
.manageWrap input {
  font-size:11px;
  padding:3px;
  width:150px;
}
.manageWrap tr {
  margin: 2px;
}
.manageResults {
  margin-top: 10px;
}
div.displayClassifieds {
  width:450px;
  text-align: left;
  display: inline-block;
  margin-left: 10px;
  line-height: 1.5em;
}
div.displayClassified {
  margin-bottom:20px;
}
.displayClassified .info {
  font-size: 0.85em;
  line-height: 1.3em;
  margin-top: 5px;
}
.manageResults > table {
  border-right: 1px solid #A7A37E;
  border-bottom: 1px solid #A7A37E;
}
.manageResults tr {
  vertical-align:top;
}
.manageResults td {
  padding:3px 3px 3px 10px;
  border-color:#A7A37E;
  border-width:0 0 1px 1px;
  border-style: solid;
}
.manageResults th {
  background: url(/theme/vs/img/th_bg.png) repeat-x scroll 0 0;
  border-bottom:1px solid #333333;
  border-left:1px solid #A7A37E;
  border-top:1px solid #333333;
  font-weight:bold !important;
  font-size:80%;
  text-transform:uppercase;
  text-align: left;
  padding: 2px 3px;
}
.columnDates tr td,
.columnInfo tr td,
.columnDates table,
.columnInfo table {
  border: none;
}
.registerColumn div,
.manageWrap div {
  margin: 10px 0 0 5px;
}
.postEditLong {
  width: 400px !important;
}
.postEditLongEvent {
  width: 328px !important;
}
.colPostEditLong {
  width: 497px !important;
}
.editLong {
  width: 508px !important;
}
.editMedium {
  width: 300px !important;
}
#postManagerResults td {
  vertical-align: top;
}
table.postManagerResultsDates td {
  vertical-align: bottom !important;
  white-space: nowrap;
  padding: 3px !important;
}
.infoBold {
  font-weight: 700;
  padding-right: 10px;
}
.columnStatus,
.columnLeadImage,
.columnPost,
.columnDates,
.columnInfo {
  padding:10px 25px;
}
td.columnDates,
td.columnInfo {
  padding: 0 10px 0 10px;
}
td.columnInfo.fixed {
  width: 25%;
}
td.columnDates img {
  display:block;
  margin-left:auto;
  margin-right:auto;
  margin-top:5px;
}
.postManageFarRight {
  position: relative;
}
.locationNameSelectBox,
.companySelect {
  width: 125px;
}
.postStatusReadyForEdit,
.postStatusCopyEdited,
.postStatusInactive,
.postStatusPublished,
.postStatusInProgress {
  font-weight: bold;
}
.postStatusExpired {
  font-style: italic;
}
.postStatusReadyForEdit{
  color: #009AE1;
}
.postStatusCopyEdited {
  color: #0B0;
}
.postStatusExpired,
.postStatusInactive {
  color: #AAA;
}
.postStatusInProgress {
  color: #FF0000;
}
/* -------------------------------------------------------- FEATURE ROTATOR */
/*
AnythingSlider v1.4.1+ Default (base) theme
By Chris Coyier: http://css-tricks.com
with major improvements by Doug Neiner: http://pixelgraphics.us/
based on work by Remy Sharp: http://jqueryfordesigners.com/
 */
/* Navigation Arrows */
div.anythingSlider .arrow {
  height: 100px;
  width: 33px;
  background: url(/theme/beach/img/arrows2.png) no-repeat 0 0;
  text-indent: -9999px;
  position: absolute;
  top: 104px;
  cursor: pointer;
  z-index: 1;
}
div.anythingSlider .anythingWindow {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}
div.anythingSlider .arrow.forward {
  background-position: 0 0;
  right: 0;
}
div.anythingSlider .arrow.back {
  background-position: -31px 0;
  left: 0;
}
div.anythingSlider .arrow.forward:hover {
  background-position: 0 -100px;
}
div.anythingSlider .arrow.back:hover {
  background-position: -31px -100px;
}
/******* SET DEFAULT DIMENSIONS HERE ********/
div.anythingSlider {
  width: 413px;
  height: 450px;
  margin: 0 auto;
  border: 1px solid #3299CC;
}
/****** SET COLORS HERE *******/
/* Default State */
div.anythingSlider .thumbNav a {
  background: none repeat scroll 0 0 #059AD2;
  color: MidnightBlue;
}
div.anythingSlider .thumbNav a {
  font: 11px/18px Georgia, Serif;
  display: inline-block;
  text-decoration: none;
  padding: 2px 5px;
  height: 18px;
  margin: 0 5px 0 0;
  text-align: center;
  outline: 0;
  border: 1px solid #059AD2;
  background-color: #059AD2;
}
div.anythingSlider .thumbNav a.cur {
  background: #FFF;
  display: inline-block;
}
div.anythingSlider .thumbNav {
  margin: 0 0 0 10px;
  display: inline-block;
  padding: 0px;
}
/* Active State */
div.anythingSlider.activeSlider .anythingWindow {
  border-color: #7C9127;
}
#featureRotator {
  background-color: #D8E8F0;
  width: 413px;
  height: 478px; /* 400 + anythingSlider.padding-bottom */
}
div.anythingSlider .anythingControls {
  outline: 0;
  text-align:right;
  background: #D8E8F0;
  border-bottom: none !important;
  padding-top: 2px;
}
div.anythingControls li {
  display: inline-block;
  border-bottom: none !important;
}
div.anythingControls {
  display: inline-block;
  float: right;
  border-bottom: none !important;
}
.featureRotatorByline {
  color:#666666;
  font-size:12px;
  font-weight:100;
  line-height:1.4em;
}
.featureRotatorBody {
  color:#666666;
  font-size:12px;
  font-weight:100;
  line-height:1.4em;
}
.featureRotatorHeadline {
  font-size:16px;
  color:#163F68;
  font-family:Trebuchet MS;
  font-weight:700;
  text-decoration: none;
  line-height:1.3em;
}
.featureRotatorSmallHeadline {
  font-size:14px;
  color:#163F68;
  font-family:Trebuchet MS;
  font-weight:500;
  text-decoration: none;
  line-height:1.5em;
}
.featureRotatorCopy {
  margin: 0 13px;
}
.featurePhotoByLine {
  float: right;
  padding: 0 5px;
  font-style: italic;
  font-size: 10px;
  margin-right: 2px;
  color: #666666;
}
.featureRotatorImage{
  background-color: #D8E8F0;
  padding: 10px 0;
  text-align: center;
  height: 305px;
  margin-left: 0;
  margin-top: 0;
  width: 412px;
}
div.anythingSlider.activeSlider .anythingWindow {
  height: 400px;
}

/* Setup for the Horiz feature slider */
.featureRotatorImageHoriz{
  background-color: #D8E8F0;
  padding: 0px 0px;
  text-align: center;
  height: 435px;
  margin-left: 0;
  margin-top: 0;
  width: 600px;
  float: none !important;
  margin: -6px;
}

/* -------------------------------------------------------- CALENDAR */
.calendarContent {
  margin: 20px 0 10px 10px;
}
.commonPanelBox.calendarPage textarea {
  margin: 10px;
}
.newMembersBox a {
  font-size: 12px;
  text-decoration: none;
}
.newMembersBox a:visited {
  color: #163F68;
}
.newMembersBox br {
  margin-top: -8px;
}
#calendarOptions {
  margin: 0 0 10px;
  float: left;
  width: 200px;
}
#calendarWell {
  float: left;
  margin-right: 10px;
  width: 329px;
}
#calendarResults {
  margin: 10px;
  font-size: 80%;
}
.calendarResultsHeader {
  margin-left:10px;
  margin-right:10px;
  font-size:100%;
  border-bottom:1px solid #3299CC;
}
.calendarRowOdd, .calendarRowEven {
  margin: 30px;
}
.calendarRowOdd {
  background-color: #E7F7FF;
}
#calendarResults td {
  padding: 5px;
}
/* -------------------------------------------------------- BLOG */
.blogBio,
.columnBio {
  color:#333333;
  font-family:"Times New Roman";
  font-size:90%;
  line-height:1.2em;
  margin:0 5px;
  padding:5px 5px 15px;
}
.reBio p {
  color:#333333;
  font-family:"Times New Roman";
  font-size:90%;
  line-height:1.2em;
  padding:5px 5px 15px;
}
.blogBioLeadImageDivWrap,
.REBioLeadImageDivWrap,
.columnBioLeadImageDivWrap {
  border:1px solid #AAAAAA;
  float:left;
  margin:5px 10px 5px 5px;
}
.blogBioLeadImagePhotoWrap,
.REBioLeadImagePhotoWrap,
.columnBioLeadImagePhotoWrap {
  background-color:#FFFFFF;
  padding:5px;
}
.REBioLeadImageDivWrap {
  float: right;
}
#REBioHeader {
  background-color: #ddd;
}
.blockLink a {
  text-decoration: none !important;
}
.blockLink a:hover {
  background: #FFF;
}
.blockLink a:hover img {
  border-color: #FF9955;
  background-color: #FF9955;
}
/* -------------------------------------------------------- RICH STYLE OVERRIDES */
.rich-calendar-spinner-input-container,
.rich-calendar-spinner-input {
  width:20px !important;
}
.rich-calendar-time-layout-fields {
  height: 30px !important;
}
.rich-calendar-editor-layout-shadow {
  background-color: #000;
  opacity: 0.7;
}
.rich-calendar-spinner-down,
.rich-calendar-spinner-up {
  margin: 0 !important;
  height: 8px;
}
.rich-calendar-editor-btn {
  margin: 2px !important;
}
/* -------------------------------------------------------- COMMON STYLES */
.commonPanelBox {
  height:1%;
  border-color:#3299CC;
}

.more a {
  /* font-family:Georgia; */
  font-size:12px;
  font-style:italic;
  text-transform: uppercase;
}
.commonPanelBox h1,
.commonPanelBox h2 {
  color:#FFF;
  background-color:#3299CC;
  margin:0;
  padding:2px;
  font-size:90%;
  text-align:center;
  position:relative;
}
.commonPanelBox h2.large,
.commonPanelBox.news h2.large {
  font-size:175%;
  background: #FFF url(/theme/beach/img/newsLargeHeaderBkgd.jpg) repeat-x top;
}
.commonPanelBox h1 a:link,
.commonPanelBox h2 a:link,
.commonPanelBox h1 a:visited,
.commonPanelBox h2 a:visited  {
  color:#FFF;
  text-decoration: none;
}
.commonPanelBox h3 a:link,
.commonPanelBox h3 a:visited  {
  text-decoration: none;
}
.commonPanelBox h1 a:hover,
.commonPanelBox h2 a:hover,
.commonPanelBox h3 a:hover {
  color:#970000;
  text-decoration: underline;
}
.commonPanelBox ul li a.previewBodyText,
.commonPanelBox ul li a.byLineText {
  color: #000;
  text-decoration: none;
}
.commonPanelBox.sidebar, .commonPanelBox.widget {
  background-color:#F6FDEF;
  border-color:#7BCC70;
  overflow:hidden;
}
.commonPanelBox.sidebar h1,
.commonPanelBox.sidebar h2,
.commonPanelBox.widget h1,
.commonPanelBox.widget h2 {
  background-color:#7BCC70;
  margin-bottom: 10px;
}
.commonPanelBox.sidebar ul.leftColumn,
.commonPanelBox.sidebar ul.rightColumn,
.commonPanelBox.widget ul.leftColumn,
.commonPanelBox.widget ul.rightColumn{
  width:46%;
}
.commonPanelBox.sidebar ul li,. commonPanelBox.widget ul li {
  border-bottom:1px solid #7BCC70;
}
.commonPanelBox.sidebar input[type="text"] {
  font-size: 11px;
  padding: 3px;
}
.commonPanelBox.whatsNew {
  float:left;
  width:200px;
  height:428px;
  overflow:auto;
  border:1px solid #FFF;
}
.feature {
  float: left;
  margin-left:7px;
  background-color: #D8E8F0;
}
.commonPanelBox.whatsNew h1,
.commonPanelBox.whatsNew h2 {
  background-color:#3299CC;
}
.commonPanelBox.whatsNew ul li {
  border-bottom:1px solid #3299CC;
}
.commonPanelBox.centerSpan {
  float: right;
  width:100%;
  height:100%;
  overflow:auto;
  border:1px solid #FFF;
}
.commonPanelBox.centerSpan h1,
.commonPanelBox.centerSpan h2 {
  background-color:#3299CC;
}
.commonPanelBox.centerSpan h3 a:link,
.commonPanelBox.centerSpan h3 a:visited {
  font-size: 14px;
  line-height: 1.1;
}
.commonPanelBox.centerSpan ul li {
  border-bottom:1px solid #3299CC;
}
.commonPanelBox.news {
  border:1px solid #FFF;
}
.commonPanelBox.news h1,
.commonPanelBox.news h2 {
  background: #FFF url(/theme/beach/img/newsHeaderBkgd.jpg) repeat-x bottom;
  color:#000;
}
.commonPanelBox.news h1 a:link,
.commonPanelBox.news h2 a:link,
.commonPanelBox.news h1 a:visited,
.commonPanelBox.news h2 a:visited  {
  color:#000;
}
.commonPanelBox.news h1 a:hover,
.commonPanelBox.news h2 a:hover {
  color:#970000;
  text-decoration: underline;
}
.commonPanelBox.news ul li {
  border-bottom:1px solid #3299CC;
}
.commonPanelBox.community {
  border:1px solid #FFF;
}
.commonPanelBox.community h1,
.commonPanelBox.community h2 {
  background: #FFF url(/theme/beach/img/communityHeaderBkgd.jpg) repeat-x bottom;
  color:#000;
}
.commonPanelBox.community h1 a:link,
.commonPanelBox.community h2 a:link,
.commonPanelBox.community h1 a:visited,
.commonPanelBox.community h2 a:visited  {
  color:#000;
}
.commonPanelBox.community h1 a:hover,
.commonPanelBox.community h2 a:hover {
  color:#970000;
  text-decoration: underline;
}
.commonPanelBox.community ul li {
  border-bottom:1px solid #D2B48C;
}
.commonPanelBox.bulletin h2 {
  color:#000;
}
.commonPanelBox.post {
  border:0px solid #000;
  border-top:1px solid #000;
}
.commonPanelBox.post h1,
.commonPanelBox.post h2 {
  color:#000;
  background-color:#FFF;
  margin:0 5px;
  font-size:150%;
  text-align:left;
}
.commonPanelBox.contact ul li {
  border-bottom: 0px
}
.commonPanelBox.registrationBorder {
  text-align:left;
  padding: 5px;
}
.commonPanelBox ul, .commonPanelBox li {
  list-style:none;
}
.panelSubHeader {
  border-bottom: 2px solid #CCC;
}
.commonPanelBox.sidebar.emailSignup {
  font-size: 1em;
  text-align:center;
  padding-bottom: 5px;
}
.commonPanelBox.sidebar.emailSignup p {
  font-size: 1em;
  text-align:center;
  padding: 5px;
  color:#333333;
  font-family:"Times New Roman";
  font-size:95%;
  line-height:1.2em;
}
.commonPanelListing {
  margin:5px 5px 2px;
  padding:0 0 3px;
  width:97%;
}
.commonPanelListing a:link, .commonPanelListing a:visited {
  text-decoration: none;
}
.commonPanelListing h1 a:hover {
  color: #FF9955;
  text-decoration: underline;
}
.vsAbout br {
  margin: 5px !important;
}
.vsAboutCN,
.aboutLinks {
  width:500px;
  margin: 20px auto 0;
  background:#EEE;
  border-width: 5px 1px;
  border-style: solid;
  border-color: #666666;
  padding: 10px;
}
.aboutLinks {
}
.contactAddressRight {
  width: 200px;
  background-color: #eee;
  padding: 10px;
  float: right;
  margin-right: 30px;
  border: 1px solid #DDD;
}
.contactAddressLeft {
  width: 200px;
  background-color: #eee;
  padding: 10px;
  float: left;
  margin-left: 30px;
  border: 1px solid #DDD;
}
.storyBody,
.classBody,
.REStoryBody,
.REBioBody,
.sidebarEmailSignupText {
  color:#333333;
  font-family:"Times New Roman";
  font-size:95%;
  line-height:1.2em;
  margin:0 10px;
  padding-bottom:15px;
}
.storyBody.noLeadImage {
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px solid #DDD;
}
.storyBody ul,
.storyBody ol {
  margin-left: 20px;
  margin-bottom: 10px;
}
.storyBody ul,
.storyBody ul li {
  list-style: disc;
}
.storyBody ol,
.storyBody ol li {
  list-style: decimal;
}
.storyBody ul li,
.storyBody ol li {
  border-bottom: none;
  margin-left:10px;
  margin-bottom:0px;
}
.REBioBody {
  display: block;
}
.classBody {
  margin: 0;
}
.storyBody p,
.classBody p {
  margin-bottom: 10px;
}
.REStoryBody p {
  border-color:#DDD;
  border-style:solid;
  border-width:1px 0;
  margin:10px 0;
  padding: 5px 0
}
.storyBody a:link,
.storyBody a:visited {
  text-decoration: underline;
}
.storyBody a:hover {
  color: #970000;
}
.storyBody.el a:link,
.storyBody.el a:visited {
  text-decoration: none;
}
.centerLeft {
  float: left;
  width: 245px;
}
.classifiedImagePreview {
  border:1px solid #DDDDDD;
  padding:2px;
}
.centerRight {
  border-left:1px solid #DDDDDD;
  float:right;
  width:270px;
  padding-left: 5px;
}
.commonPanelListing.searchSummary ,
.commonPanelListing.businessSummary {
  border-bottom: 1px solid #CCCCCC;
}
.commonPanelListing.searchSummary img,
.commonPanelListing.businessSummary img {
  border:1px solid #DDDDDD;
  float:right;
  margin-top:-10px;
  padding:2px;
}
.commonPanelListing.searchSummary img,
.commonPanelListing.premiumLandingSummary img {
  border:1px solid #DDDDDD;
  float:right;
  margin: 0;
  padding:2px;
}
.commonPanelListing.premiumLandingSummary img {
  margin-left: 10px;
}
.commonPanelListing.businessSummary img {
  margin:0;
}
.commonPanelListing.centerMainFeature img {
  border:1px solid #DDDDDD;
  float:left;
  margin:0 10px 0 0;
  padding:2px;
  width:288px;
}
.commonPanelListing.centerMainFeature {
  width: 300px;
  height: 231px;
  margin-bottom: 10px;
}
.commonPanelListing.centerMainFeatureWide {
  width:546px;
}
.summaryLeft {
  width: 186px;
  float: left;
}
.summaryLeftNoPhoto,
.shareSummaryLeftNoPhoto {
  width: 258px;
  float: left;
}
.summaryRight {
  float:right;
  margin-top:10px;
  width:77px;
}
.searchSummaryLeft,
.blogSummaryLeft {
  width: 460px;
  float: left;
}
.searchSummaryLeftNoPhoto,
.blogSummaryLeftNoPhoto {
  float: left;
}
.searchSummaryRight,
.classSummaryRight,
.shareSummaryRight {
  float:right;
  width:71px;
  margin-top: 10px;
}
.businessSummaryLeft {
  width: 130px;
  float: left;
}
.businessSummaryRight {
  float:right;
  width:398px;
}
.header,
.header_notEL,
.REStatusLabelSold,
.REStatusLabelUnderContract,
.REStatusLabelReducedPrice {
  font-size:12px;
  color:#163F68;
  font-family:Georgia;
  font-weight:700;
  text-decoration: none;
}
.header_notEL {
  color: #666666;
}
.storyByLine {
  color:#333333;
  font-size:12px;
  margin:15px 10px 4px 10px;
  border-bottom: 1px solid #FF9955;
  padding-bottom: 5px;
}
.byLineText, .previewBodyText, .basicSiteCopy, .mpbnText {
  color:#666;
  font-size:11px;
  font-weight:100;
}
.previewBodyText,
.byLineText {
  color: #000;
}
.mpbnText {
  font-family: Arial;
  color: #000;
}
.mpbnText p {
  text-align: left !important;
}
.mpbnText p span {
  font-family: Arial !important;
}
.byLineText {
  font-size: 10px;
}
.basicSiteCopy {
  font-size: 14px;
}
#editStoryTools {
  color:#333333;
  font-size:75%;
  font-weight:normal;
  line-height:0;
  text-transform:uppercase;
  float:left;
  margin: 30px 0 0 0;
}
.toolsPrint {
  background: url(/theme/vs/img/share_print_small.png) top left no-repeat;
  padding:7px 0 5px 20px;
  height: 10px;
  color: #000;
}
#leadImageDivWrap,
#leadImageDivSpan,
#ClassLeadImageDivSpan {
  float:left;
  margin: 4px 10px;
  border-bottom: 3px double #DDD;
  padding-bottom: 8px;
}
#leadImageDivWrap {
  background-color: white;
}
#leadImageDivWrap img {
  max-width: 300px;
  height: auto;
}
#leadImageDivSpan img {
  margin-left: 4px;
  max-width: 594px;
  height: auto;
}
#leadImageDivWrap img,
#leadImageDivSpan img {
  border: 1px solid #999999;
}
#REleadImageDivSpan {
  width: 552px;
  margin: auto;
}
#leadImageDivSpan {
  padding-bottom: 13px;
  border: none;
}
#ClassLeadImageDivSpan {
  margin: 5px 3px;
}
#leadImageDivWrap {
  display: inline;
}
.classImageDivWrap {
  border: 1px solid #000;
  margin: 10px;
  float: right;
}
#ClassLeadImageDivSpan {
  width:526px;
  border: none;
}
#leadImagePhotoWrap,
#blogLeadImagePhotoWrap {
  background-color:#FFFFFF;
  padding:5px;
}
#classLeadImagePhotoWrap {
  background-color:#FFFFFF;
  padding:5px;
  width:275px;
}
#blogLeadImagePhotoWrap {
  width: 177px !important;
}
#leadImagePhotoWrap img {
  border:1px solid #999999;
  margin-bottom:2px;
}
#leadImagePhotoSpan,
#classLeadImagePhotoSpan {
  background-color:#FFF;
  padding:5px;
  width:586px;
}
#classLeadImagePhotoSpan {
  width:0;
}
#leadImagePhotoSpan img,
#REleadImagePhotoSpan img {
  margin-bottom:2px;
}
#REleadImagePhotoSpan {
  text-align: center;
}
.sideBarGallery {
  width: 202px;
}
.sideBarGallery,
.ELSideBarGallery {
  clear:left;
  float:left;
  text-align: left;
  margin: 10px;
}
.ELSideBarGallery {
  margin:5px 10px 10px !important;
}
.embeddedGallery {
  clear: both;
  text-align: center;
}
.embeddedGallery .photoWrap {
  padding: 5px;
  margin-bottom: 5px;
}
.embeddedGallery img {
  border:1px solid #999999;
  margin-bottom:2px;
  max-width: 595px;
  max-height: 600px;
}

.valign td {
  vertical-align: top;
}
.sideBarGallery br {
  margin: 0;
  padding: 0;
}
.sideBarPhotoBox {
  background-color:#FFFFFF;
  text-align: right;
}
.sideBarPhotoBox a:link {
  text-decoration: none;
}
.sideBarPhotoBox a:hover {
  text-decoration: none;
}
.sideBarPhotoBox img {
  border:1px solid #000000;
  margin-bottom:2px;
}
.caption {
  color:#666666;
  font-size:70%;
  line-height:1.3em;
  text-align:left;
  margin-left: 5px;
}
.imageByLineSpan {
  float:right;
  font-size:80%;
  margin-right:5px;
  text-align:right;
  width: 600px;
}
.imageByLine {
  font-size:80%;
  margin-right:5px;
  text-align:right;
  display:block;
}
.ELcaption {
  color:#333;
  font-size:10px;
  line-height:1.3em;
  text-align:center;
}
.editPost {
  color:#FF0000 !important;
  font-weight:700;
  text-decoration:none;
}
.editPost a:hover {
  color: #FF0000;
  text-decoration: none !important;
}
.editGallery {
  padding:10px 0;
}
.postItems {
  color:#163F68;
  text-align:left;
  margin:0 5px 5px;
}
.postItems a {
  font-size: 95%;
}
.postLeft {
  float: left;
  width: 120px;
}
.postRight {
  float: left;
}
.post-container {
  color:#163F68;
  font-family:Georgia;
  font-size:13px;
  font-weight:700;
  width: 255px;
}
.viewCount {
  background-color:#DDDDDD;
  border:1px solid #AAAAAA;
  float:right;
  font-size:12px;
  margin-bottom:10px;
  padding:2px 5px;
}
.centerFeatureHeadline {
  color:#163F68;
  font-family:georgia;
  font-size:17px;
  font-weight:700;
  line-height:1.2em;
  text-decoration: none;
}
.homefront468Ad {
  padding: 5px;
  margin: 0 5px;
}
.bottomStoryAd,
.homefront468Ad {
  padding: 5px 1px;
  background-color:#DDDDDD;
  border: 1px solid #AAA;
  width: 478px;
  margin:10px auto 10px;
  text-align: center;
  clear: both;
}
.bottomMainContentAd {
  width: 738px;
  margin: auto;
  padding: 5px;
  margin: auto;
  text-align: center;
}
.richfacesSkin .mceContentBody {
  font-family: "Times New Roman";
  font-size: 12px;
}
.postType {
  color:#008000;
  font-size:12px;
  font-weight:700;
  text-decoration:none;
  line-height:1.7em;
}
.postTypeLabel {
  color:#666;
  font-size:11px;
  font-weight:700;
  width:90px;
  text-align:right;
  padding-right:10px;
  line-height: 1.7em;
}
.imgPreview {
  margin-left: 175px;
}
div.dateSelect span {
  text-align: right;
  padding-left:20px;
}
.bizCatLeft {
  float:left;
  margin:10px 20px;
  width:250px;
  border-right:1px solid #DDDDDD;
}
.bizCatMiddle {
  float:left;
  margin:10px 0 20px;
  width:250px;
}
.bizCatRight {
  float:right;
  margin:10px 20px 0 0;
  width:150px;
}
.errorSuccessText {
  text-align: center;
  padding-bottom: 10px;
}
.galleryTitle {
  font-size:10px;
  font-weight:700;
  text-align:center !important;
  text-transform:uppercase;
}
.galleryImg {
  border: none !important;
  background: bottom right no-repeat;
}
.insetStoryAd {
  background-color:#DDDDDD;
  border:1px solid #AAAAAA;
  float:left;
  margin:10px 10px 0 10px;
  padding:5px 11px;
  text-align:center;
  clear: left;
}
.storyType {
  width: 340px !important;
  margin-left: 10px !important;
}
.storyCategory {
  width: 350px;
}
.rightHeaderAd {
  margin: 30px 0;
}
.bottomELAd {
  margin: 10px 0;
  text-align: center;
}
.searchKeyword {
  background-color:#F1F4F7;
  border:1px solid #FF9955;
  display:block;
  float:left;
  font-size:14px;
  padding:5px;
  width:217px;
  margin-left: 10px;
}
.goButton {
  background: transparent url(/theme/vs/img/go_btn.png) repeat scroll 0 0;
  background-color: #FFF !important;
  border-width:0;
  display:block;
  float:left;
  height:30px;
  padding:10px 0 0;
  width:30px;
  margin-left: 10px;
}
.newMembersBox {
  border: 1px solid #3299CC;
  background-color: #D8E8F0;
  margin:0 15px 15px;
}
.newMembersBox a {
  font-size: 12px;
  text-decoration: none;
}
.newMembersBox a:visited {
  color: #163F68;
}
.newMembersBox br {
  margin-top: -8px;
}
.rich-panel-header {
  color:#0054BD;
}
.panel {
  vertical-align:top;
}
.top {
  width:200px;height:100px;
}
.body3 {
  height:100px;
  overflow: auto;
  position: relative;
}
.body6 {
  height:200px;
  overflow:auto;
  position: relative;
}
.offersBriefs {
  font-size: 16px;
}
.busy {
  background-color:#CCFFCC;
}
.eventInfo {
  font-size: 90%;
  padding: 5px;
  background-color: #eee;
  border: 1px solid #CCC;
  margin: 0 10px 5px;
}
.createClassified a:link,
.createClassified a:visited,
.createClassifiedSideBar a:link,
.createClassifiedSideBar a:visited {
  height:28px;
  width:150px;
  display: block;
  margin: 10px;
}
.createClassified a:link,
.createClassified a:visited,
.createClassifiedSideBar a:link,
.createClassifiedSideBar a:visited {
  background:transparent url(/theme/vs/img/CreateClass.png) no-repeat scroll 0 -28px;
}
.createClassified a:link,
.createClassified a:visited {
  margin: 10px auto;
}
.createClassified a:hover,
.createClassifiedSideBar a:hover {
  background:transparent url(/theme/vs/img/CreateClass.png) top left no-repeat;
}
.createClassifiedSideBar a:link,
.createClassifiedSideBar a:visited {
  margin:5px 0 5px 110px;
}
.classifiedRateBox {
  border: 1px solid #FF9955;
  width: 400px;
  background-color: #F1F4F7;
  margin: 10px auto;
  padding: 5px;
  min-height: 85px;
  text-align: center;
}
.classifiedRateBox p {
  font-size: 90%;
}
.classifiedAdPreview {
  width: 182px;
  padding: 5px;
  background-color: #EEE;
  border: 1px solid #DDD;
  font-size: 90%;
}
.classifiedCostPreview {
  padding: 5px;
  background-color: #FFECEC;
  border: 1px solid #FF0000;
  font-size: 90%;
}
.classBody {
  width: 479px;
  padding: 5px;
}
.classContact {
  font-size:80% !important;
  margin-right:10px;
  padding:5px;
  width:474px;
  background-color: #EEE;
}
.classContainer {
  border:1px solid #DDDDDD;
  margin:0 auto 10px;
  width:484px;
}
.googleMap,
.REgoogleMap {
  width: 300px;
  float: left;
  clear: left;
  margin: 10px 0 10px 10px;
}
.ELGoogleMap {
  clear: both;
  margin: 5px 10px 20px;
}
.REgoogleMap {
  margin: 0 0 10px;
}
.googleMapDeal {
  float: right;
  margin: 10px 0 10px 10px;
}
.REListingLeft {
  float:left;
  margin-left:30px;
  margin-right:10px;
  width:348px;
}
.REListingRight {
  border-left:1px solid #DDD;
  float:left;
  padding-left:10px;
  width:200px;
  margin-bottom: 20px;
}
#RELeftBar {
  width: 630px;
  float: left;
}
#RERightBar {
  float: left;
  width: 315px;
  padding-top: 25px;
}
.REAttributeBlock {
  padding:2px 0;
  width:190px;
  border-bottom: 1px solid #DDD;
  clear:both;
}
.resultAmenBlock {
  margin-bottom: 2px;
}
.REAttributeBlockLabel,
.resultAmenBlockLabel {
  color:#333;
  font-size:11px;
  font-weight:700;
}
.REAttributeBlockCopy,
.resultAmenBlockCopy {
  color:#333;
  font-size:11px;
}
.mainAmenities {
  margin-left:11px;
}
.REResultsAmenities {
  border-top:1px solid #DDDDDD;
  margin-top:5px;
  padding: 10px 0;
}
.mainAmenBlock {
  margin-bottom: 5px;
}
.mainAmenBlockLabel {
  color:#333;
  font-size:13px;
  font-weight:700;
}
.mainAmenBlockCopy {
  color:#333;
  font-size:13px;
  font-weight:100;
}
#REleadImageDivWrap {
  text-align: center;
}
.sepLine {
  border-bottom:1px solid #FF9955;
  color:#333333;
  font-size:12px;
  margin:10px 40px;
  padding-bottom:5px;
  width:550px;
}
.REManageCol
{
  float: left;
  width: 175px;
}
.REAttrInput {
  margin-top: 5px;
}
.REAttrInput label {
  color:#333333;
  font-size:12px;
  font-weight:700;
  text-transform:uppercase;
  text-align: left;
}
.REAttrInput select {
  background-color:#F1F4F7;
  border:1px solid #FF9955;
  font-size:11px;
  padding:3px;
  width: 150px;
}
fieldset.RESelectBoxes {
  padding:10px;
}
#REHeaderInfo td.address,
#REHeaderInfo td.price,
.price {
  color:#002970;
  font-family:georgia;
  font-size:140%;
  font-weight:700;
  line-height:1.2em;
}
.price {
  font-size: 100%;
  padding-bottom: 5px;
}
.dr-table-cell,
.rich-table-cell {
  border: none !important;
}
.dr-table,
.rich-table  {
  border: none !important;
  margin: 10px auto;
}
#REHeaderInfo td.address {
  width: 400px;
}
#REHeaderInfo td.price {
  width: 150px;
  text-align: right;
}
.RESearchType,
.RESearchCategory {
  font-family: Arial;
}
.RESearchType {
  color: #002970;
  font-size: 75%;
  text-transform: uppercase;
  font-weight: 700;
}
.RESearchTypeSelect {
  margin-left: 8px;
}
.RESearchCategory {
  color: #666;
  font-size: 70%;
  font-weight: 700;
  padding-left: 5px;
}
.RESearchRight {
  float:left;
  margin-left:23px;
  width:250px;
}
.RESearchResultLeft {
  float:left;
  margin:0 5px 5px;
  width:335px;
}
.RESearchResultLeftNoPhoto {
  margin: 0 5px 5px;
}
.RESearchResultRight {
  float:right;
  margin:5px 0;
}
.RESearchResultRight img {
  border:1px solid #333333;
  float:left;
  padding:2px;
}
.realEstateGallery {
  margin-left: 12px;
  width:315px;
  text-align: center;
}
.elGallery {
  width:468px;
  text-align: center;
  margin: auto;
}
.realEstateGallery img,
.elGallery img {
  border: 1px solid #333;
}
.RESearchResultBox {
  border-bottom: 2px solid #999;
  margin: 5px 5px 20px;
  height: 100%;
}
.resultsAmenities {
  font-size: 85%;
}
.RESidebarCopy {
  font-family:georgia;
  font-size:100%;
  font-weight:bolder;
  text-align: center;
  padding: 20px 0;
}
.reSearch {
  margin: 10px auto 0;
  width: 175px;
}
.reSearch input {
  margin-top: 3px;
}
.bioContactInfo {
  border-width: 1px 0 1px;
  border-style: solid;
  border-color: #333;
  padding: 10px;
  margin: 10px auto;
  background-color: #eee;
}
.bioContactInfo p {
  font-weight: bold;
  font-size: 80%;
  color: #333;
}
#createClassButton {
  background:transparent url(/theme/vs/img/go) no-repeat scroll 0 -35px;
  float:right;
  height:35px;
  margin:-45px 30px 0 0;
  width:151px;
}
#createClassButton a {
  display: block;
  margin: 0; padding:0;
  width:100%; height:100%;
  overflow:hidden;
  text-decoration: none;
  background: url(/theme/vs/img/createClassButton.png) top left no-repeat;
}
#createClassButton a:hover {
  background-image: none;
  color: yellow;
}
.captchaForm {
  margin:auto !important;
  width:324px;
}
.shortSelect {
  width: 120px;
}
.actPanelToggle.rich-stglpanel {
  border-color: #FF9955;
  border-width: 1px;
  border-style: solid;
}
.actPanelToggle .rich-stglpanel-header {
  color:#fff;
  font-family: Verdana;
  text-transform:uppercase;
  font-weight:700;
  font-size:8pt;
  padding: 0 0 4px;
  background: #FF9955;
  width: 200px;
  margin: auto;
  text-align: center;
  border-style: none;
  height:15px;
  margin:-1px auto;
}
#googleFooter {
  margin: auto;
  width: 728px;
  padding-bottom: 20px;
}
#googleFooterBox {
  width: 960px;
  background-color: #FFFFFF;
}
.deckHead,
.subHead,
.summaryDeckHead {
  padding-left: 10px;
  color: #1f3652;
  font-family: Georgia;
  font-weight: 700;
  font-style: italic;
  font-size: 88%;
  display: block;
}
.subHead {
  font-weight: 100;
}
.summaryDeckHead {
  padding: 0;
  font-size: 90%;
  color: #9e0003;
  font-family: Arial !important;
}
#movedBox {
  text-align: left;
  font-family: Georgia;
  padding: 5px 10px 20px;
}
#movedBox h1 {
  font-size: 150%;
  border: none;
}
#movedBox h2 {
  font-size: 115%;
  border: none;
}
#movedBox p {
  line-height: 1.5em;
  padding-bottom: 11px;
}
.movedHeader {
  font-size: 30px;
  font-style: italic;
}
#editGalleriesTab,
#editLeadImageTab,
#editMapTab,
#editFeatureTab,
#editPrintVersionTab,
#editStatusTab,
#editContentTab,
#editPostTabs {
  width: 630px;
}
.sidebarNoInfo {
  margin: 5px;
  font-family:arial !important;
  font-size: 16px !important;
}
.eventLeft {
  float: left;
  width: 250px;
  margin-left: 10px;
}
.eventLeft tr {
  padding: 10px;
}
.eventRight {
  float: left;
  width: 333px;
}
#eventDatesTable td {
  padding: 2px;
  width: 250px;
}
#editEventDateList {
  margin: 10px 0 0 30px;
  list-style: none;
}
.elLogo {
  float: right;
  margin: 5px;
}
.bodyLocation {
  font-weight: 700;
  text-transform: uppercase;
}
.rich-stglpanel-body {
  padding: 0 !important;
}
.classifiedEditor tr.mceLast {
  display: none;
}
.classMessageBox {
  color:#333333;
  font-size:80%;
  font-weight:700;
  line-height:1.4em;
  margin:3px 0 0;
  text-align: center;
  text-transform:uppercase;
  text-decoration: underline;
  padding-bottom: 20px;
}
#classifiedSearchForm {
  margin: auto;
  width: 375px;
}
.buttonAdSpot {
  width: 125px;
  height: 125px;
  margin: 18px auto;
  background-color: #DDD;
  border: 1px solid #999;
  padding: 5px 5px;
}
.adLines {
  margin:10px auto;
  color: #FFF;
  border-bottom: 1px solid #CCC;
  width: 190px;
}
.loginKeyword {
  width: 120px !important;
}
.loginPassword {
  width: 120px !important;
  margin-left: 2px;
}
input.dailyEmailSignUp {
  width: 150px;
}
input.example {
  color:#666666;
}
.pickDateWidth input {
  width: 95px !important;
}
.siteCheckboxes label {
  float: none !important;
}
.rich-tabpanel-content {
  font-size:16px !important;
}
.emailCaptcha p {
  color: #FF0000 !important;
  float:right;
  font-weight: 700;
  margin-left:110px !important;
  position:absolute;
  width:110px;
}
.emailCaptcha {
  margin-left: 130px;
  padding:0;
  width:81px;
  height: 0;
  border: none;
}
.emailCaptcha div {
  padding: 0 !important;
}
div.confirmfield {
  width: 530px;
}
.richfacesSkin table.mceLayout {
  border-width: 0 1px !important;
  border-style: solid !important;
  border-color: #CCCCCC !important;
}
.mobileAdGraphic {
  width:300px;
  margin-bottom: 10px;
}
div#briefOfferContents {
  margin-bottom: 20px;
  display: inline-block;
}
div#briefOfferContents ul {
  margin: 0 5px 0;
}
div#briefOfferContents ul li {
  white-space: nowrap;
  list-style: none;
  float: left;
}
div#briefOfferContents ul li a {
  width: 250px;
  display: block;
}
a.topLink {
  color:#163F68;
  float:right;
  font-size:12px;
  text-transform:uppercase;
  font-style: italic;
  font-family: Georgia;
  text-decoration: none;
  font-weight: 100 !important;
  padding-top: 5px;
}
.bulletins img {
  width: 300px;
  height: 24px;
  margin-bottom: 10px;
}
.bulletinLocations {
  border: 1px solid #CCC;
}
.bulletinLocationsHeader {
  width: 100%;
  background-color: #EEE;
  text-transform:uppercase;
  font-weight: 700;
}
div.bulletinLocations {
  display: inline-block;
}
div.bulletinLocations ul {
  margin: 0 5px 0;
}
div.bulletinLocations ul li {
  list-style: none;
  float: left;
}
.bulletinLocation {
  border: 1px solid #CCCCCC;
  padding: 5px;
  margin: 5px;
  width: 240px;
  float: left;
}
.bulletinLocationName {
  font-weight: 700;
}
.bulletinLocationPhone {
  font-style: italic;
}
.bulletinCategory {
  font-weight: bold;
  font-size: 80%;
  text-transform: uppercase;
}
.bulletin_closed {
  color: #600;
}
.bulletin_delayed {
  color: #009AE1;
}
.bulletin_early {
  color: #060;
}
.bulletin_cancelled {
  color: #006;
}
table.bulletins td {
  padding: 3px;
}
table.bulletins col.category {
  width: 100px;
}
table.webcamTableText tr td {
  padding: 5px 5px 10px 0;
}
.webcamTableText {
  color:#666666;
  font-size:12px;
  font-weight:700;
  text-align:left;
}
.webcamBody {
  font-weight: 100 !important;
}
/* Letters to Santa */
table.santa {
  background: url(/theme/vs/img/santa.jpg) top right no-repeat;
}
table.lettersToSanta tr {
  vertical-align: top;
}
table.lettersToSanta label {
  color: #00A526;
}
table.lettersToSanta input,
table.lettersToSanta textarea {
  border: 1px solid #FF0000 !important;
}
.santaEmailMessage {
  color:#666666;
  font-size:11px;
  font-weight:700;
  text-align:center;
  padding: 10px 0;
}
.plain {
  font-weight: 100 !important;
  font-size:12px;
}
.required {
  color: #FF0000 !important;
  font-size: 80%;
  line-height:1.8em;
}
input.rich-calendar-input
{
  width:130px;
}
td.rich-calendar-cell.disabled
{
  color:#A0A0A0;
}
.alert {
  background-color: #FF9955;
  width: 624px;
  display: block;
}
.alert-head {
  width: 624px;
  height: 56px;
  margin: auto;
  display: block;
}
.alert-headline {
  font-family: Arial;
  font-size:18px;
  color:#000;
  font-weight:700;
  text-decoration: none;
  text-align: center;
  display: block;
  padding: 5px 0;
  margin-bottom: 5px;
}
.alert-Breaking .alert-head {
  background: url(/theme/beach/img/breakingNewsHead.png) top center no-repeat;
}
.joinTabs {
  color:#C70000;
  font-size:80%;
  font-weight:700;
}
.celebrateNoteLeft {
  float: left;
  width: 278px;
  padding: 10px;
  border-right: 1px solid #DDD;
}
.celebrateNoteRight {
  float: right;
  padding: 10px;
  width: 208px;
}
.galleryAsset {
  border: 5px solid white;
  margin: 5px;
}
.galleryAssetSelected {
  border-color: green;
}
/* DEPRECATED FILE */
/* this makes it possible to add next button beside scrollable */
div.scrollable {
  float:left;
}
/* prev, next, prevPage and nextPage buttons */
a.prev, a.next, a.prevPage, a.nextPage {
  display:block;
  width:18px;
  height:18px;
  background:url(../img/scrollable/arrow/left.png) no-repeat;
  float:left;
  margin:43px 10px;
  cursor:pointer;
  font-size:1px;
}
/* mouseover state */
a.prev:hover, a.next:hover, a.prevPage:hover, a.nextPage:hover {
  background-position:0px -18px;
}
/* disabled navigational button */
a.disabled {
  visibility:hidden !important;
}
/* next button uses another background image */
a.next, a.nextPage {
  background-image:url(../img/scrollable/arrow/right.png);
  clear:right;
}
#premiumHeaderBox {
  width: 490px;
  height: 120px;
}
.premiumHeaderBoxTitle {
  color: #FFF;
  font-weight: 700;
  font-size: 87%;
  padding: 2px 0 0 12px;
  position: absolute;
}
ul#premiumPanelList {
  list-style: none;
}
#premiumPanelList li {
  float: left;
}
ul#premiumPanelList li.col01 {
  width: 160px;
  height: 120px;
}
ul#premiumPanelList li.col02 {
  width: 164px;
  height: 120px;
  background-color: #FFF;
}
ul#premiumPanelList li.col03 {
  width: 156px;
  height: 120px;
  background-color: #FFF;
  padding-right: 10px;
}
#premiumPanelList li.middle_03,
#premiumPanelList li.middle_02 {
  border-style: solid;
  border-color: #DDD;
  height: 95px;
}
#premiumPanelList li.middle_03 {
  border-width: 0 1px;
}
#premiumPanelList li.middle_02 {
  border-width: 0 0 0 1px;
}
.premiumHeaderBoxLeft {
  background: url(/theme/vs/img/premiumHeaderBoxLeft.png) bottom left no-repeat;
  width: 6px;
  clear: both;
  height: 98px;
  float: left;
  margin-top: 22px;
}
.premiumHeaderTabBox .rich-tab-bottom-line {
  border-bottom: 1px solid #FF9955;
}
.premiumHeaderTabBox .rich-tabpanel-content {
  border-bottom: 1px solid #FF9955 !important;
  border-right: 1px solid #FF9955;
  height: 97px !important;
}
.toolTip {
  width: 16px;
  height: 16px;
  background: url(/theme/vs/img/help.png) top left no-repeat;
  border: none;
}
.tooltip {
  display:none;
  background-color:#ffa;
  border:1px solid #cc9;
  padding:3px;
  font-size:13px;
  -moz-box-shadow: 2px 2px 11px #666;
  -webkit-box-shadow: 2px 2px 11px #666;
}
.rich-calendar-today {
  color: #FF0000;
  font-weight: 700;
}
#loginPageForm {
  width: 255px;
  margin: 40px auto 40px;
  position: relative;
  text-align: right;
}
.premiumHeaderLogo {
  height: 26px;
  width: 160px;
  padding: 1px 0;
}
.premiumHeaderHeadline {
  border-style:solid;
  border-width:3px 0 3px 0;
  font-family:georgia;
  font-style:italic;
  font-weight:700;
  padding:2px 0 2px 5px;
  width:151px;
  display: block;
  text-align: center;
}
.premiumHeaderAuthor {
  width: 160px;
  text-transform: uppercase;
  text-align: center;
  font-size: 80%;
  color: #FFF;
  display: block;
  padding: 2px 0;
  position: bottom center;
  margin-bottom: 2px;
}
#premiumHeaderInfo tr td {
  border: 10px;
}
table.premHeadImg {
  height: 120px;
  width: 160px;
}
table.premHeadImg td img {
  vertical-align: middle;
  float: right;
}
span.premiumLandingLink a:link {
  color: #FF9955;
}
span.premiumLandingLink a:hover {
  color: #FF0000;
}
#movedBox p a ,
#movedBox h2 a {
  color:#FF9955;
}
#movedBox p a:hover,
#movedBox h2 a:hover {
  text-decoration: underline !important;
}
#premContentLeft {
  float:left;
  width:550px;
}
#premContentRight {
  border-left:1px solid #DDDDDD;
  float: right;
  width: 350px;
  padding-left:5px;
}
.commonPanelListing.premiumLandingSummary {
  border-bottom:1px solid #DDDDDD;
  margin:5px 0 5px 5px;
  min-height:0;
  width:340px;
}
.REStatusLabelUnderContract,
.REStatusLabelReducedPrice,
.REStatusLabelSold {
  color: red;
  font-size: 90%;
  font-style: italic;
}
ul#membershipBenefits {
  margin-bottom: 10px;
}
#membershipBenefits li {
  list-style-image: url(/theme/vs/img/check.png);
  margin-left: 40px;
}
#premiumContentLeft h2 a:link {
  color: #FF0000;
}
ul.managerNav {
  display: block;
  margin-top: 5px;
  border-bottom: 1px solid #CCC;
  padding-bottom: 1px;
}
ul.managerNav li {
  display: inline;
  margin: 0 1px;
  border-color: #CCC;
}
a.deal_300x100 {
  background: url(/theme/vs/img/deal_300x100.jpg) top left no-repeat;
  width: 300px;
  height: 100px;
  margin: auto;
  display: block;
  border: 1px solid #000;
}
a.deal_300x250 {
  background: url(/theme/vs/img/deal_300x250.jpg) top left no-repeat;
  width: 300px;
  height: 250px;
  margin: auto;
  display: block;
  border: 1px solid #000;
}
.deal_300x100_todaysDeal,
.deal_300x100_todaysDealStatus,
.deal_300x100_todaysDeal_no,
.deal_468x60_todaysDeal_no,
.deal_300x100_todaysDeal_no {
  border-bottom:1px solid;
  display:block;
  float:right;
  margin: 7px 5px 0 0;
  width:190px;
  padding-bottom: 5px;
  font-family: "Times";
}
.deal_300x250_todaysDeal,
.deal_300x250_todaysDeal_no,
.deal_300x250_todaysDeal_soldOut {
  border-bottom:1px solid;
  display:block;
  margin: 0 5px 0;
  padding-bottom: 5px;
  font-family: "Times";
}
.deal_300x100_todaysDeal,
.deal_300x250_todaysDeal {
  color: #000;
}
.deal_300x250_todaysDeal {
  margin-top: 130px;
  font-size: 120%;
}
.deal_300x100_todaysDealStatus,
.deal_300x250_todaysDealStatus {
  color: #FF0000;
  border: none;
  margin-top: 5px;
}
.deal_300x250_todaysDealStatus  {
  font-size: 120%;
}
a.deal_468x60 {
  background: url(/theme/vs/img/deal_468x60.jpg) top left no-repeat;
  width: 468px;
  height: 60px;
  margin: auto;
  display: block;
  border: 2px solid #AAA;
}
.deal_468x60_todaysDeal,
.deal_468x60_todaysDealStatus,
.deal_300x100_todaysDeal,
.deal_300x100_todaysDealStatus,
.deal_300x250_todaysDeal,
.deal_300x250_todaysDealStatus{
  display:block;
  font-family: "Times";
  font-weight: 700;
  text-align: center;
}
.deal_300x100_todaysDeal_no,
.deal_468x60_todaysDeal_no,
.deal_300x250_todaysDeal_no {
  font-size: 130%;
  border: none;
  color: #000000;
}
.deal_300x250_todaysDeal_soldOut {
  font-size: 150%;
  margin-top: 20px;
  border: none;
  color: #000000;
}
.deal_300x250_todaysDeal_no {
  font-size: 200%;
  margin-top: 125px;
  border: none;
  color: #000000;
}
.deal_468x60_todaysDeal,
.deal_468x60_todaysDeal_no {
  color: #000;
  float: left;
  margin: 12px 5px 0 100px;
  width: 250px;
  border-right: 1px solid #000;
}
.deal_468x60_todaysDeal_no  {
  width: 350px;
  border: none;
  padding-top: 0;
  text-align: center;
  font-size: 120%;
}
.deal_468x60_todaysDealStatus {
  color: #FF0000;
  border: none;
  margin-top: 12px;
  float: right;
  width: 110px;
}
.dealBuyNow a:link,
.dealBuyNow a:visited,
.deal_dealClosed,
.deal_dealExpired {
  height:180px;
  width:300px;
  display: block;
  margin: 0 25px 10px 0;
  float: right;
  background:transparent url(/theme/vs/img/deal_buyNow.png) top left no-repeat;
}
.deal_dealClosed {
  background:transparent url(/theme/vs/img/deal_dealClosed.png) top left no-repeat;
}
.deal_dealExpired {
  background:transparent url(/theme/vs/img/deal_dealExpired.png) top left no-repeat;
}
.dealBuyNow a:active {
  background:transparent url(/theme/vs/img/deal_buyNow.png) 0 -360px no-repeat;
}
.dealPrice {
  font-family: Helvetica;
  font-weight: 700;
  color: #FFF;
  position: relative;
  font-size: 200%;
  top: 39px;
}
.dealInfo {
  border: 1px solid;
  padding: 10px;
  font-size: 105%;
  float: left;
  width: 280px;
  margin: 15px 25px 25px;
  line-height: 2.0em;
}
.go {
  border: 1px solid #80ff91 ;
  background-color: #dbffe0 ;
}
.stop {
  border: 1px solid #ff8080 ;
  background-color: #ffdbdb ;
}
.dealInfo p {
  margin: 0;
}
ul.dealSteps {
  list-style: decimal;
}
ul.dealSteps li {
  margin-bottom: 10px;
}
#dealContainer {
  width: 700px;
  margin: 10px auto;
  border: 1px solid #AAA;
  background-color: #FFF;
}
.dealFullWidth {
  background: url(/theme/vs/img/deal_fullWidth.jpg) top left no-repeat;
  width: 700px;
  height: 100px;
}
.dealHeaderOverlay {
  background-color:#FFFFFF;
  float:right;
  height:80px;
  position:relative;
  right:6px;
  top:6px;
  width:440px;
  padding: 4px;
}
table#dealListFormat td {
  width: 300px;
  background-color: #EEE;
  padding: 10px;
}
.dealPriceContainer {
  height:75px;
  left:69px;
  position:relative;
  text-align:center;
  width:161px;
}
.topFormButtons {
  text-align: right;
  margin-right: 30px !important;
}
.premColumnistFixedHeight {
  height: 90px;
}
.briefOfferNotice {
  border:1px solid;
  font-family:"Times New Roman";
  font-size:13px;
  margin:10px !important;
  padding:10px;
}
#facebox .b {
  background:url(/theme/vs/img/facebox/b.png);
}
#facebox .tl {
  background:url(/theme/vs/img/facebox/tl.png);
}
#facebox .tr {
  background:url(/theme/vs/img/facebox/tr.png);
}
#facebox .bl {
  background:url(/theme/vs/img/facebox/bl.png);
}
#facebox .br {
  background:url(/theme/vs/img/facebox/br.png);
}
#facebox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left;
}
#facebox .popup {
  position: relative;
}
#facebox table {
  border-collapse: collapse;
}
#facebox td {
  border-bottom: 0;
  padding: 0;
}
#facebox .body {
  padding: 10px;
  background: #fff;
  width: 370px;
}
#facebox .loading {
  text-align: center;
}
#facebox .image {
  text-align: center;
}
#facebox img {
  border: 0;
  margin: 0;
}
#facebox .footer {
  border-top: 1px solid #DDDDDD;
  padding-top: 5px;
  margin-top: 10px;
  text-align: right;
  display: none !important;
}
#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}
#facebox_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
  opacity: 0.5 !important;
}
.facebox_hide {
  z-index:-100;
}
.facebox_overlayBG {
  background-color: #000;
  z-index: 99;
}
.overlayLeft {
  float: left;
  width: 175px;
  margin-top: 10px;
}
.overlayRight {
  float: left;
  width:525px;
  margin-top: 30px;
}
.overlaySkip {
  background-color:#DDDDDD;
  font-size:100%;
  padding:3px 12px;
  position:absolute;
  right:10px;
  top:10px;
}
.overlayIntroText {
  margin-top: 15px;
  font-size: 165%;
}
.overlaySmallerText {
  font-size: 110%;
  color: #333;
}
.overlayEmail {
  margin-top: 30px;
}
.dealOverlayIntroText {
  font-size: 110%;
  font-weight: 700;
  text-align: center;
}
.dealOverlaySmallerText {
  font-size: 80%;
  color: #333;
  margin-bottom: 5px;
}
/* -------------------------------------------------------- ENHANCED LISTING */
.enListingTopContent {
  border-width: 1px;
  border-style: solid;
  border-color: #666;
  width:596px;
  margin: 5px 10px 0;
  text-align: center;
  background-color: #DDD;
  font-size:80%;
  line-height:1.4em;
  text-align:center;
  margin:0 10px 10px;
}
.enListingMainContainer {
  width: 598px;
}
.enListingContact {
  background-color:#DDDDDD;
  border-width: 1px;
  border-style: solid;
  border-color: #666;
  color:#333333;
  display:inline-block;
  padding:5px;
  width:586px;
}
.enListingContactOthers {
  border:1px solid #CCCCCC;
  color:#333333;
  font-size:80%;
  line-height:1.4em;
  margin:10px 10px 20px;
  padding:10px;
  text-align:left;
  clear: left;
}
.enListingHeadline {
  color:#111;
  font-family:georgia;
  font-size:130%;;
  font-weight:bolder;
  line-height:1.3em;
  padding:20px 0 10px;
}
.otherLocationsHeader {
  background-color: #CCC;
  color: #000;
  font-weight: 700;
  display: block;
  margin: auto;
  padding: 5px;
  text-transform: uppercase;
}
.ELleft {
  float: left;
  width: 280px;
}
.ELright {
  width: 280px;
  float: right;
}
.elRelatedLink {
  display: block;
  font-size: 80%;
  margin: 3px 5px;
  padding: 3px 0;
}
.elRelatedLink img {
  margin-right: 10px;
  margin-top: 5px;
}
.relatedLinksBox,
.briefTerms {
  width: 475px;
  margin: 0 auto 10px !important;
  padding: 5px;
  background-color:#F0F4F8;
  border:1px solid #E0E8EF;
}
.briefTerms {
  margin: 0 auto 10px !important;
}
.relatedPDF,
.relatedLink,
.relatedWebsite {
  float: left;
  margin:0 5px;
}
.relatedTitle,
.iMembershipTitle {
  font-weight: 700;
  padding-bottom: 5px;
  text-align: center;
}
.iMembershipTitle {
  font-size: 90% !important;
}
.elRightColMap {
  float: right;
  width: 300px;
}
.elAdditionalInfoLinksLeft {
  float:left;
  width: 200px;
}
.ELOtherLocationName {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 105%;
  color: #333;
  text-decoration: underline;
}
.elLeftColumn {
  float: left;
  width: 450px;
  margin: 30px 5px 0;
}
.elRightColumn {
  float: right;
  width: 465px;
  margin: 30px 5px 0;
}
.elLeadImageContainer {
  margin:5px auto;
  width:440px;
}
.elHeader {
  margin-top: 5px;
}
.elHeaderLeft {
  width: 120px;
  float: left;
  margin: 5px 7px 0;
}
.elHeaderRight {
  float: left;
  width: 310px;
}
div.elLeftColumn div.addthis_default_style {
  margin-top: 10px;
}
span.elContactInfo {
  font-size: 90%;
  color: #777;
}
/*
root element for the scrollable.
when scrolling occurs this element stays still.
 */
.scrollable {
  /* required settings */
  border:1px solid #CCCCCC;
  height:120px;
  overflow:hidden;
  position:relative;
  width:380px;
  float: left;
}
/*
root element for scrollable items. Must be absolutely positioned
and it should have a extremely large width to accommodate scrollable items.
it's enough that you set width and height for the root element and
not for this element.
 */
.scrollable .items {
  /* this cannot be too large */
  width:20000em;
  clear: both;
  position:absolute;
}
/*
a single item. must be floated in horizontal scrolling.
typically, this element is the one that *you* will style
the most.
 */
.items div {
  float:left;
  width:680px;
}
a.disabled  {
  visibility:hidden !important;
}
a.left {
  margin-left:0;
}
a.browse {
  background:url("http://flowplayer.org/tools/img/scrollable/arrow/hori_large.png") no-repeat scroll 0 0 transparent;
  cursor:pointer;
  display:block;
  float:left;
  font-size:1px;
  height:30px;
  margin:40px 10px;
  width:30px;
}
.elGalleryCaption, .elVideoCaption {
  display:block;
  margin-top:15px;
  padding:5px 5px 5px 48px;
  text-align:left;
  font-size: 90%;
  text-transform: uppercase;
  font-weight: 700;
  height: 19px;
}
.elGalleryCaption {
  background:#DDDDDD url(/theme/vs/img/galleryImg.png) top left no-repeat;
}
.elVideoCaption {
  background:#DDDDDD url(/theme/vs/img/videoIcon.png) top left no-repeat;
}
.elMoreLink {
  display:block;
  position:relative;
  right:5px;
  text-align:right;
}
.elTabs .rich-tab-active,
.adminTabs .rich-tab-active {
  background: #FFF none;
}
.elTabs .rich-tab-inactive,
.adminTabs .rich-tab-inactive {
  background: #DDD none;
}
.elTabs .rich-tab-header,
.adminTabs .rich-tab-header {
  font-size: 90%;
  font-weight: 700;
}
.adminTabs .rich-tab-header {
  font-size: 70%;
}
.elPhotoGallery {
  margin: 10px 0;
}
.elNoListings {
  color:#666;
  font-size:80%;
  font-weight:700;
  text-align:left;
  margin-top: 10px;
  padding-left:10px;
  display: block;
  font-family: Georgia;
}
.elInfoBorder {
  border-top: 1px solid #DDD;
  padding-top: 15px;
  margin-top: 15px;
}
.featuredVideoContainer {
  width: 265px;
  margin: auto;
}
.featuredVideoContainer {
  margin-top: 10px;
}
.RSScheckbox {
  float: left;
  margin-right: 5px;
}
.sidebarEmailSignupText {
  font-size:95%;
  text-align: center;
  width: 200px;
  margin: 5px;
  padding: 0;
}
.rssLink img {
  margin-left: 5px;
}
div.newsTip {
  float:right;
  margin: -27px 5px 0 0;
}
div.newsTip a:link,
div.newsTip a:visited {
  display:block;
  background: url(/theme/vs/img/newsTip.png) no-repeat scroll 0 -18px;
  height:18px;
  width:130px;
}
div.newsTip a:hover {
  display:block;
  background: url(/theme/vs/img/newsTip.png) top left no-repeat;
  height:18px;
  width:130px;
}
.mobileHeader {
  border-bottom:1px solid #CCCCCC;
  font-size:130%;
  font-weight:700;
  padding-bottom:5px;
}
.rssList {
  display: block;
  margin-bottom: 5px;
}
.rssList img {
  padding-right: 8px;
}
.mediaCredits {
  font-style: italic;
}
/* Registration */
.register-select {
  padding: 5px;
  font-family: Arial;
}
.register-info {
  width: 400px;
  float: left;
  padding: 5px;
  font-family: Arial;
}
.register-form {
  width: 515px;
  float: right;
  font-family: Arial;
  padding: 5px;
}
.register-select .membership-select a {
  width: 100%;
  display:block;
}
.register-select div.membership-select {
  width:180px;
  height:215px;
  text-align:center;
  border:1px solid #DEDEDE;
  position:relative;
  margin: 1px;
  float: left;
}
.register-select .membership-select a {
  width: 100%;
  display:block;
}
.register-select a.membership-action {
  position:absolute;
  bottom: 0;
  left: 0;
  background: #F1F4F7;
  font-weight: 700;
}
.register-select a,
.register-select a:hover,
.register-select a:visited
{
  color: black !important;
  text-decoration: none !important;
}
.register-select div.membership-select:hover,
.register-select div.membership-select.selected {
  border-color: #FF9955;
}
.register-select div.membership-select.selected a.membership-action {
  background: #FF9955;
}
.termsOfService {
  width:500px;
  height:400px;
  overflow:auto;
  white-space: pre-line;
}
.register-info ul.benefits li {
  list-style-image: url(/theme/vs/img/check.png);
  margin-left: 40px;
}
.register-info div.benefits p {
  margin: 5px 0 10px;
  padding-left: 15px;
  padding-right: 10px;
}
.register-info div.benefits h2 {
  border: none;
}
.register-info div.benefits h3 {
  text-transform: none;
}
.register-info table.rates {
  font-size: 0.75em;
  font-family: Arial;
  margin: 5px auto;
  border-collapse: collapse;
  width: 400px;
}
.register-info table.rates td,
.register-info table.rates th
{
  border: 1px solid #828282;
  text-align: right;
  padding: 3px;
}
.register-info table.rates th {
  background-color: #EEE;
  font-weight: 700;
  text-align: left;
}
.register-info table.rates caption {
  font: 700 120% "Time";
  padding: 0.4em 0 0.3em 0;
}
.register-info table.rates tr.months th {
  text-align: right;
}
.register-info p {
  padding-bottom: 10px;
}
a.create,
a.newsTip,
a.requestInformation
{
  display: inline-block;
  padding: 5px;
  margin: 1px;
  font-weight: 700;
  text-decoration: none;
  color: #000 !important;
  text-shadow: 1px 1px 1px rgba(255,255,255,0.75);
  background: #ddd;
  font-size: 0.75em;
}
a.create:link,
a.create:visited,
a.newsTip:link,
a.newsTip:visited,
a.requestInformation:link,
a.requestInformation:visited
{
  background: -moz-linear-gradient(top, #eee, #aaa);
  background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#aaa));
  /*  filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#eee', EndColorStr='#aaa') !important; */
  text-decoration: none !important;
}
a.create:hover,
a.newsTip:hover,
a.requestInformation:hover
{
  padding: 3px;
  border: 2px solid #000;
  background: -moz-linear-gradient(top, #aaa, #eee);
  background: -webkit-gradient(linear, left top, left bottom, from(#aaa), to(#eee));
  /*  filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#aaa', EndColorStr='#eee') !important; */
  text-decoration: none !important;
}
.generalText a.create
{
  font-size: 1em;
}
a.newsTip
{
  position:absolute;
  padding: 3px 5px;
  bottom:0;
  right:0;
}
a.newsTip.above
{
  bottom:20px;
}
a.newsTip:hover
{
  padding: 1px 3px;
}
a.newsTip.story, 
a.newsTip.story:hover {
    float: none;
    font-size: 1.5em;
    margin: 0 0 0 195px;
    padding: 10px;
    position:relative;
}
a.requestInformation
{
  padding: 5px 2px;
  width: 100%;
  margin-bottom: 5px;
  text-align: center;
}
a.requestInformation:hover
{
  padding: 3px 0px;
}
.print {
  display: none;
}
div.info {
  border-top: 1px solid #3299CC;
  background: #F1F4F7;
  margin: 5px;
  padding: 5px;
  font-size: 0.9em;
}
.registered {
  font-size: 0.75em;
  font-weight: normal;
}
.headlineEditor iframe {
  height: 50px !important;
}
.headlineEditor table.mceLayout {
  height: 50px !important;
}
/* -------------------------------------------------------- Ads */
.homefrontBannerAd,
.homefrontMedRectAd,
.sidebarAd {
  margin:0 auto 10px;
  padding: 0;
  text-align:center;
}
.homefrontBannerAd {
  width:623px;
}
.homefrontMedRectAd {
  width:300px;
}
#RERightBar {
  width: 300px;
}
.realEstateMap {
  width: 300px;
}
.actMenu {
  color: #FF0000;
  font-family: inherit;
  font-size: inherit;
  text-align: left;
  vertical-align: middle;
}
.actMenu .rich-menu-item {
  padding: 1px;
  background-color: #F6EED9;
}
.actMenu .rich-menu-item-hover {
  padding: 0px;
}
.actMenu .rich-menu-item-icon {
  display:none;
}
.actMenu .rich-menu-item a {
  display:block;
  padding: 1px;
}
.actMenu .rich-menu-list-bg {
  background-image: none;
}
.actMenu .rich-menu-separator {
  margin: 2px 0;
}

/* -------------------------------------------------------- EEDITION */
.eEdition {
  width:   285px;
  height:  110px;
  display: inline-block;
  margin:  5px;
  font-size: 90%;
}
.eEdition p {
  margin: 5px;
  display: inline-block;
  vertical-align: top;
  width: 175px;
  font-size: 90%;
}
.eEditionSmall {
  width:   285px;
  height:  110px;
  display: inline-block;
  margin:  5px;
  font-size: 90%;
}
.eEditionSmall p {
  margin: 5px;
  display: inline-block;
  vertical-align: top;
  width: 175px;
  font-size: 90%;
}
.documentWrapper {
  position: relative;
  display: block;
  width:930px;
  height:600px;
}
#pagesContainer_documentViewer {
  /* Adjust for vertical overflow, about 37px */
  height: 563px !important;
}
