/* Common tags                 */
/*-----------------------------*/


body {
    font-family: 'Segoe UI', Segoe, 'Segoe WP', Tahoma, Verdana, Arial, sans-serif;
    font-size: 100%;
    color: #1E7094;
    margin: 0;
    padding: 0;
    margin-right: 10;
    text-align: left;
}

/******** start - Default Hyperlink Properties **********/

/* unvisited link */
a:link {
    color: #2DACE3;
}

/* visited link */
a:visited {
    color: #2DACE3;
}

/* mouse over link */
a:hover {
    color: #1E7094;
}

/* selected link */
a:active {
    color: #1E7094;
}

/******** end - Default Hyperlink Properties **********/

a.bodyLink:link {
    color: #00732E;
    text-decoration: none;
    font-weight: bold;
}

a.bodyLink:visited {
    color: #00732E;
    text-decoration: none;
    font-weight: bold;
}

a.bodyLink:active {
    color: #00732E;
    cursor: hand;
    text-decoration: none;
    font-weight: bold;
}

a.bodyLink:hover {
    color: #CFC98B;
    cursor: hand;
    text-decoration: underline;
    font-weight: bolder;
}

a.news {
    color: Red;
    font-size: medium;
}

A.searchBig {
    text-decoration: none;
    font-weight: bolder;
    font-size: large;
}

a.headerWhite {
    text-decoration: none;
}

a.headerWhite {
    color: White;
}

    a.headerWhite:link {
        color: White;
    }

    a.headerWhite:visited {
        color: White;
    }



a.bread:link {
    color: #12465C;
    text-decoration: none;
}

a.headerWhiteSearch {
    color: White;
    font-size: larger;
    text-decoration: none;
}

    a.headerWhiteSearch:link {
        color: White;
    }

    a.headerWhiteSearch:visited {
        color: White;
    }

p {
    line-height: 1.4em;
}

.title {
    text-transform: uppercase;
    font-size: large;
    font-weight: bold;
    color: #00732E;
}

hr {
    border: 0;
    border-top: 2px solid #00732E;
    height: 2px;
}

img {
    border-width: 0;
}

.menutextindent {
    font-size: x-small;
}


/* Tables                      */
/*-----------------------------*/
/*
table
{
	font-size: medium;
}
*/
table.body {
    font-weight: normal;
    color: #00732E;
    height: 100%;
    border: none;
    width: 100%;
    padding: 0 0 0 0;
    margin: 0px;
    vertical-align: top;
}

table.header {
    background-color: #EFF0E8;
    height: 100%;
    border: none;
    width: 100%;
    padding: 0 0 0 0;
    margin: 0px;
}

td.logo {
    text-align: left;
}

td.title {
    text-align: center;
    font-size: x-large;
    font-weight: bolder;
    color: #00732E;
}

td.headerbar {
    background-image: url(Images/bar.jpg);
    text-align: left;
    height: 24px;
    width: 95%;
}

td.leftheaderbar {
    background-image: url(Images/bar.jpg);
    text-align: left;
    height: 24px;
}

td.rightheaderbar {
    background-image: url(Images/bar.jpg);
    text-align: right;
    height: 24px;
    width: 95%;
}

td.menu {
    background-color: #00732E;
    width: 184px;
    height: 500px;
    vertical-align: top;
}

td.footer {
    margin-left: 30;
    font-weight: normal;
    color: #00732E;
    text-align: right;
    border-top-color: #EFF0E8;
    border-top-style: solid;
    border-bottom-width: thick;
}

td.body {
    font-weight: normal;
    color: #00732E;
    text-align: left;
    padding-left: 1px;
    padding-right: 1px;
}

td.leftside {
    background-color: #EFF0E8;
    width: 2%;
    height: 100%;
}

tr.leftside {
    height: 437px;
}

tr.footer {
    background-color: #EFF0E8;
}

tr.helpmenu {
    background-color: #EFF0E8;
    width: 100%;
}

