/* Default CSS Stylesheet for a new Web Application project */

BODY
{
   font-weight: normal;
   font-size: 1em;
   margin: 0px;
   word-spacing: normal;
   text-transform: none;
   font-family: Arial, Helvetica, sans-serif;
   letter-spacing: normal;
   background-color: white;
}

TD	{ font-family: Arial, Helvetica, sans-serif; font-size:9pt; font-style: normal; line-height: normal; font-weight: normal}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}
H1	{	
	font-family: Arial, Helvetica, sans-serif;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}
	
H2	{	
	font-family: Arial, Helvetica, sans-serif;
	font-size: -1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family: Arial, Helvetica, sans-serif;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: Arial, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	

A:link
{
   font-weight: bold;
   color: Blue;
   text-decoration: none;
}	
		
A:visited	{	
	text-decoration:	none;
	FONT-WEIGHT: bold;
   color: Blue;
	}	
		
A:active	{	
	text-decoration:	none;
	FONT-WEIGHT: bold;
   color: Blue;
	}	
		
A:hover	{	
	text-decoration:	underline;
	FONT-WEIGHT: bold;
   color: Blue;
	}

SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

.categoryImgSize
{
	height:150px;
	width:120px;
	border:none;
	
}

.productImgSize
{
	height:150px;
	width:120px;
	border:none;
}

.itemLabel
{
	font-family:Arial;
	font-size:smaller;
	font-weight:bold;
}

.errorMessage
{
	font-family:Arial;
	font-size:small;
	font-weight:bold;
	color:Red;
}

.panelMain {
	background-color:#ffffff;
	width:715px;
	/* border-width: thin;
	border-style: outset;
	border-color: Navy; */
	overflow: auto
 }

.panel {
	background-color:#ffffff;
	border-width: thin;
	border-style: outset;
	border-color: #ebebe7;
	overflow: auto
 }

/***********************************************************/
/* PDSA Styles                                             */
/***********************************************************/
/* Header label for all Edit Screens */
.headLabel1 {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	bold;
	font-style:	normal;
	text-decoration:	none;
	text-transform:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	/*position:relative;
	top:-5px;
	left:-3px;*/
	color:#888888;
}	

/* For Top Level Menu */
A.headermenu:ACTIVE, A.headermenu:LINK,  A.headermenu:visited
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bolder;
	font-style: normal;
	text-decoration: none;
	text-transform:	none;
	word-spacing: normal;
	letter-spacing:	normal;
	color: White;
}

/* For Top Level Menu While Hovering the Cursor over Menus */
A.headermenu:HOVER {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bolder;
	font-style:	normal;
	text-decoration: none;
	text-transform:	none;
	word-spacing: normal;
	letter-spacing:	normal;
	color: white;
    background-color: Red;
}

/* For Left navigation Menus */
A.leftnav:ACTIVE, A.leftnav:LINK, A.leftnav:visited
{
   font-family: Arial, Helvetica, sans-serif;
   font-size: 0.9em;
   font-weight: bolder;
   font-style: normal;
   text-transform: none;
   text-decoration: none;
   word-spacing: normal;
   letter-spacing: normal;
   color: White;
}

/* For Left Navigation Menus while hovering cursor over them */
A.leftnav:HOVER
{
   font-family: Arial, Helvetica, sans-serif;
   font-size: 0.9em;
   font-style: normal;
   font-weight: bolder;
   text-transform: none;
   text-decoration: none;
   word-spacing: normal;
   letter-spacing: normal;
   color: White;
   background-color: Red;
}

/* The color of the Label in the 
    WebPageLeftNav user control */
.LeftNavLabel
{
	color: Lime;
}

/* The color of the background area in the left nav */
.LeftNavBackground
{
	background-color: LightGrey;
}

/* The color of the background area in the left nav */
.RightNavBackground
{
	background-color: LightGrey;
}

/* The background color of the <TR> in the 
    LoginPageHeader user control */
.LoginHeader
{
	background-color: White
}

/* The background color of the <TR> in the 
   LoginPageHeader and the WebPageMenu user controls */
.HeaderBanner
{
	background-color: Black;
}

/* The color for the vertical pipe char (|)  
   in the WebPageMenu user control */
.MenuSep
{
	color:White;
}

/* The location of all of the div tag for
   the Top Header & Menu */
.TopMenuDivTagPos
{
Left: 0px;
POSITION: absolute;
TOP: 0px;
}

/* The location of all of the div tag for
   the Left Navigation Menu */
.LeftNavDivTagPos
{
Left: 5px;
POSITION: absolute;
TOP: 125px;
}

/* The location of all of the div tag for
   the Right Navigation Menu */
.RightNavDivTagPos
{
Left: 630px;
POSITION: absolute;
TOP: 125px;
}

/* The location of all of the div tags for the 
   Login Page */
.LoginDivTagPos
{
Left: -1px;
POSITION: relative;
TOP: -5px;
text-align: center;
background-color:#ebebe7;
}

/* The location of all of the div tags for all 
   of the PDSA Maintenance Pages */
.DivTagPosWithSearch
{
Left: -1px;
POSITION: relative;
TOP: -1px;
text-align: center;
background-color:#ebebe7;
}

.DivTagPosWithoutSearch
{
Left: -1px;
POSITION: relative;
TOP: -1px;
text-align: center;
background-color:#ebebe7;
}

.DivTagCenter
{
text-align: center;
width:770px;
}
/***********************************************************/
/* End of PDSA Styles                                      */
/***********************************************************/

a.navLink
{
	font-family:Arial;
	font-size:smaller;
	font-weight:bold;
	margin-right:6px;
}
