/*Body of site*/
body
{
 background-color: #FFFFFF; 
 
 }
#wrap{
   margin: auto;
   width: 960px;
   background-color: #D6D6D6;
   height: 1600px;
   }
/*Header*/
#header {
    margin-top: -10px;
    position: absolute;
    z-index: 3;
}

/* General Forms*/
#forms {
    margin-top: 275px;
    margin-left: 220px;
    position: absolute;
    }
label
 {
 width: 10em;
 float: left;
 text-align: right;
 margin-right: 0.5em;
 display: block
 }
.submit input
 {
        margin-top: 1em;
        margin-left: 18em;
 }
 fieldset
 {
 background-color: white;  
 border: none;
 width: 470px;
 -moz-border-radius: 10px 10px 10px 10px; 
 border-radius:  10px 10px 10px 10px;
 }
legend
 {
 position: absolute;
 margin-top: -18px;
 color: #fff;
 background: #A9A9A9;
 border: none;
 padding: 2px 6px;
 -moz-border-radius: 6px 6px 6px 6px; 
 border-radius:  6px 6px 6px 6px;
 } 
/*Tables*/
#noclienttable {
    margin-top: 300px;
    margin-left: 34px;
    position: absolute; 
    z-index: 2;
}
#summarytables {
    margin-top: 300px;
    margin-left: 200px;
    position: absolute; 
    z-index: 2;
}
#summarytableslist {
    margin-top: 600px;
    margin-left: 100px;
    position: absolute; 
    z-index: 2;
}
#welcometables{
    margin-top: 300px;
    margin-left: 34px;
    position: absolute; 
    z-index: 2;
    }
#tables {
    margin-top: 360px;
    margin-left: 15px;
    position: absolute;
    }
    
table {
       border-width: 2px;
	border-spacing: 2px;
	border-style: hidden;
	border-color: gray;
	border-collapse: collapse;
	background-color: white;
        -moz-border-radius: 10px 10px 10px 10px;
        border-radius:  10px 10px 10px 10px;
      
         }
table th{
    color: #000000;
    padding: 4px;
    border-style: hidden;
    }
table td{
        border-width: 1px;
	padding: 4px;
	border-style: outset;
	border-color: #D6D6D6;
        background-color: white;
}
th:first-child { 
    background-color: #A9A9A9;
    -moz-border-radius: 6px 0 0 0;    
    -webkit-border-radius: 6px 0 0 0;    
    border-radius: 6px 0 0 0;}
th:nth-child(2) {  
    background-color: #A9A9A9;
    -moz-border-radius: 0px 0px 0 0;   
    -webkit-border-radius: 0px 0px 0 0;    
    border-radius: 0px 0px 0 0;
}
th:nth-child(3) {  
    background-color: #A9A9A9;
    -moz-border-radius: 0px 0px 0 0;   
    -webkit-border-radius: 0px 0px 0 0;    
    border-radius: 0px 0px 0 0;
}
th:nth-child(4) {  
    background-color: #A9A9A9;
    -moz-border-radius: 0px 0px 0 0;   
    -webkit-border-radius: 0px 0px 0 0;    
    border-radius: 0px 0px 0 0;
}
th:nth-child(5) {  
    background-color: #A9A9A9;
    -moz-border-radius: 0px 0px 0 0;   
    -webkit-border-radius: 0px 0px 0 0;    
    border-radius: 0px 0px 0 0;
}
th:nth-child(6) {  
    background-color: #A9A9A9;
    -moz-border-radius: 0px 0px 0 0;   
    -webkit-border-radius: 0px 0px 0 0;    
    border-radius: 0px 0px 0 0;
}
th:nth-child(7) {  
    background-color: #A9A9A9;
    -moz-border-radius: 0px 0px 0 0;   
    -webkit-border-radius: 0px 0px 0 0;    
    border-radius: 0px 0px 0 0;
}
th:nth-child(8) {  
    background-color: #A9A9A9;
    -moz-border-radius: 0px 0px 0 0;   
    -webkit-border-radius: 0px 0px 0 0;    
    border-radius: 0px 0px 0 0;
}
th:nth-child(9) {  
    background-color: #A9A9A9;
    -moz-border-radius: 0px 0px 0 0;   
    -webkit-border-radius: 0px 0px 0 0;    
    border-radius: 0px 0px 0 0;
}
th:last-child {  
    background-color: #A9A9A9;
    -moz-border-radius: 0 6px 0 0;    
    -webkit-border-radius: 0 6px 0 0;    
    border-radius: 0 6px 0 0;
}

