/***********************************************/
/* Myhtnetwork Styles for Print Rendering      */
/* December 2004                               */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body, table, td{
	font-family: Arial, Helvetica, sans-serif;
	color: #000;  /*#333333;*/
	font-size:10pt;
}

body {
	margin: 0;
	padding: 0;
	line-height: 1.1;
	border: 0;
}

input {
	font-size: 100%;
}



label{
	font-family: Arial,sans-serif;
	font-size: 100%;
	font-weight: normal;
	color: #000;
}

a{
	color: #000099;
	text-decoration: none;
}

a:link{
	color: #000099;
	text-decoration: none;
}

a:visited{
	color: #0066CC;
	text-decoration: none;
}

a:hover{
	color: #c00;
	text-decoration: underline;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Arial,sans-serif;
 font-size: 120%;
 color: #006699;
 margin: 0px 0px 0px 0px;
 padding: 0px 0px 0px 0px;
}

h3{
 font-family: Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

ul{
	list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}




/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	padding: 0;
	width: 100%; /* #D6D6EF; */ 
	margin: 0;
	clear: both;
}



#navBar{
	width: 185px;
	float: none;
	display:none;
	clear: left;
}

#bodyContainer {
	width: 100%;
	background-image: none;
	margin: 0;
	padding: 0;
	float: none;
	clear: both;
}

#content{
	padding: 0 0 0 0; 
	margin: 0 0 0 0;

}

/* Hide from IE5-mac. Only IE-win sees this.  Fixes 3px text jog and odd position. \*/
 
* html #content {
  height: 1%;
  margin-left:0; 
  }
 
/* End hide from IE5/mac */


/***********************************************/
/* Site Header styles                          */
/***********************************************/

#siteHead{
	clear: both;
	background-color: #FFFFFF;
}

#companyLogo{
	margin: 0;
	padding: 0 0 0 0;
	float: left;

}

#siteLogo{
	text-align:right;
	float:right;
	padding: 2px 0 0 0;
}


/************* #globalNav styles **************/

#globalNav{
	padding: 0;
	color: #FFFFFF;
	clear:both;
	background-color: none;
	float:none;
	margin:0;
	display:none;
}

/* fix ie's additional spacing in header \*/
* html #globalNav { height:1%; margin-bottom:0;}
/* */

#globalNav a {
	font-size: 100%;
	padding: 0px;
	color: #FFF; /*#000066;*/
	font-weight: bold;
	margin: 0px;
	display:none;
}

#globalNav a:hover {
	/*border-bottom: 3px solid #eee;*/
}

#userLoggedIn {
	/* added 9-1 */
	float:none;
	font-size: 100%;
	font-weight:normal;
	font-style:normal;
	padding: 0 0 0 0;
	color:#FFF;
	display:none;
}

#globalLinks {
	padding-right: 6px;	
	text-align: right;
	clear: right;
	
	/*added 9-1 */
	float:none;
	display:none
}



.globalLinkOn {
	border-bottom: 7px solid #FFF;
}


/**** Search Styles ****/
#search{
	padding: 0px;
	font-size: 100%;
	text-align: left;
	background-color: #F5F5F5;
	border-color: #FFFFFF;
	border-style: solid;
	float: none;
	height: 0;
	margin:0;
	border-width: 0;
	
	display:none;
}


#search h3 {
	background:none;
	padding: 0;
	margin: 0;
	font-size: 110%;
}

#searchForm{
	padding: 0;
}


/*************** #pageName styles **************/

#pageTitle {
/*text-indent: 6px;*/
	margin: 0 auto 0 0;
	padding-top:1em;
}

#pageName{
	color:#000033;
}

#pageHead {
	clear: both;
	width: 100%;
	height: auto;
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 0px;
	margin-right: 0px;
	background:none;
	border-bottom: 1px dashed #CCCCCC;
}


/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding-bottom:1em;
}

/************** .article styles *****************/

.article{
	margin: 0;
	font-size: 100%;
}

.article h3 {
	margin: 0;
	right:0;
	font-size: 120%;
	color: #000033;
	
	padding: 2px 10px 5px 0;

}

.article p{
	min-width:250px;
	line-height: 1.3em;
	padding: 0;
	margin: 0 0 1.4em 0;
	padding-left:0;
	font-size: 100%;
}
/* silly ie don't see dis */
.article>table{margin:10px}

.articleNote {
	font-size: 95%;
	margin: 0 1em 1em 1em;
	padding: 0;
	background:none;

	position: static;
	left: 0;
	
	text-align: left;
	
}

