/* STYLES FOR REVIEWBROADWAY.COM */

/* ============================================== */

/* The foundation for styles: make sure the HTML is ready */
/* and tables/paragraphs don't muck up the styles */

html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  background-image: url(../img/rbway-img_bkg_fade.jpg);
  background-repeat: repeat-x;
  background-attachment: fixed;
  background-position: top left;
  color: #000000;
  font-style: normal;
  font-variant: normal;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 125%;
  text-decoration: none;
  text-transform: none;
  text-align: left;
  font-size: small;
  voice-family: inherit;
}

table, table td {
  background-color: transparent;
  color: inherit;
  font-family: inherit;
  font-style: normal;
  text-decoration: none;
  text-transform: none;
  font-variant: normal;
  font-size: 100%;
  line-height: 125%;
}

p {
  background-color: transparent;
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  text-decoration: inherit;
  text-transform: inherit;
  font-variant: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* ============================================== */

/* General styling for the site */

a {
  text-decoration: none;
  color: #a01000;
}

a:hover {
  color: #ff4e41;
}

img {
  border: 0px;
}

.clearFloat {
  clear: both;
}

.wbr:after {
  content: "\00200B";
}

/* ============================================== */

/* The following style creates the dotted background over the faded background */

#rbwayBaseWrap {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: transparent;
  background-image: url(../img/rbway-img_bkg_white-dot.png);
  background-repeat: repeat;
  background-attachment: fixed;
  background-position: top left;
}

.rbwayWarning {
  color: #a01000;
  font-size: 1.25em;
  font-weight: bold;
  clear: both;
  text-align: center;
}

/* ============================================== */

/* The following styles create the header */

.rbwayHeader {
  overflow: hidden;
  min-height: 30px;
  max-height: 400px;
  padding: 4px 7% 2px 7%;
  text-align: left;
  background-color: transparent;
  background-image: url(../img/rbway-img_bkg_header-block.png);
  background-repeat: repeat-x;
  background-attachment: scroll;
  background-position: bottom left;
}

#rbwayHeaderLogo {
  float: left;
}

#rbwayHeaderTag {
  float: right;
}

/* ============================================== */

/* The following styles create the menu */

.rbwayMenuBar {
  overflow: hidden;
  min-height: 32px;
  margin: 0;
  padding: 0px 7% 8px 7%;
  text-align: left;
  background-color: transparent;
  background-image: url(../img/rbway-img_bkg_menu-block.png);
  background-repeat: repeat-x;
  background-attachment: scroll;
  background-position: top left;
}

#rbwayMenuFloatLeft {
  float: left;
}
#rbwayMenuFloatRight {
  float: right;
}

.rbwayMenuTabs a {
  background-color: transparent;
  background-image: url(../img/rbway-img_bkg_menu-tab.png);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: bottom left;
  margin: 0 1px 0 0;
  padding: 100px 12px 3px 12px;
  border-right: 1px solid #909090;
  color: #ffffff;
  font-variant: small-caps;
  font-size: 0.85em;
  font-weight: bold;
}

.rbwayMenuTabs a:hover {
  background-image: url(../img/rbway-img_bkg_menu-tab_lite.png);
  border-right: 1px solid #ff2208;
  color: #ff2208;
}

.rbwayMenuTabs b {
  background-color: transparent;
  background-image: url(../img/rbway-img_bkg_menu-tab_active.png);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: bottom left;
  margin: 0 1px 0 0;
  padding: 100px 12px 3px 12px;
  border-right: 1px solid #000000;
  color: #909090;
  font-variant: small-caps;
  font-size: 0.85em;
  font-weight: bold;
}

.rbwayMenuBold {
  color: #909090;
  font-weight: bold;
}

.rbwayMenuFeaturesLeft {
  background-color: transparent;
  background-image: url(../img/rbway-img_bkg_menu-features_left.png);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: bottom left;
  margin: 0;
  padding: 100px 3px 3px 8px;
  color: #ffffff;
  font-variant: small-caps;
  font-size: 0.85em;
  font-weight: bold;
}

.rbwayMenuFeaturesCenter {
  background-color: transparent;
  background-image: url(../img/rbway-img_bkg_menu-features_center.png);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: bottom center;
  margin: 0;
  padding: 100px 3px 3px 3px;
  color: #ffffff;
  font-variant: small-caps;
  font-size: 0.85em;
  font-weight: bold;
}

