/*
 * classic "sand" stylesheet
 */


/* reset styles */

html,
body {
  margin: 0;
  padding: 0;
}

ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul {
  list-style-type: disc;
}

form {
  margin: 0;
  padding: 0;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}


/* actual style */

body {
  background-color: #948a72;
  color: #333333;
  font-family: 'Lucida Grande', 'Trebuchet MS', sans-serif;
  font-size: 100%;
}

a {
  color: #8f110b;
  cursor: pointer;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a img {
  border-color: #dddddd;
  border-style: solid;
  border-width: 3px;
}
a:hover img {
  border-color: #8f0b30;
}

abbr,
acronym {
  cursor: help;
}

.clear {
  clear: both;
}


/*** header ***/

#header {
  background: url('header-back-tile.png') bottom left repeat-x;
  height: 80px;
}
#header-inner {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 900px;
}
#header h1 {
  margin: 0;
  padding: 0;
}
#header h1 a {
  background: url('logo.png') 0 -4px no-repeat;
  display: block;
  height: 130px;
  position: absolute;
  right: 10px;
  text-indent: -900%;
  top: 15px;
  width: 200px;
}

#topnav {
  font-size: 0.575em;
  height: 38px;
  margin: 0;
  padding: 4px 0.2em;
  text-align: right;
}
#topnav,
#topnav a {
  color: #b0a488;
  text-decoration: none;
  text-shadow: 1px 1px 1px #333333;
}
#topnav a:hover {
  color: #decfab;
}


/*** navigation (top level) ***/

#nav li {
  float: left;
  font-size: 70%;
  margin: 0 8px 0 0;
  padding: 0;
  position: relative;
}
#nav li a {
  color: #b0a488;
  display: -moz-inline-box;
  display: inline-block;
  font-family: Verdana, Arial, sans-serif;
  font-weight: bold;
  height: 34px;
  padding: 0 9px;
  text-decoration: none;
  text-shadow: 1px 1px 1px #333333;
}
#nav li:hover a,
#nav li.current a {
  background: url('header-back-cursor.png') 50% bottom no-repeat;
  color: #decfab;
}


/*** navigation (second level) ***/

#nav li ol {
  left: 6px;
  position: absolute;
  top: 33px;
  visibility: hidden;
}
#nav li:hover ol {
  background-color: #333028;
  border: #efdfb8 solid 1px;
  border-width: 1px 1px 0 1px;
  visibility: visible;
}
#nav li li {
  margin: 0;
}
#nav li li span {
  cursor: pointer;
}
#nav li li span.parent:before {
  content: '\00BB';
  float: right;
}
#nav li li span,
#nav li li a,
#nav li:hover li span,
#nav li:hover li a,
#nav li.current li a {
  background-image: none;
  border-bottom: #efdfb8 solid 1px;
  color: #b0a488;
  display: block;
  font-size: 150%;
  font-weight: normal;
  height: 24px;
  line-height: 24px;
  min-width: 100px;
  padding: 0 8px;
  text-align: left;
  text-shadow: none;
  white-space: nowrap;
}
#nav li li:hover span,
#nav li li:hover a {
  background-color: #454136;
  color: #decfab;
}


/*** navigation (third level) ***/

#nav li ol ol {
  left: 116px;
  position: absolute;
  top: -1px;
}
#nav li:hover ol ol {
  visibility: hidden;
}
#nav li:hover li:hover ol {
  visibility: visible;
}
#nav li li:hover li a {
  background-color: #333028;
  color: #b0a488;
  font-size: 215%;
}
#nav li li:hover li:hover a {
  background-color: #454136;
  color: #decfab;
}


/*** main columns ***/

#page {
  background-color: #d1c3a1;
  padding: 13px 0 10px 0;
}
#page-inner {
  background: url('main-back.png') repeat-y;
  margin: 0 auto;
  width: 920px;
}

#columns {
  background: url('main-edges.png') 0 -15px no-repeat;
  padding-top: 1px;
}
#columns-footer {
  background: url('main-edges.png') repeat-x;
  clear: both;
  font-size: 1%;
  height: 15px;
}


/*** footer ***/

