.GridHeaderFooter
{
	background-color:#186314;
	font-family:Arial;
	font-weight:bold; 
	font-size:8pt; 
	color:white; 
}

.GridFooter
{
	background-color:#186314;
	font-family:Arial;
	font-weight:bold; 
	font-size:8pt; 
	color:Black; 
}

.GridItem
{
	background-color:LightGoldenrodYellow;
	font-family:Arial;
	font-weight:bold; 
	font-size:8pt; 
	color:Black; 
}

.GridAlternating
{
	background-color:LightGoldenrodYellow;
	font-family:Arial;
	font-weight:bold; 
	font-size:8pt; 
	color:Black; 	
}

.BlackButton
{
	background-color:#d11726;	
	font-family:Arial;
	font-weight:bold; 
	font-size:8pt; 
	color:white; 	
}

.RedButton
{
	font-family:Arial;
	font-weight:bold; 
	font-size:8pt; 
}

.Label
{
	font-family:Arial;
	font-weight:bold; 
	font-size:8pt; 
	color:Black;
}

.LabelSummaryDesc
{
	font-weight: bold;
	font-size: 12pt;
	color: black;
	font-family: Arial;
}

.LabelSummary
{
	font-size: 12pt;
	color: black;
	font-family: Arial;
}

.LabelTitle
{
	font-weight: bold;
	font-size: 12pt;
	color: black;
	font-family: Arial;
	text-decoration: underline;
}

.LabelWelcome
{
	font-weight:bold;
	color:white;
}

.LabelPONumber
{
	font-weight:bold;
	text-align:right;
	color:White;
}

.LabelText
{
	font-family:Arial;
	font-size:10pt; 
	color:Black;
}

.LabelTextBox
{
	font-family:Arial;
	font-size:8pt; 
	color:Black;
}

.LabelMessage
{
	font-family:Arial;
	font-size:10pt; 
	color:black;
}

.PanelLogin
{
	background-color:#CCFF8E;
	color: black;
}

.PanelGray
{
	background-color:#186314;
}

.PanelDarkGray
{
	background-color:#009900;
	width:10000;
}

.PanelBlack
{
	background-color:#009900;	
}

.Calendar
{
	background-color:White;
	border-color:Black;
	border-style:solid;
	border-width:1;
	font-family:Arial;
	font-weight:bold; 
	font-size:8pt; 
	color:Black;	
}

.CalendarHeader
{
	background-color: black;	
	font-weight:bold; 
	font-size: 8pt;
	color: white;
	text-align: center;
}

.CalendarDay
{
	font-size:8pt;	
	color:Black;	
}

.CalendarOtherMonthDay
{
	font-size:8pt;	
	color:DarkGray;	
}

/*- Menu Tabs J--------------------------- */

    #tabsJ {
      float:left;
      /*width:100%;*/
      font-size:93%;
      line-height:normal;
	  border-bottom:1px solid #24618E;
      }
    #tabsJ ul {
	  margin:0;
	  padding:0px 10px 0px 10px;
	  list-style:none;
      }
    #tabsJ li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsJ a {
      float:left;
      background:url("images/tableleftgreen.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 5px;
      text-decoration:none;
      }
    #tabsJ a span {
      float:left;
      display:block;
      background:url("images/tableright.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:black;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsJ a span {float:none;}
    /* End IE5-Mac hack */
    #tabsJ a:hover span {
      color:#FFF;
      }
    #tabsJ a:hover {
      background-position:0% -42px;
      }
    #tabsJ a:hover span {
      background-position:100% -42px;
      }
