﻿body
{
    font-size: 10pt;
    font-family: Arial;
}

h1
{
    font-size: 16pt;
    font-family: Arial;
    font-weight: bold;
}

h2
{
    font-size: 10pt;
    font-family: Verdana;
    font-weight: bold;
}

a
{
    color: Black;
    text-decoration: none;
}

a:hover
{
    color: Blue;
    text-decoration: underline;
}


.overlay
{
    display: inline;
    position: fixed;
    z-index: 99;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    filter: alpha(Opacity=70);
    opacity: .70;
    -moz-opacity: 0.70;
    background: url(../images/loading-indicator.gif) #d2d2d2 fixed no-repeat center center;
}

.overlayNoAnim
{
    display: inline;
    position: fixed;
    z-index: 99;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    filter: alpha(Opacity=70);
    opacity: .70;
    -moz-opacity: 0.70;
    background: #d2d2d2 fixed no-repeat center center;
}



.accordionHeader
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #00688B;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.accordionHeaderSelected
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #2290AD;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.accordionContent
{
    background-color: #B4CDCD;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}

.accordionLink
{
    background: none;
    text-decoration: underline;
    color: White;
}

.accordionLink:hover
{
    background: none;
    text-decoration: underline;
    color: White;
}

A.title
{
    font-size: 12px;
    color: #89a7ba;
}
A.title:link
{
    font-size: 12px;
    color: #89a7ba;
}
A.title:visited
{
    font-size: 12px;
    color: #89a7ba;
}
A.title:hover
{
    font-size: 12px;
    color: #89a7ba;
    text-decoration: underline;
}



GridViewHeaderSortA
{
    background: url(images/arrow_up.gif) no-repeat 95% 50%;
}
GridViewHeaderSortD
{
    background: url(images/arrow_down.gif) no-repeat 95% 60%;
}



TEXTAREA
{
    border-right: #636363 1px solid;
    border-top: #636363 1px solid;
    border-left: #636363 1px solid;
    color: black;
    border-bottom: #636363 1px solid;
    background-color: white;
}
INPUT.btn
{
    border-right: black 1px;
    border-top: black 1px;
    font-size: 8pt;
    border-left: black 1px;
    color: white;
    border-bottom: black 1px;
    font-family: Arial;
}
.title
{
    font-weight: bold;
    color: #1a4f85;
    font-size: small;
}

header_title
{
	font-weight: bold;
	color: #1a4f85;
	font-size: small;
}


.small
{
    font-weight: bold;
    font-size: smaller;
    font-family: Arial;
}


A.nav_over
{
    font-weight: bold;
    color: #d3d3d3;
}
IMG.pic
{
    border-right: gray 1px solid;
    border-top: gray 1px solid;
    border-left: gray 1px solid;
    border-bottom: gray 1px solid;
}
.big_title
{
    font-weight: bold;
    font-size: 14px;
    color: #347092;
    font-family: Verdana;
}
TABLE
{
    border-right: medium none white;
    border-top: medium none white;
    border-left: medium none white;
    border-bottom: medium none white;
}


.mpLoggedUserDIV1
{
    background-color: #d5d5d5;
    background-image: url(../images/bg.gif);
    text-align: center;
    width: 100%;
    position: absolute;
    overflow: auto;
    top: 0px;
    bottom: 0px;
    left: 0px;
    background-repeat: repeat-x;
}

.mpLoggedUserTable1
{
    width: 100%;
    background-image: url(../images/bg_header.gif);
}

.mpLoggedUserBgMenu
{
    background-image: url(../images/bg_menu.gif);
}


.mpLoggedUser_menu_btn_login
{
    background-image: url(../images/menu_btn_login_new.gif);
}

.mpLoggedUser_menu_btn_exit
{
    background-image: url(../images/menu_btn_exit_new.gif);
}


.mpLoggedUser_enter_06
{
    background-image: url(../images/enter_06.gif);
}


.mpLoggedUserFooter
{
    background-image: url(../images/footereng.jpg);
}

.mpLoggedLogo
{
  background-image:none;
}


.EntrInSystemUC_bgGrey
{
    background-image: url(../images/bg_grey.gif);
}

.SystemManagement_Categories
{
    background-color: #000066;
    color: #FFFFFF;
    font-weight: bold;
    font-family: Arial;
    font-size: 12pt;
    width: 33%;
}

.BgColorTheme1
{
    background-color: #999999;
}

.BgColorTheme2
{
    background-color: #515151;
}


.BgColorTheme3
{
    background-color: #507CD1;
}




