﻿
.MasterTable .LeftPane
{
	/* 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);*/
    width:20%
}
.MasterTable .ContentPane
{
	/* 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);*/

}
.MasterTable  .RightPane
{
	/* 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);*/
	    padding-left:10px;
    width:20%;
}

#PageContent
{
   width:970px;



}


/* 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:970px;
	padding: 0px;
	margin: 0px;

}

.PwsMasterDiv
{

	padding: 0px;
	/*border: 1px solid #d3e27e ;
	background-color:#f9ab4d;*/
  	margin: 0 auto;
  	width: 970px;
  	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: #ffffff;
	width: 970px;
}

.PWSPageFooter
{

    display:block;
 	width:970px;
	height:60px;
    background-color: #ffffff;
    background-repeat: no-repeat
}
.PWSPopupDiv
{
    background-color: #ffffff;


}

.FooterTable
{
    display:block;
    width:970px;
}

/* 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: Verdana, Helvetica, sans-serif;
    text-align: center;
    margin: 0px;
    padding:0px;
    color:#ffffff;
    border-width: 0px;
    background-color:#6a6a6b;


 behavior:url("/pws/include/csshover.htc");

}


.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
{

        background-color:#7b79ac;
        font-size:12px;
		font-family: Verdana;
		font-variant:small-caps;
		color:#ffffff;
		padding: none;
        margin: none;
        height: 30px;
        background-repeat: no-repeat;
}

.GoButton
 {
  background-image:url(http://localhost/pws30/go.gif);
  }

.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;
}

.DataGridPrelimBatch
{
background-color: LemonChiffon;
}

.LoginContent
{
	background-color: #ffffff;
}

.GoButton
{
	display: none;
}

.GridFilterDropdown
{
	background-color: silver;
	border: solid 2px grey;
	color: black;
	font-size: 8pt;
	width: 200;
}

.GridFilterHighlight
{
	background-color: red;
	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;
}


/* das 7/29 refactored weblinks to use UL tags */
.WebLink
{

	cursor: hand;
	width:100%;
	background: #eee;

}
.WebLink ul
{
	
	list-style: none;
	margin: 0;
	padding: 0;
    display:block;
}

.WebLink li
{
    text-align: left;
    padding: 3px 10px 3px 10px;
    margin: 0px;
    border: 1px solid #CCC;


}
/* ---------------------------------------------------------
                  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;
}
/*----------------------------------------
        End Layout Css
------------------------------------------*/



/*-----------------------------------------

Colors and text effects For Navigation
            EDIT THESE ONLY!

-------------------- ---------------------*/
/*Color of the menu bar*/
#navigation
{
    background-color:#7b79ac;


}
 /*Color of the character between Parent Menu Items*/
.menuSeparator
{

    color:#ffffff;

}

/*Color of the Parent Menu Links*/
#navigation ul#nav li a {

	color: #ffffff;
    background-color:#7b79ac;

  text-transform: uppercase ;
  font:Arial;
  font-size:12px;
}

#navigation ul#nav li a:hover {
    color: #ffffff;
    background-color: #333333;


}
/*Child menu Item Link */
#navigation ul#nav li:hover ul li a
 {
     	color: #7b79ac;
    background-color:#ffffff;

  text-transform: none ;
   border:1px solid #7b79ac;
  font:Arial;
  font-size:12px;
     width: 150px;
 }

 /*Each Individual child item*/
 #navigation ul#nav li:hover ul li
 {
   padding:0px;


 }
  #navigation ul#nav li:hover ul li:hover
 {
    padding:0px;


 }

 /*Child Links SubMenu*/
 #navigation ul#nav li:hover ul
{

     margin:0px;
    padding:0px;
}


/*Child Tabs when hover over*/
#navigation ul#nav li ul li a:hover {
    color: #ffffff;
    border:1px solid #ffffff;
    background-color: #7b79ac;
}

.RedIndicator
{
    background-color: #FFD3D3;
    color: black;
}

.YellowIndicator
{
    background-color: #FFFF7E;
    color: black;
}

.GreenIndicator
{
    background-color: #DCFF94;
    color: black;
}