.rbwayMenuFeaturesRight {
  background-color: transparent;
  background-image: url(../img/rbway-img_bkg_menu-features_right.png);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: bottom right;
  margin: 0;
  padding: 100px 8px 3px 3px;
  color: #ffffff;
  font-variant: small-caps;
  font-size: 0.85em;
  font-weight: bold;
}

.rbwayMenuFeaturesRight a {
  color: #ff2208;
}

.rbwayMenuFeaturesRight a:hover {
  color: #ffff00;
}

.rbwayMenuFeatureInput {
  position: relative;
  top: 1px;
  height: 10px;
  border: 1px solid #ff2208;
  background-color: #e9e9e9;
  color: #000000;
  font-size: 0.85em;
}

/* ============================================== */

/* The following styles create the boxes */

.rbwayBoxRoundNone {
  overflow: hidden;
  padding: 0;
  margin-bottom: 8px;
  width: 100%;
  min-width: 10px;
  max-width: 2000px;
  background-color: transparent;
  border: 1px solid #a01000;
}

.rbwayTopOfBoxRoundNone {
  height: 5px;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  font-size: 0.50em;
}

.rbwayMiddleOfBoxRoundNone {
  margin: 0;
  padding: 1px 10px;
  background-color: #ffffff;
  text-align: justify;
  font-size: 1.00em;
}

.rbwayBottomOfBoxRoundNone {
  height: 5px;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  font-size: 0.50em;
}

.rbwayBoxRoundLeft {
  overflow: hidden;
  padding: 0;
  margin-bottom: 8px;
  width: 100%;
  min-width: 10px;
  max-width: 2000px;
  background-color: transparent;
  border-right: 1px solid #a01000;
}

.rbwayTopOfBoxRoundLeft {
  height: 5px;
  margin: 0;
  padding: 0;
  font-size: 0.50em;
  background-color: transparent;
  background-image: url(../img/rbway-img_simple-corner_top-left.png);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: bottom left;
}

.rbwayMiddleOfBoxRoundLeft {
  margin: 0;
  padding: 1px 10px;
  background-color: #ffffff;
  text-align: left;
  font-size: 1.00em;
  border-left: 1px solid #a01000;
}

.rbwayBottomOfBoxRoundLeft {
  height: 5px;
  margin: 0;
  padding: 0;
  font-size: 0.50em;
  background-color: transparent;
  background-image: url(../img/rbway-img_simple-corner_bottom-left.png);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: top left;
}

.rbwayBoxRoundRight {
  overflow: hidden;
  padding: 0;
  margin-bottom: 8px;
  width: 100%;
  min-width: 10px;
  max-width: 2000px;
  background-color: transparent;
  border-left: 1px solid #a01000;
}

.rbwayTopOfBoxRoundRight {
  height: 5px;
  margin: 0;
  padding: 0;
  font-size: 0.50em;
  background-color: transparent;
  background-image: url(../img/rbway-img_simple-corner_top-right.png);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: bottom right;
}

.rbwayMiddleOfBoxRoundRight {
  margin: 0;
  padding: 5px 10px;
  background-color: #ffffff;
  text-align: left;
  font-size: 1.00em;
  border-right: 1px solid #a01000;
}

.rbwayBottomOfBoxRoundRight {
  height: 5px;
  margin: 0;
  padding: 0;
  font-size: 0.50em;
  background-color: transparent;
  background-image: url(../img/rbway-img_simple-corner_bottom-right.png);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: top right;
}

/* ============================================== */

/* These styles clarify the appearance of sidebar and content boxes */

.rbwayMainContent {
  overflow: visible;
  width: 48%;
  font-size: 0.90em;
}

.rbwaySidebarLeft {
  overflow: visible;
  clear: left;
  float: left;
  margin-left: 7%;
  width: 18%;
  font-size: 0.70em;
  line-height: 125%;
}

.rbwaySidebarRight {
  overflow: visible;
  clear: right;
  float: right;
  margin-right: 7%;
  width: 18%;
  font-size: 0.70em;
  line-height: 125%;
}


