/* styles for rails error messages */

div.errorExplanation {
    border: #aa0000 dotted 2px;
    margin-bottom: 1em;
    padding-left: 1em;
}

.errorExplanation h2 {
    font-size: 12pt;
}

.errorExplanation p {
}

.errorExplanation ul {
}

.errorExplanation li {
}


/* styles for standard layout */

/* body */
#standard {
    font-family: sans-serif;
    font-size: 10pt;
    background-color: #285e1f;
    background-image: url(/images/background.png);
}

h1 {
    font-size: 15pt;
}

h2 {
    font-size: 13pt;
}

#banner {
    color: #ffffff;
    text-align: center;
    margin-left: 220px;
    padding-top: 10px;
    padding-bottom: 10px;
    border: #2a6002 solid 2px;
    background-image: url(/images/header.png);
}

#banner input {
    color: #ffffff;
    border: solid 1px #ff9c00;
    background-color: #2a6002;
    background-image: none;
    padding: 2px;
    margin: 1px;
}

#banner select {
    color: #ffffff;
    border: solid 1px #ff9c00;
    background-color: #2a6002;
    background-image: none;
    padding: 2px;
    margin: 1px;
}

#columns {
}

#main {
    margin-top: 10px;
    margin-left: 220px;
    margin-bottom: 10px;
    padding-left: 2em;
    padding-right: 2em;
    padding-top: 1em;
    padding-bottom: 1em;
    background-color: #ffffff;
    /*background-color: #f9f8f2;*/
    background-repeat: repeat-y;
    background-image: url(/images/main.png);
    border: #ff9c00 solid 1px;
}

#main a {
    color: #2a6002;
    text-decoration: none;
}

#main a:hover {
    text-decoration: underline;
}

#footer a {
    color: #fff;
    text-decoration: none;
}

#footer a:hover {
    text-decoration: underline;
}

#notice {
    font-style: italic;
    margin-bottom: 1em;
}

#notice fieldset {
    border: #aaaaaa dashed 1px;
}

div.sidebar {
    float: left;
    width: 220px;
}

div.sidebox {
    color: #ffffff;
    margin-left: 0px;
    margin-right: 20px;
    margin-bottom: 10px;
    padding-left: 0.5em;
    border: #ff9c00 solid 1px;
    background-image: url(/images/sidebox.png);
    overflow: hidden;
}

div.right-sidebar {
    float: right;
    width: 260px;
    margin-left: 2em;
}

div.right-sidebox {
    /* width: 200px; */
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    padding-left: 0em;
    padding-bottom: 0.5em;
    border: #ff9c00 solid 1px;
    background-image: url(/images/right_sidebox.png);
    background-repeat: no-repeat;
}

div.right-sidebox h2 {
    color: #000000;
    text-align: center;
    font-size: 10pt;
    font-style: italic;
    /*background-color: #888888;*/
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    border-bottom: #ff9c00 solid 1px;
}

div.right-sidebox p {
    margin-left: 0.5em;
}

div.emblem {
    margin-left: 0px;
    margin-right: 20px;
    padding-left: 0px;
    padding-right: 0px;
    border: #ff9c00 solid 1px;
    background-image: url(/images/sidebox.png);
}

.sidebox a {
    color: #ffffff;
    font-style: italic;
    text-decoration: none;
}

.sidebox a:hover {
    text-decoration: underline;
}

#footer {
    clear: left;
    text-align: center;
    border: #2a6002 solid 2px;
    background-image: url(/images/header.png);
}

label {
    float: left;
    text-align: right;
    margin-right: 0.5em;
    display: block;
}

label.standard {
    float: none;
    text-align: left;
    display: inline;
}

.hoppers-form label {
    width: 8em;
    /*float: left;
    text-align: right;
    margin-right: 0.5em;
    display: block;*/
}

fieldset {
    border: #2a6002 solid 2px;
    display: inline-block;
}

legend {
    padding: 0.3em;
    border: #ff9c00 solid 1px;
    font-weight: bold;
}

table.small {
    font-size: 8pt;
}

table.simple {
    border-collapse: collapse;
}

table.simple th {
    border-bottom: #ff9c00 solid 1px;
    padding-left: 0.5em;
    padding-right: 0.5em;
}

table.simple td.border-top {
    border-top: #ff9c00 solid 1px;
}

table.hoppers-table {
    border-collapse: collapse;
}

.hoppers-table th {
    padding-left: 1em;
    border-bottom: #ff9c00 solid 2px;
}

