body { 
    background-image: url('images/page_background.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
}


FORM { margin:0px; }
A:hover { text-decoration: underline }
A {text-decoration: none}
.header {	font-style:;
		    font-weight:bold;
		    font-size: 16px;
		    font-family: arial, verdana,  Helvetica, sans-serif;
			color: white;
		 }
         
.header-vert {  
    float: left; 
    position: relative;
    -moz-transform: rotate(270deg);  /* FF3.5+ */        
    -o-transform: rotate(270deg);  /* Opera 10.5 */   
    -webkit-transform: rotate(270deg);  /* Saf3.1+, Chrome */              
    filter:  progid:DXImageTransform.Microsoft.BasicImage(rotation=3);  /* IE6,IE7 */          
    -ms-filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); /* IE8 */
	width:40px;
	white-space:nowrap; 
    }
         
.header:hover  { 
   text-decoration: none; 
 }

.header-small {	font-style:;
		    font-weight:bold;
		    font-size: 12px;
		    font-family: arial, verdana,  Helvetica, sans-serif;
			color: white;
		 }
.header-small:hover { 
   text-decoration: none; 
 }

.header-tiny {	font-style:;
		    font-weight:;
		    font-size: 10px;
		    font-family: arial, verdana,  Helvetica, sans-serif;
			color: white;
		 }
.header-tiny:hover  { 
   text-decoration: none; 
 }

.details { font-style:;
		    font-weight:;
		    font-size: 12px;
		    font-family: arial, Helvetica, sans-serif;
			color: black;
		   }
.details

:hover { 
   text-decoration: none; 
 }
.details-small { font-style:;
		    font-weight:;
		    font-size: 10px;
		    font-family: arial, Helvetica, sans-serif;
			color: black;
		   }
.details-small:hover { 
   text-decoration: none; 
 }
           
.box_open { font-style:;
		    font-weight:;
		    font-size: 14px;
		    font-family: arial, Helvetica, sans-serif;
			color: grey;
 		 }

.box_pending { font-style:;
		    font-weight:bold;
		    font-size: 14px;
		    font-family: arial, Helvetica, sans-serif;
			color: C0C0C0;
 		 }

.box_closed { font-style:;
		    font-weight:bold;
		    font-size: 14px;
		    font-family: arial, Helvetica, sans-serif;
			color: black;
 		 }

.boxtext { font-style:;
		    font-weight:;
		    font-size: 12px;
		    font-family: arial, Helvetica, sans-serif;
			color: black;
 		 }

.spacer-small { font-style:;
		    font-weight:;
		    font-size: 3px;
		    font-family: arial, Helvetica, sans-serif;
			color: white;
 		 	}		   

.spacer-medium { font-style:;
		    font-weight:;
		    font-size: 6px;
		    font-family: arial, Helvetica, sans-serif;
			color: white;
 		 	}

.spacer-large { font-style:;
		    font-weight:;
		    font-size: 9px;
		    font-family: arial, Helvetica, sans-serif;
			color: white;
 		 	}
