body{
    background: url(../images/grain.png) repeat;
    height: 100%;  
    width: 100%; 
}
.header{
    background-color: #fff;
    padding-left:10px;
    width: 945px;
    margin: 10px auto;
    padding-top:5px;
    font-size: 1.0em;
    font-weight: bolder;
    height: auto;
}
.header2{
    background-color: black;
    padding-left:10px;
    width: 945px;
    margin: 10px auto;
    color: white;
}
ul.navigation li a.active{
    color: #FFA500;
}
.heading{
   border-bottom: 2px solid gray;
   margin-left: -5px;
   margin-right: -5px;
   margin-bottom: 5px;
   padding-right: 5px;
}
textarea{
    resize: none;
}
ul{
    list-style-type:none;
    margin:0 auto;
    padding:5px 0px;
}
ul.navigation li{
    display:inline;
    padding: 10px;
    margin: auto;
}
ul.navigation li a{
    color: black;
}
ul.navigation li a:hover{
   text-decoration: none;
   color: red;
}
.reports{
    border: 1px solid black;
    width: 934px;
    height: 380px;
    margin: 10px auto;
    padding: 10px;
}
.reportsses{
    margin-bottom: 0px;
    padding: 10px 0px 0px 0px;
    background-color: #e6e6e6;
}
.reportss{
    margin-bottom: 10px;
    font-size: 0.8em;
    background-color: #666666;
    color: white;
    text-transform: uppercase;
    padding-top: 10px;
}
.login_form{
    margin-top: 2px;
    margin-right: 5px;
    height: auto;
    padding: 18px 5px 0px 5px;
    background-color: #FFF8DC;
    box-shadow:0px -5px 5px 0px #555;
	-moz-box-shadow:0px -5px 5px 0px #555;
	-webkit-box-shadow:0px -5px 5px 0px #555;
}
.cloud{
    background-image: url(../images/cloud.jpg);
    background-repeat: no-repeat;
    width: 200px; 
    height: 140px;
    float: left; 
    position: relative;
    margin: 10px;
}
.report{
    height: 270px;
    overflow-y: auto;
    font-size: 0.8em;
}
input[placeholder]{
    font-style: italic;
}
.error{
    color: #FF2400;
    text-align: center;
}
.errors{
    color: #FF2400;
    font-size: 0.6em;
    text-align: center;
    font-weight: bolder;
}
.message{
    color:#8FC412;
    text-align: center;
}
.fileupload input{
    position: absolute;
    opacity: 0.0;
    filter: alpha(opacity=0); 
}
.bigButton{
  min-width: 100px;
  width: 100px;
  height: 120px;
  display: inline-block;
  color: #600;;
  padding: 5px 3px 5px 3px;
  margin: 5px;
  text-align: center;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;
  border: 2px solid #eee;
}
.bigButton img {   max-width:80px;   max-height:80px;}
.bigButton:hover {   
    background: #eee; 
    color:#000;
    text-decoration: none;}
.column_links{
    -moz-border-radius:4px 4px 4px 4px; 
    -webkit-border-radius:4px 4px 4px 4px;
    -khtml-border-radius:4px 4px 4px 4px;
    border-radius:4px 4px 4px 4px;
    overflow: auto;
}
.progres{
    height: 10px;
    background-color:#FFA500;
    -moz-border-radius:8px 0px 0px 8px;  
    -webkit-border-radius:8px 0px 0px 8px;  
    -khtml-border-radius:8px 0px 0px 8px; 
    border-radius:8px 0px 0px 8px; 
}
.image{
    margin: 5px 10px 10px 10px;
    float: left;
}
.name{
    width: 200px;
    float: left;
	margin-bottom: .5em;
    margin-left: 80px;
    padding-bottom: .2em;
}
.phone_number{
    width: 200px;
	margin-bottom: .5em;
    margin-right: 200px;
    padding-bottom: .2em;
    float: right;
}

.normal{
    padding-left: 10px;
    border-bottom: 1px solid #D1D0CE;
}
tr#phones_phonebook{
    display: none;
}
.headerBlock { 
    background:#F0F8FF; 
    height:auto; width:966px; margin: auto;
    }
.data{
    padding-right: 10px; 
    color: #004000;
    float: left;
}
h1 a{
    color: red;
    font: 16px;
    line-height: 1.6em;
}
.time{
    background-color: red;
    text-align: center;
    padding: 5px;
}
.total_messages{
    text-align: left;
    float: left;
}
a.outbox{
    color: black;
    padding-left: 50px;
    background-color: green;
}
/********footer*********/
.footer{
    background-color: black;
    position: relative;
    width: 995px;
    height: 20px;
    color: white;
    font-size: 1.0em;
    padding: 13px 5px;
    margin-left: -20px;
}
.terms{
	padding-right: 30px;
    float: right;
    text-align: right;
    }
.terms a{
    color: white;
}

