/******************************************************************************
 *                             HOME                                           *
 *****************************************************************************/

#home_top {
   height: 150px;
   }

#home_bottom {
   max-height: 185px;
   }

#home_bottom_td {
   vertical-align: top;
   padding: 0px;
   margin: 0px;
   }

.home_module_td {
   vertical-align: top;
   width: 155px;
   }

.home_bottom_td {
   vertical-align: top;
   width: 154px;
   height: 100%;
   }

* html .home_module_td,
* html .home_bottom_td {
   width: 25%;
}

#home_bottom_table {
   width: 100%;
   }

.home_module,
.home_bottom_module {
   width: 100%;
   height: 100%;
   }

.home_module .header .title,
.home_bottom_module .header .title {
   background-color: #b8c3d1;
   font-weight: bold;
   text-align: center;
   height: 23px;
   border: 1px dotted rgb(144,155,169);
   font-size: 9pt;
   }


.home_button {
   background: url('/images/viewbutton_bg.png') repeat-x scroll center; 
   height: 15px; 
   width: 100%; 
   vertical-align: middle; 
   border: 1px solid rgb(144,155,169);
   cursor: pointer;
   font-size: 7pt;
   }

 
