/* NuGeon Blue */

BODY
{
	font-weight: normal;
	font-size: 10pt;
	background-image: url(Images/background.gif);
	word-spacing: normal;
	margin-left: 0px;
	text-transform: none;
	color: midnightblue;
	background-repeat: repeat-x;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	letter-spacing: normal;
	background-color: transparent;
}

/* Needed to get the font-size and font-weight values
     in the BODY style to work in the BODY.ASCX
     User Control.
   SHOULD ALWAYS MATCH THE VALUES IN THE BODY STYLE ABOVE.
*/
.TEXT-BODY
{
	font-weight:normal;
	font-size: 10pt;
	color: midnightblue;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}	

/* This entry screws up (over-rides) Datagrid cells! 
   Using TABLE instead of TD lets the DG styles work,
   and the desired <td> defaults still also work*/
/*
TD
{
	font-weight:normal;
	font-size: 10pt;
	color: midnightblue;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
*/
TABLE
{
	font-weight:normal;
	font-size: 10pt;
	color: midnightblue;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

/* Used to control text for Validators
*/
.TEXT-ERROR
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	color: red;
}	

.TEXT-SMALL
{
	font-weight:normal;
	font-size: 10pt;
	color: midnightblue;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}	

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
	color: darkblue;
}
H1	{	
	font-family: Verdana, 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-weight: 700;
	font-size: 22pt;
	word-spacing: normal;
	text-transform: none;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	text-decoration: none;
}	
		
H3
{
	font-weight: 500;
	font-size: 19pt;
	word-spacing: normal;
	text-transform: none;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	text-decoration: none;
}	
		
H4
{
	font-weight: 500;
	font-size: 16pt;
	word-spacing: normal;
	text-transform: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	text-decoration: none;
}	
		
H5, DT
{
	font-weight: 700;
	font-size: 10pt;
	word-spacing: normal;
	text-transform: none;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	text-decoration: none;
}	
		
H6
{
	font-weight: 700;
	font-size: 10pt;
	word-spacing: normal;
	text-transform: none;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	text-decoration: none;
}	
		
TFOOT, THEAD	{	
	font-size:	10pt;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	10pt;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	

A:link	{	
	text-decoration:	none;
	color:	midnightblue;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	midnightblue;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	midnightblue;
	}	
		
A:hover
{
	color: blue;
	text-decoration: underline;
}
	
SMALL	{	
	font-size:	8pt;
	}	

BIG	{	
	font-size:	14pt;
	}	

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;
	}	
IMG 	{
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	}
#imgLogo
{
	left: -10px;
	position: relative;
	top: -10px;
}

.adrHeader
{
	position: relative;
	top: -5px;
}
A.A-HOVER-NO-UNDER:hover
{
	color: blue;
	text-decoration: none;
}
A.A-SIDEBAR:link

{
	/*color: blue;*/
	color: #6CDEFF;
	text-decoration: none;
}	

A.A-SIDEBAR:visited
{
	color: white;
	text-decoration: none;
}	
		
A.A-SIDEBAR:active
{
	color: lime;
	text-decoration: none;
}	
		
A.A-SIDEBAR:hover
{
	color: yellow;
	text-decoration: underline;
}

A.A-SIDEBAR-HERE:link

{
	color: lime;
	text-decoration: none;
}	

A.A-SIDEBAR-HERE:visited
{
	color: lime;
	text-decoration: none;
}	
		
A.A-SIDEBAR-HERE:active
{
	color: lime;
	text-decoration: none;
}	
		
A.A-SIDEBAR-HERE:hover
{
	color: yellow;
	text-decoration: underline;
}

A.A-FOOTER:link
{
	color: white;
	text-decoration: none;
}	
		
A.A-FOOTER:visited
{
	color: white;
	text-decoration: none;
}	
		
A.A-FOOTER:active
{
	color: lime;
	text-decoration: none;
}	
		
A.A-FOOTER:hover
{
	color: yellow;
	text-decoration: underline;
}

A.A-MAILTO:link
{
	text-decoration: underline;
	color:	midnightblue;
}	

A.A-MAILTO:visited
{
	text-decoration: underline;
	color:	midnightblue;
}	

