/* 
================================
 TRADE CSS STYLES  - interiorNK 
 v1.0, 11/2003 - GLD
 dilatedsky 
================================
*/   
/* -- Common stuff ----------------------------*/

body , h1, h2, h3, p, ul, il, ol, .ErrorText, .ProductList, .ProductListHead, A.NewsLink,A.MenuUnselected{
	font-family: Arial, Helvetica, sans-serif;
}

td {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    /*line-height: 12px 	*/
}

/* -- Headings --------------- */
h1{
	font-size: 14px;
}
h2 {
	font-size: 12px;
}
h3 {
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
p{
	font-size: 11px;
	margin: 0px;
	padding: 0px 0px 15px 0px;

}
.legalFootNotes{
	font-size: 9px
}	

/* -- Section specific  --------------- */
.about .copy{
	padding-left: 20px;
}


/* -- Links --------------- */

a:link, a:visited  {
    text-decoration: none;
    color:  black;
    font-weight: bold;
    font-size: 11px
}

a, a:hover {
    /* text-decoration: underline; */
    color:  #0099cc;
}

/* -- News link articles --------------- */ 
a.NewsLink, a.NewsLink:link, a.NewsLink:visited, .NewsLink
{
    text-decoration: none;
    font-weight: bold;
    color: black;
    font-size: 16px
}   

a.NewsLink:hover    
{
    /* text-decoration: underline; */
    font-weight: bold;
    color: #0099cc
}

/* -- Navigation menu --------------- */
a.MenuUnSelected, a.MenuUnSelected:link, a.MenuUnSelected:visited
{
    color: white;
    text-decoration: none;
    font-size:  9pt;
    line-height: 12px;
    font-weight: normal;
    padding-left: 0px
}

a.MenuUnSelected:hover
{
    color: #0099cc;
    /* text-decoration: underline; */
    padding-left: 0px
}

a.MenuSelected, a.MenuSelected:link, a.MenuSelected:visited
{
    color: #0099cc;
    text-decoration: none;
    font-size:  9pt;
    line-height: 12px;
    font-weight: normal;
    padding-left: 0px
}

a.ProdBar, .ProdBar, a.ProdBar:link, a.ProdBar:visited  {
    text-decoration: none;
    color:white;
    font-weight: bold;
    font-size: 11px;
    padding-left: 4px
}

a.ProdBar:hover {
    color:  #0099cc;
}

.ProdBarUnSelected  {
    text-decoration: none;
    color:gray;
    font-weight: bold;
    font-size: 11px;
    padding-left: 4px
}

/* -- Forms --------------- */
.form{

}

.form h2{
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	margin:0px, 10px,0px,0px;
	padding:0px;
}

.formBtn{
	display: block;
	color: #000;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
}

.ErrorText
{
    color: red;
    font-size: 12px;
    line-height: 20pt
}

/* -- Products menu --------------- */
.ProductList
{
    color: black;
    font-size: 18px;
    font-weight: bold; 
    line-height: 18px; 
    padding: 0px;  
    text-decoration: none
}

.ProductListHead
{
    color: black;
    font-size: 12px;
    font-weight: bold;
    line-height: 14pt;
    padding: 0px;
    text-decoration: none
}
.ProductListItem
{
    color: black;
    font-family: Verdana, Arial;
    padding: 0px;
    font-size: 10px
}

/* -- Products Title --------------- */
.ProductTitle {

	font-size: 18pt;
	line-height: 18pt;
	color: #FFFFFF;
	text-decoration: none;	
	padding: 2px;
}

.ProductTitleSmall {

	font-size: 14pt;
	line-height: 18pt;
	color: #FFFFFF;
	text-decoration: none;	
	padding: 2px;
}

/* -- Text boxes --------------- */
.NormalTextBox, .normalMultiLineTextBox
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:White;
	font-weight: normal;
	border-style: solid;
	border-width: 1px;
	border-color: Black;
	background-color:Black;
	width: 180px;
}

.EditTextBox
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    font-weight: normal;
    border-style: solid;
    border-width: 1px;
    border-color: #999966;
    width: 100%;
}

.normalMultiLineTextBox{
	width: 250px;
}
/* -- the end --------------- */