/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jan 23, 2015, 11:21:31 AM
    Author     : MWALONGO
*/

#body{
     
      
     padding: 20px;
     padding-bottom:10px;
     padding-top: 0px;
     text-align:left;
     color:#999;
     font-size: 13px;
  
}
#report_link{
  
    background-image:url('http://www.mparliament.com/content/themes/images/report-icon.png');
     background-position:left center;
     background-repeat:no-repeat;
     padding-left:20px;
 }
 #login{
  
    background-image:url('http://www.mparliament.com/content/themes/images/user-icon.png');
     background-position:left center;
     background-repeat:no-repeat;
     padding-left:20px;
 }
 #home_link{
  
    background-image:url('http://www.mparliament.com/content/themes/images/home-icon.png');
     background-position:left center;
     background-repeat:no-repeat;
     padding-left:20px;
 }
  #logout_link{
  
    background-image:url('http://www.mparliament.com/content/themes/images/logout-icon.png');
     background-position:left center;
     background-repeat:no-repeat;
     padding-left:20px;
 }
 input,select{
    
     
      
 }
 label{
     color:blue;
 }
 span.link:hover{
     opacity: 0.4;
     filter:alpha('opacity=40');
     cursor: pointer;
 }

 #footer,#header{
   padding:20px;color:#ffffff;font-weight:bold;
  
   height: 70px;
   padding-top: 0px;
   padding-bottom:0px;
 }
 #header{
 padding:20px;
 height: 20px;
 font-weight:bold;
 font-size:15px;
 
 }
 #footer{
      box-shadow: 1px 1px 0px 1px #000000; 
      background-color: #ffffff;
      margin-top: 0px;
 }
 td.info_panel{
    box-shadow: 1px 1px 2px 1px #000;
    background-color: white;
    min-height: 400px;
 }
 div.info_panel_header{
     background-color: #1c94c4;
     color:black;
     padding: 5px;
      box-shadow: 1px 1px 2px 1px #000;
      text-align: left;
 }
  div._info_panel_header{
     background-color: white;
     color:black;
     padding: 5px;
      box-shadow: 1px 1px 2px 1px #000;
      text-align: left;
    
  }