@media only print{
  .nonprint{ display:none; }
  #content{box-shadow: none !important;}
} 
@media only screen{
  .nonscreen{ display:none; }
}
body{
  font-family: Verdana;
  font-size: 1em;
}
button.tablehead{
  padding:0.5em 1em;
  font-weight:bold;
  cursor:pointer;
}
button.active{
  background-color: #6636cc;
  color:white;
}
#tabs {
  overflow: hidden;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

#tabs li {
  float: left;
  margin: 0 .5em 0 0;
}

select {
  background-color: #f6f6f6;
}

#tabs a {
  position: relative;
  background: #ddd;
  background-image: linear-gradient(to bottom, #fff, #ddd);
  padding: .3em 0.5em;
  float: left;
  text-decoration: none;
  color: #444;
  text-shadow: 0 1px 0 rgba(255,255,255,.8);
  border-radius: 5px 0 0 0;
  box-shadow: 0 2px 2px rgba(0,0,0,.4);
}

#tabs a:hover,
#tabs a:hover::after,
#tabs a:focus,
#tabs a:focus::after {
  background: #f6a828 ;
}

#tabs a:focus {
  outline: 0;
}

#tabs a::after {
  content:'';
  position:absolute;
  z-index: 1;
  top: 0;
  right: -.5em;
  bottom: 0;
  width: 1em;
  background: #ddd;
  background-image: linear-gradient(to bottom, #fff, #ddd);
  box-shadow: 2px 2px 2px rgba(0,0,0,.4);
  transform: skew(10deg);
  border-radius: 0 5px 0 0;
}

#tabs #current a,
#tabs #current a::after {
  background: #6636cc;
  color: white;
  z-index: 3;
}

#content {
  background: #fff;
  padding: 1em;
/*  height: 220px;*/
  position: relative;
  z-index: 2;
  border-radius: 0 5px 5px 5px;
  box-shadow: 0 -2px 3px -2px rgba(0, 0, 0, .5);
}

table.tt {
  font-family: Verdana, Geneva, sans-serif;
  border: 1px solid #1C6EA4;
/*  background-color: #EEEEEE;*/
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}
table.tt td, table.tt th {
  border: 1px solid #AAAAAA;
  padding: 3px 2px;
}

table.tt tbody tr:nth-child(2n) {
  background-color: #D0E4F5;
}

table.tt tbody tr:nth-child(2n+1) {
  background-color: #EEEEEE;
}

table.tt  tbody tr:hover {background-color:#f0eb96;}

table.tt tbody td {
  font-size: 0.9em;
  vertical-align: top;
}
/*table.tt tr:nth-child(even) {
  background-color: #D0E4F5;
}*/
table.tt thead {
  background: #1C6EA4;
  background: -moz-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
  background: -webkit-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
  background: linear-gradient(to bottom, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
  border-bottom: 2px solid #444444;
}
table.tt thead th {
  font-size:0.9em;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  border-left: 2px solid #D0E4F5;
}
table.tt thead th:first-child {
  border-left: none;
}

table.tt tfoot td {
  font-size: 14px;
}
table.tt tfoot .links {
  text-align: right;
}
table.tt tfoot .links a{
  display: inline-block;
  background: #1C6EA4;
  color: #FFFFFF;
  padding: 2px 8px;
  border-radius: 5px;
}  
table.tt .col{
  padding:0 3px;
  margin:2px 3px 2px 0;
  border-radius:5px;
  border: 1px solid grey; 
  cursor: pointer;
  float:left;
} 

.tt_overview{
  padding: 1px 3px;
  margin:0 0.5em 0.5em 0;
  border-radius:5px;
  border: 1px solid grey;   
  font-size: 0.9em;
  cursor: pointer;
}

.row.addcursor{
  cursor: cell; 
}
.row{
  cursor: pointer; 
}