#footer {
  background: transparent url('footer-back-tile.png') repeat-x;
  clear: both;
  font-size: 70%;
  height: 60px;
  margin: 0 auto;
  padding: 20px 0 0 0;
  text-align: center;
  text-shadow: 1px 1px 1px #333333;
}
#footer,
#footer a {
  color: #b0a488;
}


/*** content ***/

.section {
  clear: both;
}
.section,
.section-head,
.section-body {
  display: inline;
}

#content {
  float: left;
  font-size: 80%;
  line-height: 1.5em;
  margin: 0;
  padding: 0 20px 0 20px;
  padding-top: 0;
  text-align: left;
  width: 660px;
}

#content h1,
#content h2,
#content h3 {
  line-height: 1.1em;
}
#content h1 {
  font-size: 1.9em;
  margin: 0.5em 0;
}
#content h2 {
  font-size: 1.5em;
}
#content h3 {
  font-size: 1.2em;
}

#content h2.block {
  border-bottom: #dddddd solid 1px;
  font-size: 0.9em;
  margin: 0.25em 0;
  padding: 0.1em 0;
}

#content .float {
  float: left;
  margin: .4em .7em .1em 0;
}

.pagination {
  text-align: center;
}
.pagination strong {
  font-size: 125%;
  font-weight: bold;
}
.pagination .arrow {
  font-size: 125%;
}

ol.datedlinks li span {
  border-right: 1px solid #dddddd;
  display: block;
  float: left;
  margin-right: 0.4em;
  padding-right: 0.4em;
  text-align: right;
  width: 5.5em;
}

hr {
  border: 0;
  border-bottom: #dddddd solid 1px;
  height: 0;
}

blockquote {
  background: url('quotationmarks.png') no-repeat;
  display: table-cell;
  font-style: italic;
  margin: 0;
  min-height: 30px;
  padding: 0 2em 0 50px;
}
/*
blockquote:before {
  color: #dddddd;
  content: open-quote;
  display: block;
  font-size: 700%;
  font-weight: bold;
  height: 0;
  line-height: 0.8em;
  margin-left: -55px;
}
*/

code {
  background-color: #eeeeee;
  border: #dddddd solid 1px;
  display: block;
  font-family: monospace;
  font-size: 1.1em;
  padding: 0.2em;
}

small {
  color: #666666;
  font-size: 82%;
}


/* messages */

.error {
  display: -moz-inline-block;
  display: inline-block;
  padding: 0 0.3em 0 0;
  width: auto !important;
}
.error,
.error strong {
  background-color: #ffcccc;
  border-radius: 0.3em;
  -moz-border-radius: 0.2em;
  -webkit-border-radius: 0.3em;
}
.error strong {
  background-color: #ff8888;
  margin: 0 0.0em 0 0;
  padding: 0.1em 0.3em 0.1em 0.4em;
}


/* tables */

table.details td:first-child {
  font-weight: bold;
}
th,
td {
  margin: 0;
  padding: 0 0.5em 0 0;
  text-align: left;
  vertical-align: top;
}
th {
  font-size: 1.1em;
}

table.board {
  border-spacing: 0;
}
table.board tbody {
  line-height: 1.2em;
}
table.board td {
  border-top: #dddddd solid 1px;
}
table.board th,
table.board td {
  font-size: 85%;
  padding: 0.5em 0.5em 0.5em 0;
}
table.board td.topic a.title {
  font-size: 120%;
  font-weight: bold;
}
table.board td.number {
  text-align: center;
}


/* tabs */

ol.tabs {
  background: url('shadow-up.png') left bottom repeat-x;
  border-color: #999999;
  border-style: solid;
  border-width: 0 0 1px 0;
  font-size: 1.3em;
  font-weight: bold;
  margin: 1em 0;
  padding-left: 8px;
}
.tabs li {
  display: inline;
  margin-right: 4px;
}
.tabs a {
  background: left bottom repeat-x;
  background-image: url('shadow-up.png');
  background-color: #e8e8e8;
  border-color: #bbbbbb;
  border-style: solid;
  border-width: 1px 1px 0 1px;
  color: #666666;
  display: -moz-inline-box;
  display: inline-block;
  margin-top: 4px;
  padding: 4px 0.4em;
  text-decoration: none;
  vertical-align: bottom;
}
.tabs a:hover,
.tabs a.current {
  border-color: #999999;
  color: #8f0b30;
  text-decoration: none;
}
.tabs a.current {
  background: #ffffff;
  font-size: 1.2em;
  margin-top: 0;
  margin-bottom: -1px;
  padding: 6px 0.5em;
}


