

/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg
{
	/* Note: This defines the banner color. It is set to a shade of green
	    To change to a background image replace the style to - background-image: url(../Images/banner.jpg);*/
	background-color: White;
	width:956px;
	padding: 0px;
	margin: 0px;

}

.PwsMasterDiv
{

	padding: 0px;
	
	/*background-color:#f9ab4d;*/
  	margin: 0 auto;
  	width: 956px;
  	text-align: left;
  	margin-top: 20px;
    background-color:#ffffff;
}

.MasterTable
{
        padding: 0px;
   	border-width: 0px;
   	margin: 0px;
   	border-collapse: collapse;
        border-spacing: 0em 0em;
 	background-color: white;
	width: 956px;
}

.PWSPageFooter
{
   
    display:block;
 	width:956px;
	height:60px;
    background-color: #ffffff;
    background-repeat: no-repeat
}
.PWSPopupDiv
{
    background-color: #ffffff;


}

.FooterTable
{
    display:block;
    width:956px;
}

/* background color for the content part of the pages */
body
{
	
    /* background-image: url(../Images/bodyBkgr.gif);
    background-color: #f0dbeb;    */
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;

    /* This defines the font for any text not contained in a table
	   Tables do not inherit font info from the body element
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    background-color: #d3e27e;*/
    font-size: 10px
    font-family: Arial;
    text-align: center;
    margin: 0px;
    padding:0px;
    color:#666666;
    border-width: 0px;
    background-color:#6a6a6b;



}


.SiteTitle
{
    font-family: Verdana Bold, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    /* Note: This is the header title against the green background. 
	Please change to a darker color if HeadBg color is light*/
    /*color: #A33216; */
    color:#708090;
}

/* background color for the content part of the pages */
.HeaderLogo
{
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    /* Note: this is the height of the cell with the banner logo.
	Please comment the height or change it to resize the 
	height of the banner. */
   /*height: 75px; */

}

/* Note: Defines the background color or image for the Menu tabs.
To replace it by color replace it by the background-color property
Eg: background-color: blue;*/
.MenuImage
{

        
}

.MenuImageHover
{
    background-color:#d3e27e;
	color:#7b79ac;
}

.ChildMenuImage
{
    padding: none;
    margin: none;
    text-align:left;
    border: none;
    height:30px;
    background-color: #7b79ac;
    font-family: Verdana;
	font-size: 11px;
    color: #ffffff;

}
.ChildMenuImageHover
{
	background-color: #d3e27e;
	color:#7b79ac;
}

.modalPanelTitle td
{
	padding: 3px;
	font-weight: bold;
	font-size: 0.9em;
	background-image: url(../Images/window_titlebg.gif);
	cursor: hand;
	color: black;
	font-family: Verdana;
	width:100%;
	height: 30px;
	background-color: #6f90dc;
}

.modalPanel
{
	border-right: 1px outset;
	border-top: 1px outset;
	z-index: 500;
	width:500;
	border-left: 1px outset;
	border-bottom: 1px outset;
	position: absolute;
	border-collapse: collapse;
	background-color: buttonface;
}

.modalPanel td
{
	vertical-align:top;
}

.titleIcon
{
	padding-right:20px;
}


.ButtonToLink 
{
	BORDER: none;
	BACKGROUND: transparent; 
	CURSOR: pointer; 
	COLOR: blue; 
	TEXT-DECORATION: underline;
}

.DataGridPrelimBatch
{
	background-color: LemonChiffon;
}

.GridFilterDropdown
{
	background-color: silver;
	border: solid 2px grey;
	color: black;
	font-size: 8pt;
	width: 200;
}

.GridFilterHighlight
{
	background-color: yellow;
	border: solid 1px grey;
}
.GridFilterRow
{
	background-color: silver;
	border: solid 2px grey;
	color: black;
	font-size: 8pt;
	width: 200;
}
.GridFilterItemStyle
{
	background-color: silver;
	border: solid 2px grey;
	color: black;
	font-size: 8pt;
	width: 200;
}

#PageContent
{
 

width:956px;
}

/* ---------------------------------------------------------
                  Navigation Layout CSS
------------------------------------------------------------
------------------------------------------------------------
    --------------- !!!!!WARNING!!!!!----------------
    -------------------------------------------------
Changing the Navigation CSS May cause the css to break in
Multiple Browsers.

Be Sure to Change Colors Only Located below this section.

Test All Browsers after editting THIS section
-----------------------------------------------------------*/


/*Main Navigation div*/
#navigation #nav, #navigation #nav ul
{
   margin: 0;
	padding: 0;
	cursor: default;
	list-style-type: none;
	display: inline;


}
#navigation ul#nav
{
   display:table;
   width:100%;
   table-layout: fixed;
}

/*Parent Tabs List Items*/
#navigation ul#nav li
{



}

#navigation ul#nav>li
{
    position:relative;
    display:table-cell;
    list-style:none;
    float:left;
    width:100%;
    z-index: 100;
}
 /*Parent Tab Links*/
#navigation ul#nav li a {
	display: block;
    padding-top: 7px;
    padding-bottom: 7px;
    width:100%;
 	text-decoration: none;
   	text-align: center;
}
/*Child Tab UL*/
#navigation ul#nav ul {
    display: none;
    position: absolute;
    padding: 0px 8px 0px 8px;
    text-indent: 0;
}
/*Child UL when hover over parent NOT IE*/
#navigation ul#nav li:hover ul
{
    display: block;

  list-style:none;
    z-index:5;
    padding:0px;
    margin:0px;
 }

/*Child Tabs*/
#navigation ul#nav li ul li {
    height: auto;
    background: transparent;
    text-indent: 0;
    padding:0px;
    margin:0px;

    list-style: none;
}


   /*Child Tabs links*/
#navigation ul#nav li:hover ul li a
 {
    display: block;

    background: transparent;
    padding-top: 7px;
  	padding-bottom: 7px;
   	padding-left: 7px;
   	padding-right: 7px;
      margin: 0;
     text-indent: 0;
    text-align: left;
    border: 0;
    white-space: nowrap;
}