.rbwayAdvert {
  background-color: transparent;
  background-image: none;
  border: none;
  color: #909090;
  font-size: 0.85em;
  text-transform: uppercase;
  margin-left: 0px;
  margin-right: 0px;
  padding: 0px;
  text-align: center;
}

.rbwayAdvert img {
  padding: 1px;
  border: 1px solid #a01000;
}

/* ============================================== */

#rbwayPanelAccountMenu {
  font-size: 1.35em;
  line-height: 125%;
}

#rbwayPanelAccountMenu p {
  text-indent: -24px;
  margin-left: 32px;
}

#rbwayPanelAccountMenu a {
  font-weight: bold;
}

.listOfShows {
  font-size: 0.90em;
  text-indent: -8px;
  padding-left: 16px;
  padding-right:16px;
}

.listOfReviewsHeader {
  font-size: 1.00em;
  border-top: 1px #808080 solid;
  border-bottom: 1px #808080 solid;
  background-color: #e6e6e6;
  padding-right: 16px;
}

.listOfReviews {
  font-size: 0.90em;
  text-indent: -8px;
  padding: 4px 16px;
  border-bottom: 1px #e9e9e9 solid;
}

.listOfReviewsEvens {
  font-size: 0.90em;
  text-indent: -8px;
  padding: 4px 16px;
  border-bottom: 1px #e9e9e9 solid;
  background-color: #f3f3f3;
}

.rbwaySearchPanelInput {
  width: 78%;
  min-width: 133px;
  font-size: 0.95em;
  background-color: #ffffff;
  border: 1px solid #a01000;
  margin-bottom: 3px;
}

.rbwaySearchPanelDropdown {
  width: 90%;
  min-width: 150px;
  font-size: 0.95em;
  background-color: #ffffff;
  border: 1px solid #a01000;
  margin-bottom: 3px;
}

.rbwayBrowseButton {
  padding: 2px;
  border: 1px solid #a01000;
  border-right: 1px solid #909090;
  border-bottom: 1px solid #909090;
  background-color: #000000;
  text-transform: uppercase;
  font-weight: bold;
  color: #ffffff
}

/* ============================================== */

.rbwayIconList {
  padding: 0 0 0 16px;
  font-size: 1.25em;
}

.rbwayIconList li {
  list-style-type: square;
  list-style-image: url(../img/rbway_img_icon-bullet.png);
  line-height: 125%;
  margin-bottom: 4px;
}

/* ============================================== */


.rbwayShowPicRight {
  clear: right;
  float: right;
  padding: 0 0 10px 16px;
}

.rbwayShowPicLeft {
  clear: left;
  float: left;
  padding: 0 16px 10px 0;
}

.rbwayShowPicCenter {
  clear: both;
  padding: 10px;
}

h2 {
  margin: 0;
  padding: 0;
  font-size: 2.00em;
  line-height: 100%;
}

h3 {
  margin: 0;
  padding: 0;
  color: #a01000;
  font-size: 1.40em;
  line-height: 100%;
}

h4 {
  font-size: 1.20em;
}

.rbwayByline {
  margin: 0 48px 8px 48px;
  font-style: italic;
  font-size: 0.90em;
  line-height: 115%;
}

/* ============================================== */

.castListDots {
  background-image: url(../img/rbway-img_castdots.png);
  background-repeat: repeat-x;
  background-attachment: scroll;
  background-position: top center;
}

/* ============================================== */

.rbwayQuoteBox {
  background-image: url(../img/rbway-img_quotemarks.png);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: top left;
  padding: 14px 12px 8px 8px;
  text-indent: 20px;
  text-align: justify;
  overflow: visible;
}

.reviewCommentBox {
  border: 1px #a01000 solid;
  background-image: url(../img/rbway-img_quotemarks.png);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: top left;
  padding: 2px 12px 8px 8px;
  text-indent: 20px;
  text-align: left;
  overflow: visible;
}


/* ============================================== */

.rbwayCommentEntry {
  margin: 2%;
  border: 1px solid #909090;
  padding: 16px;
}

.rbwayCommentHead {
  color: #a01000;
}

.rbwayCommentHead a {
  color: #a01000;
  text-decoration: underline;
}

