
body {font: 12px Arial, sans-serif; margin: 0;padding: 0; color: #000;}


.header {
    margin:0px;
    padding:0px;
    background: #5499C7 ;
}
.logoDiv{
    float:left;
    padding-left:10px;
    padding-top:10px;
}
.headDiv{
    padding-top:40px;
    padding-left:130px;
    color:#fff;

}
.rightCornerHeader{
    float:right;
    padding-right:10px;
    margin-top: -30px;

}

.sidebar1 {
    position: relative;
    float: left;
    width: 20%;
    /* background: #EADCAE;*/
    padding-bottom: 10px;
    top:100px;


}
.content {

    padding: 10px 0;
    width: 70%;
    float: left;

}

.defaultDiv,.contentDiv{
    border-top-left-radius: 20px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 0;
    padding:5px;
    color: rgba(0, 0, 0, 0.5);
    background: url(../img/background_pencil.jpg) no-repeat center center;

}

/*.defaultDiv > h3,.contentDiv > h3{
    color:#fff; 
    padding:15px;
    margin: 1em 0 0.5em 0;
    font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;

    font-weight: bolder;
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;

}
.defaultDiv >h3 > span, .contentDiv >h3 > span{
    background-image: linear-gradient(180deg, #fff, #ddd 40%, #ccc);
    color:#5499C7; 
    padding:5px;
    font-weight: bolder;
}*/

.shadowbox {
    width: 15em;
    border: 1px solid #333;
    box-shadow: 8px 8px 5px #444;
    padding: 8px;
    margin:auto;
}


.sidebar2 {
    float: left;
    width: 10%;
    /*background: #EADCAE;*/
    padding: 10px 0;
}



.footer {
    padding: 10px 0;
    /*background: #CCC49F;*/
    position: relative;/* this gives IE6 hasLayout to properly clear */
    clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
}



.clearfloat {
    /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the .container) if the .footer is removed or taken out of the .container */
    clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


/*.form-style-1{
    width:45%;
    padding: 30px;
    margin: 50px auto;
    border: 1px solid #333;
    background-image: linear-gradient(180deg, #fff, #ddd 40%, #ccc);
    box-shadow: 1px 1px 25px rgba(0, 0, 0, 0.35);

}
.form-style-1 h1{
    background: #F7F7F7;
    padding: 20px 0;
    font-size: 140%;
    font-weight: 300;
    text-align: center;

    margin: -16px;
}
.form-style-1 label{
    display:block;
    margin-bottom: 10px;
}


.form-style-1 label > span{
    float: left;
    width: 35%;
    font-weight: bold;
    font-size: 13px;
    text-shadow: 1px 1px 1px #fff;
}
.form-style-1 fieldset{
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    margin: 0px 0px 10px 0px;
    border: 1px solid #FFD2D2;
    padding: 20px;
    background: #F7F7F7;
    box-shadow: inset 0px 0px 15px #FFE5E5;
    -moz-box-shadow: inset 0px 0px 15px #FFE5E5;
    -webkit-box-shadow: inset 0px 0px 15px #FFE5E5;
}


.form-style-1 input[type="text"],.form-style-1 input[type="password"],.form-style-1 select,.form-style-1 textarea{
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;
    -webkit-box-sizing: border-box ;
    -moz-box-sizing: border-box ;
    width: 65%;
    background: #fff;
    margin-bottom: 4%;
    border: 1px solid #ccc;
    padding: 1%;
    color: #555;
    font: 95% Arial, Helvetica, sans-serif;
}
.form-style-1 input[type="text"]:focus,.form-style-1 input[type="password"]:focus,.form-style-1 select:focus,.form-style-1 textarea:focus{
    box-shadow: 0 0 5px #43D1AF;
    padding: 1%;
    border: 1px solid #43D1AF;
}
.form-style-1  input[type="button"], 
.form-style-1  input[type="submit"] {
    -moz-box-shadow: inset 0px 1px 0px 0px #3985B1;
    -webkit-box-shadow: inset 0px 1px 0px 0px #3985B1;
    box-shadow: inset 0px 1px 0px 0px #3985B1;
    background-color: #F7F7F7;
    border: 1px solid #17445E;
    display: inline-block;
    cursor: pointer;

    padding: 8px 18px;
    text-decoration: none;
    font: 12px Arial, Helvetica, sans-serif;
}
.form-style-1  input[type="button"]:hover,.form-style-1  input[type="submit"]:hover {
    background: linear-gradient(to bottom, #2D77A2 5%, #337DA8 100%);
    background-color: #28739E;
    color:#fff;
}*/

.form-style-1 label.error {color: #A93226;border-color: #ebccd1;padding:0px;font-size: x-small;}


#pageMask
{
    position:           fixed;
    z-index:            1;
    top:                0;
    left:               0;
    width:              100%;
    height:             100%;
    background-color:   rgba(0,0,0,0.15);
    display:none;

}

#waitImageDiv{
    position:relative;
    left:370px;
    top:250px;
    height:30px;
    width:30px;
}

/* Index page login style*/
.login-form {
    position:relative;
    width: 340px;
    margin: 50px auto;
    top:10px;   
}
.login-form form {
    margin-bottom: 15px;
    background: #f7f7f7;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    padding: 30px;
}
.login-form h2 {
    margin: 0 0 15px;
}
.form-control, .btn {
    min-height: 38px;
    border-radius: 2px;
}
.btn {        
    font-size: 15px;
    font-weight: bold;
}

.logInFail{
    font-weight: bold;
    color:red;
}

#ajaxLoadingDiv {
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 999;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    background: url(img/ajax-loader.gif) no-repeat center center;
}​


