﻿/*Hover Grid View*/
.grid-view tr.normal:hover, .grid-view tr.alternate:hover {
    background-color: Orange;
    color: black;
    font-weight: bold;
}


/*AutoComplete flyout */
.completionList {
    border: solid 1px #444444;
    margin: 0px;
    padding: 2px;
    height: 100px;
    overflow: auto;
    background-color: #FFFFFF;
    z-index: 10000;
}

.listItem {
    color: #404040; /*#1999B9;*/
    font-size: 8pt;
}

.itemHighlighted {
    background-color: #00A2C9;
    color: #ffffff;
    font-size: 10pt;
    font-weight: bold;
}

/*Lock Gridview Header+First Column */
.locked, td.locked, th.locked {
    position: relative;
    left: expression((this.parentElement.parentElement.parentElement.parentElement.scrollLeft-2)+'px');
    background-color: #ffb600;
}




/*Gridview Black Glass Start*/
/* Grouping Area - Left corner */
.ob_gGACnL {
    width: 25px;
    height: 46px;
    background-image: url(../../black_glass/grouping_area_left.png);
    left: -5px;
    top: 0px;
    border: 0px solid red;
}


/* main section for grouping area */
.ob_gGA {
    border: 0px solid #ff0500;
    background-image: url(../../black_glass/grouping_area.png);
    height: 46px;
    color: #ffffff;
    top: 0px;
    line-height: 41px;
    left: 20px;
    right: 20px;
    margin: 0px;
    padding: 0px;
    padding-top: 0px;
}

/* Grouping Area - Right corner */
.ob_gGACnR {
    width: 25px;
    height: 46px;
    background-image: url(../../black_glass/grouping_area_right.png);
    right: -5px;
    top: 0px;
    border: 0px solid red;
}

/* Left Side (Border) - used when grouping is enabled */
.ob_gBLSWG {
    top: 46px;
    bottom: 16px;
    left: -5px;
    margin-top: 0px;
    margin-bottom: 0px;
    width: 10px;
    font-size: 1px;
    background-image: url(../../black_glass/left_side.png);
    background-repeat: repeat-y;
    z-index: 31;
    border: 0px solid red;
}

/* Right Side (Border) - used when grouping is enabled */
.ob_gBRSWG {
    top: 46px;
    bottom: 16px;
    right: -5px;
    margin-top: 0px;
    margin-bottom: 0px;
    width: 10px;
    font-size: 1px;
    background-image: url(../../black_glass/right_side.png);
    background-repeat: repeat-y;
    z-index: 31;
    border: 0px solid red;
}

/* Left Side (Border) - used when grouping is enabled */
.ob_gBLSWG {
    top: 46px;
    bottom: 16px;
    left: -5px;
    margin-top: 0px;
    margin-bottom: 0px;
    width: 10px;
    font-size: 1px;
    background-image: url(../../black_glass/left_side.png);
    background-repeat: repeat-y;
    z-index: 31;
    border: 0px solid red;
}

/* bottom Left corner */
.ob_gFCnL {
    background-image: url(../../black_glass/footer_corner_left.png);
    height: 16px;
    width: 25px;
    background-repeat: no-repeat;
    left: -25px;
    width: 25px;
}

/* Container for the bottom corners */
.ob_gFCnC {
    height: 16px;
    background-image: url(../../black_glass/footer_corner_middle.png);
    background-repeat: repeat-x;
    font-size: 1px;
    margin-left: 25px;
    margin-top: -16px;
    margin-right: 20px;
    border: 0px solid red;
}

/* Right corner */
.ob_gFCnR {
    background-image: url(../../black_glass/footer_corner_right.png);
    height: 16px;
    width: 25px;
    background-repeat: no-repeat;
    margin-top: -16px;
    right: -25px;
    border: 0px solid red;
}

/*Header*/
.ob_gC {
    background-image: url(../../black_glass/header.png);
    background-repeat: repeat-x;
    background-color: #A8AEBD;
    height: 25px;
    font-family: Century Gothic;
    font-size: 8pt;
    font-weight: lighter;
    color: #01354d;
    text-align: left;
    cursor: pointer;
    width: 100px;
    border: 0px solid red;
}

    .ob_gC th {
        border-color: #ffffff;
        border-style: solid;
    }


/*Column Divider*/
.divider {
    width: 1px;
    top: 0px;
    bottom: 0px;
    height: 100%;
    background-color: #EEE;
}

/*Row*/
.gvRow {
    background-color: #E5E5E5;
}


.gvRowAlt {
    background-color: #FFFFFF;
}

.gvRowDiv {
    background-color: #F5F5F5;
}

/*Gridlines Color*/
.Grid, .Grid th, .Grid td {
    border-color: #0264ad;
}

table.GridView tr td, th {
    border: 1px solid #0264ad;
    background-color: #0264ad;
    height:25px;
    color:white;
}

/*Pager of Footer*/
.ob_gFCont /*.ob_gridFooterContainer*/ {
    background-image: url(../../black_glass/footer.png);
    padding: 0px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 5px;
    margin-top: 0px;
    height: 29px;
    padding-left: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
    vertical-align: middle;
    position: relative;
    cursor: default;
    font-family: Century Gothic;
    font-size: 8pt;
    color: #080808;
    white-space: nowrap;
    z-index: 0;
    overflow: hidden;
    text-align: left;
}

