/*
VillageSoup Commons
Theme: classic
 */
/* -------------------------------------------------------- UNIVERSAL */
* {
  margin: 0;
  padding: 0;
}
html,body {
  font-family:arial !important;
  font-size: 16px !important;
  font-family: "Times New Roman", serif;
}
#page {
  width: 980px;
  margin: 10px auto;
  border: 1px solid #000;
}
.homeMultiLeft {
  float: left;
}
.homeMultiRight {
  float: left;
  border-left: 1px solid #DDD;
}
.formLeftPreview {
  width: 250px;
}
img {
  border: none;
}
h1 {
  border-bottom:4px double #FF9955;
  color:#002970;
  font-family:Georgia,"Times New Roman",Times,serif;
  font-size:100%;
  font-style:italic;
  font-weight:bolder;
  margin:2px 5px;
  padding:0 0 2px;
  text-align:left;
  clear: both;
}
h1 a {
  color: #163F68;
  text-decoration: none;
}
h1.postEditHeadline {
  width: 625px;
}
h1.centerTitle {
  text-transform: uppercase;
  margin-top: 7px;
  position: relative;
}
h1.postEditHeadline a {
  text-decoration: underline !important;
  width: 625px;
}
h2 {
  color:#002970;
  font-family:georgia;
  font-size:85%;
  font-weight:bolder;
  line-height:1.2em;
  padding:5px 5px 10px;
}
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 {
  border-bottom:1px solid #FF9955;
  margin:2px 5px;
  padding:5px;
}
h3 {
  border-bottom:1px solid #FF9955;
  color:#333333;
  font-size:80%;
  font-weight:700;
  line-height:1.4em;
  margin:3px 5px 0px;
  text-transform:uppercase;
}
h3.rates,
h1.rates,
h1.contact {
  margin-bottom: 5px;
}
.actHeader {
  text-decoration: underline;
  text-transform: uppercase;
  font-size: 110%;
}
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;
}
a:link,
a:visited {
  color: #163F68;
  text-decoration: none;
}
a:hover {
  color: #FF9955;
}
.generalText {
  color: #666;
  font-size: 11px;
  font-weight: 700;
  text-align: left;
}
input[type="text"],
input[type="password"],
textarea {
  background-color:#F1F4F7;
  border:1px solid #FF9955;
}
input:focus {
  background-color: #fffeed !important;
}
.underline {
  text-decoration: underline;
  margin-bottom: 3px;
  color: #333;
}
/* -------------------------------------------------------- HEADER */
#header_left {
}
#header_right {
  width:490px;
  height:120px;
  float:right;
}
#header_left h1,
#header_right h1
{
  border-bottom: 0px solid #FFF;
  margin: 0px;
}
#vs_logo {
  width:100px;
  height:120px;
  float:left;
  display: block;
  background:url(/theme/vs/img/VSHeaderLogo.png) top left no-repeat;
  margin:0 12px 0 12px;
}
.visitother {
  font-family:"Arial",Helvetica,sans-serif;
  font-size:70%;
  margin-left:133px;
  padding-top:92px;
  position:absolute;
  text-align:center;
  text-transform:uppercase;
  z-index:2;
  color: #FFF;
}
.visitother a:link,
.visitother a:visited {
  color:#fff;
  text-decoration: underline;
  font-weight: bold;
}
.visitother a:hover {
  text-decoration:none !important;
}
#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;
}
.primaryNav {
  background-color:#192130;
}
.primaryNav a {
  color: #FFF;
}
.primaryNav a:hover {
  background-color: #FFF;
}
.primaryNav li.navImg a:hover {
  background-color: #aaa !important;
}
.secondaryNav {
  background-color:#DEDEDE;
}
.secondaryNav a,
.secondaryNav li a {
  color:#333;
}
#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;
}
.secondaryNav a:hover,
#joinSubscribe a:hover {
  padding-bottom:6px;
  background:#fff;
  color:#FFA011;
}
/* -------------------------------------------------------- PAGE STRUCTURE */
#contentWell {
  width: 980px;
  background-color: #FFF;
}
#mainContent1Col {
  float:left;
  margin:10px 0 10px 10px;
  width:960px;
}
#mainContent2Col {
  border-right:1px solid #838D86;
  float:left;
  margin:10px 0 10px 10px;
  padding-right:7px;
  width:558px;
}
#sideBar {
  float:right;
  margin:10px 10px 10px 0;
  width:386px;
}
#footer {
  font-size:11px;
  background:#838d86;
  text-align:center;
  width: 980px
}
#footer .menu {
  color:#fff;
  letter-spacing:1px;
  padding:6px;
}
#footer .menu a {
  color:#009;
}
#footer .copyright {
  background:#838d86;
  color:#fff;
  padding:7px;
}
.shopLeft,
.shopRight {
  width: 190px;
  float: left;
}
.additionalInfoLeft,
.additionalInfoRight {
  width: 236px;
  float: left;
  margin: 10px 0;
}
.RESidebarLeft,
.RESidebarRight {
  float: left;
  width: 165px;
}
.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;
}
.sidebarAd {
  background-color:#DDDDDD;
  border:1px solid #AAAAAA;
  margin:0 auto 10px;
  text-align:center !important;
  width:384px;
  padding: 5px 0;
}
.sidebarAd img {
  text-align: center !important;
  border: 1px solid #FF0000;
}
/* -------------------------------------------------------- HOMEFRONT */
.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;
}