th.body {
    font-weight: bold;
    color: #00732E;
    text-align: left;
    padding-left: 1px;
    padding-right: 1px;
}


td.bodycenter {
    font-weight: normal;
    color: #00732E;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
}

td.bodyalternate {
    font-weight: normal;
    color: #00732E;
    text-align: left;
    padding-left: 1px;
    padding-right: 1px;
    background-color: #E4FFD5;
}




td {
    font-size: 11pt;
}

    td.FAQHearder {
        color: #ffffff;
        background-color: #12465C;
        text-align: center;
    }

.ReportHearder {
    color: #12465C;
    font-weight: bold;
    font-size: medium;
}

td.FAQBody {
    background-color: #FFFCEE;
}

.spanPageHeader1 {
    font-size: 1.3em;
    padding: 10;
    color: #0D3242;
}

.spanPageHeader {
    font-size: xx-large;
    padding: 10;
    color: #0D3242;
}

body.searchPage {
    font: 11px arial;
}

.suggest_link {
    background-color: #FFFFFF;
    padding: 2px 6px 2px 6px;
}

.suggest_link_over {
    background-color: #3366CC;
    padding: 2px 6px 2px 6px;
}

#search_suggest {
    position: absolute;
    background-color: #FFFFFF;
    text-align: left;
    border: 1px solid #1E7094;
}

/* Main page */
#main_container {
    width: 960px;
    max-width: 960px;
    min-width: 960px;
    min-height: 600px;
    background-color: white;
    color: #12465C; /*0B7826*/
    border-style: solid;
    border-width: 1px;
    border-color: #1E7094;
    padding: 0px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
}

.nav_heading {
    text-align: left;
    font-weight: bolder;
    color: #0D3242;
    font-size: 0.95em;
    margin-top: 10px;
    margin-left: 0px;
}


/* Navigation */
#navigation {
    width: 170px;
    float: left;

     /*first color*/
     /*background:#bfe5ef;
     /*191, 229, 239, 255*/

     /*scond color*/
      /*background:#edfbff;*/
     /* 237,251,255, 255 */
    background: rgba(191, 229, 239, 255);
    background: -moz-linear-gradient(left, rgba(191, 229, 239, 255) 0%, rgba(237,251,255, 255) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(191, 229, 239, 255)), color-stop(100%, rgba(237,251,255, 255)));
    background: -webkit-linear-gradient(left, rgba(191, 229, 239, 255) 0%, rgba(237,251,255, 255) 100%);
    background: -o-linear-gradient(left, rgba(191, 229, 239, 255) 0%, rgba(237,251,255, 255) 100%);
    background: -ms-linear-gradient(left, rgba(191, 229, 239, 255) 0%, rgba(237,251,255, 255) 100%);
    background: linear-gradient(to right, rgba(191, 229, 239, 255) 0%, rgba(237,251,255, 255) 100%);


    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bedef9', endColorstr='#dfeffc', GradientType=1 );
    color: #EFF5F5;
    border: 1px solid #c5dbec;
    padding: 0px;
    margin-left: 0px;
    margin-top: 0px;
    padding-left: 10px;
    padding-right: 6px;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    -moz-border-radius-bottomright: 40px; /* need for firefox currently */
    -moz-border-radius-topright: 40px; /* need for firefox currently */
}

/* test */
.nav_heading2 {
    text-align: left;
    font-weight: bolder;
    color: #1E7094;
    font-size: 0.9em;
    margin-top: 10px;
    margin-left: 10px;
}

/******** start - navigation menu Hyperlink Properties **********/


/* unvisited link */
a.nav_link:link {
    color: #1a4789;
    text-decoration: none;
}

/* visited link */
a.nav_link:visited {
    color: #1a4789;
    text-decoration: none;
}

/* mouse over link */
a.nav_link:hover {
    color: #1a4789;
    text-decoration: underline;
}

/* selected link */
a.nav_link:active {
    color: #1a4789;
    text-decoration: none;
}