/*Gridview black Glass End*/

.stickerBlu {
    width: 585px;
    height: 30px;
    border: 0px solid #ff0000;
    color: Blue;
    font-family: Century Gothic;
    float: left;
    font-size: 12pt;
}

input[type=submit] {
    color: White;
    background-color:#1A99AA;  /* #6593CF;*/
    padding: 2px 2px 2px 2px;
    border-collapse: collapse;
    border-style: solid;
    border: 1px solid #6593CF;
    font-family: Century Gothic;
    font-size: 8pt;
    margin-left: 0px;
    height:30px;
    min-width:40px;
}

input[type=submit]:hover {
    background-color: #1A99AA;
    border: 1px solid white;
    color: #ffffff;
    font-weight: bold;
    font-family: Century Gothic;
    border: 1px solid #6593CF;
    font-size: 8pt;
    cursor: pointer;
}

.btnSearch {
    background: url('Images/btn/magnify.png') center left no-repeat;
    text-indent: 16px;
    padding-left: 2px !important;
}

.btnDelete {
    background: url('Images/btn/unavail.png') center left no-repeat;
    text-indent: 16px;
    padding-left: 2px !important;
}

.btnExcel {
    background: url('Images/btn/Excel.png') center left no-repeat;
    text-indent: 16px;
    padding-left: 2px !important;
}

.btnExpand {
    background: url('Images/btn/001_01.png') center left no-repeat;
    text-indent: 16px;
    padding-left: 2px !important;
}

.btnCollapse {
    background: url('Images/btn/001_02.png') center left no-repeat;
    text-indent: 16px;
    padding-left: 2px !important;
}

.btnSave {
    background: url('Images/btn/22.png') center left no-repeat;
    text-indent: 16px;
    padding-left: 2px !important;
}

.btnChart {
    background: url('Images/btn/74.png') center left no-repeat;
    text-indent: 16px;
    padding-left: 2px !important;
}


.btnOK {
    background: url('Images/btn/70.png') center left no-repeat;
    text-indent: 16px;
    padding-left: 2px !important;
}

.btnCancel {
    background: url('Images/btn/cancel4.png') center left no-repeat;
    text-indent: 16px;
    padding-left: 2px !important;
}

.btnMail {
    background: url('Images/btn/Mail.png') center left no-repeat;
    text-indent: 16px;
    padding-left: 2px !important;
}

.btnReport {
    background: url('Images/btn/Report.png') center left no-repeat;
    text-indent: 16px;
    padding-left: 2px !important;
}

.btnNew {
    background: url('Images/btn/Document.png') center left no-repeat;
    text-indent: 16px;
    padding-left: 2px !important;
}

.btnCalender {
    background: url('Images/btn/Calendar.png') center right no-repeat;
    text-indent: 0px;
    padding-left: 2px !important;
    cursor: pointer;
}

.btnDownload {
    background: url('Images/btn/Download.png') center left no-repeat;
    text-indent: 16px;
    padding-left: 2px !important;
}


.btnLogin {
    background: url('Images/btn/login101.png') center left no-repeat;
    text-indent: 16px;
    padding-left: 2px !important;
}

.btnPostComment {
    background: url('Images/btn/post4.png') center left no-repeat;
    text-indent: 16px;
    padding-left: 2px !important;
}


.ddlCode {
    width: 55px;
    border: 0px solid green;
    float: left;
}

.HeaderStyle1 {
    display: none;
}

/*Menu Background*/
.accPanel {
    height: 496px;
    width: 258px; /*overflow: auto;*/
    margin-left: -19px;
    margin-top: -33px;
    background-color: #1DA8D3;
}

.email {
    background-image: url(Images/Email20X20.jpg);
    width: 20px;
    height: 20px;
    border: 0px solid #ccc;
    position: relative;
    cursor: pointer;
}

.emailG {
    background-image: url(Images/Email20X20G.jpg);
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    position: relative;
}


.delete {
    /*background: url(Images/delete20X20.jpg) no-repeat;*/
    background: url(Images/btn_delete.gif) no-repeat;
    width: 20px;
    height: 20px;
    border: 0px solid #ccc;
    position: relative;
    cursor: pointer;
}

.deleteG {
    background-image: url(Images/delete20X20G.jpg);
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    position: relative;
}

.star {
    width: 20px;
    height: 10px;
    color: #ff0000;
    float: left;
    font-size: 14pt;
}

.tree {
    color: #ff0000;
    font-family: Century Gothic;
    float: left;
    font-size: 7.8pt;
    width: 280px;
    border: 0px solid green;
}

.row {
    width: 713px;
    border: 0px solid green;
    float: left;
    padding: 2px;
    margin-bottom: 0px;
}

.rowHalf {
    width: 355px;
    border: 0px solid green;
    float: left;
    padding: 2px;
}

.btn {
    font-family: Century Gothic;
    font-size: 10pt;
}

.right {
    text-align: right;
}



.sticker {
    width: 585px;
    height: 30px;
    border: 0px solid #ff0000;
    color: #ff0000;
    font-family: Century Gothic;
    float: left;
    font-size: 12pt;
}

.sticker2 {
    width: 585px;
    height: 30px;
    border: 0px solid #ff0000;
    color: #800000;
    font-family: Century Gothic;
    font-size: 12pt;
    float: left;
    margin-left: 255px;
}