/* forms */

#content form {
  border: #999999 solid 1px;
  margin: 0 0 1em 0;
}
#content form h3 {
  /* Shadow image is 5px high. */
  background: #edddb7 url('shadow-up.png') left bottom repeat-x;
  color: #666666;
  font-size: 120%;
  margin: 0;
  padding: 8px 8px 10px 8px;
}
#content form p {
  margin: 0.5em;
  padding: 0;
}

#content fieldset ol {
  padding: 6px 0;
}
#content fieldset li {
  margin: 0;
  padding: 2px 8px;
}

#content fieldset label,
#content fieldset span.label {
  display: -moz-inline-block;
  display: inline-block;
  font-weight: bold;
  vertical-align: top;
  width: 140px;
}
#content fieldset fieldset label {
  font-weight: normal;
  width: auto;
}

#content fieldset div,
#content fieldset fieldset,
#content fieldset input,
#content fieldset select {
  display: -moz-inline-block;
  display: inline-block;
  width: 480px;
}
#content fieldset input[size] {
  width: auto;
}
#content fieldset textarea {
  height: 40em;
  /* Include 3px for the space character
   * between label and element. */
  width: 623px;
}

fieldset.submit {
  /* Shadow image is 5px high. */
  background: #eeeeee url('shadow-down.png') repeat-x;
  padding: 8px 0 6px 0;
  text-align: center;
}

button {
  font-size: 89%;
  font-weight: bold;
  padding: 0.3em 0.6em;
}

input:focus,
select:focus,
textarea:focus {
  background-color: #edddb7;
  border-color: #555555;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-style: solid;
}

.focus {
  /* Dummy class that allows for form input
   * element focussing via JavaScript. */
}


/* news  */

.news h2 {
  margin-bottom: 0.1em;
}
.news h2 a {
  color: #333333;
  text-decoration: none;
}
.news h2 .link a {
  color: #8f0b30;
}
.news h2 a:hover {
  color: #8f0b30;
  text-decoration: underline;
}
.news .meta {
  color: #666666;
  font-size: 85%;
  padding-left: 1px;
}
.news .body {
  margin: 0.5em 0 2em 0;
  text-align: justify;
}
.news .body ol {
  list-style: decimal;
  margin-left: 3em;
}
.news .body td {
  padding-right: 1em;
}
.news p {
  margin: 0.7em 0;
  padding: 0;
}
.news p.more {
  font-style: italic;
  margin: -0.5em 3em 0 0;
  text-align: right;
}
.news .meta2 {
  font-size: 0.85em;
  font-style: italic;
  text-align: right;
}


/* team */

.person-photo a {
  display: block;
  position: relative;
}
.person-overlay,
.person-overlay-thumbnail {
  display: -moz-inline-block !important;
  display: inline-block;
  left: 3px;
  position: absolute;
  top: 3px;
}
.person-overlay {
  background: url('person-overlay.png') no-repeat !important;
  height: 300px;
  width: 200px;
}
.person-overlay-thumbnail {
  background: url('person-overlay-thumbnail.png') 50% 0 no-repeat !important;
  height: 150px;
  left: 0 !important;
  width: 160px;
}


.ranking .royals {
  background-color: #e4e4e4;
}
.ranking .royals,
.games .royals {
  font-weight: bold;
}


/* ranking table (both full version and sidebar mini version) */

table.ranking {
  border-spacing: 0;
  width: 100%;
}
table.ranking th,
table.ranking td {
  text-align: center;
}
table.ranking th {
  border-bottom: #dddddd solid 1px;
  font-size: 0.95em;
}
table.ranking td {
  font-size: 0.85em;
}
table.ranking th.team,
table.ranking td.team {
  padding-left: 0.5em;
  text-align: left;
}
table.ranking abbr {
  border: 0;
}


