* {
    margin: 0; 
    padding: 0;
    font-family: 'Lucida Grande', Tahoma, Arial, Helvetica, sans-serif;
    letter-spacing: 0.02em;
    line-height: 1.2em;
}

img {border-width: 0;}

.clear {clear: both; font-size: 0px}

a {
    color: #700;
    font-weight: bold;
    text-decoration: none; 
}
a:hover {text-decoration: underline;}

body {
    background-color: #000;/*#c4c4c4;*/
    width: 1000px;
    margin: 0px auto;
}

#container, #container > * {position: absolute;}

#header {
    /* background-image: url("/images/header.jpg"); */
    position: relative;
    width: 100%;
    height: 304px;
    left: 2px;
}

#main_top_image {
    background-image: url(/images/main_01.jpg?1);
    background-repeat: no-repeat;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 230px;
}

#container {
    background-image: url(/images/main_02.jpg?1);
    background-repeat: repeat-y;
    background-position: left 33px;
    width: 936px;
    margin: 0 auto;
    padding-left: 80px;
    padding-top: 30px;
    min-height: 120%
}

#content {
    width: 70%;
    position: relative;
    padding-top: 5em;
}

#footer {    
    position: relative;
    margin: 0 auto;
    padding-top: 20px;
    text-align: center;
    font-size: 12px;
}

#right {
    top: 5em;
    left: 74%;
    width: 17%;
    z-index: 100;
}

#user_nav {
    top: 31px;
    left: 156px;
}

#user_nav li a {
    font-size: 20px;
}

#admin_nav {
    top: 3px;
    left: 340px;
}

#card_editor_nav li a, #admin_nav li a {
    color: #efefef;
    font-size: 11px;
}

#card_editor_nav {
    top: 3px;
    left: 131px;
}

.nav {
    z-index: 150;
}

.nav li {
    float: left;
    list-style: none;
    margin-right: 16px;
}

.nav li a {
    padding-top: 0.5em;    
    letter-spacing: -0.02em;
    color: #000000;
    font-weight: normal;
    font-family: Georgia,'Times New Roman',times,serif !important;
}

.nav li a:hover {
    text-decoration: none;
}

.nav li:hover, .nav li.selected {
    font-weight: normal;
    border-bottom: 3px solid #700;
}

.nav li:first-letter, .nav li a:first-letter {
    font-weight: normal;
    color: #700;
    /* Konqueror needs this */
    font-family: Georgia,'Times New Roman',times,serif;
}

body, p, li, h5, h6, input {font-size: 14px;}

p, ul, ol { 
    margin-top: 0.2em;
    margin-bottom: 0.8em;
}

p.subtitle {
    position: relative;
    top: -1.3em;
    margin: 0;
    float: left;
}
p.subtitle img {vertical-align: bottom;}

.pagination {
    font-size: 12px;
    margin-top: 0.4em;
    font-weight: bold;
    text-align: right;
    color: #AAAAAA;
}

#errorExplanation, p.notice, p.error {
    color: #fff;
    padding: 7px 15px;
    border: 1px solid;
    width: 95%;
    margin-bottom: 2em;
    font-size: 0.8em;
    font-weight: bold;
    opacity: 0.7;
}

p.notice {
    background: #838058;
    border-color: #00aa00;
}

#errorExplanation, p.error {
    background: #aa6358; 
    border-color: #ff3333;
}

#errorExplanation li {
    list-style-type: disc;
    list-style-position: inside;
}

h1, h2 {
    font-size: 23px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 0.5em;
    font-family: Georgia,'Times New Roman',times,serif;
}

h1:first-letter, h2:first-letter {
    color: #700;
    font-size: 35px
}

h1 span {color: #c5aa65; padding-left: 1em; font-size: 14px}
h3 {
    padding: 3px 5px 3px;
    background: #c5aa65;
    color: black;
    margin-bottom: 0.4em;
    margin-top: 2em;
    opacity: 0.7;
    font-size: 115%;
    clear: both;
}

h4 {
    font-size: 110%;
    margin-bottom: 0em;
    margin-top: 1.0em;
}

/* use on home page for news table */
h3 + table {
    margin-top: -1.5em;
}

/* Shout Box */
#shout_box {
    overflow: auto;
    max-height: 500px;
}

