body
{ 
/*
   background-color:#2e2efe;
   background-color:#A9A9F5;
   background-color:#A9BCF5;
   background-color:#A9D0F5;
   background-color:#A9DCF5;
*/
   background-color:#CECEF6;
}


#header 
{
   text-align: center;
   width: 100%;
   margin: 0px auto;
   padding: 0px;
}

#content 
{
   width: 100%;
   height: auto;
}

.tableheader
{
   font-size:x-large;
   color:black;
   text-align:center;
   background-color:white;
   color:#08088a;
}

.ColMajorHeader
{
   /*
   color:black;
   background-color:#A9A9F5;
   */
   width:100%;
   color:#08088a;
   background-color:white;
}

.ColMinorHeader
{
   color:white;
   font-weight:bold;
/*   background-color:#08088a; */  /*  preserve this color code  */
   background-color:green;
}

.CellData
{
   color:black;
   font-weight:normal;
   font-size:medium;
   background-color:white;
}

.ColMajor
{
   width:16%;
   vertical-align:top;
}

.RowData
{
   color:black;
   font-weight:normal;
   font-size:medium;
/*   background-color:white;  changed to make borders visible */
   background-color:#CECEF6;
}

.RefreshButton
{
   border: 1px solid black;
   border-radius: 100px;
   font-family: tahoma, sans-serif;
   font-size: 20px;
   background-color: #08088a;
   color: white;
}

.RowMsg
{
   width:100%;
   clear:both;
}

.LinkButton
{
   height:60px;
   padding:3px 5px;
   background:#4479BA;
   color:#FFF;
   -webkit-border-radius:4px;
   -moz-border-radius:4px;
   border-radius:4px;
   border: solid 1px #20538d;
   text-shadow: 0 -1px 0 rgba(0,0,0,0.4);
   -webkit-box-shadow: inset 0 1px 0 rbga(255,255,255,0.4), 0 1px 1px rgba(255,255,255,0.4);
   -moz-box-shadow: inset 0 1px 0 rbga(255,255,255,0.4), 0 1px 1px rgba(255,255,255,0.4);
   box-shadow: inset 0 1px 0 rbga(255,255,255,0.4), 0 1px 1px rgba(255,255,255,0.4);
}
.LinkButton:hover
{
   background: #356094;
   border: solid 1px #2A4E77;
   text-decoration: none;
}


.MenuMain
{
   width:100%;
   clear:both;
   margin-top:20px;
   margin-left:20px;
   margin-bottom:20px;
}
.MenuLeft
{
   width:10%;
   float:left;
}
.MenuRight
{
   width:90%;
   float:right;
}