.hoppers-table td {
    padding-left: 1em;
    border-bottom: #ff9c00 solid 1px;
}

table.hoppers-table-small {
    border-collapse: collapse;
    font-size: 8pt;
}

.hoppers-table-small th {
    padding-left: 1em;
    border-bottom: #ff9c00 solid 2px;
}

.hoppers-table-small td {
    padding-left: 1em;
    border-bottom: #ff9c00 solid 1px;
}

td.header-warning {
    color: #ff3c00;
    text-align: center;
    font-weight: bold;
    background-color: #ffffff;
    border: 1px solid #ff9c00;
    padding: 5px;
}

table.forum {
    width: 90%;
    border-collapse: collapse;
}

table.forum th {
    color: #ffffff;
    background-color: #285e1f;
    border: 1px solid #285e1f;
}

table.forum td {
    padding: 5px;
    border: 1px solid #285e1f;
}

table.forum td.icon {
    border-right: 0px;
}

table.forum td.title {
    border-left: 0px;
    width: 40%;
}

table.forum td.count {
    text-align: center;
    background-color: #fff3b1;
    width: 1%;
}

table.forum td.author {
}

table.topic {
    width: 90%;
    border-collapse: collapse;
}

table.topic td {
    padding: 5px;
}

table.topic td.author {
    width: 20%;
    background-color: #fff3b1;
    border: 1px solid #285e1f;
    vertical-align: top;
}

table.topic td.body {
    border: 1px solid #285e1f;
    vertical-align: top;
    padding: 0px;
}

table.topic td.body p {
    padding: 0px;
    margin: 10px;
}

table.schedule tr.bottom td {
    height: 20px;
    border-bottom: 1px solid #ff9c00;
}

table.tips {
    border-collapse: collapse;
}

table.tips th {
    padding-left: 5px;
    padding-right: 5px;
    border-left: #ff9c00 solid 1px;
    border-bottom: #ff9c00 solid 1px;
}

table.tips th.noborder {
    border-left: none;
}

table.tips td {
    text-align: center;
    border-left: #ff9c00 solid 1px;
}

table.tips td.noborder {
    border-left: none;
}

table.tips td.highlight {
    background-color: #f3f3f3;
}

table.tips td.highlight-noborder {
    border-left: none;
    background-color: #f3f3f3;
}

font.small {
    font-size: 9pt;
}

iframe.placeMap {
    border: 0px;
    width: 720px;
    height: 720px;
}

input {
    border: solid 1px #ff9c00;
    background-color: #fff3b1;
    color: #000000;
    padding: 2px;
    margin: 1px;
}

select {
    border: solid 1px #ff9c00;
    background-color: #fff3b1;
    color: #000000;
    padding: 2px;
    margin: 1px;
}

textarea {
    border: solid 1px #ff9c00;
    background-color: #fff3b1;
    color: #000000;
    padding: 2px;
    margin: 1px;
}

hr {
    background-color: #ff9c00;
    height: 2px;
    border: 0px;
}

img.table_positions {
    border: solid 1px #ff9c00;
}

#overlay {
   position: fixed;
   z-index:199;
   top: 0px;
   left: 0px;
   height:100%;
   width:100%;
}

* html #overlay { /* ie6 hack */
   position: absolute;
   height: expression(document.body.scrollHeight > document.body.
    offsetHeight ? document.body.scrollHeight : document.body.
    offsetHeight + 'px');
}

.overlayBG {
   background-color:#000;
   -ms-filter: "Alpha(Opacity=75)"; /* IE 8 */
   filter:alpha(opacity=75); /* IE5-7 */
   -moz-opacity: 0.75; /* Mozilla */
   opacity: 0.75;
}

#lightBox {
   position:fixed;
   top:50%;
   left:50%;
   margin-left:-300px;
   margin-top:-327px;
   z-index:200;
   width:600px;
   height:655px;
   text-align:center;
   -ms-filter: "Alpha(Opacity=100)"; /* IE 8 */
   filter:alpha(opacity=100); /* IE5-7 */
   -moz-opacity: 1.0; /* Mozilla */
   opacity: 1.0;
}

* html #lightBox { /* ie6 hack */
   position: absolute;
   margin-top: expression(0 - parseInt(this.offsetHeight / 2) + 
     (TBWindowMargin = document.documentElement && 
     document.documentElement.scrollTop || 
     document.body.scrollTop) + 'px');
}
		     
