


body { 
     
	   background-color:#999; 
	 }



/*Class CSS */
.main_container { 
                 padding-top:-10px; 
				 margin-top:-10px;
				 width:990px;
				 background-color:#fff;
				}

.hwt_top_left    {
                 background-image: url('images/hwt_top1_white.jpg') ; 
				 background-repeat: no-repeat;
			     background-color:transparent; 
			     width:476px;
			     height:32px;
              }
				

.hwt_top_right     {
                 background-image: url('images/hwt_top2.jpg') ; 
				 background-repeat: no-repeat;
			     background-color:transparent;   
			     width:514px;
			     height:32px;
              }


.hwt_bannerleft       {
                 background-image: url('images/hwt_banner_white.jpg') ; 
				 background-repeat: no-repeat;
			     background-color:transparent; 
			     width:762;
			     height:152px;
              }
			  
.hwt_banneright    {
			     background-color:#203757;    
			     width:226px;
			     height:152px;
              }
			  

			  
			  
.search_left    {
                 background-image: url('images/hwt_searchbox1.jpg') ; 
				 background-repeat: no-repeat;
			     background-color:transparent; 
			     width:761px;
			     height:34px;
              }		

.search_right    {
                 background-image: url('images/hwt_searchbox2.jpg') ; 
				 background-repeat: no-repeat;
			     background-color:transparent; 
			     width:229px;
			     height:34px;
              }		  	 	
			  

			 
.bck_img    {
                 background-image: url('images/banner.jpg') ; 
				 background-repeat: no-repeat;
			     background-color:transparent; 
			     width:990px;
			     height:206px;
              }	
			  

.bread_left    {
                 background-image: url('images/breacrumbs_left.jpg') ; 
				 background-repeat: no-repeat;
			     background-color:transparent; 
			     width:26px;
			     height:28px;
              }		
			  
.bread_bg    {
                 background-image: url('images/breacrumbs_bg.jpg') ; 

			     background-color:transparent; 
			     width:937px;
			     height:28px;
              }		
			  
			  
.bread_right    {
                 background-image: url('images/breacrumbs_right.jpg') ; 
				 background-repeat: no-repeat;
			     background-color:transparent; 
			     width:27px;
			     height:28px;
              }	




.bottom_left     {
                 background-image: url('images/bottomleft.jpg') ; 
				 background-repeat: no-repeat;
			     background-color:transparent; 
			     width:527px;
			     height:30px;
              }
			  

.bottom_right     {
                 background-image: url( 'images/bottomright.jpg') ; 
				 background-repeat: no-repeat;
			     background-color:transparent; 
			     width:463px;
			     height:30px;
              }			  
			  
			  


.MainMenu_MenuItem	{                 
				  
                      color:#177ead;
		        }			
				
				
				
.MainMenu_MenuBar {
                    width: 175px;
                    background-color:#177ead;
                   color:#fff;
					
					}				



/*Table Class CSS */


.main_table {
             background-color:#999;
			 width:990px;
			 margin-top:10px;
			 }
			 
			 
.table_spaces  {
               background-color:#ffffff;
			   background-image: url( 'images/content_bg.jpg');
			   width:990px;
               }			 


.table_spaces2  {
               background-color:#999;
			   width:990px;
			   
               }	



/*Menu, Search, Breadcrumbs, Dropdowns */				

.bread_bg    a{                 
				  color:#177ead;
				  font-weight:bold;
				  font-size:14px;
		        }	
					
.dat_reg span a {                 
				  color:#fff;
				  font-size:12px;  
				  font-weight:bold;
		        }	
				
.dat_reg span      {                 
				  color:#fff;
				  font-size:12px;
				
		        }
			
.Searchtab {                 
				  color:#ffffff;
				  font-weight:bold;
				  font-size:14px;
		        }				

				
#dnn_dnnSEARCH_cmdSearch{                 
				  color:#fff;
				  font-weight:bold;
				  font-size:14px;
                  border:solid 1px #000000; 
				  background-color:#203757;
				  font-family:Arial, Helvetica, sans-serif;
				  width: 30px;
				  text-align:center;
				  text-transform:uppercase;
				  }




/*Search box*/	
				  
#dnn_dnnSEARCH_txtSearch	{
               border:1px solid #203757; 
			   background-color:#FFFF99;}	
			   
#dnn_dnnCURRENTDATE_lblDate {
               color:#FFF;}		   


/*image hovers */	
.spotme img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;}

.spotme:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
-moz-opacity: 0.8;}

a span{ display:none;}
a:hover{position:relative;}
a:hover span {display:block; position:absolute;}
a:hover span{top:10px; left:200; z-index:100;}			   