/* -------------------------------------------------------- HOMEFRONT */
.weatherbox_left_top,.weatherbox_left_bottom {
  width:183px;
  height:100%;
  float:left;
  margin: 0;
  display: inline;
}
.weatherbox_middle_top,.weatherbox_middle_bottom {
  width:183px;
  height:100%;
  float:left;
  margin:0;
  display: inline;
}.weatherbox_right_top,.weatherbox_right_bottom {
  width:183px;
  height:100%;
  float:left;
  margin:0;
  display: inline;
}
/* -------------------------------------------------------- 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 */
.actHeader {
}
.actLabels,
.bizSearchLabel {
  color:#666;
  font-size:11px;
  font-weight:700;
  padding-right:10px;
  text-align:right;
  margin-left: 5px;
}
.actLabels {
  float: left;
}
.actHeight {
  min-height: 125px;
}
.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: 65px;
}
.searchTab input[type="text"] {
  width: 280px !important;
}
.searchTab input[type="submit"] {
  width: 30px !important;
}
.login-tab input,
.searchTab input,
.find-tab input,
#calendarOptions input {
  float:left;
  font-size:11px;
  padding:3px;
  margin-bottom: 5px;
  width:140px;
}
.login-button {
  background:transparent url(/theme/vs/img/go_btn.png) no-repeat scroll left top;
  border:medium none;
  float:right;
  height:30px;
  margin:-40px 10px 0 19px;
  width:30px;
}
.search-button-calendar,
.search-button,
.find-button {
  background: #FFF url(/theme/vs/img/go_btn.png) top left no-repeat !important;
  width: 30px!important;
  height: 30px !important;
  border: none !important;
  margin: 5px 0 10px 10px !important;
}
.find-button {
  margin-top: -5px !important;
}
.findBox {
  width: 350px;
}
.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;
}
.comboLocation input {
  width: 32px !important;
  margin-right: 1px;
}
.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;
}
.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;
}
.postEditLongQuote {
  width: 560px !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 */
.feature {
  border-color:#F95;
  border-style:solid;
  border-width:5px 1px 1px;
  background-color: #EBF3F6;
}
div.scrollableContainer {
  background-color:#DDDDDD;
  border:4px solid #CCCCCC;
  height:300px;
  margin-top:5px;
}
div.scrollable {
  height:275px;
  overflow:hidden;
  position:relative;
  text-align:left;
  width:548px;
  padding:10px 0;
}
div.scrollable div.items {
  /* this cannot be too large */
  width:20000em;
  position:absolute;
  clear:both;
  margin-left:5px;
}
div.scrollable div.items div {
  background-color:#DDDDDD;
  float:left;
  font-family:'Arial';
  margin-right:20px;
  padding:5px;
  width: 528px;
}
div.scrollable div.items div img {
  padding: 0 !important;
}
div.scrollable div.items div.active {
}
div.scrollable {
  float:left;
}
a.prev, a.next, a.prevPage, a.nextPage {
  display:block;
  width:18px;
  height:18px;
  background:url(/theme/vs/img/left.png) no-repeat;
  float:left;
  margin:150px 10px 0;
  cursor:pointer;
}
a.prev:hover, a.next:hover, a.prevPage:hover, a.nextPage:hover {
  background-position:0px -18px;
}
a.disabled {
  visibility:hidden !important;
}
a.next, a.nextPage {
  background-image:url(/theme/vs/img/right.png);
  clear:right;
}
.featureRotatorImage.horizontal {
  margin:10px;
  padding:0;
  height:240px;
  width:320px;
}
.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:Georgia;
  font-weight:700;
  text-decoration: none;
  line-height:1.3em;
}
.featureRotatorCopy {
  margin: 0 13px;
}
.featureRotatorCopy.horizontal {
  margin:10px 10px 0 340px;
  width: 206px;
  text-align: left;
}
.whatsNewLabel {
  color: #000000;
  font-size: 10px;
  font-weight: 100;
  text-transform: uppercase;
}
/* -------------------------------------------------------- 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: 90%;
}
.calendarRowOdd, .calendarRowEven {
  margin: 30px;
  font-size:80%;
}
.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 {
  background-color:#FFF;
  border-color:#F95;
  border-style:solid;
  border-width:5px 1px 1px;
  margin-bottom: 10px;
}
.more a {
  font-size:12px;
  font-style:italic;
  text-transform: uppercase;
}
h1 .more, h2 .more {
  position: absolute;
  right:0;
  bottom:0;
}
.commonPanelBox h1,
.commonPanelBox h2,
.commonPanelBox h3
{
  position: relative;
}
.commonPanelBox.sidebar {
  overflow:hidden;
}
.commonPanelBox.sidebar ul.leftColumn,
.commonPanelBox.sidebar ul.rightColumn {
  width:47%;
}
.commonPanelBox.registrationBorder {
  text-align:left;
  padding: 5px;
}
.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,
.sidebarEmailSignupText 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: #FFA011;
}
.storyBody.el a:link,
.storyBody.el a:visited {
  text-decoration: none;
}
.commonPanelListing {
  border-bottom:1px solid #CCCCCC;
  margin:5px 5px 2px;
  padding:0 0 3px;
  width:97%;
}
.commonPanelListing.centerSubStory,
.commonPanelListing.centerSubStory_EL {
  margin:10px auto 0;
  padding:0 0 3px;
  height:70px;
  width: 305px;
}
.commonPanelListing.centerSubStory_EL {
  width: 468px;
  height: 100%;
}
.commonPanelListing.featureSubStory,
.commonPanelListing.featureSubStoryWide,
.commonPanelListing.featureSubStory_04,
.commonPanelListing.featureSubStory_02 {
  height:125px;
  margin:10px 0 0 5px;
  padding:0 0 10px;
}
.commonPanelListing.featureSubStory {
  width:305px;
}
.commonPanelListing.featureSubStoryWide {
  width:546px;
  height:75px;
}
.commonPanelListing.featureSubStory_04 {
  width: 255px;
  height: 170px;
}
.commonPanelListing.featureSubStory_02 {
  width: 270px;
  height: 170px;
}
.commonPanelListing.featureSubStory_02 {
}
.commonPanelListing.shareSubStory {
  margin:10px 5px 0;
  padding:0 0 3px;
  width:265px;
  clear: left;
  overflow: hidden;
}
.commonPanelListing.premiumHeaderStory,
.commonPanelListing.premiumHeaderStory01,
.commonPanelListing.premiumHeaderStory02 {
  margin:10px 10px 0;
  padding:0 0 3px;
  width:150px;
  float: left;
  clear: left;
  overflow: hidden;
  border: none;
}
.commonPanelListing.rssSubStory {
  margin:10px 5px 12px;
  padding:0 0 3px;
  width:300px;
}
.commonPanelListing.elasticHeightSummary {
  margin:10px 0 5px 5px;
  min-height:0;
  padding:0 0 3px;
  width:140px;
}
.commonPanelListing.blogSummary,
.commonPanelListing.searchSummary,
.commonPanelListing.businessSummary,
.commonPanelListing.announceSummary,
.commonPanelListing.centerSummary {
  border-bottom:1px solid #DDDDDD;
  margin:5px 0 5px 5px;
  min-height:0;
  width:543px;
}
.commonPanelListing.centerSubStory img,
.commonPanelListing.centerSummary img,
.commonPanelListing.shareSubStory img,
.commonPanelListing.centerSubStory_EL img {
  border:1px solid #DDDDDD;
  float:right;
  padding:2px;
}
.commonPanelListing.blogSummary img {
  border:1px solid #DDDDDD;
  margin-right:5px;
  max-height:80px;
  padding:2px;
}
.commonPanelListing.centerMainFeature img,
.commonPanelListing.featureSubStory img,
.commonPanelListing.featureSubStoryWide img,
.commonPanelListing.featureSubStory_04 img,
.commonPanelListing.featureSubStory_02 img {
  border:1px solid #DDDDDD;
  float:left;
  margin:0;
  padding:2px;
}
.commonPanelListing.featureSubStory_04 img,
.commonPanelListing.featureSubStoryWide img {
  float: right;
}
.commonPanelListing.centerMainFeatureWide img {
  border:1px solid #DDDDDD;
  margin:0;
  padding:2px;
}
.commonPanelListing.featureSubStory img {
  margin:0;
  width: 120px;
}
.bioPhoto {
  border:1px solid #CCCCCC;
  margin:0 0 0 10px !important;
  padding:5px;
  width:200px;
}
.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 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;
}
.featurePhotoByLine {
  float: right;
  padding: 0 5px;
  font-style: italic;
  font-size: 10px;
  margin-right: 10px;
  color: #666666;
}
.featurePhotoByLine.horizontal {
  margin-right: 0px;
}
.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;
  margin-top: -2px;
}
#editStoryTools {
  float:left;
  margin:14px 0 12px;
}
#editStoryTools {
  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 img {
  max-width: 300px;
  height: auto;
}
#leadImageDivSpan img {
  margin-left: 4px;
  max-width: 528px;
  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: 526px;
  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 {
  background-color:#F1F4F7;
  border:1px solid #FF9955;
  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;
  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;
}
#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:141px;
}
.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: 980px;
  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;
}
#tinymce {
  font-size: 14px !important;
}
.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;
}
.weatherAdSpot {
  width: 125px;
  height: 125px;
  margin: 15px;
  background-color: #DDD;
  border: 1px solid #999;
  padding: 5px 5px;
  
}
.emailBannerAd {
  margin:0 auto 10px;
  padding: 0;
  text-align:center;
}
.emailBannerAd {
  width:468px;
}
.loginKeyword {
  width: 120px !important;
}
input.dailyEmailSignUp {
  width: 200px;
}
input.example {
  color:#666666;
}
.pickDateWidth input {
  width: 95px !important;
}
.siteCheckboxes label {
  float: none !important;
}
.rich-tabpanel-content {
  font-size:16px !important;
}
div.confirmfield {
  width: 530px;
}
.richfacesSkin table.mceLayout {
  border-width: 0 1px !important;
  border-style: solid !important;
  border-color: #CCCCCC !important;
}
.mobileAdGraphic {
  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;
}
.bulletins img {
  width: 386px;
  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: 557px;
  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 {
  width: 556px;
  height: 50px;
  margin: auto;
  display: block;
  background: url(/theme/vs/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;
}
.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;
  margin-bottom: 2px;
}
#header_right {
  height: 114px;
}
#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;
}
div.panes {
  border-color:#888888;
  border-style:solid;
  border-width:0 1px 1px;
}
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: 480px;
  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;
  margin-right:50px;
}
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%;
}
.rich-tab-inactive {
  cursor: pointer;
}
.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;
}
.wcsh6 {
  background: url(/theme/vs/img/wcsh6Placeholder.jpg) top left no-repeat;
  width: 265px;
  margin: auto;
  height: 199px;
  display: block;
}
.elInfoBorder {
  border-top: 1px solid #DDD;
  padding-top: 15px;
  margin-top: 15px;
}
.featuredVideoContainer {
  width: 265px;
  margin: auto;
}
.wcsh6, .featuredVideoContainer {
  margin-top: 10px;
}
.RSScheckbox {
  float: left;
  margin-right: 5px;
}
.sidebarEmailSignupText {
  font-size:95%;
  text-align: center;
  width: 280px;
  margin: 5px;
  padding: 0;
}
.rssLink img {
  margin-left: 5px;
}
div.newsTip {
  position: absolute;
  bottom: 5px;
  right: 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: 420px;
  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: 2px;
  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,a.exclusive
{
  display: inline-block;
  padding: 5px;
  margin: 1px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  font-weight: 700;
  text-decoration: none;
  color: #FFF !important;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.75);
  background: #FFD1B2;
  font-size: 0.75em;
}

a.exclusive:link,
a.exclusive:visited,
a.create:link,
a.create:visited,
a.newsTip:link,
a.newsTip:visited,
a.requestInformation:link,
a.requestInformation:visited
{
  background: -moz-linear-gradient(top, #FFD1B2, #FF9A57);
  background: -webkit-gradient(linear, left top, left bottom, from(#FFD1B2), to(#FF9A57));
  filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#FFD1B2', EndColorStr='#FF9A57');
}
a.exclusive:hover,
a.create:hover,
a.newsTip:hover,
a.requestInformation:hover
{
  padding: 3px;
  border: 2px solid #FF9B59;
  background: -moz-linear-gradient(top, #FF9A57, #FFD1B2);
  background: -webkit-gradient(linear, left top, left bottom, from(#FF9A57), to(#FFD1B2));
  filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#FF9A57', EndColorStr='#FFD1B2');
}
.generalText a.create
{
  font-size: 1em;
}
a.newsTip
{
  padding: 2px 5px;
  position: absolute;
  bottom: 0;
  right: 0;
}
a.newsTip:hover
{
  padding: 1px 3px;
}
a.newsTip.story,
a.newsTip.story:hover
{
  padding: 10px;
  float: none;
  margin: 0 0 0 195px;
  font-size: 1.5em;
  position:relative;
}
a.newsTip.story:hover
{
  padding: 8px;
}
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: 3px solid #FF9955;
  background: #F1F4F7;
  margin: 5px;
  padding: 5px;
  font-size: 0.9em;
}
div.info p {
  margin-bottom: 10px;
}
.registered {
  font-size: 0.75em;
  font-weight: normal;
}
.headlineEditor iframe {
  height: 50px !important;
}
.headlineEditor table.mceLayout {
  height: 50px !important;
}
.voidedTransaction {
  font-style:italic;
  color: #666;
}
.rightCenterTitleImage
{
  margin-top: -18px;
  position: absolute;
  right: 8px;
}

/* -------------------------------------------------------- EEDITION */
.eEdition {
  width:   285px;
  height:  110px;
  display: inline-block;
  margin:  5px;
}
.eEdition p {
  margin: 5px;
  display: inline-block;
  vertical-align: top;
  width: 175px;
}
.documentWrapper {
  position: relative;
  display: block;
  width:930px;
  height:450px;
}
#pagesContainer_documentViewer {
  /* Adjust for vertical overflow, about 37px */
  height: 413px !important;
}
div.notice {
  margin: 5px;
}
div.notice div.label {
  border-radius: 10px 10px 0px 0px;
  border: 1px solid #FF9955;
  border-bottom: none;
  background: #FF9955;
  padding: 5px;
  font-weight: 700;
}
div.notice div.content {
  border: 1px solid #FF9955;
  border-radius: 0px 0px 10px 10px;
  border-top: none;
}
div.notice div.content p {
  padding: 5px;
}


