﻿
table.ResultsSet {
    font-family: tahoma,arial,helvetica;
    font-size: 10;
}

table.ResultsSet tr {
    vertical-align: top;
}

table.ResultsSet a:hover {
    text-decoration: none;
    color: #333377;
    background-color: #ffffff;
}

table.ResultsSet a {
    text-decoration: none;
}

a:hover.BodyLink01 {
    text-decoration: none;
    color: #333377;
    background-color: #dddddd;
}

a.BodyLink01 {
    text-decoration: none;
}

a:hover.BodyLink02 {
    text-decoration: none;
    color: #333377;
    background-color: #ffffff;
}

a.BodyLink02 {
    text-decoration: none;
}

a.BodyLink03 {
    text-decoration: none;
}

a:hover.BodyLink03 {
    text-decoration: none;
}


a:hover.BodyLink04 {
    text-decoration: none;
    color: #333377;
    background-color: #ffffff;
}

a.BodyLink04 {
    text-decoration: none;
}




a:hover.SubNavLink01 {
    text-decoration: none;
    color: #ffffff;
    background-color: #333377;
}

a.SubNavLink01 {
    text-decoration: none;
}

select.Menu01 {
    color: #333377;
    border-style: solid;
    border-width: 1;
    border-color: #666666;
    font-family: tahoma,arial,helvetica;
    font-size: 11;
    cursor: hand;
}

select.Menu02 {
    color: #333377;
    border-style: solid;
    border-width: 1;
    border-color: #666666;
    font-family: tahoma,arial,helvetica;
    font-size: 10;
    cursor: hand;
}

select.Menu02print {
    color: #333377;
    border-top: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #707070;
    font-family: tahoma,arial,helvetica;
    font-size: 10;
}

select.Menu03 {
    color: #333377;
    border-style: solid;
    border-width: 1;
    border-color: #666666;
    font-family: tahoma,arial,helvetica;
    font-size: 9;
    cursor: hand;
}

input.Button01 {
    border-style: outset;
    border-width: 1px;
    border-color: #999999;
    background-color: #ffffff;
    background-image: url(/images/fragomen/buttonbg.gif);
    color: #333377;
    font-family: tahoma,arial,helvetica;
    cursor: hand;
    font-size: 11;
    padding: 2px 2px 2px 2px;
}

input.Button02 {
    border-style: outset;
    border-width: 1px;
    border-color: #999999;
    background-color: #ffffff;
    background-image: url(/images/fragomen/buttonbg.gif);
    color: #333377;
    font-family: tahoma,arial,helvetica;
    cursor: hand;
    font-size: 10;
    padding: 0px 1px 0px 2px;
}

input.RedButton01 {
    border-style: outset;
    border-width: 1;
    border-color: #999999;
    background-color: #ffffff;
    background-image: url(/images/fragomen/buttonbg_red.gif);
    color: #990000;
    font-family: tahoma,arial,helvetica;
    cursor: hand;
    font-size: 11;
    padding: 2px 2px 2px 2px;
}

