/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
    FONT-SIZE: 10pt;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    margin: 10 10 10 10;
}

H1	{	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:	14pt;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:	14pt;
	font-weight:	600;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:	12pt;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	

		
H4	{	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:	12pt;
	font-weight:	600;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	margin-bottom: 3pt;
	margin-top: 4pt;
	}	
		
H5, DT	{	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:	11pt;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	margin-bottom: 3pt;
	margin-top: 4pt;
	}	
		
H6	{	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:	10pt;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	

H1.tight	{	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:	14pt;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	margin: 7pt 0 7pt 0;
	}

H3.tight
{	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:	12pt;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	margin: 6pt 0 3pt 0;
	}

H6.tight	{	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:	10pt;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	margin: 0 0 5pt 0;
	}
		
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	{	
	text-decoration:	none;
	color:	#3333cc;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:hover	{	
	color: Red;
	filter: glow(color=blue, strenght=5);
	}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{
	font-size: 9pt;
	margin: 5,5,5,5;
	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;
	font-size: 9pt;
	margin: 5,5,5,5;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

P 
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}


PRE
{
	font-family: Courier New, Courier, Monospace;
	font-size: 9pt; 
}


.Specsheet
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

.Glow
{
	filter: glow(color=blue, strenght=2);
}

.Inputsheet
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

.Inputsheet2
{
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

.Inputsheet3
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-align: left;
}

.InputsheetTitle
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
}

.Spacer	{
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	}
.SpacerTop	{
	margin-top: 5pt;
	}
	
input.button 
{
	border-left: solid 2px #B5B5B5;
	border-bottom: solid 2px #636363;
	border-right: solid 2px #636363;
	border-top: solid 2px #B5B5B5;
	width: 116px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color:Black;
	background-color: #FFFFFF;
	cursor: hand;
}

.tabNot
{
	border-left: solid 2px #F4EBDE;
	border-right: solid 2px #BD9248;
	border-top: solid 2px #F4EBDE;
	height: 20px;
	width: 110px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	background-color:  #121212;
    border-bottom: solid 2px #121212;
	cursor: hand;	
	color: #D4B98E;
	text-align:center;
}

A:hover.tabNot
{
	text-decoration:none;
	color: #D4B98E;
	background-color:  #505050;
}
A:link.tabNot
{
	text-decoration:none;
	color: #D4B98E;
}
A:visited.tabNot
{
	text-decoration:none;
	color: #D4B98E;
}
A:active.tabNot
{
	text-decoration:none;
	color: #D4B98E;
}


.button2
{
	border-left: solid 2px #B5B5B5;
	border-bottom: solid 2px #636363;
	border-right: solid 2px #636363;
	border-top: solid 2px #B5B5B5;
	width: 116;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	background-color: #FFFFFF;
	cursor: hand;	
	text-decoration: none;
	color: Black;
	text-align: center;
}


.RFQBox
{
	border-left: solid 1px #000000;
	border-bottom: solid 1px #000000;
	border-right: solid 1px #000000;
	border-top: solid 1px #000000;
	width: 140px;
	height: 25px;
	text-align: center;
	vertical-align: middle;
	background-color: #000000;
	color:White;
	font-size:11pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.RFQBorder
{
	margin-top: 5px;
	border-right: solid 5px #000000;
	width: 140px;
}

.GutterText
{
	margin-top: 5px;
	padding-left: 5pt;
	padding-right: 5pt;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;	
	background-color: #F5FAFF;
}

.GutterSpace
{
	padding-bottom: 5px;
}

.GutterBox
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
A:hover.GutterBox
{
	text-decoration:none;
	color: Red;
	background-color: #FFE1E1;
}
A:link.GutterBox
{
	text-decoration:none;
	color: Red;
}
A:visited.GutterBox
{
	text-decoration:none;
	color: Red;
}
A:active.GutterBox
{
	text-decoration:none;
	color: Red;
}

A:link.invisible	{	
	text-decoration:	none;
	color:	White;
	}	
		
A:visited.invisible	{	
	text-decoration:	none;
	color:	white
	}	
		
A:active.invisible	{	
	text-decoration:	none;
	color:	white;
	}	
		
A:hover.invisible	{	
	color: white;
	}

.Table1
{
	border-collapse: collapse;
	border:  solid 3pt #FFFFFF;
}

.TD1
{
	background-color: #F5FAFF;
    padding: 4pt, 4pt, 4pt, 4pt;
	border: solid 5pt #FFFFFF;
}

.SelSize
{
	font-family: monospace; 
	font-size: 8pt; 
	border: medium solid; 
	border-right-color: Black; 
	border-right-style: solid; 
	border-right-width: medium; 
	border-bottom-color: Black;
	border-bottom-style: solid; 
	border-bottom-width: medium;
	border-left-style: none; 
	border-top-style: none; 
	vertical-align: bottom;
}

.SelSizeHeader
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	vertical-align: bottom;
}


#TopNav
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
}

.Verdana-medium
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

.Verdana-medium-bold
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight:	bold;
}
