/* Style rules to make 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;
}


.subMenuLink{
   color: #3A5E76;
   font-family: Arial,Helvetica,sans-serif;
   font-size: 12px
}

.subMenuTitle{
    color: #4A768C;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;
    font-weight : bold;
}

.subMenuPanel{
    top :0 ;
    left :0 ;
    height: 38px; 
    width: 790px; 
    background-color:#DADDE0;
}

.transparent {
    /*filter:alpha(opacity=90);*/
    background-color: #ffffff;
    /*display:none;*/
    position:absolute;
    color: white;
    border: 1px solid black;
    z-index: 3;
}

.gridPanelBody{
   height: 100%; 
   left: 48px; 
   top: 0px; 
   position: absolute; 
   width: 792px;
}

.gridPanelBase{
   height: 100%; 
   left: 0px; 
   top: 0px; 
   position: absolute; 
   width: 100%;
}

.gridPanelSplit{
   height: 100%; 
   width: 100%;
}

.gridColumnTopMenu{
   text-align: right;
   vertical-align: middle
}

.gridColumnSubTopMenuLeft{
   text-align: left;
   vertical-align: middle
}

.gridColumnSubTopMenuRight{
   text-align: right;
   vertical-align: middle;
}
.gridColumnSubTopMenuSpacer{
   text-align: center;
   width :100%;
   vertical-align: middle;
}

.gridColumnSubTopMenuLink{
    color: rgb(255, 255, 255);
    font-size: 14px;
    text-decoration: underline;
 width :100%;
}

.gridColumnImage130{
   text-align: left;
   vertical-align: top;
   width :130px ;
}

.gridColumnDefault{
   text-align: left;
   vertical-align: top;
}