﻿/*------------------------  MASTER  PAGE ------------------------------------*/
body { background-color: #fff; }

div.TopHeader {
    background-color: #efefef;
    color: #666;
}
div.AppHeader div.AppNameContainer { color: #c1c1c1; }
    div.AppHeader img { padding-left:15px; }
    div.AppHeader div.AppNameContainer div.AppEnv span { background-color: #333 }

div.footer { background-color: #f5f5f5; }
    div.footer div.footer-container { color: #c1c1c1; text-shadow: 1px 1px 1px #fff;}


div.TopMenuContainer { background: none repeat scroll 0 0 #f5f5f5 !important; }
    div.TopMenuContainer > div > a { color: #777777; font-size: 18px; }

    div.TopMenuContainer a { color: #444; }
        div.TopMenuContainer a:hover, div.TopMenuContainer a:focus { color: #008AC2 !important; }
    div.TopMenuContainer .active a { background-color: #e7e7e7; color: #008AC2; font-weight: bold; }

a, a:hover, a:focus, a:visited { color: #428bca; text-decoration: none; }
    a:hover, a:focus { color: #2a6496; text-decoration: underline; }
    a:focus { outline: thin dotted #333333; outline-offset: -2px; }

div.search_result > table > thead > tr > th,
div.search_result > table > thead > tr > td,
div.search_result > table > tbody > tr > th,
div.search_result > table > tr > th {
    background-color: #008AC2;
    color: #fff;
}

.MyDataPager ul.pagination .active a { background-color: #fff !important; color:#0099cc; border-color: #0099cc; }

.Button, a.Button, input.Button, button.Button { background-color: #afafaa; color:#fff; border-color: #fff; }
    .Button:hover:enabled, a.Button:hover:enabled, input.Button:hover:enabled, button.Button:hover:enabled,
    .Button:focus:enabled, .Button:active:enabled {
        background-color: #666666;
    }

label {
    color: #666 !important;
}