BODY {
  margin-top: 	0px;
  margin-left:  0px;
  margin-right: 0px;
  background-color: #FFA858;
  background-image: url(/img/sobczyk.eu.png);
}

SELECT, INPUT, TEXTAREA {
  background-color: #C8BB9B;
  color: #500E00;
  border: 1px solid #500E00;
}

INPUT:FOCUS, TEXTAREA:FOCUS {
  border: 1px solid #CC0000;
  background-color: #DFD1AC;
}

.button {
  display: inline-block;
  text-decoration: none;
  font-weight: bold;
  color: #F6E7BE;
  background-color: #60250A;
}

INPUT.readonly {
  background-color: #DFD1AC;
}

INPUT.readonly:FOCUS {
  background-color: #DFD1AC;
  border: 1px solid #500E00;
}

A {
  color: #500E00;
  text-decoration: none;
}

A:HOVER {
  text-decoration: underline;
}

TD {
  text-align: left;
}


#div_main_wrapper {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #500E00;
  background-color: #F6E7BE;
}

#div_page_head a, img {
  border: none;
}

#div_page_head {
  margin-bottom: 5px;
}

#div_left_menu {
  float: left;
  width: 160px;
  padding-right: 5px;
  min-height: 300px;
  border-right: 1px dotted #572513;
}

#div_content_wrapper {
  min-height: 300px;
  padding: 5px;
}

#div_page_footer {
  clear: both;
  border-top: 1px solid #572513;
  margin-bottom: 20px;
  margin-top: 30px;
  padding: 5px;
  font-size: 11px;
}

A.footer {
  text-decoration: none;
  color: #500E00;
}


.menubox {
 text-align: left;
 padding: 5px;
 background-color: #60250A;
}

.menutitle{
  border-bottom: 1px dotted #F39609;
  font-variant: small-caps;
  text-align: center;;
  font-weight: bold;
  color: #F6E7BE;
  padding: 5px;
  margin-bottom: 5px;
}

A.menuitem {
  color: #F6E7BE;
  text-decoration: none;
  display: block;
  margin: 0px;
  padding-left: 18px;
  height: 15px;
  background-image : url(/skins/telegraf/img/menu_bg.png);
  background-repeat: no-repeat;
  margin-bottom:5px;
}

A.menuitem:HOVER {
  color: #F39609;
  background-position: 0 -15px;
}

.title {
  font-size: 1.5em;
  font-weight: bold;
  font-variant: small-caps;
  margin-bottom: 10px;
  padding: 5px;
  text-align: center;
}

.debug {
  font-size: 10px;
  color: red;
}

.error {
  font-size: 13px;
  font-weight: bold;
  color: #F00;
  padding: 10px;
}

.selalpha{
  font-size: 15px;
  font-weight: bold;
}

TABLE.inpage {
  border-bottom: 1px solid #443315;
  border-right: 1px solid #443315;
}

TD.inpage {
  border-top: 1px solid #443315;
  border-left: 1px solid #443315;
  padding: 2px;
}

TD.inpage_light {
  border-top: 1px solid #443315;
  border-left: 1px solid #443315;
  background-color: #EDE8D6;
  padding: 2px;
}

TH.inpage {
  font-weight: bold;
  border-top: 1px solid #443315;
  border-left: 1px solid #443315;
  background-color: #EDE8D6;
  padding: 2px;
}

.green {
  color: #00C000;
  font-weight: bold;
}

.print_footer {
  font-size:0.5em;
}

.negative {
  color: #F00;
}

.positive {

}

#div_tips{
  left: 0px;
  margin: 0px 0px 0px 0px;
  width: 250px;
  background-color: #C8BB9B;
  border: 1px solid #FF0000;	
}

LI.tips {
  margin: 0px 0px 3px 0px;
  padding: 3px;
  cursor: pointer;
  list-style-type: none
}
 
LI.tips :hover {
    background-color: #DFD1AC;
}

#printer_background {
  background-color: #FFF;
}

.nowrap {
  white-space: nowrap;
}

/*03-10-2012*/
.pack_large_edit, .pack_small_edit {
  color: #0000EE;
}

