root { 
    display: block;
}
body {
    font-family:Verdana, Geneva, sans-serif;
    font-size:12px;
    color: #36518f;
}
table {
    border-top: 1px solid #758fba;
    border-right: 1px solid #6c84ab;
    border-bottom: 1px solid #5c6f91;
    border-left: 1px solid #6c84ab;

}
td
{
    margin:3px;
    border-top: 1px solid #5c6f91;

    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
    font-size: 11px;
    line-height: 1;
    padding: 5px 5px 5px 5px;
    text-align: center;
}

a {
    font-family:Verdana, Geneva, sans-serif ;
    font-size:16px;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    color: #6D5446;
}

button.skip {
    background: #36518f;
    background: -moz-linear-gradient(top, #8c9cbf 0%, #546a9e 50%, #36518f 50%, #3d5691 100%);
    background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #8c9cbf), color-stop(0.5, #546a9e), color-stop(0.5, #36518f), color-stop(1, #3d5691));
    border: 1px solid #172d6e;
    border-bottom: 1px solid #0e1d45;
    box-shadow: inset 0 1px 0 0 #b1b9cb;
    color: #fff;
    font-family: "helvetica neue", helvetica, arial, sans-serif;
    font-size: 9px;
    font-weight: bold;
    padding: 4px 2px 4px 2px;
    text-decoration: none;
    text-align: center;
    text-shadow: 0 -1px 1px #000f4d;
    margin:2px;
}

button.skip:hover {
    background: #2f477d;
    background: -moz-linear-gradient(top, #7f8dad 0%, #4a5e8c 50%, #2f477d 50%, #364c80 100%);
    background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #7f8dad), color-stop(0.5, #4a5e8c), color-stop(0.5, #2f477d), color-stop(1, #364c80));
    cursor: pointer;
}

button.skip:active {
    background: #A65F00;
    -moz-box-shadow: inset 0 0 20px 0 #1d2845, 0 1px 0 #fff;
    -webkit-box-shadow: inset 0 0 20px 0 #1d2845, 0 1px 0 #fff;
    box-shadow: inset 0 0 20px 0 #1d2845, 0 1px 0 #fff;
    cursor: pointer;
} 



button.skip_selected {
    background: #A65F00;
    background: -moz-linear-gradient(top, #FFC373 0%, #FFAD40 50%, #A65F00 50%, #FF9200 100%);
    background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #FFC373), color-stop(0.5, #FFAD40), color-stop(0.5, #A65F00), color-stop(1, #FF9200));
    border: 1px solid #A65F00;
    border-bottom: 1px solid #FFC373;
    box-shadow: inset 0 1px 0 0 #D5B285;
    color: #fff;
    font-family: "helvetica neue", helvetica, arial, sans-serif;
    font-size: 9px;
    font-weight: bold;
    padding: 4px 2px 4px 2px;
    text-decoration: none;
    text-align: center;
    text-shadow: 0 -1px 1px #000f4d;
    margin:2px;
}
button.skip_selected:hover {
    background: #A65F00;
    background: -moz-linear-gradient(top, #FD9E1E 0%, #BE8840 50%, #FEB656 50%, #FEC983 100%);
    background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #FD9E1E), color-stop(0.5, #BE8840), color-stop(0.5, #FEB656), color-stop(1, #FEC983));
    cursor: pointer;
}
button.skip_selected:active {
    background: #36518f;
    -moz-box-shadow: inset 0 0 20px 0 #1d2845, 0 1px 0 #fff;
    -webkit-box-shadow: inset 0 0 20px 0 #1d2845, 0 1px 0 #fff;
    box-shadow: inset 0 0 20px 0 #1d2845, 0 1px 0 #fff;
    cursor: pointer;
} 


.center_side
{
    margin:3px;
    border-bottom: 1px solid #dedede;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
    font-size: 9px;
    color:  #36518f;
    line-height: 1;
    padding: 5px 5px 5px 5px;
    text-align: center;

}

.left_side
{
    margin:3px;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
    font-size:11px;
    font-weight: bold;
    line-height: 1;
    padding: 5px 5px 5px 5px;
    color: #36518f;
    text-align: left;
    background: #FEC983;
}

.decriptionDiv{
    margin:1px;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
    font-size:11px;
    line-height: 12px;
    padding: 2px 2px 2px 10px;
    font-weight:normal;
    text-align: left;
}


h2{
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
    font-size:15px;
    font-weight: bold;
    padding: 2px 2px 2px 2px;

}

.descTr{
    display: none;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
    font-size:10px;
    background: #5099D1;
    color:#fff;

}
.evenTr{
     background: #FFECD2;
}