﻿body {
margin: 0;
padding: 0;
font-family: Verdana, sans-serif;
font-size: 10px;
background: #fff;
}

#wrap {
  min-width: 500px;
  max-width: 1400px:
  background: #fff;
  }

 #header {
   border-bottom: 3px solid #3A5FCD;
   background: #3A5FCD;
 }

 #header h1{
  margin: 0;
  padding: 25px;
  font-family: Georgina, serif;
  font-size: 150%;
  color: #374c0E;
 }

 #content {
  float: left;
  width: 70%;
  font-family: Georgina, serif;
  font-size: 150%;
 }

 #sidebar {
  float: right;
  width: 30%;
  font-family: Georgina, serif;
  font-size: 150%;
 }

 #footer {
  clear: both;
  background: #828377;
 }
 
 #wrap_login {
  min-width: 500px;
  max-width: 1400px:
  background: #fff;
  }

 #header_login {
   border-bottom: 3px solid #fff;
   background: #fff;
   height:150px;
 }
  #content_login {
  float: left;
  width: 90%;
  font-family: Georgina, serif;
  font-size: 150%;
 }

 #sidebar_login {
  float: right;
  width: 10%;
  font-family: Georgina, serif;
  font-size: 150%;
 }
 
 table{  
empty-cells:show; 
border-collapse: collapse; 
margin:0 auto; 
}

 table1{ 
table-layout:fixed; 
empty-cells:show; 
border-collapse: collapse; 
margin:0 auto; 
font-size: 12px;
}
 
td{ 
height:30px; 
} 

h1,h2,h3{ 
font-size:12px; 
margin:0; 
padding:0; 
} 
.table{ 
border:1px solid #cad9ea; 
color:#666; 
font-size: 8px;
} 
.table th { 
background-repeat:repeat-x; 
height:30px; 
} 
.table td,.table th{ 
border:1px solid #cad9ea; 
padding:0 1em 0;
white-space: nowrap 
} 
.table tr.alter{ 
background-color:#f5fafe; 
}
 
 .input text{
 width:60px;
 }
