/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Sep 29, 2016, 11:13:43 AM
    Author     : Yunus
*/

.body {
    background-image: url("../images/background9.png");
/*    background-position: center top;*/
    background-repeat: repeat-x;
    background-size: 1350px 700px;
    margin: 0;
    background-color: #ADCDE6;
    overflow-y: scroll;
    overflow-x: hidden;
}
.block{
    padding:20px;
}
.header{
    width:1000px;
    margin-right:auto;
    margin-left:auto;
}
.content{
    width:1000px;
    margin-right:auto;
    margin-left:auto;
    border-radius: 10px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5), 0 0 1px rgba(0, 0, 0, 0.2) inset;
    background-color:#fff;
    min-height:400px;
    margin-top:5px;
    padding:30px;
}
.footer{
    width:1000px;
    margin-right:auto;
    margin-left:auto;
    text-align:center;
    margin-top:10px;
    font-size:10pt;
    font-family:calibri;
}
.title1{
    font-family:calibri;
    font-size:30pt;
    font-weight:bold;
    color:darkblue;
    text-shadow: 0 1px 0 #ffffff, 1px 2px 2px #aaaaaa;
    padding-left:10px;
}
.title2{
    font-family:calibri;
    font-size:14pt;
    font-weight:bold;
    color:red;
    text-shadow: 0 1px 0 #ffffff, 1px 2px 2px #aaaaaa;
    padding-left:10px;
    margin-top:-18px;
}
.title3{
    font-family:calibri;
    text-shadow: 0 1px 0 #ffffff, 1px 2px 2px #aaaaaa;
    font-size:24pt;
    font-weight:bold;
    color:#000;
}
.title4{
    font-family:calibri;
    text-shadow: 0 1px 0 #ffffff, 1px 2px 2px #aaaaaa;
    font-size:16pt;
    font-weight:bold;
    margin:15px 0px;
    color:#000;
}
.text1{
    font-family:calibri;
    text-align:justify;
    font-size:12pt;
    color:#000;
}
.text2{
    font-family:calibri;
    color: #000099;
    text-shadow: 0 1px 0 #ffffff, 1px 2px 2px #aaaaaa;
    font-weight:bold;
    font-size:12pt;
    cursor:pointer;
}
.text3{
    font-family:calibri;
    font-size:12pt;
    color:#000;
}
.box-password{
    font-family:calibri;
    margin-right:auto;
    margin-left:auto;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5), 0 0 1px rgba(0, 0, 0, 0.2) inset;
    background-color:#ADCDE6;
    min-height:100px;
    width:100%;
    font-size:12pt;
    padding:10px;
    color:#000;
}
.uppercase{
    text-transform: uppercase;
}
.alert{
    padding:10px;
    margin:0px;
}
.alertmsg{
    margin:10px 0px;
}
a{
    color:darkblue;
    text-decoration: none;
    cursor:pointer;
}
.headerC {
    border-bottom: 2px solid #334455;
    color: #334455;
    font-family: Calibri;
    font-size: 28px;
    margin: 0;
    padding: 2px 5px;
    text-shadow: 0 1px 0 #ffffff, 1px 2px 2px #aaaaaa;
}
.bodyC {
    background: #f7f7f7 none repeat scroll 0 0;
    color: #333333;
    font-family: Tahoma,Arial,Helvetica,sans-serif;
    font-size: 12px;
    text-align: left;
}
.footerC {
}
.hidden {
    display: none;
}