﻿body {
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}

.login-text {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #809ab0;
    font-weight: bold;
}

.buttonStyleFixed {
    FONT-family: Arial, Helvetica, sans-serif;
    FONT-size: 9px;
    FONT-weight: bold;
    COLOR: #000000;
    BACKGROUND-COLOR: #ebf4fc;
    BORDER: #054C44 1px solid;
    WIDTH: 70px;
    margin-left: 0px;
}

.ddlStyle {
    background-color: #FFFFFF;
    border: #ebf4fc 1px solid;
    width: auto;
}

.table-hd {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #4f6679;
    font-weight: bold;
    width: 244px;
}
.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #468847;
}

.alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
a.blue-links:link,
a.blue-links:active,
a.blue-links:visited {
    font-family: Arial, Helvetica, sans-serif;
    color: #6fa8d9;
    font-size: 12px;
    text-decoration: none;
    font-weight: normal;
}

a.blue-links:hover {
    color: #1a427d;
}

a.blue-links2:link,
a.blue-links2:active,
a.blue-links2:visited {
    font-family: Arial, Helvetica, sans-serif;
    color: #6fa8d9;
    font-size: 10px;
    text-decoration: none;
    font-weight: bold;
}

a.blue-links2:hover {
    color: #1a427d;
}

a.menu-links:link,
a.menu-links:active,
a.menu-links:visited {
    font-family: Arial, Helvetica, sans-serif, Helvetica, sans-serif;
    color: #FFFFFF;
    font-size: 16px;
    text-decoration: none;
    font-weight: normal;
}

a.menu-links:hover {
    color: #2488d6;
}

a.botmenu-links:link,
a.botmenu-links:active,
a.botmenu-links:visited {
    font-family: Arial, Helvetica, sans-serif;
    color: #4f6679;
    font-size: 12px;
    text-decoration: none;
    font-weight: bold;
}

a.botmenu-links:hover {
    color: #2488d6;
}

.menu-bg-color {
    background-color: #1a427d;
}

.table1 {
    background-color: #f6f9fc;
}

.table2 {
    background-color: #f1f5fa;
}

.tab-bg {
    background-image: url(/WebContent/Theme/Default/Images/tab-bg.jpg);
    background-repeat: repeat-x;
    font-family: Arial, Helvetica, sans-serif, Helvetica, sans-serif;
    font-size: 16px;
    color: #2488d6;
    font-weight: bold;
}

.menu-bot-bg {
    background-image: url(/WebContent/Theme/Default/Images/tab-bot-bg.jpg);
    background-repeat: repeat-x;
}

.border {
    border: 5px #f2f3f4 solid;
}
/* .border	{
	border: 5px #f2f3f4 solid;
}*/
.table-bg {
    background-image: url(/WebContent/Theme/Default/Images/table-bg.jpg);
    background-repeat: repeat-x;
    height: 44px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #6E9AA6;
    /*color: #4f6679;*/
    font-weight: bold;
    width: 100%;
}

.login-bg {
    background-color: #f6fbfe;
    border: 1px #e7f2fb solid;
}

.signup-hd {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: #3495e5;
    font-weight: bold;
    margin: 15px;
}

.normal-text-bold {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 12px;
    color: #333333;
}

.normal-text-white {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 12px;
    color: #FFFFFF;
}

.normal-text-black {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 12px;
    color: #434242;
}

.progress-blue-bg {
    background-image: url(/WebContent/Theme/Default/Images/blue-bg.jpg);
    background-repeat: repeat-x;
}

.progress-grey-bg {
    background-image: url(/WebContent/Theme/Default/Images/grey-bg.jpg);
    background-repeat: repeat-x;
}

.progress-black-bg {
    background-image: url(/WebContent/Theme/Default/Images/black-bg.jpg);
    background-repeat: repeat-x;
    background-position: bottom;
}

.progress-arrow-bg {
    background-image: url(/WebContent/Theme/Default/Images/days-arrow.png);
    background-repeat: no-repeat;
    background-position: center;
}

.progress-days-txt {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #926000;
}

/*menu*/

/* $Id: example.css,v 1.5 2006/03/27 02:44:36 pat Exp $ */

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
    display: none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}