/* games table */

table.games {
  border-spacing: 0;
  width: 100%;
}
.games th {
  font-weight: bold;
  padding: 0;
  text-align: left;
}
.games th {
  border-bottom: #dddddd solid 1px;
  font-size: 0.95em;
}
.games td {
  font-size: 0.85em;
  padding: 0.1em 1em 0.1em 0;
  white-space: nowrap;
}
.games a.gamelink {
  color: #333333;
  display: -moz-inline-box;
  display: inline-block;
  padding: 1px;
  text-decoration: none;
  width: auto;
}
.games a.gamelink:hover {
  border: #666666 solid 1px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 0;
}
.games .team-home,
.games .team-guest {
  color: #8f110b;
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: top;
  width: 180px;
}
.games .team-home {
  text-align: right;
}
.games .team-guest {
  text-align: left;
}
.games .score {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  display: -moz-inline-box;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  width: 60px;
}
.games .won {
  background-color: #aaffaa;
}
.games .lost {
  background-color: #ffaaaa;
}


/* scoreboard */

#sidebar .scoreboard {
  background: url('scoreboard.png') no-repeat;
  display: block;
  height: 60px;
  position: relative;
  width: 120px;
}
#sidebar .scoreboard-home,
#sidebar .scoreboard-guest {
  display: block;
  margin-top: 30px;
  position: absolute;
}
#sidebar .scoreboard-home {
  margin-left: 7px;
}
#sidebar .scoreboard-guest {
  margin-left: 65px;
}
#sidebar .scoreboard-delimiter {
  display: none;
}

.scoreboard-symbol-0,
.scoreboard-symbol-1,
.scoreboard-symbol-2,
.scoreboard-symbol-3,
.scoreboard-symbol-4,
.scoreboard-symbol-5,
.scoreboard-symbol-6,
.scoreboard-symbol-7,
.scoreboard-symbol-8,
.scoreboard-symbol-9,
.scoreboard-symbol-space,
.scoreboard-symbol-unknown,
.scoreboard-symbol-colon {
  background-image: url('scoreboard_symbols_standalone.png');
  background-repeat: no-repeat;
  display: block;
  float: left;
  height: 21px;
  text-indent: -9999px;
  width: 16px;
}
.scoreboard .scoreboard-symbol-0,
.scoreboard .scoreboard-symbol-1,
.scoreboard .scoreboard-symbol-2,
.scoreboard .scoreboard-symbol-3,
.scoreboard .scoreboard-symbol-4,
.scoreboard .scoreboard-symbol-5,
.scoreboard .scoreboard-symbol-6,
.scoreboard .scoreboard-symbol-7,
.scoreboard .scoreboard-symbol-8,
.scoreboard .scoreboard-symbol-9,
.scoreboard .scoreboard-symbol-space,
.scoreboard .scoreboard-symbol-unknown,
.scoreboard .scoreboard-symbol-colon {
  background-image: url('scoreboard_symbols.png');
}
.scoreboard-symbol-0 { background-position: 0 0; }
.scoreboard-symbol-1 { background-position: -16px 0; }
.scoreboard-symbol-2 { background-position: -32px 0; }
.scoreboard-symbol-3 { background-position: -48px 0; }
.scoreboard-symbol-4 { background-position: -64px 0; }
.scoreboard-symbol-5 { background-position: -80px 0; }
.scoreboard-symbol-6 { background-position: -96px 0; }
.scoreboard-symbol-7 { background-position: -112px 0; }
.scoreboard-symbol-8 { background-position: -128px 0; }
.scoreboard-symbol-9 { background-position: -144px 0; }
.scoreboard-symbol-space { background-position: -160px 0; }
.scoreboard-symbol-unknown { background-position: -176px 0; }
.scoreboard-symbol-colon { background-position: -192px 0; }


/* lists */

ol.history {
  color: #666666;
  list-style: disc;
  margin-left: 1.5em;
}
.history li {
  color: #333333;
  line-height: 1.2em;
  margin: 0.9em 0;
  padding: 0;
}
.history a {
  font-size: 1.1em;
}


/* cards */

.cardbox {
  margin: 0 auto;
  overflow: hidden;
  width: 552px;
}

