body {
    font-family: verdana;
    font-size: 12px;
    margin: 0px;
    color: black;
}

a {
    color: #003399;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a.menu{ }
a.menu:hover{
    
    }

input {
    font-family: Verdana,Arial,sans-serif;
    background: white;
    color: black;
    font-size: 11px;
    border: 1px solid #827F80;
}

select {
    background-color: white;
    color: black;
    font-size: 10px;
    border: 1px solid #003399;
}

.textarea {
    font-family: Verdana,Arial,sans-serif;
    background: white;
    color: black;
    font-size: 11px;
    height: 50px;
    border: 1px solid #827F80;
}

.button {
    font-size: 11px;
    color: white;
    background-color: gray;
    border: 1px solid white;
    cursor: hand;
    font-weight: bold;
}

th.menu {
    background-color: white;
}

.pnlTitle {
    background: silver;
    background-image: url(../app_images/bgTitle.gif);
    background-repeat: repeat-x;
    vertical-align: middle;
    color: white;
    height: 21px;
    font-weight: bold;
}

.lblTitle {
    color: white;
    font-size: 14px;
    font-weight: bold;
}

.pnlSearch {
    background: #EAEAEA;
    font-weight: bold;
}

.pnlToolbar {
    background: silver;
    background-image: url(../app_images/bgHeader.gif);
    background-repeat: repeat-x;
}

.RowStyle {
    background: #EDEDED;
}

.AltRowStyle {
}

.PagerStyle {
    background-image: url(../app_images/bgPager.gif);
    background-repeat: repeat-x;
    color: black;
}

.HeaderStyle {
    background-image: url(../app_images/bgHeader.gif);
    background-repeat: repeat-x;
    color: black;
    text-align: left;
    font-weight: bold;
    height: 20px;
}

.FooterStyle {
    background: #D4D0C9;
    background-image: url(../app_images/bgHeader.gif);
    background-repeat: repeat-x;
}

.SelectedRowStyle {
    background: #CCDFF9;
}

.EmptyRowStyle {
    color: red;
    font-weight: bold;
}

.PnlDetail {
    background: #E0E0E0;
    border-style: solid;
    border-width: 1px;
    border-top: none;
    border-color: Gray;
}

.PnlMonument {
    background: #E0E0E0;
    border-style:  none;
    border-width: 0px;
    border-top: none;
}

.Errortext {
    color: red;
    font-weight: bold;
}

.TitleWebview {
    font-family: verdana;
    font-size: 15px;
    text-align: center;
    margin: 0px;
    color: black;
    font-weight: bold;
}

.BodyWebview {
    font-family: verdana;
    font-size: 10px;
    margin: 0px;
    color: black;
}