/* Order by dropdown */
#orderby {
    margin-top: 200px;
    margin-left: 30px;
    position: absolute;
    z-index: 1.1;
}
/* Navigation Bar */
#navigation {
	list-style:none;
        position: absolute;
	width:490px;
        margin-top: 140px;
	margin-left: 10px;
        height:43px;
	padding:0px 20px 0px 20px;
        z-index: 4;
       /* Rounded Corners */

	-moz-border-radius: 10px;
	
	border-radius: 10px;

	/* Background color and gradients */

	background: #A9A9A9;
}

#navigation li {
	float:left;
	text-align:center;
	position:relative;
	padding: 4px 3px 4px 3px;
	margin-right:30px;
	margin-top:7px;
	border:none;
}

#navigation li:hover {
	padding: 4px 3px 4px 3px;
        /* Background color and gradients */
        background: #A9A9A9;
	/* Rounded corners */

	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	 border-radius: 5px 5px 0px 0px;
}

#navigation li a {
	font-family:  Times, serif;
	font-size:16px;
	color: #FFFFFF;
	display:block;
	outline:0;
	text-decoration:none;
	
}

/* Drop Down */

.dropdown_1column
 {
	margin:4px auto;
	float:left;
	position:absolute;
	left:-999em; /* Hides the drop down */
	text-align:left;
	padding:10px 5px 10px 5px;
        border-top:none;

	/* Gradient background */
	background:#A9A9A9;
	

	/* Rounded Corners */
	-moz-border-radius: 0px 5px 5px 5px;
	-webkit-border-radius: 0px 5px 5px 5px;
	border-radius: 0px 5px 5px 5px;
}

.dropdown_1column 
{
    width:105px;
}


#navigation li:hover .dropdown_1column
 {
    left:auto;
    top:auto;
}

/* Columns */

.col_1
 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 5px;
	margin-right: 5px;
}
.col_1 {width:100px;}


/* Right alignment */

#navigation .menu_right {
	float:right;
	margin-right:0px;
}
#navigation li .align_right {
	/* Rounded Corners */
	-moz-border-radius: 5px 0px 5px 5px;
    -webkit-border-radius: 5px 0px 5px 5px;
    border-radius: 5px 0px 5px 5px;
}
#navigation li:hover .align_right {
	left:auto;
	right:auto;
	top:auto;
}

/* Drop Down Content Stylings */
#validation {
  margin-top: 240px;
    margin-left: 100px;
    position: absolute;  
}
#addpdf{
  margin-top: 275px;
    margin-left: 100px;
    position: absolute;  
}

.red {
 color: red;
}

#welcome{
    margin-top: 250px;
    margin-left: 195px;
    position: absolute; 
    font-size: 20px;
    padding: 4px;
    -moz-border-radius: 3px 3px 3px 3px;    
    -webkit-border-radius: 3px 3px 3px 3px;    
    border-radius: 3px 3px 3px 3px;
    background-color: white;
}
#viewheading{
    margin-top: 230px;
    margin-left: 400px;
    position: absolute; 
    font-size: 20px;
    padding: 4px;
    -moz-border-radius: 3px 3px 3px 3px;    
    -webkit-border-radius: 3px 3px 3px 3px;    
    border-radius: 3px 3px 3px 3px;
    background-color: white;
}
#searchheading{
    margin-top: 230px;
    margin-left: 390px;
    position: absolute; 
    font-size: 20px;
    padding: 4px;
    -moz-border-radius: 3px 3px 3px 3px;    
    -webkit-border-radius: 3px 3px 3px 3px;    
    border-radius: 3px 3px 3px 3px;
    background-color: white;
}
#searchsummary{
    margin-top: 250px;
    margin-left: 330px;
    position: absolute; 
    font-size: 20px;
    padding: 4px;
    -moz-border-radius: 3px 3px 3px 3px;    
    -webkit-border-radius: 3px 3px 3px 3px;    
    border-radius: 3px 3px 3px 3px;
    background-color: white;
}
#date{
    margin-top: 180px;
    margin-left: 727px;
    position: absolute; 
    font-size: 16px; 
}
#footer{
    position: absolute;
    margin-left: 500px;
    margin-top: 1600px;
}
#error{
    margin-top: 350px;
    margin-left: 200px;
    position: absolute; 
    font-size: 16px;
    padding: 4px;
    -moz-border-radius: 3px 3px 3px 3px;    
    -webkit-border-radius: 3px 3px 3px 3px;    
    border-radius: 3px 3px 3px 3px;
    background-color: white;
}
#success{
    margin-top: 350px;
    margin-left: 250px;
    position: absolute; 
    font-size: 16px;
    padding: 4px;
    -moz-border-radius: 3px 3px 3px 3px;    
    -webkit-border-radius: 3px 3px 3px 3px;    
    border-radius: 3px 3px 3px 3px;
    background-color: white;
}