﻿body
{
    margin: 0px;
    padding: 0px;
    background: url(/Images/Sprites/sprite3.gif.ashx) #3b4853 top left repeat-x;
    color: #444;
    font-family: Arial, Sans-Serif;
    font-size: 8pt;
    background-position: 0 -326px;
    height:305px
}
a, a:active
{
    outline: 0px none;
}
a img
{
    border: 0px none;
}
#wrapper
{
    position: relative;
    height: 100%;
    text-align: left;
    background: #FFF;
    border: 1px solid #1D5C9C;
    width: 1000px;
    margin: 0 auto;
}
html > body #wrapper
{
    min-height: 100%;
    height: auto;
}
#all
{
    background-color: #FFF;
    width: 990px;
    margin: 5px auto;
    border: solid 1px #7e96a0;
    padding-top: 10px;
}
#content
{
    width: 980px;
    margin: 0px auto 10px;
}
/*Footer*/
.footer
{
    background: #0d74c3 repeat-x scroll left top;
    background-position: 0 -32px;
    height: 40px;
    border: 1px solid #1D5C9C;
    border-top: 0px none;
    color: #eaeef0;
    font-size: 8pt;
    line-height: 1.4em;
    text-align: left;
    width: 1000px;
}
/**/
/*Tab Menu*/
.Menu
{
    font-family: Arial, sans-serif;
    font-weight: 600;
    border-width: 0px;
    border-style: none;
    font-size: 8pt;
    text-align: left; /* We are using text-align: left on ul to left align our menu to the page. If you want the menu aligned centered or right just change text-align to either center or right */
    margin: 0px;
    padding: 5px 0px 0px;
    width: 100%;
    background: url(/Images/Sprites/sprite3.gif.ashx) #3b4853 top left repeat-x; /*position: relative;*/
    background-position: 0 -169px;
}
.Menu li
{
    padding: 0px 2px;
    margin: 15px 0px 0px;
    display: inline; /* Menu links are horizontally aligned using display: inline */
    border: 0px none #fff;
    line-height: 2.1em;
}
.Menu li a
{
    padding: 4px 8px;
    color: #FFF;
    text-decoration: none;
    border-left: 1px solid #5896c9;
    border-top: 1px solid #5896c9;
    border-right: 1px solid #0e375c;
    background: url(/Images/Sprites/sprite3.gif.ashx) #3b4853 top left repeat-x;
    background-position: 0 -234px;
}
.Menu li#active span
{
    color: #136CB6;
    padding: 4px 8px;
    background: #fff;
    border-left: 1px solid #bac2c8;
    border-top: 1px solid #bac2c8;
    border-right: 1px solid #4e5459;
}
.Menu li a:hover
{
    color: #FFAE00;
}
.Menu .subMenu
{
    float: left;
    text-align: left;
    width: 100%;
    margin: 0px;
    padding: 4px 0px;
    background: #fff;
    border-bottom: solid 1px #DDD;
    position: relative;
}
.Menu .subMenu li
{
    margin: 0px;
    padding: 3px 0 3px 0;
    border: 0;
    font-size: 9pt;
    line-height: 20px;
}
.Menu .subMenu li a
{
    border: 0;
    background: #fff;
    color: #4F657D;
    font-size: 0.9em;
    text-decoration: underline;
    padding: 3px 8px;
}
.Menu .subMenu li a:hover
{
    color: #FFAE00;
    text-decoration: none;
}
.Menu .subMenu li#subActive span
{
    color: #136CB6;
    background: #fff;
    border: none 0px #FFF;
    padding: 3px 12px;
}
/**/
#bp
{
    margin: 0 auto;
    padding: 0;
}


#bp .bp-mask
{
    top: 0;
    left: 0;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 9999;
    display: none;
}

#bp .bp-wrap
{
    left: 0;
    top: 0;
    position: absolute;
    margin: 0;
    padding: 0;
    overflow: hidden;
    height: auto;
    width: 100%;
    z-index: 10000;
    background: transparent none;
    text-align: center;
    display: none;
}

