/* CSS Document */
htm, body
{
    margin: 0px;
    padding: 0px;
    font-family: Verdana;
    font-size: 12px;
    color: #333;
    width: 100%;
    /*background-color: transparent !important;*/
    background-color:#fff;
}

/* header starts */

#header
{
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0px;
    /*background: #fff; url('Images/header_bg.gif') repeat-x top left;*/
    z-index: 999;
    /*border-bottom: 1px solid #E5E5E5;*/
    min-width: 980px; /*Added min-width attribute for Bug Id : 1382*/
}
#header .middleContent
{
    float: left;
    margin: 0px;
    padding: 0px;
    min-width: 980px;
    width: 100%; /*Comment by  & Add min-width due to bug no 891*/
    height: 30px;
    background: #F5F5F5;/*url('Images/header_bg.gif') repeat-x top left;*/
    border-bottom: 1px solid #E5E5E5;
}
#header .logo
{
    float: left;
    /*width: 130px;*/
    width: 81px;
    height: 30px;
    margin: 0px 20px 20px 20px;
    background: url('Images/logo.png?v=1');
}
#header .topLink
{
    float: right;
    margin: 0px;
    padding: 5px 10px 11px 0px;
    color: #000;
    position: relative;
    text-align: right;
}
#header .topLink span
{
    color: #229af5;
}
#header .topLink a
{
    color: #000;
}

.TitleBlock
{
    padding: 0px 10px 0px 10px;
    height: 37px;
    float: left;
   
}

.PageTitleArrow
{
    margin-top: 7px;
    padding: 0px;
    height: 20px;
    float: left;
    line-height: 20px;
    color: #fff;
    min-width: 20px;
    background: url('Images/arrow.png');
}

.PageTitle
{
    padding: 0px;
    height: 35px;
    float: left;
    line-height: 33px;
    color: #fff;
    min-width: 170px;
    font-size: 18px;
}
.PageTitle img
{
    margin-bottom: -2px;
}
.breadcrumb
{
    padding: 0px 0px 0px 5px;
    height: 35px;
    float: left;
    line-height: 33px;
    color: #009FD9;
}
.breadcrumb a
{
    color: #009FD9;/*#357AE8;*/
    text-decoration: underline;
}
.breadcrumb a:hover
{
    color: #2F5BB7;
    text-decoration: none;
}

/* header ends */

/* Content Start */

.container
{
    margin: 0px 0px 0px 0px;
    padding: 5px 5px 5px 5px;
    border-left: 0px solid #dcdcdc;
    border-right: 0px solid #dcdcdc;
    vertical-align: top;
}

/* Content End */

/* Footer Start */
#footerbar
{
    position: fixed;
    bottom: 0;
    height: 25px;
    width: 100%;
    border-top: 1px solid #EBEBEB;
    min-width: 950px;
    background: #fff;
    overflow: hidden; 
}

#footer
{
    margin: 0px;
    width: 100%;
    font-size: .85em;
    white-space: nowrap;
    text-align: center;
    min-width: 950px;
}

#footer ul 
{
    margin: 2px;
}

#footer ul li 
{
    display: inline;
    padding: 0 1.5em 0 0;
}

#footer a
{
    color: #000;
    text-decoration: none;
}
#footer a:hover
{
    color: #000;
    text-decoration: underline;
}
/* Footer End */

/* Model Popup Start */

.messageContainer
{
    width: 350px;
}

.messageContainer1
{
    width: 460px;
    border: solid 1px #808080;
    border-width: 1px 0px;
}

.messageHeader
{
    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;
    font-weight: bold;
}
.messageHeader .msg
{
    font-weight: bold;
}
.messageBody
{
    background-color: #f2f2f2;
    border-color: #808080;
    border-style: solid;
    border-width: 0px 1px;
    padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 30px;
    color: Black;
}
.messageBody .msgText
{
    background: url(Images/sprite.png) no-repeat 0px -1150px;
    float: left;
    padding-left: 22px;
    color: Black;
}
.messageBodyInformation
{
    background-color: #f2f2f2;
    border-color: #808080;
    border-style: solid;
    border-width: 0px 1px;
    padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 30px;
}

.messageFooter
{
    background-color: #f2f2f2;
    border-color: #808080;
    border-style: none solid;
    border-width: 0px 1px;
    text-align: right;
    padding-bottom: 8px;
    padding-right: 8px;
}
.close
{
    background: url(images/sprite.png) no-repeat 0px -300px;
    width: 25px;
    cursor: pointer;
    position: absolute;
    top: 4px;
    right: 6px;
    height: 15px;
}
.modalBackground
{
    background-color: #000000;
    filter: alpha(opacity=50);
    opacity: 0.5;
}
.updateProgress
{
    border-width: 1px;
    border-style: solid;
    background-color: #FFFFFF;
    position: absolute;
    width: 180px;
    height: 65px;
}

.modalBackground1
{
    background-color: Gray;
    filter: alpha(opacity=50);
    opacity: 0.5;
}
.modalpopup
{
    font-family: vardana,arial,helvetica,clean,sans-serif;
    font-size: 12px;
    padding: 2px 3px;
    display: block;
    position: absolute;
}
#locationcontent
{
    margin: 0px 0px 0px 0px;
    padding: 5px 5px 5px 5px;
    border-left: 0px solid #dcdcdc;
    border-right: 0px solid #dcdcdc;
    vertical-align: top;
    table-layout: fixed;
    z-index: 0;
    background:#ffff;
}

#heading
{
    float: left;
    width: 100%;
    padding: 0px;
    min-width: 950px;
    position: fixed;
    margin-top: 120px; /*Added min-width attribute for Bug Id : 1382*/
}
html > body #heading
{
    margin-top: 120px;
    position: fixed;
    z-index: 0;
}

#location-heading
{
    float: left;
    width: 98%;
    background:#ffff;
    padding: 0px;
    min-width: 950px;
    vertical-align:top;
}
html > body #location-heading
{
    position: fixed;
    background:#ffff;
    z-index: 1;
}

html > body #locationcontent
{
    /* padding: 260px 20px;*/
    padding-top: 130px;
    padding-bottom: 20px;
     background:#ffff;
}

/*html > body #footer
{
    position: fixed;
    z-index: 10;
}*/

/* Model popup End */

#RadWindowWrapper_RadWindow1 .rwContentRow td.rwWindowContent
{
    /*background-color: #D3DEEF !important;*/
}

html > body #header
{
    position: fixed;
    z-index: 10;
}

html > body .container
{
    padding: 30px 20px 50px 20px;
}
