/*
 * 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;
}

/*.Tab1Div_sun4 td {*/
/*	border-color: #80929B!important;*/
/*	background:#FCFFFF url(ButDefSel2.gif) left top repeat-x!important;*/
/*}.Tab1Tbl2New_sun4 .Tab1SelTxtLeft_sun4 {*/
/*	background-image:url(ButDefSel2.gif)!important;*/
/*}.Tab1Tbl2New_sun4 .Tab1SelTxtNew_sun4{*/
/*	background-image:url(ButDefSel2.gif)!important;*/
/*}*/
/*.Tab1TblNew_sun4 .Tab1TblSelTd_sun4 {*/
/*	background-color:#FFFFFF!important ;*/
/*	background-image:url(ButDefSel2.gif)!important;*/
/*}*/
/*.Tab1Tbl2New_sun4 .Tab1TblSelTd_sun4, .Tab1Tbl3New_sun4 .Tab1TblSelTd_sun4 {*/
/*	background-color:#EEF0F4!important;*/
/*	background-image:url(ButDefSel2.gif)!important;*/
/*}*/
/**/
/*.Tab2Div_sun4 td {*/
/*	border-color:#80929B!important;*/
/*	background:#FCFFFF url(ButDefSel2.gif) left top repeat-x!important;*/
/*}.Tab2Tbl3New_sun4 .Tab2SelTxtLeft_sun4 {*/
/*	background-image:url(ButDefSel2.gif)!important;*/
/*}.Tab2Tbl3New_sun4 .Tab2SelTxt_sun4 {*/
/*	background-image:url(ButDefSel2.gif)!important;*/
/*}.Tab2TblNew_sun4 .Tab2TblSelTd_sun4 {*/
/*	border-color:#80929B!important;	background-image:url(ButDefSel2.gif)!important;*/
/*}.Tab2Tbl3New_sun4 .Tab2TblSelTd_sun4 {*/
/*	border-color:#80929B!important;*/
/*	background:#F8F9FB url(ButDefSel2.gif) left top repeat-x!important;*/
/*}*/
/*table.MniTabTbl_sun4 td.MniTabTblSelTd_sun4 {*/
/*	background:#FFFFFF url(ButDefSel2.gif) left top repeat-x!important;*/
/*	border-color:#80929B!important;*/
/*}*/
#container {
  margin:auto;
  width: 760px; 
  background: #ffffff;
}

#header {
  background: #DDDDDD;
}

#leftBar {
  float: left; 
  width: 150px; 
  background: #EBEBEB; 
}

#content {
  float:left;
  width:450px;
  background-color: #cdcde6;
}

#rightBar { 
  float:right; 
  width: 160px; 
  background: #EBEBEB; 
}

#footer { 
  clear:both;
  background:#DDDDDD;
    
}
#grid.hover {
  background-color: #ccccff;
} 
a:hover {
  text-decoration: underline;
}