.sticker3 {
    width: 96px;
    border: 0px solid green;
    float: left;
    font-family: Century Gothic;
    font-size: 9pt;
    color: #404040;
    padding: 3px;
    background-color: transparent;
}

.stickerSC {
    width: 255px;
    border: 0px solid green;
    float: left;
    font-family: Century Gothic;
    font-size: 9pt;
    color: #404040;
    padding: 3px;
    background-color: transparent;
}

.heading {
    font-weight: bold;
}

.sticker70 {
    width: 70px;
    border: 0px solid green;
    float: left;
    font-family: Century Gothic;
    font-size: 9pt;
    color: #404040;
    padding: 3px;
}

.sticker80 {
    width: 80px;
    border: 0px solid green;
    float: left;
    font-family: Century Gothic;
    font-size: 9pt;
    color: #404040;
    padding: 3px;
}

.sticker105G {
    width: 100px;
    border: 1px solid #ffffff;
    float: left;
    font-family: Century Gothic;
    font-size: 9pt;
    padding: 3px;
    text-align: left;
}

.sticker105 {
    width: 105px;
    border: 0px solid green;
    float: left;
    font-family: Century Gothic;
    font-size: 9pt;
    color: #ffffff;
    padding: 3px;
}

.sticker80G {
    width: 80px;
    border: 0px solid green;
    float: left;
    font-family: Century Gothic;
    font-size: 9pt;
    color: #ffffff;
    padding: 3px;
}

.sticker4 {
    width: 342px;
    border: 0px solid green;
    float: left;
    font-family: Century Gothic;
    font-size: 9pt;
    color: #404040;
}

.sticker5 {
    width: 96px;
    border: 0px solid green;
    float: left;
    font-family: Century Gothic;
    font-size: 9pt;
    color: #404040;
    margin-left: 55px;
}

.stickerH {
    width: 696px;
    height: 20px;
    border: 0px solid #ff0000;
    color: #ffffff;
    background-color: #787878;
    font-family: Century Gothic;
    float: left;
    font-size: 11pt;
    padding: 3px;
    margin-left: -2px;
    margin-top: -2px;
}

.stickerH2 {
    width: 696px;
    height: 20px;
    border: 0px solid #ff0000;
    color: #ffffff;
    background-color: #787878;
    font-family: Century Gothic;
    float: left;
    font-size: 8pt;
    padding: 3px;
    margin-left: -2px;
    margin-top: -2px;
}

.box {
    width: 718px;
    border-top: 1px solid #787878;
    border-left: 1px solid #787878;
    border-right: 1px solid #787878;
    border-bottom: 1px solid #787878;
    float: left;
    margin-top: -8px;
    overflow: scroll;
    height: 460px;
}

.boxN {
    width: 718px;
    border-left: 1px solid #787878;
    border-right: 1px solid #787878;
    border-bottom: 1px solid #787878;
    float: left;
    margin-top: 0px;
    overflow: auto;
    height: 418px;
}




.ddlParent {
    width: 210px;
    border: 0px solid green;
    float: left;
}

.ddlParent240 {
    width: 240px;
    border: 0px solid green;
    float: left;
}

.ddlParent100 {
    width: 100px;
    border: 0px solid green;
    float: left;
}

.ddl {
    /*width: 175px;*/
    width: 100%;
    height: 25px;
    border: 1px solid #404040;
    float: left;
    font-family: Century Gothic;
    font-size: 9pt;
    color: #404040;
    padding: 3px;
    margin-left: 0px;
}

.cbox {
}

.rbtn {
    /*position: absolute; 	    width: 17px; 	    height: 17px; 	    left: 0px; 	    top: 0px; 	    background-image: url(../../black_glass/Radio.png);	     */
}


.txtbox {
    /*width: 175px;*/
    border: 1px solid #404040;
    float: left;
    font-family: Century Gothic;
    font-size: 9pt;
    color: #404040;
    padding: 3px;
}

.lstbox {
    /*width: 175px;*/
    width: 100%;
    border: 1px solid #404040;
    float: left;
    font-family: Century Gothic;
    font-size: 9pt;
    color: #404040;
    padding: 3px;
}

.divMaster {
    width: 1024px;
    min-height: 500px;
    margin: 0px auto;
    border: 0px solid green;
    text-align: center;
}

.divMaster2 {
    border: 0px solid green;
    height: 30px;
    width: auto;
}

.divMaster21 {
    height: 20px;
    float: left;
    width: auto;
    padding-top: 5px;
}

.divMasterMail {
    height: 20px;
    float: left;
    width: auto;
    padding: 5px 15px 0px 0px;
    border: 0px solid #ffa500;
}

.divMaster3 {
    border: 0px solid blue;
    width: auto;
    float: left;
}

.divMaster4 {
    height: 14px;
    float: left;
    width: auto;
    padding-top: 5px;
}

.title10R {
    font-size: 15pt;
    color: #ff0000;
    text-transform: none;
    font-family: Century Gothic;
    border: 0px solid #ffb600;
    text-align: left;
    width: 20px;
    float: left;
}

.title10G {
    font-size: 10pt;
    color: #000000;
    text-transform: none;
    font-family: Century Gothic;
    border: 0px solid #ffb600;
    text-align: left;
    width: 685px;
    float: left;
}