input.Button04 {
    font-family: tahoma,arial,helvetica;
    height: 35px;
    line-height: 30px;
    vertical-align: middle;
    margin: 0;
    display: inline-block;
    min-width: 80px;
    text-align: center;
    font-size: 14px;
    font-weight: lighter;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all 0.218s;
    -moz-transition: all 0.218s;
    -ms-transition: all 0.218s;
    -o-transition: all 0.218s;
    transition: all 0.218s;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    color: Navy;
    cursor: default;
    border: 1px solid #3079ED;
    cursor: pointer;
    text-shadow: 0 1px rgba(0, 0, 0, 0.1);
    background-color: #dde4ff;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#eeeeee),to(#dde4ff));
    background-image: -webkit-linear-gradient(top,#ffffff,#dde4ff);
    background-image: -moz-linear-gradient(top,#ffffff,#dde4ff);
    background-image: -ms-linear-gradient(top,#ffffff,#dde4ff);
    background-image: -o-linear-gradient(top,#ffffff,#dde4ff);
    background-image: linear-gradient(top,#ffffff,#dde4ff);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dde4ff');
}

    input.Button04:hover {
        text-decoration: none;
        -webkit-transition: all 0.0s;
        -moz-transition: all 0.0s;
        -ms-transition: all 0.0s;
        -o-transition: all 0.0s;
        transition: all 0.0s;
        -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
        -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
        box-shadow: 0 1px 1px rgba(0,0,0,0.1);
        border: 1px solid #2F5BB7;
        color: #000000;
        text-shadow: 0 1px rgba(0, 0, 0, 0.3);
        background-color: #dde4ff;
        background-image: -webkit-gradient(linear,left top,left bottom,from(#eeeeee),to(#dde4ff));
        background-image: -webkit-linear-gradient(top,#eeeeee,#dde4ff);
        background-image: -moz-linear-gradient(top,#eeeeee,#dde4ff);
        background-image: -ms-linear-gradient(top,#eeeeee,#dde4ff);
        background-image: -o-linear-gradient(top,#eeeeee,#dde4ff);
        background-image: linear-gradient(top,#eeeeee,#dde4ff);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#dde4ff');
        cursor: hand;
    }


input.Button04Disabled {
    font-family: tahoma,arial,helvetica;
    height: 35px;
    line-height: 30px;
    vertical-align: middle;
    margin: 0;
    display: inline-block;
    min-width: 80px;
    text-align: center;
    font-size: 14px;
    font-weight: lighter;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all 0.218s;
    -moz-transition: all 0.218s;
    -ms-transition: all 0.218s;
    -o-transition: all 0.218s;
    transition: all 0.218s;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    color: #EEEEEE;
    cursor: default;
    border: 1px solid #CCCCCC;
    cursor: pointer;
    text-shadow: 0 1px rgba(0, 0, 0, 0.1);
    background-color: #DDDDDD;
}

input.File01 {
    color: #333377;
    border-style: solid;
    border-width: 1;
    border-color: #666666;
    background-color: #ffffff;
    font-family: tahoma,arial,helvetica;
}

input.File02 {
    color: #333377;
    border-style: solid;
    border-width: 1;
    border-color: #666666;
    background-color: #ffffff;
    font-family: tahoma,arial,helvetica;
    font-size: 9;
}

.Label02 {
    font-size: xx-small;
    font-family: tahoma,arial,helvetica;
}

input.Text01 {
    color: #333377;
    border-style: solid;
    border-width: 1;
    border-color: #666666;
    font-family: tahoma,arial,helvetica;
}

input.Text02 {
    color: #333377;
    border-style: solid;
    border-width: 1px;
    border-color: #666666;
    font-family: tahoma,arial,helvetica;
    font-size: 10px;
    height: 18px;
    box-sizing:border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

input.Text02print {
    color: #333377;
    border-top: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #707070;
    font-family: tahoma,arial,helvetica;
    font-size: 10px;
    height: 18px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

input.Text03 {
    color: #333377;
    BACKGROUND-COLOR: #f1f1f1;
    border-style: solid;
    border-width: 1;
    border-color: #666666;
    font-family: tahoma,arial,helvetica;
    font-size: 10;
}

textarea.TextArea01 {
    color: #333377;
    border-style: solid;
    border-width: 1;
    border-color: #666666;
    background-color: #ffffff;
    font-family: tahoma,arial,helvetica;
}

input.Radio01 {
    color: #333377;
    border-style: none;
    border-width: 1;
    border-color: #666666;
    cursor: hand;
}

a:hover.RadioLink01 {
    text-decoration: none;
    color: #333377;
    background-color: #dddddd;
}

input.Radio02 {
    cursor: hand;
}

a:hover.RadioLink02 {
    text-decoration: none;
}

a.CheckLink01 {
    text-decoration: none;
}

input.Checkbox01 {
    color: #333377;
    border-style: none;
    border-width: 1;
    border-color: #666666;
    cursor: hand;
}

a:hover.CheckLink01 {
    text-decoration: none;
    color: #333377;
    background-color: #dddddd;
}

a.CheckLink02 {
    text-decoration: none;
}

a:hover.CheckLink02 {
    text-decoration: none;
}

.dateBox {
    background-image: url('/images/calendar.png');
    background-repeat: no-repeat;
    background-position: right;
    border: 1px solid darkgrey;
    height: 17px;
}

a.NavigationLink {
    text-decoration: none;
    background-color: #dddddd;
    padding: 5px 5px 5px 5px;
    font-size: 13px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #cccccc;
}

a:hover.NavigationLink {
    background-color: #eeeeee;
}


a.NavigationLinkBold {
    text-decoration: none;
    background-color: #dddddd;
    padding: 5px 5px 5px 5px;
    font-size: 15px;
    font-weight: normal;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border: 1px solid navy;
}

a:hover.NavigationLinkBold {
    background-color: #eeeeee;
}


.tbChanges {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: left;
    font-size: xx-small;
    border: 2px solid #cc6666;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 2px;
    padding-right: 2px;
    background-color: #eeeeee;
    z-index: 1000;
}


.panelNormal {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: left;
    border: 2px solid #cccccc;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 17px;
}

.panelTitleNormal {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    text-align: left;
    border: 1px solid #cccccc;
    background-color: #EEEEEE;
    width: 100%;
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 0px;
    text-indent: 5px;
    font-weight: bold;
}

.accordionpane {
    width: 100%;
}

.accrdHeader {
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #2E4d7B;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.accrdHeaderSelected {
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #5078B3;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
}

.accrdContent {
    background-color: #D3DEEF;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}

.modalPopup {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    background-color: #f7f7f7;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
    width: 250px;
    z-index: 100001;
}

.modalBackground {
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image: url('../images/Knob Valid Green.png');
    border: 1px solid;
    margin: 10px 0px;
    padding: 15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
}

.error {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('../images/Knob Cancel.png');
    border: 1px solid;
    margin: 10px 0px;
    padding: 15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
}

.warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('../images/Knob Attention.png');
    border: 1px solid;
    margin: 10px 0px;
    padding: 15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
}

.ec-button {
    height: 29px;
    line-height: 29px;
    vertical-align: bottom;
    margin: 0;
    display: inline-block;
    min-width: 54px;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    height: 27px;
    padding: 0 8px;
    line-height: 27px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all 0.218s;
    -moz-transition: all 0.218s;
    -ms-transition: all 0.218s;
    -o-transition: all 0.218s;
    transition: all 0.218s;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    cursor: default;
    border: 1px solid #3079ED;
    color: white;
    text-shadow: 0 1px rgba(0, 0, 0, 0.1);
    background-color: #4D90FE;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#4787ed));
    background-image: -webkit-linear-gradient(top,#4d90fe,#4787ed);
    background-image: -moz-linear-gradient(top,#4d90fe,#4787ed);
    background-image: -ms-linear-gradient(top,#4d90fe,#4787ed);
    background-image: -o-linear-gradient(top,#4d90fe,#4787ed);
    background-image: linear-gradient(top,#4d90fe,#4787ed);
}

    .ec-button:hover {
        text-decoration: none;
        -webkit-transition: all 0.0s;
        -moz-transition: all 0.0s;
        -ms-transition: all 0.0s;
        -o-transition: all 0.0s;
        transition: all 0.0s;
        -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
        -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
        box-shadow: 0 1px 1px rgba(0,0,0,0.1);
        border: 1px solid #2F5BB7;
        color: white;
        text-shadow: 0 1px rgba(0, 0, 0, 0.3);
        background-color: #357AE8;
        background-image: -webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#357ae8));
        background-image: -webkit-linear-gradient(top,#4d90fe,#357ae8);
        background-image: -moz-linear-gradient(top,#4d90fe,#357ae8);
        background-image: -ms-linear-gradient(top,#4d90fe,#357ae8);
        background-image: -o-linear-gradient(top,#4d90fe,#357ae8);
        background-image: linear-gradient(top,#4d90fe,#357ae8);
    }


.I9CheckBox {
    font-size: 15px;
}


input[type=checkbox] {
    width: 16px;
    height: 16px;
}

a.NotifyLink01 {
    text-decoration: none;
    color: #333377;
    background-color: #FFFF00;
    font-size: 16px;
    font-weight: bold;
}

a:hover.NotifyLink01 {
    text-decoration: none;
    color: Navy;
    background-color: #FFFF00;
}


.Button04 {
    text-decoration: none;
    font-family: tahoma,arial,helvetica;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    margin: 0;
    display: inline-block;
    min-width: 80px;
    text-align: center;
    font-size: 14px;
    font-weight: lighter;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all 0.218s;
    -moz-transition: all 0.218s;
    -ms-transition: all 0.218s;
    -o-transition: all 0.218s;
    transition: all 0.218s;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    color: Navy;
    cursor: default;
    border: 1px solid #3079ED;
    cursor: pointer;
    text-shadow: 0 1px rgba(0, 0, 0, 0.1);
    background-color: #dde4ff;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#eeeeee),to(#dde4ff));
    background-image: -webkit-linear-gradient(top,#ffffff,#dde4ff);
    background-image: -moz-linear-gradient(top,#ffffff,#dde4ff);
    background-image: -ms-linear-gradient(top,#ffffff,#dde4ff);
    background-image: -o-linear-gradient(top,#ffffff,#dde4ff);
    background-image: linear-gradient(top,#ffffff,#dde4ff);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dde4ff');
}

    .Button04:hover {
        text-decoration: none;
        -webkit-transition: all 0.0s;
        -moz-transition: all 0.0s;
        -ms-transition: all 0.0s;
        -o-transition: all 0.0s;
        transition: all 0.0s;
        -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
        -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
        box-shadow: 0 1px 1px rgba(0,0,0,0.1);
        border: 1px solid #2F5BB7;
        color: #000000;
        text-shadow: 0 1px rgba(0, 0, 0, 0.3);
        background-color: #dde4ff;
        background-image: -webkit-gradient(linear,left top,left bottom,from(#eeeeee),to(#dde4ff));
        background-image: -webkit-linear-gradient(top,#eeeeee,#dde4ff);
        background-image: -moz-linear-gradient(top,#eeeeee,#dde4ff);
        background-image: -ms-linear-gradient(top,#eeeeee,#dde4ff);
        background-image: -o-linear-gradient(top,#eeeeee,#dde4ff);
        background-image: linear-gradient(top,#eeeeee,#dde4ff);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#dde4ff');
        cursor: hand;
    }
