/*
 * After modifying this style sheet, refresh the page being designed to see the effect of the modification.
 * Click the Refresh button in the Visual Designer toolbar to refresh the page.
 */ 

/* Style rules to make Java Server faces Standarad data tables look better */

.list-header {
  background-color: #eeeeee;
  font-size: larger;
  font-weight: bold;
}

.list-paging-header {
  background-color: white;
}

.list-paging-footer {
  background-color: white;
}

.list-row-even { 
}

.list-row-odd { 
  background-color: #eeeeee;
}

/* Style rules for message severity levels */

.infoMessage {
  color: black;
}

.warnMessage {
  color: orange;
  font-weight: bold;
}

.errorMessage {
  color: red;
  font-weight: bold;
}

.fatalMessage {
  color: red;
  font-style: italic;
  font-weight: bold;
}

#container {
  margin: 0px auto;
  width: 1000px; 
  background: #ffffff;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  border-top-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 2px;
  border-right-width: 2px;
  border-top-color: black;
  border-bottom-color: black;
  border-left-color: black;
  border-right-color: black;
}

.header {
width: 100%;
background-color: #ffffff;
}

.content {
float:left;
width: 100%;
background-color: rgb(255, 255, 255);
}

.bit2mainBody {
    
  font-style: normal;
  font-family: 'Arial, Helvetica', sans-serif;
  font-size: 16px;
  
}

.bit2mainTitle {
    
  font-weight:bold;
  font-style: normal;
  font-family: 'Arial, Helvetica', sans-serif;
  font-size: 24px;
   }

.bit2mainSubtitle {
    
  font-family: 'Arial,Helvetica',sans-serif;
  font-style: normal;
  font-weight:bold;
  font-size: 18px;
}

.bit2mainEmp {
    
  font-family: 'Arial,Helvetica',sans-serif;
  font-style: normal;
  font-weight:bold;
  font-size: 16px;
}

.bit2mainEmpItal {
    
  font-family: 'Arial,Helvetica',sans-serif;
  font-style: normal;
  font-weight:bold;
  font-style: italic;
  font-size: 16px;
  
}

.bit2mainItal {
    
  font-family: 'Arial,Helvetica',sans-serif;
  font-style: normal;
  font-style: italic;
  font-size: 16px;
  
}

.bit2mainCentre {
    
  font-family: 'Arial,Helvetica',sans-serif;
  font-style: normal;
  font-size: 16px;
  text-align:center;
  
}

.footer {
width: 100%;
height: 10%;
clear:both;
background:#DDDDDD;

  
}