.div-grid {
    width: 711px;
    height: auto;
    max-height: 321px;
    border: 0px solid #ffa500;
    overflow: auto;
}

/*Grid Start
.grid
{
    border-width: 1px;
    color: #000000;
    padding: 4px;
    border-spacing: 1px;
    font-family: Century Gothic;
    width: 694px;
}
.gridRow
{
    background-color: #ffffff;
    font-family: Century Gothic;
}

.gridAltRow
{
    background-color: #ffffff;
    font-family: Century Gothic;
}

.gridHeader
{
    text-align: center;
    font-family: Century Gothic;
}
*/

.grid {
    text-align: left;
    width: 100%;
    font-family: Century Gothic;
    clear: both;
    border-color: #F5F5F5;
}

    .grid h2, .gridh2 {
        margin: 0;
        padding: 0;
        color: #ffffff;
        height: 20px;
        line-height: 20px;
        font-size: 14px;
    }

    .grid .datatable {
        width: 100%;
        color: #666;
    }

        .grid .datatable th {
            font-size: 11px;
            font-weight: bold;
            letter-spacing: 0px;
            text-align: left;
            padding: 2px 4px;
            color: #333333;
            border-color: #F5F5F5;
        }

            .grid .datatable th a {
                text-decoration: none;
                padding-right: 18px;
                color: #0066cc;
            }

            .grid .datatable th.sortasc a {
                background: url(Images/asc.gif) right center no-repeat;
            }

            .grid .datatable th.sortdesc a {
                background: url(Images/desc.gif) right center no-repeat;
            }

        .grid .datatable .row td {
            font-size: 11px;
            text-align: left;
            padding: 6px 4px;
            border-color: #F5F5F5;
        }

        .grid .datatable .row:hover {
            background-color: #fffacd;
            color: #000;
        }

        .grid .datatable .row td.first {
            padding-left: 10px;
        }

        .grid .datatable th.first {
            padding-left: 10px;
        }

        .grid .datatable .row:hover .first {
            background-repeat: no-repeat;
            background-image: url(Images/bullet.gif);
        }
    /* Data Pager Styles */
    .grid tr.pager-row td {
        border-color: #F5F5F5;
    }

    .grid .pager {
        font-family: Century Gothic text-align: center;
        padding: 6px;
        font-size: 15px;
    }

        .grid .pager span.command, .grid .pager span.current, .grid .pager a.command, .grid tr.pager-row td a {
            color: #5a90ce;
            padding: 0px 5px;
            text-decoration: none;
            border: none;
        }

            .grid .pager a.command:hover, .grid tr.pager-row td a:hover {
                border-color: #F5F5F5;
                background-color: #59A5D1;
                color: #fff;
                padding: 0px 3px;
                text-decoration: none;
            }

        .grid .pager span.current, .grid tr.pager-row td span {
            border: none;
            font-weight: bold;
            color: #3e3e3e;
            padding: 0px 6px;
        }

    .grid tr.pager-row td {
        border-top: none;
        text-align: center;
    }

    .grid tr.pager-row table {
        height: 35px;
        margin: 0 auto 0 auto;
    }

/*Grid End*/

.title14G {
    font-size: 12pt;
    color: #000000;
    text-transform: uppercase;
    font-family: Century Gothic;
}

.DivContainer {
    font-size: 10pt;
    color: #000000;
    text-transform: capitalize;
    font-family: Century Gothic;
    border: 0px solid #ffa500;
    width: 900px;
    float: left;
    margin-top: 3px;
    margin-bottom: 3px;
}

.label10G {
    font-size: 10pt;
    color: #000000;
    text-transform: capitalize;
    font-family: Century Gothic;
    border: 0px solid blue;
    text-align: left;
}


.helpImage {
    width: 24px;
    height: 24px; /*background-image: url(../Images/Help1.png);*/
    float: left;
    margin-right: 4px;
    background-position: right,center;
}
/*Animation Hover-->*/
.menu {
    margin: 0px 0 0;
    padding: 0;
    list-style: none;
}

    .menu li {
        padding: 0;
        margin: 0 2px;
        float: left;
        position: relative;
        text-align: center;
        margin-left: 20px;
        margin-right: 20px;
    }

    .menu a {
        padding: 10px 10px;
        display: block;
        color: #666666;
        width: 92px;
        text-decoration: none;
        font-weight: bold;
    }

        .menu a:visited {
            padding: 14px 10px;
            display: block;
            color: #666666;
            width: 92px;
            text-decoration: none;
            font-weight: bold;
        }

        .menu a:hover {
            color: red;
            text-decoration: none;
        }

    .menu li #span1, #span2, #span3, #span4 {
        text-align: center;
        padding: 0px 0px 0px;
        font-style: normal;
        z-index: 2;
        background-color: #ECEAEC;
        width: 700px;
        height: auto;
        border: 1px solid #666666;
        position: absolute;
        display: none; /*       left: 0px;     margin-left:0;             margin-top: 185px;          */
    }

#span1, #span2, #span3, #span4 {
    font-style: normal;
    z-index: 100;
    background-color: #ECEAEC;
    width: 680px;
    height: auto;
    border: 1px solid #666666;
    position: fixed;
    margin-left: 293px; /*top: 309px;*/
    padding: 10px;
    display: none;
    text-align: left; /*       left: 0px;     margin-left:0;             margin-top: 185px;          */
}

    #span1 p {
        text-align: justify;
    }