#bp .bp-main
{
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    position: relative;
    display: block;
}

#bp .bp-view
{
    margin: 0;
    padding: 0;
    overflow: hidden;
}

#bp .bp-view img
{
    margin: 0;
    padding: 0;
    display: block;
    border: none;
    margin-top: 37px;
}

#bp .bp-view .bp-nav
{
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    z-index: 10001;
    display: none;
    background-color: transparent;
}

#bp .bp-view .bp-prev-link
{
    left: 0;
}

#bp .bp-view .bp-next-link
{
    right: 0;
}

#bp .bp-view .bp-nav a
{
    display: block;
    text-decoration: none;
}

#bp .bp-view .bp-info-wrap
{
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10003;
    display: none;
}

#bp .bp-view .bp-info-wrap .bp-info
{
    margin: 0;
    background-color: transparent;
}

#bp .bp-bbar
{
    margin: 0;
    position: absolute;
    left: 0;
    z-index: 10004;
    width: 100%;
    display: none;
}

#bp .bp-bbar .bp-info-link
{
    float: left;
}

#bp .bp-bbar .bp-hide-link
{
    float: right;
}

.bp-clear
{
    clear: both;
    visibility: hidden;
    height: 0px;
    background-color: transparent;
    border: none;
}
#bp .bp-mask
{
    background: #666;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

#bp .bp-main
{
    background: #F6F6F6 none;
    border: 10px solid #F6F6F6;
}

#bp .loading
{
    background: #FFF url(../images/ajax-loader.gif) no-repeat center center;
}

#bp .bp-nav a
{
    color: #818181;
    font-size: 1.1em;
    font-weight: bold;
    text-transform: uppercase;
}

#bp .bp-nav a:visited
{
    color: #818181;
}

#bp .bp-nav a:hover
{
    color: #414141;
}

#bp .bp-nav span
{
    margin-top: 20px;
    padding: 8px 10px;
    display: block;
    width: 40px;
    background-color: #f6f6f6;
    border: 1px solid #ccc;
    text-transform: uppercase;
    cursor: pointer;
}

#bp .bp-prev-link span
{
    margin-right: auto;
    margin-left: 0;
    border-left: 0;
    text-align: left;
    -moz-border-radius-topright: 8px;
    -moz-border-radius-bottomright: 8px;
}

#bp .bp-next-link span
{
    margin-right: 0;
    margin-left: auto;
    border-right: 0;
    text-align: right;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-bottomleft: 8px;
}


#bp .bp-info-wrap
{
    background-color: #333;
    opacity: 0.90;
    filter: alpha(opacity=90);
}

#bp .bp-info-wrap .bp-info
{
    background-color: transparent;
    padding: 8px 12px;
    color: #FFF;
    text-align: left;
}

#bp .bp-info-wrap .bp-info .bp-count
{
    font-size: 0.8em;
    text-align: right;
}

#bp .bp-info-wrap .bp-info h2
{
    margin: 0;
    padding: 0;
    font-weight: bold;
    font-size: 1.3em;
}

#bp .bp-info-wrap .bp-info a
{
    color: #ff8080;
}

#bp .bp-info-wrap .bp-info p
{
    margin: 8px 0;
    font-size: 0.9em;
}

#bp .bp-bbar
{
    padding-top: 6px;
    background-color: #F6F6F6;
}

#bp .bp-bbar a
{
    color: #666;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
}

#bp .bp-bbar a:visited
{
    color: #666;
}

#bp .bp-bbar a:hover
{
    color: #333;
}

#bp .bp-info-link a
{
    background: transparent url(../images/tag.png) no-repeat left 0;
    padding-left: 20px;
    font-size: 1.1em;
}

#bp .bp-info-link a.active
{
    background-image: url(../images/tag_hi.png);
    color: #000;
}

#bp .bp-hide-link a
{
    background: transparent url(../images/close.png) no-repeat right 2px;
    padding-right: 20px;
    font-weight: bold;
    font-size: 1.3em;
}

#bp .bp-hide-link a:hover
{
    background-image: url(../images/close_hi.png);
}

#bp .bp-bbar .bp-clear
{
    background-color: #F6F6F6;
}
a.mainLinkTheme, a.mainLinkTheme:visited
{
    padding: 2px;
    color: #0061FF;
    font-family: Arial, Tahoma, Verdana;
    text-decoration: underline;
}
a.mainLinkTheme:hover, a.mainLinkTheme:active
{
    color: #FFAE00;
    text-decoration: none;
}
.pageTitle
{
    color: #136CB6;
    font-family: Arial, Tahoma, Verdana;
    font-weight: bold;
    padding-left: 25px;
    background: url(/Images/title.png) left center no-repeat;
    margin-top: 8px;
}
.button, .buttonDisabled
{
    background: #E0DFDF url(/Images/button.gif) repeat-x scroll center top;
    border: 1px solid #7F7F7F;
    color: #000000;
    cursor: pointer;
    font-family: Tahoma;
    font-size: 9pt;
    font-weight: normal;
    padding: 3px 8px 4px;
    vertical-align: middle;
}
.button:hover
{
    background: #F2F2F2 url(/Images/button_hover.gif) repeat-x scroll center top;
    border: 1px solid #606060;
    color: #000000;
}
.buttonDisabled
{
    border-color: #C3C3C3;
    color: #808080;
    cursor: default;
}
.clearfix
{
    clear: both;
    font-size: 1px;
    line-height: 1px;
    height: 1px;
}
.footer_col1
{
    float: left;
    width: 590px;
}
.footer_col2
{
    float: right;
    width: 370px;
}
.footer_col2 p
{
    text-align: justify;
}
.footerwrapper
{
    margin: 0px auto;
    width: 980px;
}
.footerwrapper a, .footerwrapper a:visited
{
    color: #FFF;
    text-decoration: underline;
}
.footerwrapper a:hover
{
    text-decoration: none;
}
.footerwrapper h1
{
    color: #FFF;
    font-size: 9pt;
}
.link_separator
{
    height: 3px;
    margin: 0px 10px 2px 10px;
    width: 3px;
}
.float_left
{
    float: left;
}
.float_right
{
    float: right;
}
.box_wrapper
{
    background: #3B4853 url(/Images/MenuBg.gif) repeat-x scroll center center;
    border: 1px solid #1D5C9C;
    padding: 7px;
}
.box_wrapper span
{
    color: #fff;
    padding-right: 3px;
}
.box_wrapper a, .box_wrapper a:visited
{
    color: #EEE;
    padding-right: 20px;
    text-decoration: underline;
}
.box_wrapper a:hover, .box_wrapper a:active
{
    color: #FFF;
    text-decoration: none;
}
/*Radio button List Alignment*/
.radio_align input, .radio_align label
{
    vertical-align: middle;
}
/*End Radio button List Alignment*/

/* Overlay*/
.overlay_processing
{
    position: fixed;
    z-index: 99;
    top: 0px;
    left: 0px;
    background-color: #000;
    width: 100%;
    height: 100%;
    filter: Alpha(Opacity=20);
    opacity: 0.20;
    -moz-opacity: 0.20;
}
* html .overlay_processing
{
    position: absolute;
    height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
    width: expression(document.body.scrollWidth > document.body.offsetWidth ? document.body.scrollWidth : document.body.offsetWidth + 'px');
}
.overlay_processing_info
{
    z-index: 100;
    position: fixed;
    width: 120px;
    top: 45%;
    left: 48%;
}
* html .overlay_processing_info
{
    position: absolute;
    margin-top: expression((document.body.scrollHeight / 4) + (0 - parseInt(this.offsetParent.clientHeight / 2) + (document.documentElement && document.documentElement.scrollTop || document.body.scrollTop)) + 'px');
}



/*      SPRITES        */
.sprite1 {
   background: url(/Images/Sprites/sprite1.jpg) no-repeat top left;
}

.sprite1-LogIn{ background-position: 0 0; width: 512px; height: 512px; } 
.sprite1-head1{ background-position: 0 -522px; width: 1000px; height: 144px; } 
.sprite1-head1_1{ background-position: 0 -676px; width: 9px; height: 144px; } 
.sprite1-pic1{ background-position: 0 -830px; width: 101px; height: 101px; } 
.sprite1-pic2{ background-position: 0 -941px; width: 76px; height: 76px; } 
.sprite1-pic3{ background-position: 0 -1027px; width: 76px; height: 76px; } 
.sprite1-pic4{ background-position: 0 -1113px; width: 101px; height: 101px; } 
.sprite1-pic5{ background-position: 0 -1224px; width: 80px; height: 116px; } 
.sprite1-pic6{ background-position: 0 -1350px; width: 590px; height: 274px; } 
.sprite1-slice11{ background-position: 0 -1634px; width: 673px; height: 396px; } 
.sprite1-slice12{ background-position: -1010px 0; width: 308px; height: 123px; } 


.sprite2 {background: url(/Images/Sprites/sprite2.jpg.ashx) no-repeat top left;}

.sprite2-head1 {background-position: 0 -0px;width:1000px; height:144px}
.sprite2-head1_1 {background-position: 0 -169px; height:144px}
.sprite2-LogIn {background-position: 0 -338px;width:89px; height:89px}
.sprite2-pic1 {background-position: 0 -452px;width:101px; height:101px}
.sprite2-pic2 {background-position: 0 -578px;width:65px; height:65px}
.sprite2-pic3 {background-position: 0 -668px;width:65px; height:65px}
.sprite2-pic5 {background-position: 0 -758px;width:65px; height:94px}
.sprite2-slice11 {background-position: 0 -877px;width:590px; height:347px}
.sprite2-slice12 {background-position: 0 -1249px;width:200px; height:80px}
.sprite2-pic6 {background-position: 0 -1354px;width:590px; height:274px}




.sprite3 {background: url(/Images/Sprites/sprite3.gif.ashx) no-repeat top left;}

.sprite3-arrow2 {background-position: 0 -0px;width:11px; height:7px}
.sprite3-footerBg {background-position: 0 -32px;width:1130px; height:15px}
.sprite3-footer_separator {background-position: 0 -72px;margin: 8px 10px 0;width:3px;height:3px;float:left;}
.sprite3-h_welcome {background-position: 0 -100px;width:187px; height:12px}
.sprite3-li {background-position: 0 -137px;width:9px; height:7px}
.sprite3-MenuBg__bg {background-position: 0 -169px;width:2px; height:40px}
.sprite3-MenuItemBg__bg {background-position: 0 -234px;width:2px; height:32px}
.sprite3-services {background-position: 0 -291px;width:63px; height:10px}
.sprite3-zNationBg__bg {background-position: 0 -326px;width:1px; height:305px}


#Buttons {
    padding: 0;
    position: relative;
    color: #666666;
    width: 200px;
    text-align: left;
}
#UploadResult{
    padding: 0 10px;
}
input#AddPhotos {
}
#Buttons span {
    line-height: 32px;
}
#Buttons input, .niceButton {
    border-style: none;
    border-color: inherit;
    border-width: 0;
    background: url('/images/btn.png') no-repeat 0 -32px;
    color: #666666;
    font-size: 14px;
    height: 32px;
    width: 115px;
    cursor: pointer;
    outline: none;
    text-decoration: none;
    line-height: 32px;
}
#Buttons input:hover, #Buttons input.hover, .niceButton:hover {
    background-position: 0 0;
    color: #333;
    outline: 0 none;
}

#Buttons object {
    outline: none;
    position: absolute;
}
input#Progress
{
    background: url('/images/progress.png') no-repeat 0 0px;
    width: 115px;
    height: 32px;
    position: absolute;
    width: 0;
    padding: 0;
}
.agentWarning
{
    color:Gray;
    text-align:center;
    font-weight:bold;
    padding-bottom:10px;
}

