﻿body
{
    margin: 0px;
    padding: 0px;
    background-color: #87ccff;
}
.HeaderBody
{
    font-family: Arial;
    font-size: 16px;
    color: #000000;
    text-align: justify;
    background-color: #d1ad96;
    padding-left: 15px;
    height: 22px;
}
.Text
{
    font-family: Tahoma;
    font-size: 12px;
    color: #000000;
    font-weight: normal;
    text-align: justify;
    height: 25px;
    background-color: #d0d0d0;
    width: 511px;
}
.HeaderSubBody
{
    font-family: Tahoma;
    font-size: 12px;
    color: #000000;
    font-weight: normal;
    text-align: justify;
    height: 25px;
    background-color: #d0d0d0;
    padding-left: 5px;
    border-top-style: solid;
    border-top-color: #ffffff;
    border-top-width: 3px;
    border-bottom-style: solid;
    border-bottom-color: #ffffff;
    border-bottom-width: 3px;
}
.HeaderSubGridView
{
    font-family: Arial;
    font-size: 14px;
    color: #000000;
    text-align: justify;
    height: 25px;
    padding-left: 15px;
    background-color: #dadada;
}
.DetailLabel
{
    font-family: Tahoma;
    font-size: 11px;
    color: #000000;
    font-weight: normal;
    text-align: justify;
    margin-left: 0px;
}
.DetailLabelRO
{
    font-family: Tahoma;
    font-size: 11px;
    color: #000000;
    font-weight: normal;
    text-align: justify;
    background-color: #cbd7ff;
    margin-left: 0px;
}
.MessageLabel
{
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    color: #ff0000;
    text-align: center;
}
.TableOuter
{
    width: 1020px;
    height: auto;
    background-color: #ffffff;
}
.tdpadding
{
    padding-bottom: 2px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
}
.TableInner
{
    font-family: Tahoma;
    font-size: 11px;
    color: #000000;
    text-align: justify;
    width: 100%;
   
}
.MenuTable
{
    font-family: Arial;
    font-size: 12px;
    color: #ffffff;
    font-weight: normal;
    text-align: justify;
    width: 100%;
    height: 28px;
    background-image: url(../images/BGMenu.jpg);
}
.MenuText
{
    font-family: Arial;
    font-size: 12px;
    color: #ffffff;
    font-weight: normal;
    text-align: justify;
}
.MenuMain
{
    width: 100%;
    height: 28px;
    text-align: justify;
    background-color: #c2e4ff;
    border-bottom-color: #000000;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}
.MenuMainText
{
    font-family: Arial;
    font-size: 12px;
    color: #000000;
    font-weight: normal;
    text-align: justify;
    background-color: #c2e4ff;
}
.MenuMainText a
{
    color: #000000;
}
.MenuMainText a:hover
{
    color: #FF0000;
}
.TextBody
{
    font-family: Tahoma;
    font-size: 11px;
    color: #000000;
    text-align: justify;
}
.TextFooter
{
    font-family: Verdana;
    font-size: 10px;
    color: #000000;
    text-align: center;
    background-image: url(../images/BGFooter.jpg);
    height: 39px;
}
.BandFooter
{
    width: 100%;
    height: 30px;
    text-align: center;
    background-color: #c9c8c6;
}
.ButtonSmallStyle
{
    width: 20px;
    font-family: Tahoma;
    font-size: 10px;
}
.ButtonNormalStyle
{
    font-family: Tahoma;
    font-size: 10px;
    margin-bottom: 0px;
}
.ButtonNormalStyle13
{
    font-family: Tahoma;
    font-size: 8px;
}

.PanelStyle
{
    width: 100%;
}
.GridViewStyle
{
    border: 2px none #333333;
    font-family: Tahoma;
    font-size: 10px;
    text-align: left;
    width: 100%;
    color: #000000;
    margin-bottom: 0px;
}
.GridViewHeaderStyle
{
    font-family: Tahoma;
    font-size: 11px;
    color: #ffffff;
    font-weight: bold;
    text-align: left;
    background-color: #6d6b6b;
    height: 22px;
}
.GridViewHeaderStyle a
{
    color: #ffffff;
    background-color: #6d6b6b;
}
.GridViewRowStyle
{
    color: #000000;
    text-align: left;
    background-color: #f1efe8;
    vertical-align: top;
}
.GridViewSelectedRowStyle
{
    font-family: Tahoma;
    font-size: 11px;
    color: #333333;
    font-weight: bold;
    text-align: left;
    background-color: #E2DED6;
}
.GridViewAlternatingRowStyle
{
    color: #284775;
    text-align: left;
    vertical-align: top;
    background-color: #ffffff;
}
.GridViewEditRowStyle
{
    background-color: #999999;
}
.GridViewFooterStyle
{
    background-color: #5D7B9D;
    color: #ffffff;
    font-weight: bold;
}
.GridViewPagerStyle
{
    background-color: #5D7B9D;
    color: #800080;
    text-align: Center;
    font-weight: bold;
    font-size: 11pt;
}
.PopupPanel
{
    background-color: #b4e0ff;
    height: auto;
}
.PopupTable
{
    font-family: Tahoma;
    font-size: 11px;
    color: #000000;
    text-align: justify;
    padding: 5px;
    background-color: #b4e0ff;
}
.DateStyle
{
    font-family: Tahoma;
    font-size: 11px;
    color: blue;
    text-align: justify;
    font-weight: bold;
}
.web_dialog
{
    display: none;
    position: fixed;
    width: 380px;
    height: 200px;
    top: 50%;
    left: 50%;
    margin-left: -190px;
    margin-top: -100px;
    background-color: #ffffff;
    border: 2px solid #336699;
    padding: 0px;
    z-index: 102;
    font-family: Verdana;
    font-size: 10pt;
}
.LinkButton
{
    font-family: Tahoma;
    font-size: 11px;
    color: green;
    text-align: justify;
    font-weight: bold;
}

.LinkButton1
{
    font-family: Tahoma;
    font-size: 11px;
    text-align: right;
}
.LinkButton1 a
{
    color: #004d86;
    text-decoration: underline;
}
.LinkButton1 a:Hover
{
    color: #ff0000;
    text-decoration: none;
}
.modalPopupEmailMsz
{
    background-color: #DDDDDD;
    border: solid 1px Gray;
    font-family: Verdana;
    font-size: 13px;
    color: Maroon;
    font-weight: bold;
    margin: 0px;
    padding: 5px 5px 5px 10px;
}
.autocomplete_completionListElement
{
    background-color: White;
    color: Gray;
    font-family: Tahoma;
    font-size: 11px;
    text-align: left;
    border: buttonshadow;
    border-width: 1px;
    border-style: solid;
    cursor: default;
    overflow: auto;
    height: 350px;
    list-style-type: none;
    font-weight: bold;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}
.autocomplete_highlightedListItem
{
    background-color: #BEBEBE;
    color: White;
    padding: 1px;
    cursor: pointer;
    font-family: Tahoma;
    font-size: 11px;
    font-weight: bold;
}
.autocomplete_listItem
{
    background-color: White;
    color: Gray;
    font-family: Tahoma;
    font-size: 11px;
    font-weight: bold;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}
.modalPopupMsz
{
    background-color: #ffffdd;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 1px;
    width: 700px;
}
.modalPopupMsz p
{
    background-color: #DDDDDD;
    border: solid 1px Gray;
    font-family: Verdana;
    font-size: 13px;
    color: Maroon;
    font-weight: bold;
    margin: 0px;
    padding: 5px 5px 5px 10px;
}
.modalBackgroundMszlife
{
    background-color: Gray;
}
.modalPopupMszlife
{
    background-color: #ffffdd;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 1px;
    width: 450px;
}
.modalPopupMszlife p
{
    background-color: #DDDDDD;
    border: solid 1px Gray;
    font-family: Verdana;
    font-size: 13px;
    color: Maroon;
    font-weight: bold;
    margin: 0px;
    padding: 5px 5px 5px 10px;
}
.web_dialog_overlay
{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    background: #000000;
    z-index: 101;
    display: none;
}
.PortBackDisable
{
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    background: #000000;
    z-index: 101;
}
.PortNonLifePolicyContainer
{
    display: none;
    position: fixed;
    width: 740px;
    height: 600px;
    font-family: Verdana;
    font-size: 10pt;
    overflow: scroll;
    top: 50%;
    left: 50%;
    margin-left: -370px;
    margin-top: -300px;
    background-color: #ffffff;
    border: 2px solid #336699;
    padding: 0px;
    z-index: 102;
}
.Msz_Label
{
    font-family: Tahoma;
    font-size: 10px;
    color: Maroon;
    font-weight: bold;
}
.modalBackgroundEmail
{
    background-color: Gray;
}
.modalPopupEmail
{
    background-color: #ffffdd;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
    width: 800px;
}
.modalPopupEmail p
{
    padding: 3px;
    margin: 2px;
}
.modalBackgroundEmailAccount
{
    background-color: Gray;
}
.modalPopupEmailAccount
{
    background-color: White;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
    width: 600px;
}
.modalPopupEmailAccount p
{
    padding: 3px;
    margin: 2px;
}
.modalBackgroundEmailMsz
{
    background-color: Gray;
}
.modalBackgroundEmailMsz p
{
    padding: 3px;
    margin: 2px;
}
.MsgText1
{
    font-family: Tahoma;
    font-size: 12px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    background-color: #3aaaf6;
}
.SimsonSupport
{
    font-family: Tahoma;
    font-size: 11px;
    text-align: right;
}
.SimsonSupport a
{
    color: #ffffff;
    text-decoration: underline;
}
.SimsonSupport a:Hover
{
    color: #ffffff;
    text-decoration: none;
}
.GridTopStyle
{
    text-align: justify;
    background-color: #39a5f0;
    font-family: Tahoma;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    padding-left: 15px;
    height: 20px;
}
.TreeView
{
    border: 2px solid #000000;
    background-color: White;
    font-family: Tahoma;
    font-size: xx-small;
    width: 100%;
}
.TreeViewParentNodeStyle
{
    font-family: Tahoma;
    font-size: 11px;
    color: Black;
    font-weight: normal;
    padding: 0px;
}
.TreeViewHoverNodeStyle
{
    text-decoration: underline;
    color: #FF0000;
}
.TreeViewSelectedNodeStyle
{
    text-decoration: underline;
    color: #000000;
    padding: 0px;
}
.TreeViewNodeStyle
{
    font-family: Tahoma;
    font-size: 11px;
    color: Black;
    font-weight: normal;
    padding: 0px;
}
#Image1
{
    margin-left: 7px;
}
.headingsifams
{
    background-color: #BF7B50;
    color: #FFF;
    text-decoration: none;
    font-size: 11px;
    padding: 3px;
    font-weight: bold;
}