#shout_box .shout_message, textarea#message  {
    background-color: #C5AA65;
    /*border: 1px solid black;*/
    padding: 1px;
    font-size: 90%;
    width: 90%;
    opacity: 0.7;
}

#shout_box .shout_sig {
    font-variant: small-caps;
    color: #666;
    margin-top: -12px;
    font-size: 75%;
}

#message + input[type="submit"]  {
    margin-top: -0.4em;
    margin-left: 0;
    margin-bottom: 1em;
    font-size: 90%;
    font-weight: bold;
    padding: 0px;
}




/* Info Font */
table.forums .posts, p.subtitle, #crumbs, #crumbs a, .info {
    color: #220033;
    font-size: 14px;
    font-weight: bold;
}


hr {   
    background-color: #c5aa65;
    height: 5px;
    border-bottom: 2px solid black;
    border-right: 2px solid black;
    margin: 1em 0;
}

#crumbs {
    top: 71px;
    left: 161;
    border: 1px dotted #220033;
    border-left: 0;
    border-right: 0;
    z-index: 150;
}

#crumbs a:hover {color: #efefef;}

ul li {
    padding-left: 0.1em;
    list-style-type: circle; 
    list-style-position: inside;    
}

table.forums a.tiny, a.utility, .post .author .edit a {
    font-weight: bold;
    color: #d00;
}


input, textarea, select {
    background-color: #c5aa65;
    border: 1px solid black;
}

input[type=text], input[type=password], textarea {
    padding: 0.2em;
    margin-bottom: 0.3em;
    opacity: 0.8;
}

select {
    padding: 0.2em 0;
    opacity: 0.8;
}

select#active_deck_id {
    width: 92%;
}

input[type=text]:hover, input[type=password]:hover, textarea:hover {
    outline: 1px solid #efefef;
}

input[type=text]:focus, input[type=password]:focus, textarea:focus {
    outline: 1px solid #efefef;
    border-color: #efefef !important;
}

textarea#topic_body, textarea#post_body {width: 100%;}