.menu li #span1 {
    margin-top: -5px;
    left: -23px;
}

.menu li #span2 {
    margin-top: -5px;
    left: -155px;
}

.menu li #span3 {
    margin-top: -5px;
    left: -287px;
}

.menu li #span4 {
    margin-top: -5px;
    left: -419px;
}

.menu li em /*hover box style*/ {
    text-align: center;
    padding: 0px 0px 0px;
    font-style: normal;
    z-index: 2;
    background-color: #f6f6f6;
    width: 720px;
    height: 245px;
    border: 1px solid #666666;
    position: absolute;
    left: -23px; /*  display: none;     left: 0px;     margin-left:0;             margin-top: 185px;          */
}
/*<<-Animation hover*/

/*Modal Popup*/
.modalPopupClose {
    margin-top: -39px;
    margin-left: 581px;
}

.modalBackground {
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.9;
}

.modalPopup {
    background-color: #ffcc99;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
    width: 250px;
}

.sampleStyleA {
    background-color: #FFF;
}

.sampleStyleB {
    background-color: #FFF;
    font-family: Century Gothic;
    font-size: 10pt;
    font-weight: bold;
}

.sampleStyleC {
    background-color: #ddffdd;
    font-family: Century Gothic;
    font-size: 10pt;
    font-style: italic;
}

.sampleStyleD {
    background-color: Blue;
    color: White;
    font-family: Century Gothic;
    font-size: 10pt;
}

/*Popup Control*/

.popupControlPanel {
    border-color: #000040;
    border-style: Inset;
    border-width: 2px;
    border-right: #E2E2E2 8px solid;
    padding-right: 20px;
    border-top: #E2E2E2 8px solid; /*display: none;*/
    padding-left: 20px;
    padding-bottom: 20px;
    border-left: #E2E2E2 8px solid;
    padding-top: 20px;
    border-bottom: #E2E2E2 8px solid;
    background-color: white;
}

.popupControlPanelMsg {
    border-color: #000040;
    border-style: Inset;
    border-width: 2px;
    border-right: #E2E2E2 8px solid;
    padding-right: 20px;
    border-top: #E2E2E2 8px solid; /*display: none;*/
    padding-left: 20px;
    padding-bottom: 20px;
    border-left: #E2E2E2 8px solid;
    padding-top: 20px;
    border-bottom: #E2E2E2 8px solid;
    background-color: white;
    display: none;
    width: 400px;
}

/* 0 BASIC TAGS */

table {
    font-size: 1.01em;
}

h1, h2, h3, h4 {
    margin: 0;
    font-family: Century Gothic;
    color: #004a7f;
}

p {
    line-height: 1.4em;
}

hr {
    border: 0;
    border-top: 1px solid #bababa;
    height: 1px;
}

a {
    text-decoration: none;
    color: #d32525; /*#d32525;*/
}

    a:visited {
        color: #980000;
    }

    a:hover {
        text-decoration: none;
        color: #404040;
        font-weight: bold;
        cursor: pointer;
    }

    a:active {
        color: #980000;
    }

body {
    background-color: #ffffff; /*background-image: url(images/background.gif);*/
    background-repeat: repeat-x;
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: Century Gothic;
    font-size: 0.7em;
    color: #666666;
}

img {
    border-width: 0;
    margin-top: 4px;
}

/* 1 HEADER */

.header {
    /*background-image: url(Images/header1024x81.gif);*/ /*background-image: url(Images/header1024x81.gif);*/
    background-repeat: no-repeat;
    position: relative;
    width: 1024px; /*760px*/
    height: 70px;
    margin-left: 0px; /*auto*/
    margin-right: auto;
    border: 0px solid orange;
}




h1 {
    position: absolute;
    left: 37px;
    top: 12px;
    text-transform: uppercase;
    font-size: 18px;
}

h2 {
    position: absolute;
    left: 50px;
    top: 60px;
    font-size: 11px;
}

.nav1 {
    margin-top: 10px;
    text-transform: uppercase;
    font-size: 10px;
    text-align: left;
    float: right;
}

    .nav1 a {
        text-decoration: none;
        color: #004a7f; /*#d32525;*/
    }

        .nav1 a:visited {
            color: #d32525;
        }

.nav {
    position: absolute;
    right: 24px; /*margin-left:842px;*/
    margin-top: 55px;
    text-transform: uppercase;
    font-size: 10px;
    text-align: right;
}

    .nav a {
        text-decoration: none;
        color: #004a7f; /*#d32525;*/
    }

        .nav a:visited {
            color: #d32525;
        }

.menua {
    /*position: absolute;*/
    top: 17px;
    text-transform: none;
    font-size: 12pt;
    border: 0px solid red;
    float: left;
    padding-right: 30px;
    font-family: Century Gothic;
    color: #000000 !important;
    margin-left: 0px;
}

    .menua a {
        text-decoration: none;
        color: #000000; /*#d32525;*/
        font-size: 12pt;
    }

        .menua a:visited {
            font-size: 12pt;
        }

        .menua a:hover {
            text-decoration: none;
            font-size: 12pt;
            color: #ffffff;
        }

        .menua a:active {
            color: #000000; /*#980000;*/
        }

