.GridHeaderFooter
{
	background-color:#5D7B9D;
	font-family:Arial;
	font-weight:bold; 
	font-size:8pt; 
	color:white; 
	
}

.GridFooter
{
	background-color:#5D7B9D;
	font-family:Arial;
	font-weight:bold; 
	font-size:8pt; 
	color:Black; 
}

.GridItem
{
	background-color:White;
	font-family:Arial;
	font-weight:bold; 
	font-size:8pt; 
	color:Black;	
}

.GridItemScrLabels
{
	background-color:White;
	font-family:Arial;
	font-weight:bold; 
	font-size:7pt; 
	color:Black; 
}

.GridAltItemScrLabels
{
	background-color:#D3E1F0;
	font-family:Arial;
	font-weight:bold; 
	color:Black; 
}

.GridAltItemScr
{
	background-color:#D3E1F0;
	font-family:Arial;
	font-weight:bold; 
	font-size:7pt; 
	color:Black; 
}


.GridItemScrLabelsButtons
{
	font-family:Arial;
	font-weight:bold; 
	font-size:7pt; 
	color:Black; 
}

.GridAlternating
{
	background-color:#F7F6F3;
	font-family:Arial;
	font-weight:bold; 
	font-size:8pt; 
	color:Black; 	
}

.BlackButton
{
	background-color:Silver;	
	font-family:Arial;
	font-weight:bold; 
	font-size:8pt; 
	color:#191970; 	
}

.RedButton
{
	font-family:Arial;
	font-weight:bold; 
	font-size:8pt; 
	/*background-color:Silver;*/
	color:#191970; 
}

.Label
{
	font-family:Arial;
	font-weight:bold; 
	font-size:8pt; 
	color:Black;
}

.LabelNormal
{
	font-family:Arial;
	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: white;
	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-weight:bold; 
	font-size:8pt; 	
	color:#191970; 	
}

.LabelMessage
{
	font-family:Arial;
	font-size:10pt; 
	color:black;
}

.PanelLogin
{
	background-color:#B8C4D2;
	color: black;
}

.PanelGray
{
	background-color:#284775;
}

.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;	
}


.TextBoxReadOnlyC
{
	font-family:Arial;
	font-size:8pt; 
	color: #a9a9a9;
	text-align: center;	
}

.TextBoxReadOnlyL
{
	font-family:Arial;
	font-size:8pt; 
	color: #a9a9a9;
	text-align: left;	
}

.TextBoxReadOnlyR
{
	font-family:Arial;
	font-size:8pt; 
	color: #a9a9a9;
	text-align: right;	
}

/*-------------------------------*/
body 
{
	margin:15;
	padding:0;
	font: bold 11px/1.5em Verdana;
}

h2 {
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0px;
	padding: 0px 0px 0px 15px;
}

img { border: none; } 

/*- Menu Tabs J--------------------------- */

    #tabsJ {
      float:left;
      /*width:150%;*/
      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/tableftJ.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/tabrightJ.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#24618E;
      }
    /* 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;
      }
      
/*Collapser*/      
   .expArrow{
	padding-left: 20px;
	background: url(images/arrow-down.png) no-repeat 0px 4px;
}
.collArrow{
	padding-left: 20px;
	background: url(images/arrow-up.png) no-repeat 0px 4px;
}
.expIco{
	/*padding-left: 20px;
	background: url("images/plus.gif") no-repeat 0px 4px;*/
}
.collIco{
	/*padding-left: 20px;
	background: url("images/minus.gif") no-repeat 0px 4px;*/
}
.demo6{
	border: 1px solid #B9E3FF;
	background: #0099FF;
	padding-left: 5px;
	color: #FFFFFF;
}
.panel{
	border: 1px solid #B9E3FF;
	padding: 10px;
}