/********** start - body links ***************************/

/* unvisited link */
a.body_link:link {
    color: #2DACE3;
    text-decoration: none;
}

/* visited link */
a.body_link:visited {
    color: #2DACE3;
    text-decoration: none;
}

/* mouse over link */
a.body_link:hover {
    color: #1E7094;
    text-decoration: underline;
}

/* selected link */
a.body_link:active {
    color: #1E7094;
    text-decoration: none;
}



/********** start - report links ***************************/

/* unvisited link */
a.report_link:link {
    color: blue;
    text-decoration: none;
}

/* visited link */
a.report_link:visited {
    color: blue;
    text-decoration: none;
}

/* mouse over link */
a.report_link:hover {
    color: #800022;
    text-decoration: underline;
}

/* selected link */
a.report_link:active {
    color: blue;
    text-decoration: none;
}




.text_heading {
    font-size: 1.2em;
    font-style: italic;
    border-color: green;
}


.text_Content {
    font-size: 0.9em;
    color: #12465C;
}


.TabContainertext_Content {
    font-size: 1.0em;
    color: #12465C;
    margin-left: 100px;
    margin-right: 80px;
    text-align: left;
}


.TabContainertext_table {
    margin-left: 10px;
}

.text_ {
    font-size: 1.1em;
    color: #12465C;
}

.text_report {
    font-size: 0.9em;
    color: #12465C;
}

/** major text color for many pages */
.headline {
    font-size: 1.0em;
    color: #12465C;
}

/* Whats new */
.whatsnew {
    background-color: #fffcee;
    /*float: left;*/
    border-color: #1E7094;
    border-style: solid;
    border-width: 1px;
    width: 200px;
    margin-bottom: 10px;
    /*margin-right:auto;*/
    padding: 10px;
    min-height: 40px;
    padding-right: 60px;
    -moz-border-radius-topleft: 10px; /* need for firefox currently */
    border-top-left-radius: 10px;
    -moz-border-radius-topright: 10px; /* need for firefox currently */
    border-top-right-radius: 10px;
    -moz-border-radius-bottomleft: 10px; /* need for firefox currently */
    border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px; /* need for firefox currently */
    border-bottom-right-radius: 10px;
}

/*Header text*/
#header_text {
    color: #f26335;
    text-align: right;
    padding: 10px;
}
/******** start - Banner Hyperlink Properties **********/

/* link */
.banner_link:link {
    color: #f26335;
    /*  */
    text-decoration: none;
}


/* visited link */
.banner_link:visited {
    color: #f26335;
    text-decoration: none;
}

/* mouse over link */
.banner_link:hover {
    color: #C7C42C;
    text-decoration: underline;
}

/* selected link */
.banner_link:active {
    color: #DEFFD7;
    text-decoration: none;
}

/******** end - Default Hyperlink Properties **********/

/*Header*/
#header {
    background-color: #12465C;
    color: #DEFFD7;
    height: 91px;
}

#Content_TabContainer1 {
    padding-top: 35px;
}

.grid {
    border: 1px solid #B0CBEF;
    border-collapse: collapse;
    font-style: normal;
    font-variant: normal;
    width: 100%;
}

    .grid th {
        background-color: rgb(223, 239, 252);
        color: #2e6e9e;
        background-repeat: no-repeat;
        border: 1px solid #9EB6CE;
        height: 25px;
        text-align: center;
        font-weight: normal;
        font-size: 14px;
    }

    .grid td {
        border: 0;
        padding: 3px 10px;
        border: 1px solid #D0D7E5;
        background-color: white;
        font-weight: normal;
        font-size: 12px;
    }

