﻿.editor { position: relative; min-height: 200px }
.list { clear: both; }
.list table { width: 100% }    
.list th { background: #666; color: #fff; font-weight: normal; padding: 5px }
.list td { background: #FFFDEB; color: #333; border: 1px solid #ccc }
.list td a { text-decoration: none; color: #000; border: 0px solid #000; padding: 1px 5px; }
.list td span { background: #000; color: #fff; border: 0px solid #000; padding: 1px 5px; }
.list td table { width: auto; text-align: center }

.list table tr:hover td, .list table tr:focus td:focus { background: #FFF799; cursor: default }

.list td a { padding: 0; margin: 0 }
.list td img { border: 0; width: 12px; height: 12px; padding: 0; margin: 0; margin-left: 4px }


.p5 { padding: 5px; min-width: 100px }
.r { text-align: right }
.c { text-align: center }
.j { text-align: justify }
.error { color: #f00; padding: 10px; padding-left: 0 }

.page td { background: #fff; padding: 3px 2px }
.page table td { padding: 5px; border: 0 }

input, select, textarea { padding: 5px; border: 1px solid #ccc; }
.textbox { min-width: 300px }
.textbox2 { width: 140px }
.side { margin-left: 160px }
.button { min-width: 80px; }
.button:hover { background: #333; color: #ffd800; border: 1px solid #000; font-weight: bold }
.second { margin-left: 85px }

.fieldset { position: relative; padding: 10px; padding-left: 0 }
.fieldset_textarea { position: relative; padding: 10px; height: 50px; padding-left: 0 }
.fieldset input, .fieldset select { position: absolute; left: 150px; top: 0 }
.fieldset_textarea textarea { position: absolute; left: 150px; height: 50px; top: 0 }

.buttonset { position: relative; margin: 20px 10px; margin-top: 40px }
.buttonset input, .buttonset select { position: absolute; left: 140px; }

a { text-decoration: none; border: 0; color: #333 }
a:hover { color: #F26522 }

input.money { width: 150px }
input.upper { text-transform: uppercase }
input.lower { text-transform: lowercase }
input.proper { text-transform: capitalize }
p.help { font-size: 7pt; color: #999; padding: 0; margin: 0 }
.editor h3 { color: #F26522; }


div.spanResult { background: #ffd800; border: 1px solid #666; color: #333; padding: 10px; display: none }
span.result { font-weight: normal }
span.result strong { margin: 10px }
    span.result b { font-weight: normal; padding: 5px; padding-left: 10px }

.req { border: 1px solid #F26522; background: #f9f9f9 }