.logout {
    background-color: Transparent;
    border-style: none;
    cursor: hand;
    top: 60px;
    text-transform: uppercase;
    font-size: 10px;
    color: #004a7f;
}

    .logout a:visited {
        color: #d32525; /*White; #004a7f*/
    }

#help {
    width: 16px;
    height: 16px;
    border: solid 1px #000;
}

/* 1.1 SHIM */

.shim {
    background-repeat: no-repeat;
    margin-left: 0px; /*auto*/
    margin-right: auto; /*auto*/
    width: 1024px; /*760px*/
    height: 8px;
    font-size: 0;
}

.column {
    /*background-image: url(images/content-shim1024x8.gif); /*content-shim.gif*/
}

.gradient {
    background-image: url(images/content-shim-photo.gif);
}

.solid {
    background-image: url(images/content-shim-none.gif);
}

/* 2 PAGE */
.page {
    background-repeat: repeat-y;
    margin-left: 0px; /*auto*/
    margin-right: auto;
    text-align: left;
    border: 0px solid red;
    min-height: 490px; /*490px; /*400px*/
}

.page1 {
    background-repeat: repeat-y;
    margin-left: 0px; /*auto*/
    margin-right: auto;
    text-align: left;
    border: 0px solid red;
    min-height: 450px;
}

h3 {
    margin-top: 1.0em;
    margin-bottom: 1.12em;
    font-size: 1.5em;
    font-weight: bold;
}

h4 {
    margin-top: 1.0em;
    margin-bottom: 1.12em;
    font-size: 1.3em;
    font-weight: bold;
}

/* 2.1 HOME, RESUME, LINKS, REGISTER, ADMIN/ALBUMS, ADMIN/PHOTOS PAGES */

#home, #resume, #links, #register, #admin-albums, #admin-photos {
    /*background-image: url(images/body-repeat1024x1.gif);*/
    position: relative;
    width: 950px; /*960-686px*/
    padding: 0px 37px; /*0px 37px;*/
    padding-top: 1px; /* Weird Mozilla Bug */
    padding-bottom: 0px; /* Weird Mozilla Bug */
}

#resume1 {
    /*background-image: url(images/body-repeat1024x1.gif);*/
    position: relative;
    width: 960px; /*686px*/
    padding: 0px 25px; /*0px 37px;*/
    padding-top: 1px; /* Weird Mozilla Bug */
    padding-bottom: 0px; /* Weird Mozilla Bug */
}

#sidebar {
    float: left;
    width: 214px; /*214px*/
    height: 100%;
}

#content {
    margin-left: 256px; /*256px*/
}

#whatsnew {
    float: left;
    width: 200px;
    height: 100%;
}

#coollinks {
    margin-left: 220px;
}

#resume h4, #links h4 {
    margin-top: 0;
    border-top: 1px solid #bababa;
    padding-top: 1.0em;
    position: absolute;
    left: 37px;
    width: 214px;
}

#resume #photo {
    position: absolute;
    left: 37px;
    top: 20px;
    width: 214px;
}

#resume .first {
    margin-top: 0;
    border-top: 1px solid #bababa;
    padding-top: 1.5em;
}

dl {
    margin-top: 0;
    margin-bottom: 0;
    border-top: 1px solid #bababa;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    position: relative;
}

dt {
    position: absolute;
    left: 0;
}

dd {
    margin-left: 150px;
    height: 2.0em;
}

.emptydata td {
    padding: 50px;
    color: #aeaeae;
}

/* 2.2 ALBUMS PAGE */

#albums {
    background-image: url(images/body-repeat-photo.gif);
    padding: 0px 37px;
    padding-bottom: 40px;
    width: 686px;
}

.view {
    margin-left: auto;
    margin-right: auto;
    width: 686px;
    text-align: center;
}

    .view .photo-frame {
        margin-left: auto;
        margin-right: auto;
    }

.item {
    padding: 20px 50px;
    color: #B2B2B2;
}

    .item h4 {
        margin-bottom: 0.4em;
    }

.nullpanel {
    padding: 150px;
    width: auto;
    text-align: center;
}

/* 2.3 PHOTOS, DETAILS, ADMIN/DETAILS PAGE */

#photos, #details, #admin-details {
    background-image: url(images/body-repeat-photo.gif);
    padding: 0;
    width: 760px;
}

.buttonbar {
    background-image: url(images/photonav-bg.gif);
    background-repeat: repeat-x;
    margin-left: auto;
    margin-right: auto;
    padding-top: 4px;
    width: 744px;
    height: 33px;
    text-align: center;
}

.buttonbar-top {
    background-image: url(images/photonav-top-bg.gif);
}

#photos .view, #admin-details .view {
    margin-top: 20px;
    margin-bottom: 20px;
}

/* 3 FOOTER */

.footerbg {
    /*background-image: url(images/footer-side.gif);*/
    background-repeat: repeat-x;
    width: auto;
    height: 0px;
    text-align: center;
}

.footer {
    background-color: #b6c4db; /* #ffffff background-image: url(images/footer1024x75.gif);*/
    background-repeat: no-repeat;
    margin-left: 0px; /*auto*/
    margin-right: auto;
    width: 1024px; /*760px*/
    height: 55px;
    text-align: center;
    font-size: 10px;
    margin-top: 5px;
}

