
.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%;
}
.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);*/
   width: 50%;
}
.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);*/
   width:20%;
}


/* 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: #fb81aa;
	width:750px;
	padding: 0px;
	margin: 0px;

}

.PwsMasterDiv
{

	padding: 0px;
	/*border: 1px solid #d3e27e ;
	background-color:#f9ab4d;*/
  	margin: 0 auto;
  	width: 750px;
  	text-align: left;
  	margin-top: 20px;
 
}

.MasterTable
{

    padding: 0px;
   	border: none;
   	margin: 0px;
   	border-collapse: collapse;
    border-spacing: 0em 0em;
 	background-color: #fff;
	width: 750px;

}
#PageContent
{
    
	width:750px;
	padding: 0;
	margin:0;
	position:absolute;
	z-index:-1;
}


.PWSPageFooter
{
    

    display:block;
 	width:750px;
	
    background-color: #ffffff;
    background-repeat: no-repeat;

}
.PWSPopupDiv
{
    background-color: #ffffff;


}

.FooterTable
{
    display:block;
    width:750px;
}

/* background color for the content part of the pages */
body
{
    /* behavior:url("/pws/include/csshover.htc"); */
    /* 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:#666666;
    border-width: 0px;
    background-color:#fff;
/*    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;
	z-index: 1;
    position: relative;
    /* 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: 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;
}
.HeaderPhoto
{
   top: 20px;
   right: 10px;
  position: absolute;
  z-index: 5;
  
  width:200px;
}
.HeaderWrapper
{
  position:relative;
}

.ContactNotesDiv
{
	width:800px;
	height:200px;
	background-color:none;
	overflow:auto;
}


/* ---------------------------------------------------------
                  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;


}
/*Parent Tabs List Items*/
#navigation ul#nav li {
    position: relative;
    list-style:none;
    width:100% ;
    float:left;
    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;
}

/*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
{ 
	z-index:99;
}

#navigation ul#nav table
{

	background-image: url('~/pwsdata/bp/Images/MenuImage.gif');
    background-repeat:repeat-x;
 

}
 /*Color of the character between Parent Menu Items*/
.menuSeparator
{

    color:#ffffff;

}

/*Color of the Parent Menu Links*/
#navigation ul#nav li a {


	color: #000000;
   
	font-size:10px;
	font-family: Verdana;

  text-transform: uppercase ;
 
}

#navigation ul#nav li a:hover {
    color: #ffffff;
    background-color: #333333;


}
/*Child menu Item Link */
#navigation ul#nav li:hover ul li a
 {
     	color: #ffffff;
    background-color:#de4984;

  text-transform: none ;
   border:1px solid #424542;
  font:Helvetica;/*, Helvetica;*/
  
  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: #424542;
    border:1px solid #424542;
    background-color: #e0e0e0;
}

.TreeGridTeamDetailsGreen
{
    background-color: #DCFF94;
    color: black;
}

.TreeGridTeamDetailsYellow
{
    background-color: #FFFF7E;
    color: black;
}

.TreeGridTeamDetailsRed
{
    background-color: #FFD3D3;
    color: black;
}