div.fieldWithErrors input {border-color: #d00;}

input[type=submit] {
    background-color: #c5aa65;
    margin-left: 1px;
    margin-right: 0.3em;
    border: 1px solid black;
    color: #d00;
    font-weight: bold;  
    padding: 0.07em;
}
input[type=submit]:hover {
    background-color: #d00;
    color: #c5aa65;
}

label {
    color: #220033;
    font-weight: bold;
    position: relative;
    top: 0.1em
}
label#monitor_label {top: 0.16em}

form .entryhelp {font-size: 12px;}

/* tables */

table.noborder td {border: 0;}
table.noborder {margin-left: -8px;}
table {
    border-collapse: collapse;
    clear: both
}

table tr th {
    background: #c5aa65;
    color: black;
    padding:3px 10px;
    border: 2px solid #b59a55;
    opacity: 0.7;
}

table tr td {
    padding: 7px;
    border: 2px solid #aaa;
}

table.wide {width: 100%;}

/* specific table styles */

table.forums tr td .title {font-size: 20px;}
table.forums tr td .desc {margin: 0.5em 0;}
table.forums tr td {padding:4px 15px;}

table tr th.la  {text-align:left;}     /* left align */
table tr td.ca  {text-align:center;}   /* center align */
table tr td.inv {background: #999;}    /* inverted */
table tr td.vat {vertical-align: top;} /* vertical align top*/

/* last post */
table tr td.lp {
    color: #333; 
}

table.topics tr td.c1 {border-right: 0;}
table.topics tr td.c2 {border-left: 0; padding-left:2px; }
table.topics tr td.c3 {border-left: 0;}

table.forums tr td.c1 {	
    border-right: 0; 
    padding-right: 5px; 
    padding-top: 7px; 
}
table.forums tr td.c2, table.forums tr td.c3 {	
    border-left-width: 0; 
    border-right-width: 0;
    padding-left: 5px; 
}

table.topics tr td.c2 small a {color:#aaa;}

table.topics tr td .flag {
    background: #333;
    color: white;
    padding: 1px 5px;
    margin-right: 0.5em; 
}

/* posts */

table.posts tr td {border:0;}
table.posts tr.spacer td {font-size: 1px;}

.post .author {
    border-top: 2px solid #c5aa65;
    padding: 5px 10px;
    background: #c5aa65;
    font-weight: bold;
    min-height: 32px;
    width: 10em;
    min-width: 8em;
    vertical-align: top;
}

.post .author img {
    float: left; 
    margin-right: 0.5em;
}

.post .author .posts, .post .author .admin, .post .date {
    display: block;
    font-size: 12px;
    color: #555;
}
.post .date {margin-bottom: 0.5em;}
.post .author a {color: #333;}
.post .author a.threadauthor {color:#080;}

.posts .post .body {
    border-top: 2px solid #c5aa65;
    padding: 10px 20px;
    width: 70%;
}

.posts .post .body blockquote {
    border-left: 5px solid #9a7;
    border-right: 0;
    background: #838058;
    padding: 1px 10px;
}
.posts .post .body blockquote p {margin:0.5em 0;}

.posts .post .body pre {
    font-size: 13px;
    background: #efefef;
    padding: 5px 10px;
    border-left: 5px solid #555;
    overflow: auto;
    width: 500px; /* must be a fixed value, because of a konqueror bug */
    font-family: "Monaco", "Bitstream Vera Sans Mono", "Courier New", serif;
}

/* icon */

img.icon {
    background: #ccc;
    background-image: url(/images/clearbits/bg_rounded.gif);
    background-repeat: no-repeat;
    vertical-align: bottom;
}
img.grey { background-color: #ccc; }     /* no recent activity */
img.darkgrey { background-color:#999; }  /* locked */
img.green { background-color: #00aa00;}  /* recent activity */

/* reply */

div.editbox {
    background-color: #856358;
    opacity: 0.9;
    border: 2px solid #333;
    border-width: 2px 0;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 6px 0 7px;
    z-index: 150;
}
div.editbox form {
    width: 92%;
    margin: 0 auto;
    min-width: 760px;
}

div#formating_help, div#save_reply {
    float: right;
    width: 20%;
}
div#formating_help {height: 130px;}
div#save_reply {margin-top: 0.5em;}

div.editbox textarea#post_body {
    float: left;
    width: 74%; 
    height: 159px;
    margin-bottom: 0;
    margin-left: 2em;
}
div.editbox table td {border:0;}

/* MISC */
.key-font {
    letter-spacing: -0.1em;
    border: 1px solid black;
    font-weight: bold;
    background-color: #C5AA65;
    padding: 2px;
}

p.terms, .terms p, .terms a {font-size: 11px;}

#container.wide {padding-left: 0px;}
#content.wide {margin: 0 auto; width: 80%}
#content div.active-scaffold div table {width: 100%}

.active-scaffold form,
.active-scaffold table,
.active-scaffold p,
.active-scaffold div,
.active-scaffold fieldset {
  margin: 0;
  padding: 0;
  font-size: 12px;
}

.active-scaffold th p, .active-scaffold th a {
  font-size: 14px;
}

.active-scaffold h3 + p {
  padding-left: 0.1em;
}


.active-scaffold a.disabled {
  color: #333;
  text-decoration: none;
}

.active-scaffold .clear-fix {
  clear: both;
}

noscript.active-scaffold {
  border-left: solid 5px #f66;
  background-color: #fbb;
  font-size: 11px;
  font-weight: bold;
  padding: 5px 20px 5px 5px;
  color: #333;
}

/* Header
======================== */

.active-scaffold-header {
  position: relative;
}

.active-scaffold-header div.actions a {
  letter-spacing: -0.03em;
}

.active-scaffold-header div.actions a.new,
.active-scaffold-header div.actions a.new_existing,
.active-scaffold-header div.actions a.show_search {
  padding-left: 19px;
  background-position: 1px 50%;
  background-repeat: no-repeat;
}

.active-scaffold-header div.actions a.new,
.active-scaffold-header div.actions a.new_existing {
  background-image: url(../../../images/active_scaffold/default/add.gif);
}

.active-scaffold-header div.actions a.show_search {
  background-image: url(../../../images/active_scaffold/default/magnifier.png);
}

.active-scaffold-header div.actions a.disabled:hover {
  background-color: transparent;
  cursor: default;
}

.active-scaffold-header div.actions {
  position: absolute;
  top: 20px;
  right: -17px;
}

/* Table :: Column Headers
============================= */

.active-scaffold th {
  border: none; 
  background: none; 
  padding: 0;
  text-align: left;
  white-space: nowrap;
}

.active-scaffold th a,
.active-scaffold th p {
  border: 1px solid #B59A55;
  background-color: #C5AA65;
  display: block;
  padding: 2px 15px 2px 5px;
  margin: -3px -1px;
}

/* ??? */
.active-scaffold th p {
  color: #eee;
  padding: 2px 5px;
}

.active-scaffold th a:hover {}

.active-scaffold th.sorted {
  background-color: #B59A55;
}

.active-scaffold th.asc a,
.active-scaffold th.asc a:hover {
  background: #B59A55 url(../../../images/active_scaffold/default/arrow_up.gif) right 50% no-repeat;
  border-color: #C5AA65;
}

.active-scaffold th.desc a,
.active-scaffold th.desc a:hover {
  background: #B59A55 url(../../../images/active_scaffold/default/arrow_down.gif) right 50% no-repeat;
  border-color: #C5AA65;
}

.active-scaffold th.loading a,
.active-scaffold th.loading a:hover {
  background: #B59A55 url(../../../images/active_scaffold/default/indicator-small.gif) right 50% no-repeat;
  border-color: #C5AA65;
}

/* Table :: Record Rows
============================= */

.active-scaffold tr.record td {
  padding: 5px 4px;
  background-color: #85675e; /* base #836259 + 5 */
}

.active-scaffold tr.record td.file_name-column, 
.active-scaffold #cards-content tr.record td.name-column {
  padding: 3px 2px;
  text-align: center;
  width: 100px;
}

.active-scaffold tr.even-record td {background-color: #7e5d54;} /* base #836259 - 5 */

.active-scaffold tbody.records td.empty {text-align: center;}

.active-scaffold td.numeric,
.active-scaffold-calculations td {
  text-align: right;
}

/* Table :: Actions (Edit, Delete)
============================= */

.active-scaffold tr.record td.actions {}

.active-scaffold tr.record td.actions table {
  float: right;
  width: auto;
  margin-right: 5px;
}

.active-scaffold tr.record td.actions table td {
  border: none;
  text-align: right;
  padding: 0 2px;
}

.active-scaffold tr.record td.actions a {
  letter-spacing: -1px;
  white-space: nowrap;
}

/* Table :: Inline Adapter
============================= */
/*
.active-scaffold .view {}
.active-scaffold tbody.records td.inline-adapter-cell .view {}
.active-scaffold .before-header td.inline-adapter-cell .view {}
*/

.active-scaffold a.inline-adapter-close {
  float: right;
  text-indent: -4000px;
  width: 16px;
  height: 17px;
  background: url(../../../images/active_scaffold/default/close.gif) 0 0 no-repeat;
}

/* Nested
======================== */

.active-scaffold .active-scaffold .active-scaffold-header h2,
.active-scaffold .active-scaffold .active-scaffold-header h2:first-letter {
  font-size: 16px;
  font-weight: bold;
  color: black;
  letter-spacing: -0.01em;
}

.active-scaffold .active-scaffold .active-scaffold-header div.actions a {
  padding: 0 2px 1px 17px;
}

/*.active-scaffold .active-scaffold  td {}*/

/*.active-scaffold .active-scaffold td.inline-adapter-cell {}*/

/*.active-scaffold .active-scaffold .active-scaffold-footer {} */

/* Footer
========================== */

.active-scaffold-calculations td {
  background-color: #eee;
  border-top: 2px solid #005CB8;
  font: bold 12px arial, sans-serif;
}

.active-scaffold .active-scaffold-footer {
  padding: 3px 0px 2px 0px;
  font-weight: bold;
  color: #aaa;
}

.active-scaffold-footer .active-scaffold-pagination {
  float: right;
  white-space: nowrap;
  margin-right: 5px;
}

/* .active-scaffold-footer a {} */

.active-scaffold-footer .next {
  margin-left: 0;
  padding-left: 5px;
  border-left: solid 1px #ccc;
}

.active-scaffold-footer .previous {
  margin-right: 0;
  padding-right: 5px;
  border-right: solid 1px #ccc;
}

/* Messages
========================= */

.active-scaffold .messages-container,
.active-scaffold .active-scaffold .messages-container{
  padding: 0;
  margin: 0 7px;
  border: none;
}

.active-scaffold .empty-message {
  padding: 4px;
  text-align: center;
  border: 2px solid #aaa;
}

.active-scaffold .message {
  font-size: 11px;
  font-weight: bold;
  padding: 5px 20px 5px 5px;
  color: #333;
  position: relative;
  margin: 2px 7px;
  line-height: 12px;
}

.active-scaffold .message a {
  position: absolute;
  right: 10px;
  top: 4px;
  padding: 0;
  font: bold 11px verdana, sans-serif;
  letter-spacing: -1px;
}

.active-scaffold .messages-container .message {
  margin: 0;
}

.active-scaffold .error-message {
  border-left: solid 5px #f66;
  background-color: #fbb;
}

.active-scaffold .warning-message {
  border-left: solid 5px #ff6;
  background-color: #ffb;
}

.active-scaffold .info-message {
  border-left: solid 5px #66f;
  background-color: #bbf;
}

/* Error Styling
========================== */

.active-scaffold .errorExplanation {
  background-color: #fcc;
  margin: 2px 0;
  border: solid 1px #f66;
}

.active-scaffold fieldset {
  clear: both;
}

.active-scaffold .errorExplanation h2 {
  padding: 2px 5px;
  color: #333;
  font-size: 11px;
  margin: 0;
  letter-spacing: 0;
  font-family: Verdana;
  background-color: #f66;
}

.active-scaffold .errorExplanation ul {
  margin: 0;
  padding: 0 2px 4px 25px;
  list-style: disc;
}

.active-scaffold .errorExplanation p {
  font-size: 11px;
  padding: 2px 5px;
  font-family: Verdana;
  margin: 0;
}

.active-scaffold .errorExplanation ul li {
  font: bold 11px verdana;
  letter-spacing: -1px;
  margin: 0;
  padding: 0;
  background-color: transparent;
}

/* Loading Indicators
============================== */

.active-scaffold .loading-indicator {
  vertical-align: bottom;
  width: 16px;
  margin: 0;
}

.active-scaffold .active-scaffold-header .loading-indicator {
  margin-bottom: 3px;
}

/* Show
============================= */

.active-scaffold .show-view dl {
  margin-left: 5px;
}

.active-scaffold .show-view dt {
  width: 12em;
  float: left;
  clear: left;
  font: normal 11px verdana, sans-serif;
  color: #555;
  line-height: 16px;
}

.active-scaffold .show-view dd {
  float: left;
  font: bold 14px arial;
  padding-left: 5px;
  margin-bottom: 5px;
}

/* Form
============================== */

.active-scaffold .submit {
  font-weight: bold;
  font-size: 14px;
  font-family: Arial, sans-serif;
  letter-spacing: 0;
  margin: 0;
  margin-top: 5px;
}

.active-scaffold form p {
  clear: both;
}

.active-scaffold fieldset {
  border: none;
}

.active-scaffold h5 {
  letter-spacing: 0;
}

.active-scaffold ol {
  clear: both;
  float: none;
  padding: 2px;
  margin-left: 5px;
  list-style: none;
}

.active-scaffold p.form-footer {
  clear: both;
}

.active-scaffold a.cancel,
.active-scaffold p.form-footer a {
  letter-spacing: 0;
}

/* Form :: Fields
============================== */

.active-scaffold li.form-element {
  clear: both;
  padding-top: 2px;
}

/*
.active-scaffold label {
font: normal 11px verdana, sans-serif;
color: #555;
}
*/
.active-scaffold li.form-element dt {
  float: left;
  width: 12em;
  padding: 6px 0;
}

.active-scaffold li.form-element dd {
  float: left;
}

.active-scaffold .description {
  color: #999;
  font-size: 10px;
  margin-left: 5px;
}

.active-scaffold .required label {
  font-weight: bold;
}

.active-scaffold label.example {
  font-size: 11px;
  font-family: arial;
  color: #888;
}

.active-scaffold input.text-input {
  padding: 2px;
}

.active-scaffold .fieldWithErrors input.text-input,
.active-scaffold .fieldWithErrors select {
  border: solid 1px #f00;
}

.active-scaffold select {
  padding: 1px;
}

.active-scaffold textarea {
  height: 65px;
  font-family: Arial, sans-serif;
  font-size: 12px;
  padding: 1px;
  border: solid 1px #1F7F00;
}

.active-scaffold .checkbox-list li {
  padding-right: 5px;
  display: inline;
}

.active-scaffold .checkbox-list li label {
  padding: 0 0 0 2px;
}

/* Form :: Sub-Sections
============================== */

.active-scaffold li.sub-section {
  clear: left;
  padding: 5px 0;
}

/* Form :: Association Sub-Forms
============================== */

.active-scaffold .sub-form {
  float: left;
  clear: left;
  padding: 5px 0;
  padding-left: 5px;
}

.active-scaffold .sub-form h5 {
  margin-left: -5px;
}

.active-scaffold .sub-form table,
.active-scaffold .sub-form table td {
  width: auto;
  background: none;
}

.active-scaffold .sub-form table th {
  padding: 0 5px 0 1px;
}

.active-scaffold .sub-form label {
  display: none;
}

.active-scaffold .sub-form .checkbox-list {
  padding: 0 2px 2px 2px;
  background-color: #fff;
  border: solid 1px #1F7F00;
}

.active-scaffold .sub-form .checkbox-list label {
  display: block;
}

.active-scaffold .sub-form table td {
  border: none;
  background-color: transparent;
  padding: 1px;
  vertical-align: top;
  color: #999;
}

.active-scaffold .sub-form table td.actions {
  vertical-align: middle;
  background-color: transparent;
}

.active-scaffold .sub-form .association-record a.destroy {
  font-weight: bold;
  display: block;
  height: 16px;
  padding: 0;
  width: 16px;
  text-indent: -4000px;
  background: url(../../../images/active_scaffold/default/cross.png) 0 0 no-repeat;
}

.active-scaffold .sub-form .locked a.destroy {
  display: none;
}

.active-scaffold .sub-form .association-record a {
  font: bold 12px arial;
}

.active-scaffold .sub-form input.text-input,
.active-scaffold .sub-form select {
  letter-spacing: 0;
  font-size: 12px;
}

.active-scaffold .sub-form .footer-wrapper {
  margin-top: 3px;
  margin-right: 10px;
}

.active-scaffold .sub-form .footer {
  color: #999;
  padding: 3px 5px;
}

.active-scaffold .sub-form .footer select,
.active-scaffold .sub-form .footer input {
  font-weight: bold;
  font-size: 12px;
  padding: 0;
}

.active-scaffold a.visibility-toggle {
  font-size: 100%;
}

.active-scaffold-found {float:left;}

/* Misc */
a.show.action img:hover {outline: 5px solid #C5AA65}


.record-select {
  width: 300px;
  border: 1px solid #afd0f5;
  font-family: sans-serif;
  background-color: #fff;
  font-size: 11px;
}

.record-select img {
  border-width: 0px;
}

.record-select form {
  display: inline;
}

.record-select form .text-input {
  width: 294px;
  margin: 2px auto 1px auto;
  display: block;
  border: 1px solid #999;
}

.record-select form input.example {
  color: #999;
  text-align: center;
}

.record-select ol,
.record-select li {
  margin: 0px;
  padding: 0px;
  list-style: none;
  clear: both;
}

.record-select a {
  color: #0066cc;
  text-decoration: none;
}

.record-select ol a {
  display: block;
  zoom: 1;
  background-color: #e6f2ff;
  padding: 2px 4px;
}

.record-select ol .even a {
  background-color: #ffffff;
}

.record-select ol .pagination a {
  background-color: #eee;
}

.record-select ol .previous a {
  border-bottom: 1px solid #afd0f5;
}

.record-select ol .next a {
  border-top: 1px solid #afd0f5;
}

.record-select ol .pagination a img {
  vertical-align: middle;
}

.record-select ol .found {
  text-align: center;
  font-style: italic;
  color: #999;
  padding: 1px 4px;
  border-bottom: 1px solid #afd0f5;
}

.record-select ol .current a,
.record-select ol a:hover {
  background-color: #ffff88;
}

.record-select ol a.selected {
  background-color: #666;
  color: #fff;
}

.record-select-container {
  position: absolute;
  z-index: 100;
}

iframe.record-select-mask {
  /* to mask windowed elements in IE6 */
  position: absolute;
  z-index: 99;
  filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
}

.record-select-autocomplete form .text-input {
  display: none;
}

.record-select-list {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

.record-select-list li {
  overflow: auto;
  zoom: 1;
  margin-left: 10px;
  font-size: 80%;
}

.record-select-list label {
  float: left;
}

.record-select-list a.remove {
  display: block;
  width: 0px;
  height: 16px;
  padding-left: 16px;
  background: url('../../images/record_select/cross.gif') no-repeat 0 0;
  overflow: hidden;
  float: left;
  margin-right: 5px;
}

#screenshot, #black-background {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: none;
}

#black-background {
    position: fixed;
    background-color: black;
    z-index: 500;
    opacity: 0.8;
}

#screenshot {
    position: absolute;
    z-index: 501;
}

#screenshot img {
    position: relative;
    top: 261px;
    left: 273px;
}

img.thumb {
    position: relative;
    margin: 17.3px 0; 
    z-index: 5001;
    width: 97%;
}

a img.thumb:hover {
    outline: 3px solid #C5AA65;
    z-index: 5001;
}

img.left, img.right {
    margin: 0.3em 1em; 
}
img.left {
    float: left;
    margin-left: 0;
}
img.right {
    float: right;
    margin-right: 0;
}

.play_menu li {
    list-style: none;
    text-align: center;
    padding-bottom: 25px;
}

.play_menu li a {
    font-size: 30px;
    letter-spacing: -0.02em;
    color: black;
    font-family: Georgia,'Times New Roman',times,serif !important;
}

.play_menu li a:hover, .play_menu li a.selected {
    text-decoration: none; /* Konqueror Fix for Navigation */
    border-bottom: 5px solid #700;
}

.play_menu li:first-letter, .play_menu li a:first-letter {
    color: #700;/* #d00;*/
    /* Konqueror needs this */
    font-family: Georgia,'Times New Roman',times,serif;
}

.play_info_box {
    border: 2px solid #c5aa65;
    text-align: center;
    padding: 3px;
    position: absolute;
    top: 350px;
    left: 96px;
    width: 500px;
}

.play_info_box p {
    margin-bottom: 2px;
}

.tutorial .play_info_box {
    top: 320px;
}

.duel_ai .play_info_box {
    top: 525px;
    text-align: left;
}

.duel_ai .play_info_box.back {
    text-align: center;
}



.deck_border {
    margin-left: -90px
}

.deck {
    /*display: inline-block;*/
    float: left;
    width: 180px;
    text-align: center;
    margin-top: -48px;

    background-image: url('/images/pile_small.png');
    background-repeat: no-repeat;
    background-position: 45px 82px;
}

.deck ul {
    position: relative;
    left: 141px;
    top: 84px;
    text-align: left;
    width: 50px;
}

.deck li {
    list-style: none;
}

form#new_deck {
    padding-left: 46px;
}

.deck p {
    margin-top: 10px;
}

.ok {
    color: #00aa00;
}

.not_ok {
    color: #aa0000;
}

.ok, .not_ok {
    font-weight: bold
}