.rbwayCommentBody {
  background-image: url(../img/rbway-img_quotemarks.png);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: top left;
  padding: 14px 12px 8px 8px;
  text-indent: 20px;
  overflow: visible;
}

.rbwayCommentBodyInput {
  width: 50%;
  font-size: 0.95em;
  background-color: #ffffff;
  border: 1px solid #909090;
  margin-bottom: 3px;
}

.rbwayCommentButton {
  padding: 2px;
  border: 1px solid #a01000;
  border-right: 1px solid #909090;
  border-bottom: 1px solid #909090;
  background-color: #000000;
  text-transform: uppercase;
  font-weight: bold;
  color: #ffffff
}


/* ============================================== */

.rbwayNewsDateline {
  color: #a01000;
  font-weight: bold;
  font-size: 1.10em;
}

#rbwayPanelBwayNews ul {
  list-style-type: square;
  list-style-image: url(../img/rbway_img_icon-bullet.png);
  line-height: 150%;
  margin-bottom: 16px;
}

/* ============================================== */

#rbwayPanelRegister {
  position: relative;
}

#rbwayRegisterForm {
  width: 50%;
  margin: 0 25%;
}

.registerLabel {
  color: #a01000;
  font-weight: bold;
}

.registerInput {
  border: 1px solid #a01000;
  margin-top: 1px;
  width: 70%;
}

.registerButton {
  background-color: #a01000;
  border: 1px solid #000000;
  color: #ffffff;
  font-size: 1.15em;
  font-weight: bold;
  padding: 4px;
  margin-left: 37%;
  width: 25%;
  text-align: center;
  cursor: pointer;
}

.registerButton:hover {
  background-color: #000000;
  border: 1px solid #a01000;
  color: #a01000;
}

/* ============================================== */

.reviewInfoBox {
  float: right;
  margin: 0px 16px 8px 32px;
  padding: 8px;
  border: 2px #a01000 solid;
  font-size: 0.75em;
}

.accountInfoHeader {
  font-size: 1.35em;
  font-weight: bold;
  white-space: nowrap;
}

.accountInfoUpdate {
  font-size: 0.85em;
  font-weight: bold;
  background-color: #ffe9f3;
  border: 1px #a01000 solid;
  padding: 2px;
}

.accountInfoUpdateStatic {
  font-size: 0.85em;
  font-weight: bold;
  border: 1px #000000 solid;
  color: #808080;
  padding: 2px;
}

.accountInfoUpdateInvisible {
  font-size: 0.85em;
  font-weight: bold;
  border: 1px #ffffff solid;
  color: #ffffff;
  padding: 2px;
}

.accountInput {
  border: 1px solid #a01000;
  margin-top: 1px;
  width: 50%;
}

.accountInputShort,
.accountInputMonth, .accountInputDay, .accountInputYear,
.accountInputHour, .accountInputMinute, .accountInputAMPM {
  border: 1px solid #a01000;
  margin-top: 1px;
  width: auto;
}

.accountInputFullText {
  margin: 1px;
  margin-right: 5%;
  margin-left: 20%;
  width: 75%;
  border: 1px solid #a01000;
  padding: 3px;
  font-family: inherit;
  font-size: 1.15em;
}

.accountInputFullTextArticle {
  margin: 1px;
  margin-right: 5%;
  margin-left: 20%;
  width: 75%;
  border: 1px solid #a01000;
  padding: 3px;
  font-family: inherit;
  font-size: 1.15em;
}

.commentTextInput {
  margin: 0px;
  border: 1px solid #a01000;
  padding: 3px;
  font-family: inherit;
  font-size: 1.15em;
}

.showMediaCode {
  border: 1px solid #a01000;
  margin-top: 1px;
  width: 100%;
}


/* ============================================== */

/* These styles adjust the "legal line" footer appearance */

.rbwayLegalLine {
  clear: both;
  padding: 8px;
  text-align: center;
  font-size: 0.75em;
  color: #909090;
}

.rbwayLegalLine a {
  font-weight: bold;
  color: #b02010;
}

.rbwayLegalLine a:hover {
  color: #ccc3c2;
}

.bufoByline {
  color: #909090;
}

.bufoByline a {
  font-weight: bold;
  color: #00d0b0;
}

.bufoByline a:hover {
  color: #417f7e;
}

