body,div,input,select {
  font-family: sans-serif;
  font-size: 15px;
}

.normal{font-weight:normal;}
.warning{color:red;font-weight:normal;align:center;}
.navigation_blue{
background-color:#2ebff6;
color:white;
text-shadow: none;
}
.navigation_red{
background-color:#a00e00;
color:white;
text-shadow: none;
}

.button_blue {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #214f96), color-stop(1, #002450));
  background-image: -moz-linear-gradient(top, #214f96 0%, #002450 100%);
  color: #fff;
  text-shadow: 1px 1px 1px #444;
}
#table-custom-2{
font-size:14px;
}
#table-custom-2 .red {
    background-color: #F3DEDE;
    text-shadow:none;
    
}

#table-custom-2 .blue {
    background-color: #D8EDF7;
    text-shadow:none;
}

#table-custom-2 .green {
    background-color: #DEF0D9;
    text-shadow:none;
}

#table-custom-2 tr.white {
    text-shadow:none;
}


#table-custom-2 tr:hover {
    cursor: pointer; background-color: #E6E6E6;
    text-shadow:none;
}

#table-custom-2 .no_background {
    background-color: white;
    text-shadow:none;
}

