body {
    background-color: #EFEFEF;
    font-family: 'Tahoma', sans-serif;
    font-size: 14px;
    color: #606060;
}

a {
    color: #426da3;
    font-weight: bolder;
}

footer {
    position: relative;
    background-color: #FFF;
    width: 100%;
    bottom: 0;
    text-align: center;
    font-style: italic;
    font-size: 12px;
    color: #cacaca;
}

iframe {
    width: 900px;
    height: 300px;
    border: 0;
    padding: 0;
    margin: 0;
    margin-left: 40px;
    margin-bottom: 20px;
    overflow: hidden;
    display: none;
}

@media all and (min-width: 880px) {
    iframe {
        display: block;
    }
}

#wrapper {
    background: #FFFFFF;
    width: 1000px;
    margin: 20px auto;
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
}

#header {
    width: 1000px;
    height: 50px;
    background: #D0E8F7;
    background: linear-gradient(to bottom, #D0E8F7, #ADD6F0);
}

#header .logo {
    float: left;
    background: url('images/giktat_logo.png') no-repeat;
    width: 167px;
    height: 50px;
    margin-right: 35px;
}

#header .page_title {
    float: left;
    width: 797px;
    padding-top: 15px;
    font-size: 16px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #3884a8;
    line-height: 18px;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, .6);
}

#content {
    clear: both;
    padding: 10px;
}

#content table {
    background: #f5f5f5;
    border-collapse: separate;
    padding: 5px;
    font-size: 12px;
    line-height: 24px;
    margin: 30px auto;
    text-align: left;
    width: 600px;
}

#content table thead td {
    background: black;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(black, grey);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(black, grey);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(black, grey);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(black, grey);
    /* Standard syntax */
    color: white;
    padding: 8px;
    font-size: 14px;
}

#content table tbody td {
    background: #FFF;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#DDD, #FFF);
    background: -o-linear-gradient(#DDD, #FFF);
    background: -moz-linear-gradient(#DDD, #FFF);
    background: linear-gradient(#DDD, #FFF);
    padding: 8px;
    font-size: 12px;

}

#content table tbody td:last-child {
    text-align: center;
}

#content table tbody td:hover {
    background: #FFF;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#FFF, #DDD);
    background: -o-linear-gradient(#FFF, #DDD);
    background: -moz-linear-gradient(#FFF, #DDD);
    background: linear-gradient(#FFF, #DDD);
    padding: 8px;
    font-size: 12px;
}

.empty {
    text-align: center;
    font-weight: bold;
    padding: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
}