.tabberlive {
    margin-top: 0em;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav {
    margin: 0;
    padding: 3px 0;
    font: bold 12px Arial, Helvetica, sans-serif, sans-serif;
}

    ul.tabbernav li {
        list-style: none;
        margin: 0;
        display: inline;
    }

        ul.tabbernav li a {
            padding: 3px 0.5em;
            margin-left: 3px;
            background: #DDE;
            text-decoration: none;
        }

            ul.tabbernav li a:link {
                color: #448;
            }

            ul.tabbernav li a:visited {
                color: #667;
            }

            ul.tabbernav li a:hover {
                color: #000;
                background: #AAE;
                border-color: none;
            }

        ul.tabbernav li.tabberactive a {
            background-color: #fff;
        }

            ul.tabbernav li.tabberactive a:hover {
                color: #000;
                background: white;
            }

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
    /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */
    /* height:200px; */
    /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */
    /* overflow:auto; */
}

    /* If desired, hide the heading since a heading is provided by the tab */
    .tabberlive .tabbertab h2 {
        display: none;
    }

    .tabberlive .tabbertab h3 {
        display: none;
    }

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}

.tabberlive#tab2 {
}

    .tabberlive#tab2 .tabbertab {
        height: 200px;
        overflow: auto;
    }

.super_container {
    width: 980px;
    margin: auto;
}

.main_container {
    width: 980px;
    float: left;
}

#logo_container {
    width: 158px;
    height: 125px;
    float: left;
    margin-top: 10px;
}

#logo_container1 {
    width: 800px;
    text-align: right;
    height: 115px;
    float: left;
    margin-top: 20px;
    padding-right: 20px;
}

    #logo_container1 a {
        font-size: 14px;
        font-family: Arial, Helvetica, sans-serif;
    }

#menus {
    width: 980px;
    float: left;
    height: 30px;
    text-align: left;
    background: #1A427D;
    padding-top: 10px;
    font-family: Arial, Helvetica, sans-serif, Helvetica, sans-serif;
}

    #menus ul {
        display: inline;
    }

        #menus ul li {
            width: 115px;
            display: inline;
            padding-left: 20px;
            padding-right: 20px;
            font-size: 14px;
            font-weight: normal;
            color: #fff;
            text-align: center;
        }

            #menus ul li a {
                color: #fff;
                text-decoration: none;
            }

                #menus ul li a:hover {
                    color: #fff;
                    text-decoration: underline;
                }

#services {
    width: 900px;
    float: left;
    height: 30px;
    margin-left: 50px;
    margin-top: 10px;
    padding-bottom: 10px;
}

    #services a {
        width: 115px;
        display: inline;
        padding-left: 3px;
        padding-right: 10px;
        font-family: Arial, Helvetica, sans-serif;
        color: #4f6679;
        font-size: 12px;
        text-decoration: none;
        font-weight: bold;
    }

.grid {
    width: 980px;
    font-size: 12px;
    border: solid 1px #000;
}

.grid-div {
    float: left;
    width: 980px;
    font-family: Arial, Helvetica, sans-serif;
}

.boxrightcontent {
    padding: 0px 20px 10px 20px;
    width: 450px;
    float: left;
    line-height: 1.8em;
    margin-top: 20px;
    text-align: justify;
}

    .boxrightcontent p {
        font-size: 13px;
        line-height: 18px;
        color: #545454;
    }

.lbl {
    width: 150px;
    display: block;
    float: left;
    color: #000;
    font-weight: bold;
    font-size: 12px;
    margin-left: 7px;
    padding-left: 5px;
    height: 18px;
}

.inps {
    width: 220px;
    margin-left: 7px;
    border: solid 1px #000;
}

.ddl {
    width: 225px;
    margin-left: 7px;
}

.btn {
    margin-left: 7px;
    font-size: 11px;
    height: 25px;
    font-weight: bold;
}


.div_admin_image {
    background-image: url(/WebContent/Theme/Default/Images/admin_login_bg.png);
    height: 290Px;
    width: 675px;
    margin: auto;
    margin-top: 10%;
}

.div_image_lock {
    position: relative;
    left: 480px;
    width: 160px;
    background-image: url(/WebContent/Theme/Default/Images/admin_login_icon.png);
    height: 200px;
}

.div_admin_style {
    color: #58585a;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: xx-large;
    margin-left: 30px;
}

.div_admin_style1 {
    color: #acacac;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: xx-large;
    margin-left: 10px;
}

.style_table {
    position: relative;
    top: -150px;
    left: 100px;
}

.admin_login_table {
    position: relative;
    left: 100px;
    top: -180px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: larger;
    color: #58585a;
}

    .admin_login_table td {
        vertical-align: middle;
    }

        .admin_login_table td.value {
            text-align: right;
        }

.style_button {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: medium;
    color: #58585a;
}