.embossed .image-wrap {
    -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,.8), inset 0 2px 0 rgba(255,255,255,.5), inset 0 -2px 0 rgba(0,0,0,.6), inset 0 -2px 0 rgba(255,255,255,.3);
    -moz-box-shadow: inset 0 0 2px rgba(0,0,0,.8), inset 0 2px 0 rgba(255,255,255,.5), inset 0 -2px 0 rgba(0,0,0,.6), inset 0 -2px 0 rgba(255,255,255,.3);
    box-shadow: inset 0 0 2px rgba(0,0,0,.8), inset 0 2px 0 rgba(255,255,255,.5), inset 0 -2px 0 rgba(0,0,0,.6), inset 0 -2px 0 rgba(255,255,255,.3);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: relative; 
    display: inline-block; 
    width: 100%; 
    height: 300px;
}

.embossed img {
    opacity: 0;
    height: 300px;
    width: 100%; 
}

.topicTabs .topicLink, .topicOverview, .ui-widget {
    font-family: 'Segoe UI', Segoe, 'Segoe WP', Tahoma, Verdana, Arial, sans-serif !important;
    font-size: 14px !important;
}

.topicHeader {
    font-size: 22px !important;
    cursor: default !important;
}

.indHeader {
    cursor: default !important;
    font-size: 16px !important;
}

.indHeader img {
    vertical-align: middle; 
    width: 32px; 
    height: 32px;
}

.topicLink a:link, .topicLink a:visited {
    text-decoration: none;
    color: black;
    padding: 4px;
}

.topicMoreLink {
    text-decoration: underline;
    color: black;
    padding: 4px;
}

.topicLink a:hover {
    text-decoration: underline;
    color: black;
}

.topicLink img{
    width: 16px;
    height: 16px;
    vertical-align: middle;
    padding: 4px;
}

.topicLink2 a:link, .topicLink2 a:visited {
   /*text-decoration: underline;*/
    color: #2DACE3;
    padding: 0px;
}

.topicMoreLink {
    text-decoration: underline;
    color: black;
    padding: 4px;
}

.topicLink2 a:hover {
    text-decoration: underline;
    color: black;
}

.topicLink2 img{
    width: 58px;
    height:58px;
    vertical-align: middle;
    padding: 4px;
}

.topicMoreLink img {
    width: 64px;
    height: 64px;
    vertical-align: middle;
    padding: 8px;
}

.helpIconButton {
    background-image: url(../img/help16x16.png) !important;
    vertical-align: middle;
    background: transparent;
    border: 0px;
    width: 16px;
    height: 16px;
    cursor: pointer !important;
}

.topicFaqPanel {
    margin: 12px;
}

.ui-accordion .ui-accordion-content {
    padding: 4px !important;
}

.topicTitle {
    font-size: 16px;
}

/* Take out the outline drawn by jquery tab when it gets focus  */
.ui-state-active a, .ui-state-hover a {
    outline: none;
}

.ui-tabs .ui-tabs-panel {
    padding: 1em .5em !important;
}

.notification {
    -webkit-border-radius: 10px;
    border: 2px solid #999;
    margin: 12px;
    -webkit-box-shadow: 0 0 16px #000;
    box-shadow: 0 0 16px #000;
    min-height: 95px;
    display: table;
}

.notificationImage {
    margin: 0px;
    float: left;
    width: 115px;
}

.notificationText {
     display: table-cell;
     padding: 12px;
     width: 100%;
     vertical-align: top;

}

.ui-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    display: none;
    min-width: 160px;   
    padding: 4px 0;
    margin: 0 0 10px 25px;
    list-style: none;
    background-color: #ffffff;
    border-color: #ccc;
    border-color: rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
}

.ui-menu-item > a.ui-corner-all {
    display: block;
    padding: 3px 15px;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    color: #555555;
    white-space: nowrap;
    text-decoration: none;
}

.ui-state-hover, .ui-state-active {
    color: #ffffff;
    text-decoration: none;
    background-color: #0088cc;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    background-image: none;
}

.ui-autocomplete-loading {
    background: white url("images/ui-anim_basic_16x16.gif") right center no-repeat;
 }

.ui-autocomplete {
    max-height: 400px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
}
  