.cards li {
  float: left;
  height: 200px;
  margin: 4px 12px;
  text-align: center;
  width: 160px;
}
.cards a:hover div {
  text-decoration: underline;
}

.framed {
  border: #dddddd solid 3px;
}


/* gallery */

.gallery-image-title {
  text-align: center;
}

.gallery-image {
  display: inline-block;
  margin: 0 auto;
  position: relative;
}
.gallery-image a {
  background-color: #000000;
  border: 0;
  bottom: auto;
  color: #000000;
  display: inline-block;
  filter: alpha(opacity='0');
  height: 100%;
  margin: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 33%;
}
.gallery-image a.prev {
  left: 0;
}
.gallery-image a.next {
  right: 0;
}
.gallery-image a:hover {
  filter: alpha(opacity='30');
  opacity: 0.3;
}
.gallery-image a span {
  background: url('browse-buttons.png') 0 25% no-repeat;
  display: -moz-inline-block;
  display: inline-block;
  height: 100%;
  margin: 0 auto;
  width: 100px;
}
.gallery-image a.next span {
  background-position: -100px 25%;
}


/* ballots */

ol.ballot-options,
ol.ballot-results {
  list-style: disc;
  margin-left: 1.3em;
}
.ballot-results li {
  margin-bottom: 0.5em;
}
.ballot-results div {
  font-size: 0.9em;
  line-height: 1.2em;
}
.ballot-results .bar {
  background-color: #f6753d;
  display: -moz-inline-box;
  display: inline-block;
  height: 9px; 
  margin: -0.1em 0.2em 0 0;
  vertical-align: middle;
}
.ballot-results .emph {
  background-color: #be170f;
}
.ballot-results strong span {
  font-weight: normal;
}


/* board */

ol.board-replies li {
  border-top: #dddddd solid 1px;
  margin: 0 0 20px 0;
  padding: 10px 0 0 0;
}
ol.board-replies li li {  /* reset for comments */
  border: none;
  margin: 0;
  padding: 0;
}
.board-replies .meta,
.board-replies .body {
  display: inline-block;
  vertical-align: top;
}
.board-replies .meta {
  b__order-right: #dddddd solid 1px;
  padding-right: 10px;
  width: 150px;
}
.board-replies .body {
  padding-left: 10px;
  width: 480px;
}
.board-replies .body blockquote {
  background-position: 4px 0;
  border-left: #dddddd solid 2px;
  display: block;
  margin: 0;
  padding: 0 0 0 50px;
  margin: 4px 0;
  min-height: 30px;
}
.board-replies .body blockquote:before {
  display: none;
}


/*** sidebar ***/

#sidebar {
  font-size: 75%;
  margin: 56px 0 0 690px;
  padding: 20px 30px 0 0;
  text-align: left;
}
#sidebar div.container {
  font-size: 90%;
  padding: 0 0 1.5em 1.5em;
}

#sidebar h2 {
  border-bottom: #dddddd solid 1px;
  color: #555555;
  font-size: 125%;
  margin: 0 0 0.8em 0;
  padding: 0;
  text-align: left;
  white-space: nowrap;
}
#sidebar ul {
  margin: 0 0 0 1.5em;
  padding: 0;
}


/* twitter */

#twitter li {
  border-bottom: #dddddd dotted 1px;
  margin: 0 0 0.5em 0;
  padding: 0 0 0.5em 0;
}
#twitter p {
  font-size: 80%;
}


/* calendar */

table#calendar {
  border-spacing: 0;
  margin: 0 auto;
  width: auto;
}
table#calendar th,
table#calendar td {
  font-weight: normal;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  width: 20px;
}
table#calendar th,
table#calendar td,
table#calendar tbody td.adjacent,
table#calendar tbody .today,
table#calendar tbody a {
  line-height: 16px;
}
table#calendar thead th {
  border-bottom: #888888 solid 1px;
  font-size: 100%;
  font-weight: normal;
}
table#calendar tbody td {
  border-color: #888888;
  border-style: solid;
  border-width: 0 1px 1px 0;
}
table#calendar tbody td:first-child {
  border-left: #888888 solid 1px;
}
table#calendar tbody td.adjacent {
  background-color: #e4e4e4;
  color: #888888;
  font-size: 0.8em;
}
table#calendar tbody .today {
  background-color: #ccddee;
  font-weight: bold;
}
table#calendar tbody a {
  background: #cc5544;
  color: #ffffff;
  display: block;
  font-weight: bold;
  text-decoration: none;
}
table#calendar tbody a:hover {
  background: #ddcc99;
  color: #333333;
}
table#calendar tfoot td {
  font-style: italic;
  text-align: center;
}