.star {
  display: inline;
}

.rating {
  display: inline;
  font-weight: bold;
  margin-left: 15px;
}

#submit_excel {
    background: url("/img/excel.png") no-repeat scroll 0 0 transparent;
    border: medium none;
    font-weight: bold;
    padding: 0 0 0 16px;
    text-decoration: underline;
}

#submit_excel:hover {
   background-color: #C8BB9B;
}


#flasher {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 2px solid;
  border-radius: 10px 10px 10px 10px;
  box-shadow: 0 0 20px #FFFFFF;
  color: blue;
  display: none;
  font-size: 2em;
  font-weight: bold;
  right: 20px;
  padding: 10px 25px;
  position: fixed;
  top: 20px;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

h2 {
  text-align: center;
  text-transform: uppercase;
}

input.item {
  width: 99%;
}

.handle {
  float: right;
}

ul#training-items li {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid;
  border-radius: 3px 3px 3px 3px;
  float: left;
  list-style: none outside none;
  margin: 5px;
  padding: 7px;
  text-align: center;
}

ul#training-items {
  float: right;
  width: 99%;
}

.rclear {
  clear: right;
}

a.fleft {
  display: block;
  float: left;
  margin: 0 2px;
}

.comment {
  font-size: 0.8em;
  font-style: italic;
}

#presentation {
  background: none repeat scroll 0 0 #F6E7BE;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.wrapper {
  height: 100%;
  position: relative;
  width: 100%;
}

.fright {
  float: right;
}

.navigation > a {
  background-color: #60250A;
  border: 2px solid;
  border-radius: 10px 10px 10px 10px;
  color: #F6E7BE;
  display: inline-block;
  margin: 0 5px;
  padding: 10px;
  text-decoration: none;
}

.navigation > a:hover {
  background-color: #92360E;
}

.clearer {
  clear: both;
}

#presentation .title {
  border-bottom: 3px double;
  margin: 0 0 10px;
  height: 46px;
  overflow: hidden;
}

#presentation .title p {
  display: inline-block;
  margin: 0;
  padding: 13px 0 0 20px;
}

.slide {
  bottom: 30px;
  position: absolute;
  top: 70px;
  width: 100%;
}

#presentation .foot {
  border-top: 3px double;
  bottom: 0;
  font-size: 19px;
  font-weight: bold;
  height: 23px;
  position: absolute;
  text-align: center;
  width: 100%;
}

.slide > img, .slide > a {
  display: block;
  height: 100%;
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
}

#test_container {
  min-height: 600px;
}

#test_timer {
  background-color: #F6E7BE;
  border: 2px solid #500E00;
  border-radius: 5px 5px 5px 5px;
  box-shadow: 0 0 5px red;
  font-size: 1.5em;
  font-weight: bold;
  padding: 5px;
  position: fixed;
  right: 5px;
  top: 5px;
  display: none;
}

.question {
  font-size: 24px;
  font-weight: bold;
}

#test_container td {
  font-size: 22px;
  padding: 5px;
}

.test-nav.button {
  border-radius: 7px 7px 7px 7px;
  font-size: 18px;
  margin: 20px;
  padding: 10px;
  cursor:pointer;
}

a.test-rap {
  color: #F6E7BE;
  background-color: #60250A;
  border: 1px solid: #60250A;
  border-radius: 5px 5px 5px 5px;
  display: inline-block;
  font-weight: bold;
  margin: 0 1px;
  padding: 3px 10px;
  text-decoration: none;
}
a.test-rap:hover {
  background-color: #8D340E;
}

h4 {
  border-bottom: 1px solid;
  font-size: 1.3em;
  margin: 5px 0;
}

p.q-small {
  font-weight: bold;
  margin: 0;
  padding: 0;
}

p.a-small {
  margin: 0;
  padding: 0 0 0 10px;
}

p.a-small.valid {
  color: green;
}

p.a-small.invalid {
  color: red;
}

p.a-small.missing {
  color: blue;
}


span.exp {
  color: #000000;
  display: inline-block;
  font-size: 0.9em;
  font-style: italic;
  margin: 0 10px;
}


