﻿*
{
   margin-top:0px; 
   margin-left:0px;
   margin-right:0px;
   margin-bottom:0px;
}
body
{
   /* background-color: #EBEBEB;*/
}

h3
{
    font-family: Calibri;
    font-size: 25px;
    font-weight: bold;
    font-style: normal;
    color: #FFFFFF;
}
h4
{
    font-family: Calibri;
    font-size: 22px;
    font-weight: bold;
    font-style: normal;
    color: #006600;
    margin-bottom:30px;
}
h6
{
    font-family: Calibri;
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    color: #333333;
}
p
{
    font-family: Calibri;
    font-size: 14px;
    color: #333333;
}
.instruction
{
    font-family: Calibri;
    font-size: 12px;
    color: #333333;
    width:100%;
}
.myTextBox
{
    border-color: #cccccc;
    padding: 5px;
    font-size: 16px;
    border-width: 2px;
    border-radius: 2px;
    border-style: solid;
    background-color: #F8F8F8;
    color: #544c54;
    font-family: Calibri;
    width:80%;
    
}
.myTextBox:focus
{
    border-color: #8CC6FF;
    background-color: #FFFFFF;
    outline: none; /*box-shadow:1px 1px 5px black;*/
}
.mydropdown
{
    border-color: #cccccc;
    padding: 5px;
    font-size: 16px;
    border-width: 2px;
    border-radius: 2px;
    border-style: solid;
    background-color: #F8F8F8;
    color: #544c54;
    font-family: Calibri;
    width:90%;
    
}
.mydropdown:focus
{
    border-color: #8CC6FF;
    background-color: #FFFFFF;
    outline: none; /*box-shadow:1px 1px 5px black;*/
}
.myButton
{
    background: #e6e6e6;
    background-image: linear-gradient(to bottom, #e6e6e6, #d7d9db);
    -webkit-border-radius: 5;
    -moz-border-radius: 5;
    border-radius: 5px;
    font-family: Calibri;
    color: #5e5e5e;
    font-size: 20px;
    padding: 5px 20px 5px 20px;
    border: solid #abacad 2px;
    text-decoration: none;
    font-weight: bold;
}

.myButton:hover 
{
    cursor:pointer;
  background: #dadcde;
  background-image: -webkit-linear-gradient(top, #dadcde, #919191);
  background-image: -moz-linear-gradient(top, #dadcde, #919191);
  background-image: -ms-linear-gradient(top, #dadcde, #919191);
  background-image: -o-linear-gradient(top, #dadcde, #919191);
  background-image: linear-gradient(to bottom, #dadcde, #919191);
  text-decoration: none;
}
.master
{
    width:100%;
    height:auto;
}
.header
{
    width: 100%;
    height: 150px;
    background-color: #DBF0E1;
}
.header .logosec
{
    margin-top:10px;
    width: 120px;
    height: 120px;
    /*background-color: #FF3300;*/
    float:left;
}

.header .headingsec
{
    margin-top: 30px;
    font-family: Calibri;
    font-size: 40px;
    font-weight: bold;
    color: #003300;
    float: left;
    padding-left: 20px;
}
.headingsec p
{
    font-size: 20px;
    font-weight: bold;
    color: #DF4848;
    text-align: center;
    font-family: 'Segoe Print';
}
.outer
{
    margin:auto;
    width:1024px;
    background-color:white;
}
.outer .regsec
{
    border-style: groove;
    border-width: thin;
    width: 500px;
    height: 250px;
    margin: auto;
    margin-top: 100px;
    box-shadow: 5px 5px 5px grey;
}
.outer .formsec
{
    border-style: groove;
    border-width: thin;
    width: 100%;
    height: auto;
    margin: auto;
    margin-top: 50px;
    margin-bottom:20px;
    box-shadow: 5px 5px 5px grey;
}

.formsec tr
{
    
    /*height:55px;*/
    background:none;
    
}
.formsec td
{
    padding-left:20px;
    padding-right:20px;
    /*width:300px;*/
    background-color:none;
}
.formsec td .myLabel
{
    font-family: Calibri;
    font-size: 14px;
    color: #333333;
    padding-left:5px;
    background-color:none;
    
}
.formsec .container
{
    width:100%;
    background-color:none;
    float:left;
}
.formsec .labeldiv
{
    height:20px;
    background-color:none;
    width:100%;
    }
.formsec .controldiv
{
    height:35px;
    /*background-color:orange;*/
    width:100%;
    }
.wrapper
{
    width:100%;
    height:auto;
}

.mycheckbox
{
    width: 100%;
    cursor: pointer;
    box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
    font-family: Calibri;
    font-size: 12px;
    color: #333333;
}
.mycheckbox:hover,.mycheckbox:focus
{
   
    cursor:pointer;
   
}
.formsec .mycheckbox tr {
  height: 40px;
  background: none;
}
.formsec .mycheckbox lable {
  background: none;
  margin-left:10px;
}

.error
{
    border: 2px solid #FEA0A0;
    background-color: #FFEAEA;
}
.error:focus
{
    border-color: #8CC6FF;
    background-color: #FFEAEA;
    outline: none;
   
}

.noerror
{
    
}
.errormsg
{
     font-family: calibri;
    font-size: 12px;
    color: #E36A6D;
    
    }
    
  .imgdiv
{
    border: thick solid #CCCDCE;
    height: 100px;
    width: 100px;
    background-color: #EAEAEA;
    
}  
.errorlbl
{
    font-family: calibri;
    font-size: 14px;
    color: #E36A6D;
}