﻿body {
}

html, body { margin: 0; padding: 0; height: 100%; width: 100%; }
ol, ul { list-style: none; margin: 0; padding: 0; }
/*
table { border-collapse: collapse; border-spacing: 0;
    height: 140px;
    width: 88%;
}*/

.tbl { border-collapse: collapse; border-spacing: 0;
    height: 70px;
    width: 70%;
    color:Black;
}
a { text-decoration: none; outline: none; display: block; }

.clear { clear: both; }
.rclear { clear: right; }
.lclear { clear: left; }

.mainwrapper { width: 80%; height: 100%; position: fixed; left: 10%; top: 2%; overflow: auto;}
.maincontainer { width: 100%; margin: 0 auto; font-family: Arial,Verdana; }
.header div { display: inline-block; }
.mainheader { width: 100%; height: 68px; border-bottom: 2px solid #E77215; background-color: #8A0808; font-size: 14px; }
.menubar { background-color: #9AD1EF; width: 100%; height: 30px; padding-top: 2px;/* border-bottom: 2px solid #FC4700;background-color:#E77215*/ }
.innermenubar{text-align: center;}
.menubaritems{display: inline-block;text-align: left;vertical-align: top;z-index:999;}

.contentdiv { width: 100%; border-bottom: 2px solid #FC4700; background-color: #F2F2F2; min-height:450px; font-family: Calibri;}
.footer { width: 100%; height: 24px; background-color: #8A0808;}
.footercontent{color:White;font-size: 12px; padding: 4px 0 0 18px; }

.hdleftcont { float: left; }
.hdrightcont { float: right; height: 100%;}

.logodiv { float: left; width: 178px; }
.finologodiv { width: 164px; float: left; }

.snapdeallogodiv { width: 158px; float: right; margin-top: 4px;}
.finologo { margin: 4px; }

.tbl{}
.tbl tr{height:40px;}

.CVError{font-size:14px;color:Red;}

.info, .success, .warning, .error, .validation {border: 1px solid;margin: 10px 0px;padding:10px 10px 10px 50px;background-repeat: no-repeat;background-position: 10px center;}

.info {color: #00529B;background-color: #BDE5F8;background-image: url('info.png');}
.success {color: #4F8A10;background-color: #DFF2BF;background-image:url('success.png');}
.warning {color: #9F6000;background-color: #FEEFB3;background-image: url('warning.png');}
.error {color: #D8000C;background-color: #FFBABA;/*background-image: url('../Styles/images/error.png');*/}

.label{font-size:10px; color:Navy;font-weight: bold;font-size:16px;}

#txtCaptcha{text-transform:uppercase}
.uppercase{text-transform:uppercase}

.overlay 
{
        position: fixed;
        z-index: 99;
        top: 0px;
        left: 0px;
        background-color:Black;
        width: 100%;
        height: 100%;
        filter: Alpha(Opacity=70);
        opacity: 0.70;
        -moz-opacity: 0.70;
        display: none;
        
 }
  .loader {
        z-index: 100;
        position: fixed;
        width: 100%;
        /*margin-left: 60px;*/
        top: 40%;
        /*left:30;*/
        text-align:center;
    }
    
.WaitLabel
{
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color:  White;
}