A.A-MAILTO:active
{
	text-decoration: underline;
	color:	darkblue;
}	

A.A-MAILTO:hover
{
	text-decoration: underline;
	color:	blue;
}	

A.A-ERROR:link
{
	color: red;
	text-decoration: underline;
}	
		
A.A-ERROR:visited
{
	color: red;
	text-decoration: underline;
}	
		
A.A-ERROR:active
{
	color: red;
	text-decoration: underline;
}	
		
A.A-ERROR:hover
{
	color: midnightblue;
	text-decoration: underline;
}

A.A-SHOWPICS:link
{
	text-decoration: underline;
	color:	white;
}	

A.A-SHOWPICS:visited
{
	text-decoration: underline;
	color:	white;
}	

A.A-SHOWPICS:active
{
	text-decoration: underline;
	color:	white;
}	

A.A-SHOWPICS:hover
{
	text-decoration: underline;
	color:	lightblue;
}	

TABLE.TBL-SIDEBAR
{
	width: 100px;
}

TD.TD-SIDEBAR
{
	font-weight: bold;
	font-size: 10pt;
	color: white;
	/*background-color: black;*/
	background-color: #000099;
	width: 100px;
}

/*
  >> Usage, as of 11-16-5:
	 - Footer.ascx ("Send e-mail to...")
*/
P.P-FOOTER
{
	font-weight: normal;
	font-size: 8pt;
}

TD.TD-FOOTER-LINK
{
	font-weight: bold;
	font-size: 10pt;
	background-color: #000099;
}

/*DISPLAY-TABLE

 Used to control appearance of display tables
   (as opposed to layout tables, which usually
   have no border, so don't really look like
   tables).

 See END-DISPLAY-TABLE comment for end of block.

*/
TD.TD-DATA-HEADER
{
	font-weight: normal;
	font-size: 10pt;
	color: white;
	background-color: #000099;
}

TD.TD-DATA-HEADER-BOLD
{
	font-weight: bold;
	font-size: 10pt;
	color: white;
	background-color: #000099;
}

TD.TD-DATA
{
	font-weight: normal;
	font-size: 10pt;
	color: midnightblue;
}

TD.TD-DATA-BOLD
{
	font-weight: bold;
	font-size: 10pt;
	color: midnightblue;
}

TD.TD-DATA-HEADER-SMALL
{
	font-weight: normal;
	font-size: 10pt;
	color: white;
	background-color: #000099;
}

TD.TD-DATA-HEADER-SMALL-BOLD
{
	font-weight: bold;
	font-size: 10pt;
	color: white;
	background-color: #000099;
}

TD.TD-DATA-SMALL
{
	font-weight: normal;
	font-size: 10pt;
	color: midnightblue;
}

TD.TD-DATA-SMALL-BOLD
{
	font-weight: bold;
	font-size: 10pt;
	color: midnightblue;
}

/*END-DISPLAY-TABLE*/

SPAN.TEXT-LINK
{
	font-weight: bold;
	font-size: larger;
	font-style: italic;
}

P.P-Q-AND-A
{
	margin-left: 0.25in;
	text-indent: -0.25in;
	text-align: justify;
}

/*
 Added to support "Static" HTML content, 
   initially for products_general.htm
*/
.TEXT-BIG-BOLD
{
	font-size: 11.5pt;
	color: darkblue;
}

/*
 Added to support "Static" HTML content, 
   initially for products_AXXIS_pads.htm
*/
.TEXT-DARK
{
	color: darkblue;
}

/*
 Added for use for the "Contact Information" text 
   on the About-Us, Contact-Us page
*/
.TEXT-TITLE
{
	font-weight: bold;
	font-size: large;
	color: darkblue;
}

.DG-HEADER
{
	font-weight: normal;
	font-size: 10pt;
	color: white;
	background-color: #000099;
}

.DG-HEADER-BOLD
{
	font-weight: bold;
	font-size: 10pt;
	color: white;
	background-color: #000099;
}

.DG-ROW-ADDED
{
	font-weight: bold;
	font-size: 10pt;
	color: midnightblue;
	background-color: #99ccff;
}

.DG-ROW-ERROR
{
	font-weight: bold;
	font-size: 10pt;
	color: midnightblue;
	background-color: #ffcccc;
}

