a {text-decoration: none; color : #0066FF; font-weight:bold;}

.btn { background: #1e2d38;
background-image: -webkit-linear-gradient(top, #1e2d38, #617f91);
background-image: -moz-linear-gradient(top, #1e2d38, #617f91);
background-image: -ms-linear-gradient(top, #1e2d38, #617f91);
background-image: -o-linear-gradient(top, #1e2d38, #617f91);
background-image: linear-gradient(to bottom, #1e2d38, #617f91);
-webkit-border-radius: 4;
-moz-border-radius: 4;
border-radius: 4px;
font-family: Arial;
color: #ffffff;
font-size: 18px;
padding: 10px 20px 10px 20px;
text-decoration: none;
}
.btn:hover {
background: #3cb0fd;
background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
text-decoration: none;
}

BODY {margin: 0}

.TBL {
        margin:0px;padding:0px;
        width:100%;
        box-shadow: 10px 10px 5px #888888;
        border:1px solid #000000;

        -moz-border-radius-bottomleft:0px;
        -webkit-border-bottom-left-radius:0px;
        border-bottom-left-radius:0px;

        -moz-border-radius-bottomright:0px;
        -webkit-border-bottom-right-radius:0px;
        border-bottom-right-radius:0px;

        -moz-border-radius-topright:0px;
        -webkit-border-top-right-radius:0px;
        border-top-right-radius:0px;

        -moz-border-radius-topleft:0px;
        -webkit-border-top-left-radius:0px;
        border-top-left-radius:0px;
}.TBL table{
    border-collapse: collapse;
        border-spacing: 0;
        width:100%;
        height:100%;
        margin:0px;padding:0px;
}.TBL tr:last-child td:last-child {
        -moz-border-radius-bottomright:0px;
        -webkit-border-bottom-right-radius:0px;
        border-bottom-right-radius:0px;
}
.TBL table tr:first-child td:first-child {
        -moz-border-radius-topleft:0px;
        -webkit-border-top-left-radius:0px;
        border-top-left-radius:0px;
}
.TBL table tr:first-child td:last-child {
        -moz-border-radius-topright:0px;
        -webkit-border-top-right-radius:0px;
        border-top-right-radius:0px;
}.TBL tr:last-child td:first-child{
        -moz-border-radius-bottomleft:0px;
        -webkit-border-bottom-left-radius:0px;
        border-bottom-left-radius:0px;
}.TBL tr:hover td{

}
.TBL tr:nth-child(odd){ background-color:#e5e5e5; }
.TBL tr:nth-child(even)    { background-color:#ffffff; }.TBL td{
        vertical-align:middle;


        border:1px solid #000000;
        border-width:0px 1px 1px 0px;
        text-align:left;
        padding:7px;
        font-size:11px;
        font-family:Arial;
        font-weight:normal;
        color:#000000;
}.TBL tr:last-child td{
        border-width:0px 1px 0px 0px;
}.TBL tr td:last-child{
        border-width:0px 0px 1px 0px;
}.TBL tr:last-child td:last-child{
        border-width:0px 0px 0px 0px;
}
.TBL tr:first-child td{
                background:-o-linear-gradient(bottom, #333333 5%, #000000 100%);        background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #333333), color-stop(1, #000000) );
        background:-moz-linear-gradient( center top, #333333 5%, #000000 100% );
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#333333", endColorstr="#000000");        background: -o-linear-gradient(top,#333333,000000);

        background-color:#333333;
        border:0px solid #000000;
        text-align:center;
        border-width:0px 0px 1px 1px;
        font-size:14px;
        font-family:Arial;
        font-weight:bold;
        color:#ffffff;
}
.TBL tr:first-child:hover td{
        background:-o-linear-gradient(bottom, #333333 5%, #000000 100%);        background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #333333), color-stop(1, #000000) );
        background:-moz-linear-gradient( center top, #333333 5%, #000000 100% );
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#333333", endColorstr="#000000");        background: -o-linear-gradient(top,#333333,000000);

        background-color:#333333;
}
.TBL tr:first-child td:first-child{
        border-width:0px 0px 1px 0px;
}
.TBL tr:first-child td:last-child{
        border-width:0px 0px 1px 1px;
}


.fancybox-custom .fancybox-skin {
        box-shadow: 0 0 50px #222;
}

