@import url("PW.css");
.ActionValidationMessagesHeader
{
	font-family: Verdana,Tahoma, Arial;
	color:Black;
	font-size: 9pt;
	font-weight:bold;
	padding-bottom:7px;			
}

.ActionValidationMessages
{
	font-family: Verdana,Tahoma, Arial;
	color:Red;
	font-size: 8pt;
	padding-left:25px;
	line-height: 18px;
}

td
{
  font-size: 8pt;
  font-family: Verdana, Arial;
}

textarea
{
	/* Experimental to see if fixes multiline text boxes */
font-size: 8pt;
font-family: Verdana, Arial;
}

.ErrorMessage 
{
	font-family: Verdana,Tahoma, Arial;
	font-size: 8pt;
	color:red;
	background-color:White;
}


.SuccessMessage 
{
	font-family: Verdana,Tahoma, Arial;
	font-size: 8pt;
	color:black;
	background-color:White;
}
/*These styles are for the TreeView menu on the left navigation */
a:link.TreeViewParent, a:visited.TreeViewParent , a:hover.TreeViewParent, a:active.TreeViewParent 
{
	color:black;
	font-size: 8pt;
	font-family:Verdana;
	background-color:White;
	font-weight:bold;
	cursor:text;
}

a:link.TreeViewLeaf, a:visited.TreeViewLeaf, a:active.TreeViewLeaf
{
	color:Blue;	
	font-size: 16pt;
	font-family:Verdana;
	background-color:White;
}
 
a:hover.TreeViewLeaf 
{
	color:Gray;
	font-size: 16pt;
	font-family:Verdana;
	background-color:White;
}

/* These styles are for Menu controls to by styled with CssClass of 'MenuItem' */
a:link.MenuItem, a:visited.MenuItem, a:active.MenuItem 
{
	color:White;
	font-size: 9pt;
	font-weight: bold;
	font-family:Verdana;
	background-color:#5a79ad;
	text-decoration: none;
}
 

a:hover.MenuItem 
{
	color:Silver;
	font-size: 9pt;
	font-weight: bold;
	font-family:Verdana;
	background-color:#5a79ad;	
}
/* End Menu control 'MenuItem' styles


/* For Menu 
*/
#topmenu 
{
	width:100%;
	height:93px;
}
#maincontent
{ 
  
  float:right;
    left:135px;
    top:105px;
}

#leftmenu
{    
   float:left;
   vertical-align:top;      
}


.AWTable
{
	border-right: #0c4499 0px solid;
	border-top: #0c4499 0px solid;
	font-size: 8pt;
	border-left: #0c4499 0px solid;
	width: 100%;
	border-bottom: #0c4499 0px solid;
	height: 28px;
	background-color: #0c4499;
}