#autoRotator
{
  list-style: none;
  background: none;
}

.autoFeature
{
  margin: 10px 8px 10px 6px;
  height: 220px;
  border: solid thin #ff9955;
}

.autoHeader h1
{
  height: 50px;
  font-family: Georgia,Times,"Times New Roman",serif;
  text-align: center;
  font-size: 25px;
  font-style: italic;
  color: #163f68;
  font-weight: bolder;
  margin: -10px 5px 0 5px;
  padding: 0;
}

.autoFeature .featureRotatorImage
{
  background: none;
  height: 95px;
  padding: 0;
}

.autoFeature div.anythingSlider
{
  padding: 0;
  width: 540px;
  height: 175px;
}

.autoFeature div.anythingControls
{
  display: none !important;
}

.autoGroup
{
  //height: 200px;
  margin-left: 29px;
  margin-right: 30px;
  //background-color: black;
}

.autoListing
{
  display: inline;
  width: 110px;
  //height: 80px;
  padding: 0 5px;
  float: left;
  font-size: 13px;
  background: none;
  //background-color: purple;
  text-align: center;
  margin: 15px 0;
}

.autoListingHeadline
{
  height: 40px;
  //padding: 5px 0;
  //background-color: #C70000;
}

.autoFeature .anythingSlider .arrow.forward, .autoFeature .anythingSlider .arrow.back
{
  background-position: 0;
  //right: 0;
  //left: 0;
}

.autoFeature .anythingSlider .arrow
{
  height: 30px;
  width: 30px;
}

.autoFeature .anythingSlider .arrow.forward
{
  background: url("/theme/vs/img/blinkerRight.png");
  background-size: 30px 30px;
  right: 0;
}

.autoFeature .anythingSlider .arrow.forward:hover
{
  background: url("/theme/vs/img/blinkerRightHover.png");
  background-size: 30px 30px;
  right: 0;
}

.autoFeature .anythingSlider .arrow.back
{
  background: url("/theme/vs/img/blinkerLeft.png");
  background-size: 30px 30px;
  left: 0;
}

.autoFeature .anythingSlider .arrow.back:hover
{
  background: url("/theme/vs/img/blinkerLeftHover.png");
  background-size: 30px 30px;
  left: 0;
}

.vertical-line
{
  border-right: solid thin #999;
}