/*** other styles ***/

.emph {
  font-weight: bold;
}

.subselection {
  font-size: 0.85em;
  margin: 0;
  padding: 0;
}

.infobox {
  background: #edddb7 url('shadow-up.png') left bottom repeat-x;
  border: #999999 solid 1px;
  font-size: 110%;
  margin: 0;
  padding: 6px;
}

.back:before {
  content: "\2190  ";
}

.user {
  font-style: italic;
}

.hidden {
  font-weight: bold;
}
 
.announcement,
.announcement-add,
.archived,
.draft,
.feed,
.gallery,
.hidden,
.home,
.icon-dummy,
.link,
.link-add,
.loading,
li.news,
.pending,
.published,
.report,
.report-add,
.twitter,
.update,
.video {
  background-position: 0 50%;
  background-repeat: no-repeat;
  min-height: 16px;
  padding-left: 20px;
}
.announcement       { background-image: url('icons/transmit.png'); }
.announcement-add   { background-image: url('icons/transmit_add.png'); }
.archived           { background-image: url('icons/box.png'); }
.draft              { background-image: url('icons/pencil.png'); }
.feed               { background-image: url('icons/feed.png'); }
.gallery            { background-image: url('icons/photos.png'); }
.hidden             { background-image: url('icons/shading.png'); }
.home               { background-image: url('icons/house.png'); }
.link               { background-image: url('icons/link.png'); }
.link-add           { background-image: url('icons/link_add.png'); }
.loading            { background-image: url('icons/spinner.gif'); }
li.news             { background-image: url('icons/newspaper.png'); }
.pending            { background-image: url('icons/hourglass.png'); }
.published          { background-image: url('icons/newspaper.png'); }
.report             { background-image: url('icons/report.png'); }
.report-add         { background-image: url('icons/report_add.png'); }
.twitter            { background-image: url('icons/twitter.png'); }
.update             { background-image: url('icons/arrow_refresh_small.png'); }
.video              { background-image: url('icons/television.png'); }


/* sponsors */

#sidebar .sponsor-cx4u {
  background: url('sponsors_cx4u.png') no-repeat;
  display: block;
  height: 65px;
  margin: 0 auto;
  position: relative;
  width: 180px;
}
#sidebar .sponsor-cx4u span {
  position: absolute;
  text-indent: -9999px;
}

#sidebar .sponsor-olb,
#sidebar .sponsor-flyerheaven,
#sidebar .sponsor-fit4u {
  background: url('sponsors.png') no-repeat;
  display: block;
  height: 45px;
  margin: 8px auto;
  position: relative;
  width: 130px;
}
#sidebar a.sponsor-olb:hover,
#sidebar a.sponsor-flyerheaven:hover,
#sidebar a.sponsor-fit4u:hover {
  border-color: #8f110b;
}
#sidebar .sponsor-olb {
  background-position: 0 0px;
}
#sidebar .sponsor-flyerheaven {
  background-position: 0 -45px;
}
#sidebar .sponsor-fit4u {
  background-position: 0 -90px;
}
#sidebar .sponsor-olb span,
#sidebar .sponsor-flyerheaven span,
#sidebar .sponsor-fit4u span {
  position: absolute;
  text-indent: -9999px;
}


#sidebar .hoverborder {
  border: 1px solid;
  border-color: #dddddd;
}
#sidebar .hoverborder:hover {
  border-color: #8f110b;
}


#embedded-document {
  background-color: #ffffff;
  border-color: #bbbbbb;
  border-style: solid;
  border-width: 1px 0;
  height: 700px;
  margin: -12px 0 0 -14px;
  position: relative;
  width: 905px;
  z-index: 100;
}