.menub {
    margin: 12px auto 5px auto;
    text-transform: uppercase;
    font-size: 10px;
}

    .menub a {
        text-decoration: none;
        color: #004a7f; /*#d32525;*/
    }

        .menub a:visited {
            color: #d32525;
        }

/* Inline styles are used because image controls hard code a border property */

.photo_198 {
    border: 4px solid #FFFFFF;
}

/***********************************************
START - STYLE SHEET FOR MODAL POP EXTENDER(S)
************************************************/
.modalpopup {
    font-family: Century Gothic;
    font-size: small;
    padding: 2px 3px; /*display: block; 	width:400px;     height:250px;  */
    position: absolute;
    display: block;
    background-color: transparent;
    border: solid 1 gray;
}

.modalpopupmag {
    font-family: Century Gothic;
    font-size: small;
    padding: 3px 15px 0px 3px; /*display: block; 	width:400px;     height:250px;  */
    position: absolute;
    display: block;
    background-color: Gray;
    border: solid 1 gray;
    top: 98px;
    left: 693px;
    width: 258px;
}

.modalpopupmag1 {
    font-family: Century Gothic;
    font-size: small;
    padding: 3px 15px 0px 3px; /*display: block;*/
    width: 305px;
    height: 140px;
    position: absolute;
    display: block;
    background-color: Gray;
    border: solid 1 gray;
}

.modalBackground {
    background-color: Gray; /*filter:alpha(opacity=50);     opacity:0.5;*/
}

.containermodalpop {
    width: 400px;
    height: 250px;
    border: solid 1px #808080;
    border-width: 1px 0px;
    text-align: center;
    padding-bottom: 18px;
}

.containermodalpopDoc {
    width: 600px;
    height: 300px;
    border: solid 1px #808080;
    border-width: 1px 0px;
    text-align: center;
    padding-bottom: 18px;
}

.containermodalpopMDE {
    width: 500px;
    height: 500px;
    border: solid 1px #808080;
    border-width: 1px 0px;
    text-align: center;
    padding-bottom: 18px;
}

.containermodalpopMessage {
    width: 300px;
    height: 100px;
    border: solid 1px #808080;
    border-width: 1px 0px;
    text-align: center;
    padding-top: 1px;
    padding-left: 2px;
    padding-bottom: 18px;
    padding-right: 2px;
}

.headermodalpop {
    background: url(Images/sprite.png) repeat-x 0px -200px;
    color: #000;
    border-color: #808080 #808080 #ccc;
    border-style: solid;
    border-width: 0px 1px 1px;
    padding: 3px 5px;
    vertical-align: text-top;
    width: 390px;
    height: 21px;
    text-align: center;
}

.headermodalpopDoc {
    background: url(Images/sprite.png) repeat-x 0px -200px;
    color: #000;
    border-color: #808080 #808080 #ccc;
    border-style: solid;
    border-width: 0px 1px 1px;
    padding: 3px 5px;
    vertical-align: text-top;
    width: 600px;
    height: 21px;
    text-align: center;
}

.headermodalpopMessage {
    background: url(Images/sprite.png) repeat-x 0px -200px;
    color: #000;
    border-color: #808080 #808080 #ccc;
    border-style: solid;
    border-width: 0px 1px 1px;
    vertical-align: text-top;
    width: auto; /*300px*/
    height: 20px;
    padding-top: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
    text-align: center;
}

.headermodalpopMDE {
    background: url(Images/sprite.png) repeat-x 0px -200px;
    color: #000;
    font-size: large;
    border-color: #808080 #808080 #ccc;
    border-style: solid;
    border-width: 0px 1px 1px;
    padding: 3px 5px;
    vertical-align: text-top;
    width: 490px;
    height: 21px;
    text-align: center;
}

.headermodalpop .msg {
    font-weight: bold;
}

.bodymodalpoptop {
    background-color: #f2f2f2;
    border-color: #808080;
    border-style: solid;
    border-width: 0px 1px;
    padding-top: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    padding-right: 5px; /*15px*/
    text-align: center;
}

.bodymodalpopNew {
    background-color: transparent;
    border-color: #808080;
    border-style: solid;
    border-width: 0px 1px;
    padding-top: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
    text-align: center;
}

.bodymodalpop {
    background-color: #f2f2f2;
    border-color: #808080;
    border-style: solid;
    border-width: 0px 1px;
    padding-top: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
    text-align: center;
}

.bodymodalpopMDE {
    background-color: White;
    border-color: #808080;
    border-style: solid;
    border-width: 0px 1px;
    padding-top: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
    text-align: center;
}

.bodymodalpop .msg {
    background: url(Images/sprite.png) no-repeat 0px -1150px;
    float: left;
    padding-left: 22px;
}

.bodymodalpopMessage {
    background-color: #f2f2f2;
    border-color: #808080;
    border-style: solid;
    border-width: 0px 1px;
    width: auto; /*300px*/
    padding-left: 5px;
    padding-top: 17px;
    padding-bottom: 17px;
    padding-right: 5px;
    text-align: center;
}

    .bodymodalpopMessage .msg {
        background: url(Images/sprite.png) no-repeat 0px -1150px;
        float: left;
        padding-left: 22px;
    }