.articleNote h3 {
	margin: 0;
	padding: 0;
	background: none;
	font-weight:bold;
	font-size: 110%;
}

.articleNote p{
	margin: 1.3em 0 0 0;
	padding:0;
	font-size: 100%;
	line-height: 1.3em;
}


/************* #details styles ***************/

#Details {
	font-size: 100%;
	padding: 10px 0 0 10px;
}

#Details h3 {font-size:150%; padding-bottom:5px; }

#Details p { padding: 0 0 5px 0; margin:0;}

#DetailImage {
	padding-right: 10px;
	padding-bottom: 10px;
	float:left;
}

#DetailsRight {
	/* added 9-2 */
	float:left;
}

/************* #siteInfo (footer) styles ***************/

#siteInfo{
	clear: both;
	font-size: 90%;
	color: #666666;
	padding: 0;
	margin: 0;
	border-top-style: dashed;
	border-top-color: #CCCCCC;
	border-top-width: 1px;
	background-color: #FFFFFF;
	width: 100%;
	float:left;
}

#siteInfo p{
	margin: 10px;
}

.siteInfoLinks {display:none;}


/************** #rightModule styles **************/
#rightModulesContainer {
	width: 135px;
	margin: 0;
	padding: 0px 0px 0px 10px;
	float: right;
	clear: right;
	
}

.rightModule{
	float:right;
	background-color: #F5F5F5;
	font-size: 10px;
	clear: right;
	margin: 0px 0px 30px 0px;
	padding: 0px;
	width: 100%;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

.rightModule h3
{
	font-family: Arial,sans-serif;
	font-size: 110%;
	color: #333333;
	margin: 0px;
	padding: 4px;
	text-align: center;
	background-color: #e7e7e7; /*#C7CDE7*/
}

.rightModule p{
	padding: 0px 5px 0px 8px;
	margin: 10px 0px 6px 0px;
}

.rightModule ul {
	list-style-image: url(../structure/sel_box.gif);
	list-style-type: square;
	list-style-position: outside;
}


/************** #contentModule styles **************/
#contentModulesContainer {
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
	text-align:left;

	/*background-color:#66FF00;*/
}

.contentModule{
	text-align:left;
	font-size: 11px;
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
}

.contentModule h3{
	margin: 0px 5px 4px 0px; /* r margin 150px*/
	font-size: 120%;
	color: #000033;
	padding: 3px 0 3px 10px;
	text-align:left;
	border-bottom: 1px dashed #CCC;/**/
}

.contentModule p{
	min-width:250px;
	line-height: 1.4em;
	margin-left:10px;
	text-align:left;
}

.contentModule ul {
	list-style-image: url(../structure/sel_box.gif);
	list-style-type: square;
	list-style-position: outside;
}

.contentModule li {
	margin-bottom:6px;
}

.icon {
	margin: 0 4px 0 0
}

.downloadList li{
	list-style-type:none;
	list-style-position: outside;
	list-style-image: none;
}

/************** .net components **************/

#dataGridContainer{
	margin: 0;
	padding-bottom: 10px;
	padding-left:0;
	min-width:360px;
}

.categoryGridStyle, .pickOrderListStyle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	color: #000000;
	width:100%;
	padding:0;
	margin:0;
}

.categoryGridPartNo {
	font-size:120%;
	font-weight:bold;
}

.categoryGridHeader {
	font-size: 120%;
	font-weight:bold;
	color: #FFFFFF;
}

#lblErrorMsg {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color:#FF0000;
	margin: 6px 0 6px 5px;
}


/***************************************************/
/*  Styles for the navigation tree                 */
/***************************************************/

.TreeView { 
	cursor: default; 
	font-weight:normal;
	color: #000033;
	background-color:#E6E6E6;
	width:0;
	padding:0;
	margin:0;
	display:none;
} 

.TreeView, .TreeNode, .SelectedNodeRow, .SelectedTreeNode, .HoverTreeNode {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 70%; 
	display:none;
}

.TreeNode { cursor:pointer; display:none;} 

.TreeNodeRow { background-color:#f5f5f5; display:none}

.HoverTreeNodeRow{ 
	background-color:#FFFFFF;
	color:#c00;
	cursor:pointer;
	display:none
} 

.SelectedNodeRow{ background-color:#FFFFFF; cursor: default; display:none;}

.SelectedTreeNode{ font-weight:bold; display:none; }

.TopLevelCategory{ border-top: 1px solid #FFFFFF; background-color: #E6E6E6; display:none;}

.TreeNodeRow, .HoverTreeNodeRow { border-top:1px solid #f5f5f5; display:none;}

/* Thank you and good night. */
