/* 
    Document   : style
    Created on : 2010-09-28, 16:08:58
    Author     : Jakub
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

body {
	background: #CF122D;
    margin: 0 auto;
}

.redCell {
    background-color: #FFBFC7;
}

.greenCell {
    background-color: #b1ebb4;
}
.error{
    color: red;
    font-weight: bold;
}

#table-container{
	text-align: center;
}








table {
  border-collapse: collapse;
  border: 1px solid #000000;
  font: normal 12px verdana, arial, helvetica, sans-serif;
  color: #363636;
  background: #FFFFFF;
  }
caption {
  text-align: center;
  font: bold 18px arial, helvetica, sans-serif;
  background: transparent;
  padding:6px 4px 8px 0px;
  color: #03476F;
  text-transform: uppercase;
  }
td, th {
  border: 1px dotted #000000;
  padding: .4em;
  color: black;
  }

thead th, tfoot th {
  font: bold 14px verdana, arial, helvetica, sans-serif;
  border: 1px solid #000000;
  text-align: left;
  background: #10171F;
  color: #FFFFFF;
  padding-top:3px;
  }
  .header {
  font: bold 11px verdana, arial, helvetica, sans-serif;
  border: 1px solid #000000;
  text-align: left;
  background: #10171F;
  color: #FFFFFF;
  padding-top:3px;
  }
tbody td a {
  background: transparent;
  text-decoration: none;
  color: #363636;
  }
tbody th a:hover {
  background: #C2F64D;
  color: #363636;
  }
tbody th a {
  font: normal 11px verdana, arial, helvetica, sans-serif;
  background: transparent;
  text-decoration: none;
  font-weight:normal;
  color: #363636;
  }
tbody th a:hover {
  background: transparent;
  color: #363636;
  }
tbody th, tbody td {
  vertical-align: top;
  text-align: left;
  }
tfoot td {
  border: 1px solid #000000;
  background: #4591AD;
  padding-top:3px;
  color: #FFFFFF;
  }
.odd {
  background: #AEE239;
  }
tbody tr:hover {
  background: #acb8bf;
  border: 1px solid #000000;
  color: #FFFFFF;
  }
tbody tr:hover th,
tbody tr.odd:hover th {
  background: #10171F;
  color: #10171F;
  }