.footermodalpop {
    background-color: #f2f2f2;
    border-color: #808080;
    border-style: none solid;
    border-width: 0px 1px;
    text-align: center;
    width: auto; /*390px*/
    padding-right: 1px;
    padding-left: 3px;
    padding-top: 5px;
    padding-bottom: 1px;
}

.footermodalpopmsg {
    background: url(Images/sprite.png) repeat-x 0px -200px;
    background-color: #f2f2f2;
    border-color: #808080;
    border-style: none solid;
    border-width: 0px 1px;
    text-align: center;
    width: auto; /*300px*/
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.footermodalpopMDE {
    background: url(Images/sprite.png) repeat-x 0px -200px;
    color: #000;
    border-color: #808080 #808080 #ccc;
    border-style: solid;
    border-width: 0px 1px 1px;
    vertical-align: text-top;
    width: 490px;
    height: 21px;
    text-align: center;
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 7px;
    padding-bottom: 5px;
}

.closemodalpop {
    right: 7px;
    background: url(Images/sprite.png) no-repeat 0px -300px;
    width: 25px;
    cursor: pointer;
    position: absolute;
    top: 7px;
    height: 15px;
}

.1modalpopup {
    font-family: Century Gothic;
    font-size: small;
    padding: 2px 3px;
    display: block;
    position: absolute;
}

.1container {
    width: 300px;
    border: solid 1px #808080;
    border-width: 1px 0px;
}

.1header {
    background: url(~/Images/sprite.png) repeat-x 0px -200px;
    color: #000;
    border-color: #808080 #808080 #ccc;
    border-style: solid;
    border-width: 0px 1px 1px;
    padding: 3px 10px;
}

    .1header .msg {
        font-weight: bold;
    }

.1body {
    background-color: #f2f2f2;
    border-color: #808080;
    border-style: solid;
    border-width: 0px 1px;
    padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 30px;
}

    .1body .msg {
        background: url(~/images/sprite.png) no-repeat 0px -1150px;
        float: left;
        padding-left: 22px;
    }

.1footer {
    background-color: #f2f2f2;
    border-color: #808080;
    border-style: none solid;
    border-width: 0px 1px;
    text-align: right;
    padding-bottom: 8px;
    padding-right: 8px;
}

.1close {
    right: 7px;
    background: url(~/Images/sprite.png) no-repeat 0px -300px;
    width: 25px;
    cursor: pointer;
    position: absolute;
    top: 7px;
    height: 15px;
}

.1modalBackground {
    background-color: Gray; /*filter:alpha(opacity=50);     opacity:0.5;*/
}


/***********************************************
END - STYLE SHEET FOR MODAL-POP EXTENDER(S)
************************************************/


/************  .Dashboard Header and Content Styles ******************/
/*Div division*/
.director_block {
    padding-bottom: 10px;
    position: relative;
    width: 134px; /*164px 210px;  310px*/
    float: left;
    padding-right: 4px;
    border: 0px solid #ffa500;
}

    .director_block .bod_content img, .director_block_details .bod_content img {
        padding: 0px 8px 0px 0px;
    }

.UserDetailHeader {
    float: left;
    width: 150px; /*466px*/
    height: 23px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px; /*69px*/ /* border-radius: 16px 16px 0px 0px;*/
    background-color: #EC1604; /*#830006*/
}

.UserDetailHeaderText {
    margin-left: 1px;
    padding-top: 1px;
    padding-left: 1px;
    text-align: center;
    color: White;
    font-size: 16px;
    font-weight: normal;
    font-family: Century Gothic;
    text-decoration: none;
}

.UserDetailContent {
    float: left;
    border: 1px solid Silver; /*#830006;*/
    background-color: Transparent; /*#fff*/
    text-align: left;
    color: #4b4b4b;
    font-size: 11px;
    font-weight: normal;
    font-family: Century Gothic;
    text-decoration: none;
    width: 204px; /*454px*/
    padding: 5px;
    margin-left: 0px; /*69px*/ /*border-radius: 0px 0px 16px 16px;*/
}

.UserDetailContent1 {
    padding-left: 1px;
    padding-bottom: 6px;
    padding-top: 6px;
    text-align: left;
    line-height: 19px;
    border: 0px solid #000;
}

.UserDetailContentImg {
    width: 20px;
    height: 20px;
    float: left;
    border: 0px solid #000;
}

.bulletstyle {
    margin-left: 0px;
    font-size: 11px;
    color: #ed1b24; /*#D69601; */
    font-family: Century Gothic;
    text-decoration: none;
}

.UserDetailContentText:link {
    font-family: Century Gothic;
    color: #007AF4;
    font-weight: normal;
    font-size: 12px;
    text-decoration: none;
    border: 0px solid #000;
}

.UserDetailContentText:visited {
    font-family: Century Gothic;
    color: #007AF4;
    font-weight: normal;
    font-size: 12px;
    text-decoration: none;
}

.UserDetailContentText:hover {
    font-family: Century Gothic;
    color: #ff3e3e;
    font-weight: normal;
    font-size: 12px;
    padding-left: 5px;
    text-decoration: underline;
}

.UserDetailContentText:active {
    font-family: Century Gothic;
    color: #007AF4;
    font-weight: normal;
    font-size: 12px;
    text-decoration: underline;
}
