html, body, form, fieldset, p, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, div, img, a {
  margin: 0;
  padding: 0;  
}

* {
  margin: 0;
  padding: 0;  
}

body {
  	font: 62.5%/1.6 Arial, Helvetica, sans-serif; 
	line-height: 1.2em;
	font-size: 0.8em;
	background-color: #ffffff;
	text-align:left;
 	background-image: url('../images/greybar_152x25.gif'); 
  	background-repeat: repeat-y;
}

body.onsemi {
	background-color: #ffffff;
}


a img {
border: none;
}

small, sub, sup { 
	font-size: .85em;
}

sub { 
	vertical-align: sub;
}

sup { 
	vertical-align: super;
}

#homepage {
	background-image: none;
	text-align: center;
}

/* Generic paragraph definitions */
p {
	font-size: 1.0em;
margin: 0.8em 0 0.8em 0;
}

/* Generic Header Definitions */

h1 { 
font-size: 1.6em; 
font-weight: bold;
line-height: 1.8em;
}

h2 { 
font-size: 1.4em; 
font-weight: bold;
line-height: 1.6em;
}

h3 { 
margin: 1.0em 0 0.2em 0;
font-size: 1.2em; 
font-weight: bold;
line-height: 1.2em;
}

h4 { 
font-size: 1.0em; 
font-weight: bold;
line-height: 1.0em;
}

/* Generic Unordered List Defitions  */
ul {
	margin: 1.5em 0 1.5em 2.0em;
	list-style-position: outside;
	list-style-type: square;
}

li {
	margin: 0 0 0.8em 0;
}
	

/* Generic Horizontal Rule definition  */
hr {
	height:1px;
	width:100%;
	background:#000000;
	margin: 0px 0px 0px 0px;  
}

hr.blue {
	background:#336699;
	border: 1px solid #336699;
}

/* Generic selector style definition  */
select {  font-size: 10px; font-family: Arial, Helvetica, sans-serif }

/* Generic links style definition  */
a:active {  color: #990000; text-decoration: underline }
a:visited {  color: #0099CC; text-decoration: underline }
a:link {  color: #990000; text-decoration: underline }

#wrapper {
	width: 760px;
}

#wrapper2 {
	width: 760px;
	margin: 0 auto;
}

#on-wrapper {
	width: 760px;
	margin: 0 auto;
	padding: 0px;
	background-color: #ffffff;
/* 	border: 2px solid #cccccc;  */
}

#mainWindow {
	/* width: 608px; */
	width: 585px;
	height: auto;
	background-color: #ffffff;
	float: left;
   	/* border: 1px solid #cc00cc;  */
}

#mainWindow2 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	height: auto;
	background-color: #ffffff;
	float: left;
   	/* border: 1px solid #cc00cc;  */
  	width:608px;
	/* IE6 hack next line only */
  	_width:578px;
}

#tabletoggler {
	margin: 40px 0 0 0;
	float:right;
}

#titleblock {
	width: 593px;
	display:block;
	margin: 0 0 15px 15px;
	/* float:right;  */
   	border-bottom: 1px solid #999999; 
}

#titleblock .rssdiv {
float:right;
margin-top: 40px;
}

.rss-icon {
width: 36px;
height: 14px;
border: none;
}

#sideBar {
	background-color: #e5e5e5;
	width: 152px;
	float: left;
	/* Min height hack next 3 lines */
  	min-height:300px;
  	height:auto !important;
  	height:300px;
}

#sideBar2 {
	background-color: #e5e5e5;
	/* width: 152px; */
	float: left;
	/* Min height hack next 3 lines */
  	min-height:300px;
  	height:auto !important;
  	height:300px;
	/* Min width hack next 3 lines */
  	min-width:152px; 
  	width:auto !important; 
  	width:152px;
}

/*  Changed #content to resolve issue with IE6 right margin  */
/* .content {  */
/* 	margin: 5px 15px 15px 15px;  */
/* Includes hack for LTE IE6 */
/* 	width: 593px !important;  */
/* 	width:578px; */
/* }  */


.content {
  padding: 0;
  margin: 0 0 0 15px;
  width:593px;  
}

/****** NOTE: This style is also defined in all-ie.css   ******/
#homecontent {
	float: left;
	width: 758px;
	margin: 10px 0 0 0;
	padding: 0;
	border-bottom: 2px solid #cccccc;
	border-top: 2px solid #cccccc;
	/* Min height hack next 3 lines */
  	min-height:225px;
  	height:auto !important;
  	height:225px;
}

/****** NOTE: This style is also defined in all-ie.css   ******/
.onsemi#homecontent {
	float: left;
	width: 100%;
	margin: 0 0 0 0;
	padding: 0;
	border-top: none;
	border-bottom: 2px solid #cccccc;
	/* Min height hack next 3 lines */
  	min-height:225px;
  	height:auto !important;
  	height:225px;
}

.serial_dev {
	background-image: url('images/serial_interface_banner.gif');
	background-position: right;
	background-repeat: no-repeat;
	display: block;
	padding: 15px 0 15px 0;
	border-bottom: 1px solid #999999;
}

.paagdiv100p {
	margin:0;
	padding:0;
	text-align: center;
	height: auto;
	margin-top: 25px;
	padding: 10px;
	border: none;
	width:99%;
	background-color: #ffffff;
}

.paagdiv50p_l {
	margin:0;
	padding:0;
	height: 220px;
	margin-left:15px;
	margin-right:7px;
	padding: 10px;
	float:left;
	border:1px solid #000;
	width:245px;
	background-color: #7eb0cc;
}

.paagdiv50p_r {
	margin:0;
	padding:0;
	height: 220px;
	margin-right:15px;
	margin-left:7px;
	padding: 10px;
	float: right;
	border:1px solid #000;
	width:245px;
	background-color: #8cafa1;
}

.paagdiv50p_r ul, .paagdiv50p_l ul{
	padding: 0;
	margin: 10px;
}

.paagdiv50p_r ul li, .paagdiv50p_l ul li{
	padding: 0;
	margin: 3px 10px 3px 10px;
}

.paagfeatures {
	margin:0;
	padding:0;
	font-size: 12px;
}

.paagapps {
	margin:0;
	padding:0;
	font-size: 12px;
}

.paagfeatures ul, .paagapps ul {
	font-size: 12px;
	margin:5px 5px 5px 10px;
	padding: 0 10px 10px 10px;
}

.paagfeatures ul li, .paagapps ul  li{
	margin-bottom: 4px;
}

.paagfeatures ul li ul, .paagapps ul li ul{
	margin:1px 0px 0px 10px;
	padding: 1px 0 0 5px;
}

.paagfeatures ul li ul li, .paagapps ul li ul li {
	list-style-type: disc;
	margin:1px 0px 0px 10px;
	padding: 1px 0 0 5px;
}

#paagtable, #paaghead {
	width: 100%;
	background-color: #ffffff;
	border: none;
}

#paagtable h1, #paaghead h1 {
	font-size: 18px;
	font-weight: bold;
	color:#000000;
	margin:0;
	padding: 0;
}

#paagtable h2, #paaghead h2 {
	font-size: 16px;
	font-weight: bold;
	color:#000000;
	margin:0;
	padding: 0;
}

#paagtable h3, #paaghead h3 {
	font-size: 14px;
	color:#333366;
	margin:0;
	padding:0;
}

#status_table {
	width: 95%;
	background-color: #ffffff;
	border: none;
	border-bottom: 1px solid #cccccc;
	font-size: 12px;
	margin-bottom: 15px;
}

#replace_table {
	width: 95%;
	background-color: #ffffff;
	border: none;
	border-bottom: 1px solid #cccccc;
	margin: 7px 0 0 0;
	font-size: 12px;
}

.pn {
	width: 20%;
	border-bottom: 1px solid #dddddd;
}

.pn.caption, .pkg.caption, .finish.caption, .opti.caption, .stat.caption {
	border-bottom: 2px solid #cccccc;
	font-weight: bold;
}

.pkg {
	width: 20%;
	text-align: center;
	border-bottom: 1px solid #dddddd;
}

.finish {
	width: 20%;
	text-align: center;
	border-bottom: 1px solid #dddddd;
}

.opti {
	width: 20%;
	text-align: center;
	border-bottom: 1px solid #dddddd;
}

.stat {
	width: 20%;
	text-align: center;
border-bottom: 1px solid #dddddd;
}

#paagtable p {
	margin: 5px 0 5px 0;
	padding: 0;
}

/* Styling for a plain UL without bullets */
.plain {
  	margin: 0 0 25px 0;
	padding: 0;
}

.plain li, .plain li a {
  	list-style-type: none;
  	margin: 0;
	line-height: 16px;
  
}

.plain .vendor {
  	font-weight: bold;
  	font-size: 13px;
}

/* End of plain UL without bullets  */


/* Styles for disty, reps pages with div-based layout  */
.cont_div {
	margin: 10px 20px 10px 20px; 
	width:95%;
}

.cont_header {
	border-bottom: 1px solid #000000; 
	margin: 10px 0px 10px 0px; 
	padding-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
}

.cont_lcol {
	float:left;width:250px;
}

.cont_rcol {
	margin-left:50px;
	float:left;width:250px;
}
/* End of styles for disty, reps pages  */


.trblock {
	padding: 0 15px 0 15px;
	margin: 10px 0 5px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	display: block;
	/* border: 1px solid #000000; */
	float: right;
	width: 450px;
	height: 22px;
}

.trblock ul {
	float:right;
	margin:0;
	padding:0;
}

.trblock li, .trblock li img {
 	margin:0;
 	padding:0;
 	list-style-type: none;
 	float: left;
	font-size: 0.9em;
 }
 
.prcylist {
	margin: 0 0 35px 0;
}

.prcylist li {
 	list-style-type: none;
 	float: left;
 }
 
 .npaProductcell {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: top;
	display: table-cell;
	background-color: #ffffff;
    border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}

.npaDescrcell {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: top;
	display: table-cell;
	background-color: #ffffff;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}

.npaDescrcellSub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	display: inline;
	vertical-align: top;
	font-style: oblique;
	color: #999999;
}

.press_h1 {
margin:0;
padding:0;
font-size: 16px;
text-align: center;
line-height: 20px;
}

.press_h2 {
margin:0;
padding:0;
font-size: 11px;
font-weight: normal;
font-style: italic;
text-align: center;
}

.press_h3 {
margin:12px 0 0 0;
padding:0;
font-size: 13px;
font-weight: bold;
text-align: left;
}

.press_p {
line-height: 16px;
margin: 3px 0 0 0;
padding: 0;
}

.press_rhdrdiv {
font-weight: bold;
font-size: 1.0em;
border: none;
float: right;
margin: 25px 0 25px 15px;
padding: 0;
width: 250px;
text-align:right;
}

.press_lhdrdiv {
font-weight: bold;
font-size: 1.0em;
border: none;
float: left;
margin: 25px 0 25px 15px;
padding: 0;
width: 200px;
}

.press_rhbox {
float: right;
margin: 0 0 15px 15px;
padding: 10px;
border: 1px solid #cccccc;
border-top-width: 1px;
border-right-width: 2px;
border-bottom-width: 2px;
border-left-width: 1px;
width: 125px;
}

.prod_rhbox {
border: none;
float: right;
margin: 0 0 0 15px;
padding: 0;
width: 125px;
}

.press_rhbox h3, .prod_rhbox h3 {
text-align: center;
margin: 0 0 5px 0;
padding: 0;
font-size: 1.0em;
}

.press_rhbox ul, .prod_rhbox ul {
margin: 3px;
margin-left: 2em;
padding: 0;
}

.press_rhbox ul li, .prod_rhbox ul li {
margin: 0;
padding: 0;
margin-top: 8px;
line-height: 12px;
font-size: 0.8em;
}

.presshead {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 24px; font-weight: bold; 
	font-variant: small-caps;
}

.benefits {
padding: 8px;
margin: 15px auto;
}

.benefits.ethics  {
padding: 8px;
margin: 0px auto 15px auto;
}

.benefits h2 {
padding: 0;
margin:15px 0 5px 0;
}

.benefits h3 {
padding: 0;
margin:13px 0 3px 0;

}

.benefits p {
padding: 0;
margin:0 0 10px 0;
}

.benefits table {
margin: 0 auto;
padding: 0;
width: 85%;
font-size: 11px;
text-align: center;
border: 1px solid #dddddd;
}

.benefits table caption{
font-weight: bold;
font-size: 14px;
}

.benefits table th  {
padding: 5px;
margin: 0;
background-color: #cccccc;
text-transform: uppercase;
vertical-align: bottom;
}

.benefits table td  {
padding: 5px;
margin: 0;
background-color: #ffffcc;
}

.benefits .footnote {
margin: 5px auto;
width: 75%;
font-size: 10px;
text-align: left;
}

.benefits table .title {
background-color: #ffffff;
}

.benefits ol {
margin-left: 25px;
}

.benefits ul li, .benefits ol li {
font-size: 12px;
}

.valueslist {
font-size:14px;
font-style:italic;
margin-bottom:25px;
}

.valueslist li {
line-height:19px;
}

h1.cmdBlueTitle {
	display: block;
	float: left;
	margin: 30px 0px 10px 0px;
	padding-left: 25px;
	color:#336699;
    background-image: url('../images/3x3grid_generic.gif');
	background-position: left;
    background-repeat: no-repeat;
}

h1.cmdBlueTitle99{
	line-height: 1.3em;
	margin: 30px 0 0 0;
	padding: 0;
	float: left;
	padding-left: 25px;
	color:#336699;
    background-image: url('../images/3x3grid_generic.gif');
	background-position: left;
    background-repeat: no-repeat;
}


.navbarbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	padding: 5px;
	height: auto;
	width: 110px;
	color: #000000;
	background-repeat: no-repeat;
	display: block;
	clear: both;
	background-position: center;
	text-align: center;
	white-space: normal;
	float: none;
	border: 1px solid #990000;
	background-color: #FFFFCC;
}

.fixedtext10pxsubscript {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-variant: normal;
	vertical-align: -30%;
}


.pdfbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 3px 5px 3px 3px;
	height: auto;
	border: 1px dashed #000066;
	color: #CC3300;
	background-repeat: no-repeat;
	display: block;
	clear: right;
	margin: 5px;
	background-color: #FFFF99;
	background-position: left;
	text-align: left;
	white-space: normal;
	float: right;
	width: 175px;
}

.pdfbox2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 3px 5px 3px 3px;
	margin: 10px 0px 5px 15px;
	height: auto;
	border: 1px solid #666666;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	color: #CC3300;
	background-repeat: no-repeat;
	display: block;
	clear: right;
	background-color: #e5e5e5;
	text-align: left;
	white-space: normal;
	float: right;
	width: 175px;
}

.pdfbox2 img {
width: 16px;
height: 16px;
margin: 3px 7px 3px 3px;
padding: 0;
float: left;
}

.eolbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 8px 5px;
	height: auto;
	width: 175px;
	border: 1px dashed #000066;
	color: #CC3300;
	background-repeat: no-repeat;
	display: block;
	clear: right;
	margin: 5px;
	background-color: #FFFF99;
	background-position: center;
	text-align: center;
	white-space: normal;
	float: right;
}

.eolbox2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 10px 0px 5px 15px;
	padding: 8px 5px;
	height: auto;
	width: 175px;
	border: 1px solid #666666;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	color: #CC3300;
	display: block;
	clear: both; 
	background-color: #ffcc99;
	text-align: center;
	white-space: normal;
	float: right;
}

.eolbox2 p {
	font-size: 10px;
	margin: 2px 10px 2px 10px;
	padding: 0;
	border: 1px solid #ffcc99;
}

.eolboxHL2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 2px;
	height: auto;
	width: auto;
	border: 1px none #000066;
	color: #000000;
	background-repeat: no-repeat;
	display: block;
	clear: none;
	margin: 2px;
	background-color: #ffcc99;
	text-align: center;
	white-space: normal;
	float: none;
}

.eolboxHL {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 2px;
	height: auto;
	width: auto;
	border: 1px none #000066;
	color: #000000;
	background-repeat: no-repeat;
	display: block;
	clear: none;
	margin: 2px;
	background-color: #FFFF99;
	text-align: center;
	white-space: normal;
	float: none;
}

.cmdnetbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 2px;
	height: auto;
	border: 1px solid #000066;
	color: #CC3300;
	background-repeat: no-repeat;
	display: block;
	clear: right;
	margin: 0px;
	background-color: #FFFFFF;
	background-position: left;
	text-align: left;
	white-space: normal;
	float: right;
	width: 152px;
}

.gsm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 15px;
	height: auto;
	border: 1px solid #999966;
	color: #000000;
	background-repeat: no-repeat;
	display: block;
	clear: right;
	background-position: left;
	text-align: left;
	white-space: normal;
	float: right;
	width: auto;
}

.eventsbox {
	border: 1px solid #999999;
	padding: 5px;
}

.profileTable {
	float: right;
	border-spacing: 1px;
	border-collapse: collapse;
	margin: 5px 0px 10px 15px;
	border: 2px solid #336699;
	width: 225px;
	font-size: 11px;
}

.profileTable td, .profileTable th {
	padding: 4px;
	background-color: #ffffff;
	vertical-align: top;
}

.profileTable .col1 {
	font-weight: bold;
	width: 35%;
	padding: 4px 6px 4px 6px;
	background-color: #e5e5e5;
	border: 1px solid #ffffff;
	/* border-right: 1px solid #336699; */
}

.profileTable .col2 {
	width: 65%;
	padding: 4px 4px 4px 6px;
	border: 1px solid #ffffff;
	background-color: #e5e5e5;
}



.hhwarn {
	font-family: Arial, Helvetica, sans-serif;
	margin: 10px;
	background-color: #000066;
	padding: 10px;
}

.dismiss {
	background-color: #FF0000;
	margin: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	border: 1px solid #FF0000;
}

.tbpYellowRow {
	border-top-style: none;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	display: table-cell;
	background-color: #FFFFCC;
	margin: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;

}

.tbpWhiteRow {
	border-top-style: none;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	display: table-cell;
	background-color: #FFFFFF;
	margin: 5px;
		font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;

}

.tbpGreyRow {
	border-top-style: none;
	border-right-style: solid;
	border-right-color: #666666;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #000000;
	border-bottom-width: 1px;
	display: table-cell;
	background-color: #cccccc;
	padding: 5px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 11px;
	vertical-align: bottom;
	border-right-width: 1px;
}

.tbpGreyRowRight {
	border-top-style: none;
	border-right-style: none;
	border-right-color: #666666;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #000000;
	border-bottom-width: 1px;
	display: table-cell;
	background-color: #CCCCCC;
	margin: 5px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 11px;
	vertical-align: bottom;
	border-right-width: 1px;
}

.tbpTable {
	display: inline;
	background-color: #FFFFCC;
	margin: 5px;
	border: 1px solid #CCCCCC;
}

.tbpYellowRowLeft {
	border-top-style: none;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
	border-bottom-style: solid;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	display: table-cell;
	background-color: #FFFFCC;
	margin: 5px;
		font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;

}

.tbpYellowRowRight {
	border-top-style: none;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	display: table-cell;
	background-color: #FFFFCC;
	margin: 5px;
		font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;

}

.tbpWhiteRowLeft {
	border-top-style: none;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
	border-bottom-style: solid;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	display: table-cell;
	background-color: #FFFFFF;
	margin: 5px;
		font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;

}

.tbpWhiteRowRight {
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	display: table-cell;
	background-color: #FFFFFF;
	margin: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.newsboxarea {
width: 378px;
/* height: 240px;  */
height: auto; 
/* border-right: 2px solid #cccccc; */
/* border: 1px solid #cc3300;  */
float: left;
padding: 0;
margin: 0;
}

#newsimage {
width: 56px;
height: 25px;
margin: 15px 0px 10px 10px;
float: left;
}

#on-media-alert {
	padding: 0 0 0 10px;
	text-align: center;
}

.newsbox {
	float: left;
	text-align: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	width: 340px;
	padding: 0;
	margin: 0 0 0 15px;
	display: inline; /* This needed to fix a IE6 bug (double left margin problem)  */
	/* Min height hack next 3 lines */
	/* min-height:210px; */
	/* height:auto !important; */
	/* height:210px; */
}

/* For NON IE Browsers  */
html>body .newsbox {
	margin: 0 0 0 15px;
}

.eventbox {
	margin: 0px 0 0 15px;
}

ul.newslist {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin: 0 15px 0px 0px;
	list-style-type: none;
}

ul.newslist li {
margin: 0px 0 7px 0;
}

.newsboxdate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #666666;
	width: auto;
	margin: 0 0 5px 5px;
	height: auto;
	border: 1px none #CC3300;
	list-style-type: none;
	display: none;
	float: left;

}

.newsboxtext {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.05em;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #333333;
	width: auto;
	margin: 0px 5px 5px 0px;
	height: auto;
	border: 1px none #CC3300;
	list-style-type: none;
	display: block;
}

.newsboxmore {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	padding: 0;
	margin: 0 0 0 0;
	float: right;
}

.profileboxarea {
	width: 377px;
	/* height: 225px; */
	height: auto;
	float: left;
	border-left: 2px solid #cccccc;  
	margin: 0;
	padding: 0;
}

#profileimage {
float: left;
width: 160px;
height: 25px;
margin: 15px 0px 10px 10px;
}

#coinfoimage {
float: left;
width: 200px;
height: 25px;
margin: 15px 0px 10px 10px;
}

#affililogo {
padding:0;
margin:0;
width: 100%;
display: block;
text-align: center;
}

.profilebox {
	text-align: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #666666;
	width: 370px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: block;
	float: left;
/* Min height hack next 3 lines */
	min-height:210px;
	height:auto !important;
	height:210px;
}

.profilebox #protext {
margin: 0 10px 0 15px;
}

.searchResults {
	margin: 15px 0px 15px 15px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

.searchinput {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	height: auto;
	width: auto;
	margin: 0px;
	padding: 0px;
	border: 1px solid #666666;


}
.searchtable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	border: 1px solid #FF3333;
}
.searchcell {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	border: none #33CCFF;
	margin: 0px;
	padding: 0px;
	height: 13px;
	width: 102px;

}
.masterdiv {

}
.popbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #FFFFFF;
	border: 1px none #000066;
	padding: 5px;

}
.appstable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #999999;

}
.tbpYellowRowCenter {
	border-top-style: none;
	border-right-style: dotted;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #CCCCCC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	display: table;
	background-color: #FFFFCC;
	margin: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;


}
.tbpWhiteRowCenter {
	border-top-style: none;
	border-right-style: dotted;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	display: inline;
	background-color: #FFFFFF;
	margin: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;

}
.appsYellowRowCenter {

	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCCCCC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	display: table-cell;
	background-color: #FFFFCC;
	margin: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.appsYellowRowLeft {


	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCCCCC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	display: table-cell;
	background-color: #FFFFCC;
	margin: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.appsYellowRowRight {
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #CCCCCC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	display: table-cell;
	background-color: #FFFFCC;
	margin: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.appsWhiteRowCenter {


	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCCCCC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	display: table-cell;
	background-color: #FFFFFF;
	margin: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.appsWhiteRowLeft {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCCCCC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	display: table-cell;
	background-color: #FFFFFF;
	margin: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.appsWhiteRowRight {
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #CCCCCC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	display: table-cell;
	background-color: #FFFFFF;
	margin: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.appsCapRowLeft {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCCCCC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	display: table-cell;
	background-color: #336699;
	margin: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	color: #FFFFFF;
	font-weight: bold;


}
.appsCapRowCenter {
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCCCCC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	display: table-cell;
	background-color: #336699;
	margin: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	color: #FFFFFF;
	font-weight: bold;


}
.appsCapRowRight {
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #CCCCCC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	display: table-cell;
	background-color: #336699;
	margin: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	color: #FFFFFF;
	font-weight: bold;


}
.appsDefault {
	display: table-cell;
	margin: 5px;
	border: 1px none #666666;

}
.sidebar {
	margin: 0px 5px 10px 10px;
	float: right;
	clear: none;
	display: block;
	}

.CSPGrayBar {
display: block;
padding: 0;
margin: 0;
border: 1px solid #cccccc;
width: 100%;
height: 40px;
}

.CSPGrayBar img{
/* float:left; */
margin: 0px;
}

.CSPGrayBarText {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-left: 45px;
}


.grayBar {
	height: 46px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.grayBarText {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-variant: normal;



}
.prodtYellowRowCenter {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCCCCC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	display: table-cell;
	background-color: #FFFFCC;
	margin: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.prodtYellowRowLeft {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCCCCC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	display: table-cell;
	background-color: #FFFFCC;
	margin: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.prodtYellowRowRight {
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCCCCC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	display: table-cell;
	background-color: #FFFFCC;
	margin: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.prodtWhiteRowCenter {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCCCCC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	display: table-cell;
	background-color: #FFFFFF;
	margin: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.prodtWhiteRowLeft {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCCCCC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	display: table-cell;
	background-color: #FFFFFF;
	margin: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.prodtWhiteRowRight {
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCCCCC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	display: table-cell;
	background-color: #FFFFFF;
	margin: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.prodtCapRowLeft {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCCCCC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	display: table-cell;
	background-color: #336699;
	margin: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	color: #FFFFFF;
	font-weight: bold;


}
.prodtCapRowCenter {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCCCCC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	display: table-cell;
	background-color: #336699;
	margin: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	color: #FFFFFF;
	font-weight: bold;


}
.prodtCapRowRight {
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCCCCC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	display: table-cell;
	background-color: #336699;
	margin: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	color: #FFFFFF;
	font-weight: bold;
}

.prodtDefault {
	display: table-cell;
	margin: 5px;
	border: 1px none #666666;
}
	
.empbox {
	border: 2px solid #CCCCCC;
	padding: 20px 10px 10px 20px;
}
.ptable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: 1px solid #999999;

}
.tblLeftLine {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
.tblLeftTopLine {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;

}
.tblLeftTopRightLine {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;

}
.tblLeftRightLine {

	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
.tblLeftBotLine {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;

}
.tblLeftBotRightLine {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-style: solid;
	border-bottom-width: 1px;


}

.sidebarLeft {
	margin: 0px 15px 10px 0px;
	float: left;
	clear: none;
}

.tblCapTop {
	font-size: 11px;
	font-weight: bolder;
	font-variant: normal;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-bottom-style: none;
	background-color: #CCCCCC;
	color: #000000;
	text-align: center;
	border-right-style: none;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	vertical-align: bottom;
}

.tblCellCenterCopy {
	font-size: 10px;
	font-weight: normal;
	font-variant: normal;
	background-color: #ffffff;
	text-align: center;
	color: #000099;
	border: 1px solid #666666;
}

.tblMaster {
	font-size: 0.9em;
	color: #000099;
	text-align: center;
	border: 2px solid #999999;
	margin-bottom: 15px;
	margin-top: 15px;
	border-collapse: collapse;
}

.tblMaster th {
	padding: 3px;
	font-weight: bold;
	border: 1px solid #999999;
	background-color: #cccccc;
	text-align: center;
	vertical-align: bottom;
}

.tblMaster td {
	padding: 3px;
	font-weight: normal;
	background-color: #ffffff;
	text-align: center;
	color: #000099;
	border: 1px solid #666666;
}

.tblMaster td.tblCapLeft {
	padding: 3px;
	font-weight: bold;
	background-color: #ffffcc;
	color: #000000;
	text-align: left;
}

.ledcls {
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 10px;
	margin-left: 2px;
	clear: right;
	float: left;
}

.mgGuytbl {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-align: center;
	vertical-align: bottom;
	margin-bottom: 25px;
	margin-top: 0px;
	font-style: italic;
	margin-right: 0px;
	margin-left: 10px;
	float: right;
	padding: 10px;
	border-top: 1px none #CCCCCC;
	border-right: 1px none #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}

.diagram_right {
	float:right; 
	padding:0;
	margin: 0 0 10px 15px; 
	text-align: center;
}

.diagram_centered {
	padding:0;
	margin: 0 auto; 
	text-align: center;
}

.diagram_left {
	float:left; 
	padding:0;
	margin: 10px 15px 10px 0px; 
	text-align: center;
}

.contents_centered {
	border: 1px solid #cc0000;
	margin: 0 auto;
}

.outlineL1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	color: #336699;
	display: block;
	border: 1px none #000000;
	background-color: transparent;
	padding: 5px 5px 5px 0;
}

.outlineL2 {
	border-left: 1px none #000000;
	border-right: 1px none #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #333333;
	display: block;
	position: relative;
	margin: 0;
	padding: 15px 5px 5px 10px;
	}

.outlineL3, .plain .outlinel3 {
	border-left: 1px none #000000;
	border-right: 1px none #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	/* color: #990099; */
	/* color: #9900CC; */
	color: #993399;
	display: inline;
	padding: 5px 5px 5px 35px;
	margin: 0;
	position: relative;
	font-variant: normal;
}

.outlineL4 {
	border-left: 1px none #000000;
	border-right: 1px none #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	display: inline;
	position: relative;
	color: #000000;
	left: 30px;
	margin: 0px 25px 0px 0px;
	padding: 0px 5px 0px 25px;
	}

.outlineL5 {
	border-left: 1px none #000000;
	border-right: 1px none #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #996633;
	margin: 1px 15px 1px 125px;
	width: auto;
	display: block;
	clear: both;
}

.outlineL6 {
	border-left: 1px none #000000;
	border-right: 1px none #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #996633;
	margin: 1px 15px 1px 150px;
	display: inline;
	float: left;
}

.apptreetab {
width: 98%;
border: none;
}

.apptreeL1 {
	font-size: 18px;
	font-weight: bold;
	color: #336699;
	display: block;
	border: none;
	margin: 0; 
	padding: 5px 5px 5px 0px;
}

.apptreeL2 {
	border: none;
	font-size: 15px;
	font-weight: bold;
	color: #333333;
	display: block;
	position: relative;
	margin: 0;
	padding: 15px 5px 5px 10px;
	}

.apptreeL3 {
	border: none;
	font-size: 14px;
	font-weight: bold;
	color: #990099;
	color: #9900CC;
	color: #993399;
	/* display: inline; */
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 0px 35px;
	font-variant: normal;

}

.apptreeL4 {
	border: none;
	font-size: 12px;
	font-weight: bold;
	display: inline;
	position: relative;
	color: #000000;
	left: 30px;
	margin: 0px 25px 0px 0px;
	padding: 0px 5px 0px 25px;
	}

.apptreeL5 {
	border: none;
	font-size: 11px;
	font-weight: bold;
	color: #666699;
	/* width: auto; */
	display: block;
	clear: both;
	list-style-type: none;
	margin: 5px 15px 1px 75px;
	padding: 0;
}

.apptreeL5 ul li{
	font-size: 10px;
	color: #996633;
	margin-left: 10px;
	list-style-position: outside;
	list-style-type: none;
}

.apptreeL6 {
	border-left: 1px none #000000;
	border-right: 1px none #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #996633;
	margin-top: 1px;
	margin-right: 5px;
	margin-bottom: 1px;
	margin-left: 40px;
	/* display: inline; */
	float: left;
	list-style-position: outside;

}

.outlineBlock {
	border: 1px solid #CCCCCC;
	margin-left: 75px;
}

.photomargin {
	margin: 5px 15px 10px 0px;
}

.photomargin_l {
	padding: 0;
	margin: 20px 15px 10px 0px;
}

.photomargin_r {
	margin: 10px 0px 10px 15px;
}

.isologo {
margin:0px 15px 10px 0px;
float:left;
width: 75px;
height: 129px;
}

.navbarmargin {
	margin-left: 15px;
	margin-bottom: 10px;
}


.graybarTable {
	border: 1px solid #CCCCCC;
	margin: 0px;
	padding: 0px;
	display: inline;
}

.odd {
	/* background-color: #E5E5E5; */
	background-color: white; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC6600;
	vertical-align: top;
} 

.even {
	/* background-color: white; */
	background-color: #E5E5E5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC6600;
	vertical-align: top;
}

.sortable {
	padding: 0px;
	margin: 5px;
	font-size: 10px;
	display: block;
	border: 1px none #000000;
 } 

.tablecls {
	border: 1px solid #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
} 


#pid, .pid {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	vertical-align: top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
 }
 
#tpid, .tpid {
	width: 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	vertical-align: top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
 }


#tdesc, .tdesc{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
	vertical-align: top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
 } 
 
 
#desc{
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
	vertical-align: top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
 } 


#descLeft, .descLeft {
	text-align: left;
	vertical-align: top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
 } 

 #descCenter, .descCenter {
	text-align: center;
	vertical-align: top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
 } 

 #pidCaption {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
		font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	vertical-align: bottom;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-color: #6699CC;
 }
#descCaption {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
		font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	vertical-align: bottom;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #999999;
	background-color: #6699CC;
 } 

.tbpBlueRow {
	border-top-style: none;
	border-right-style: none;
	border-right-color: #666666;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #cccccc;
	border-bottom-width: 1px;
	display: table-cell;
	background-color: #006699;
	margin: 5px;
	font-weight: bold;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: middle;
	color: #ffffff;
}

.tbpBlackRow {
	border-top-style: none;
	border-right-style: none;
	border-right-color: #666666;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #cccccc;
	border-bottom-width: 1px;
	display: table-cell;
	background-color: #666666;
	padding: 5px;
	margin: 5px;
	font-weight: bold;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: middle;
	color: #ffffff;
}
/* Sortable tables */

table.sortable a.sortheader {
    background-color:#cccccc;
    color:#333333;
    font-weight: bold;
    text-decoration: none;
    display: block;
}

table.sortable span.sortarrow {
    color: black;
    text-decoration: none;
	font-size: 15px;
}
#pidRight {

	text-align: right;
	vertical-align: top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.outlineBox {
	padding: 0px;
	margin: 5px;
	border: 1px none #CCCCCC;
}

.productBlock {
	padding: 10px 10px 15px 10px;
	border: 1px solid #cccccc;
	background-image: url(images/gradientbg100px.gif);
	background-repeat: repeat-x;
	width: auto;
	display: block;
	z-index: 1;
	position: static;
	left: 0px;
	top: 0px;
	margin: 0px;
}

.productBlock.new {
	background-image: url(../images/gradientbg100px.gif);
	margin-bottom: 10px;
}

.productBlock.new.last {
	margin-bottom: 25px;
}

.pgfmt {
	padding: 5px;
	text-align: left;
	display: inline;
	float: left;
	margin: 0 10px 3px 5px;
	border-top: 1px solid #666666;
	border-right: 2px outset #999999;
	border-bottom: 2px outset #999999;
	border-left: 1px solid #666666;
	width: 75px;
	height: 75px;
}

#redbar {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 0px;
	float: right;
	display: inline;
	z-index: 2;
	clear: none;
	overflow: visible;
	position: relative;
	left: 0px;
	top: 0px;
	width: 20px;



}

.smtab1 { padding-left: 25px; position: relative;}
.smtab2 { padding-left: 50px; position: relative;}
.smtab3 { padding-left: 75px; position: relative;}


.quote {
	font-weight: normal;
	font-variant: normal;
	color: #993300;
	text-align: left;
	vertical-align: top;
	float: right;
	padding: 5px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFCC;
	width: 150px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	margin: 0px 0px 10px 10px;
}

.searchbox {
	text-align: left;
	border: 2px solid #336699;
	font-weight: bolder;
	color: #840000;
	margin: 25px 0;
} 

.searchbox td {
padding: 5px;
}


.poop {
    background-color: transparent;
    background-image: url('images/cmd_02.gif');
	display: table-cell;
	background-position: bottom;
    background-repeat: no-repeat;
	display: table-cell;
}

.cmd_02_cell {
    font-size: 11px;
    font-family: Arial, Helvetica, Sans-Serif;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 5px;
    padding-top: 10px;
    margin: 0px 0px 0px 0px;
    vertical-align: top;
	text-align: left;
    background-color: transparent;
    background-image: url('images/cmd_02.gif');
    background-position: bottom;
    background-repeat: no-repeat;
    display: table-cell;
	position:relative;
	width: 760px; 
	height: 60px;  
}


.npaProductcellCaption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	vertical-align: top;
	display: table-cell;
	background-color: #ffffff;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	font-weight: bold;

}


/* *******  new applications table formatting *********  */

.apptable {
	width: 100%;
	border-collapse: collapse;
}

.apptable td {
	padding: 6px 4px;
}

.apptcap {
	/* height: 35px;  */
	font-size: 14px;
	vertical-align: bottom;
	font-weight: bold;
	color: #000000;
}

.bluebg {
	background: #cae8ea url(../images/bg_header.jpg) no-repeat;
}

.apptcap td {
	padding: 20px 4px 6px 4px;
	border-top-width: 20px;
	border-top-style: solid;
	border-top-color: #ffffff;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c1dad7;
}

.apptrow {
	font-size: 12px;
	vertical-align: top;
}

.apptrow td {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #dddddd;
}


/* This declaration will center text in a table cell  */
/* See http://www.webmasterworld.com/forum83/5685.htm */
.apptable td+td {
text-align: center;
} 

#firstcap {
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #ffffff;
}

.tabletoggle {
width:155px;
margin-right: 0;
border: 1px none #000000;
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
text-align:right;
background-color: white;
color:#000000;
}

#prod_ubar_img, #comp_ubar_img, #apps_ubar_img, #news_ubar_img, #cont_ubar_img {
width:126px;
height:10px;
display:block;
}

#ir_ubar_img {
width:130px;
height:10px;
display:block;
}

#cmd_comp, #cmd_prod, #cmd_apps, #cmd_news, #cmd_cont {
width:126px;
height:40px;
border: none;
}

#cmd_ir {
width:130px;
height:40px;
border: none;
}

.mainTable {
	border: 1px solid #CCCCCC;
	margin: 5px;
}

#searchbutton {
	/* background-image: url("/images/searchBox3_03.gif"); */
	height: 22px;
	width: 152px;
}

#searchbox {
width: 152px;
height: 89px;
background-color:#cccccc;
}

#searchbox_gb {
padding-bottom: 10px;
width: 152px;
height: 100%;
background-color:#cccccc;
}

#searchbox_1 {
	background-image: url("/images/searchBox2_01.gif"); 
	height: 23px;
	width: 152px;
}

#searchbox_1_gb {
	font-weight: bold;
	color: #006699;
	line-height: 26px;
	text-align: center;
	background-color: #cccccc; 
	height: 26px;
	width: 152px;
}

#searchbox_2 {
	text-align:center;
	height: 22px;
	width: 152px;
}

#searchbox_3 {
	background-image: url("/images/searchBox3_03.gif"); 
	height: 22px;
	width: 152px;
	display: block;
}

#searchbox_4 {
	background-image: url("/images/searchBox3_04.gif"); 
	height: 22px;
	width: 152px;
	display: block;
}

#searchbox_3 img, #searchbox_4 img {
	display:block;
}

#searchdiv_3 a:hover {
	background-image: url("/images/searchBox3_03-over.gif"); 
}

#searchdiv_4 a:hover {
	background-image: url("/images/searchBox3_04-over.gif"); 
}

.prodarrow {
vertical-align: middle;
padding:0;
margin:0;
height: 12px;
width: 12px;
}



/************************      NEW STUFF     *****************/

#header {
width: 760px;
border: none;
}

#on-header {
width: 760px;
height: 70px;
border: none;
background-color: #ffffff;
}

/****** NOTE: This style is also defined in all-ie.css   ******/
#homeheader {
	float: left; 
	margin: 0 0 0 0;
	padding: 0;
	width: 758px;
	height: 70px;
	/* border-top: 1px solid #cccccc;   */
	/* border-left: 1px solid #cccccc;   */
	/* border-right: 1px solid #cccccc;   */
	/* border-bottom: none; */
	display: inline;
}

#logodiv {
	margin: 0;
	padding: 0;
	width: 476px;
	height: 60px;
	float: left;
	/* border: 1px solid #cc0000; */
}

#on-logodiv {
	margin: 0;
	padding: 0;
	width: 476px;
	height: 70px;
	float: left;
	background-color: #ffffff;
}

#logoimg {
	width: 476px;
	height: 60px;
	display: block;
	border: 0;
	margin-top: 15px;
}

#on-logoimg {
	width: 476px;
	height: 60px;
	display: block;
	border: 0;
	margin-top: 5px;
	margin-top: 5px;
}

#iso9001-img {
	float: right;
	margin: 0px 5px 10px 25px;
	width: 50px;
	height: 86px;
}

/* 

.shortSearch {
margin: 0;
padding: 0;
width:284px; 
height:25px;  
background-color: transparent; 
font-size: 10px;
text-align: right;
float:left;
}

*/

.shortSearch {
float: right;
margin: 10px;
padding: 0;
width:auto; 
height:auto;  
background-color: transparent; 
font-size: 10px;
border: 1px none #000000;
}

.shortSearch input {
margin: 0;
padding: 0;
font-size: 9px;
}

.shortSearch#onsemi {
height: 55px;  
margin: 7px 0 0 0;
padding:0;
}

/* *********  MENU SECTION ********** */
#mainmenu, .mainmenu {
  margin: 0;
  padding: 0;
  height: 50px;
  width: 760px;
  background-image: url("/images/banner_bg_50px.gif"); 
  background-color:#cccccc;
}

.onsemi#mainmenu {
  	background-image: none; 
	height: 40px;
  	background-color:#cccccc;
}

.mainmenu.home {
  margin: 0;
  padding: 0;
  height: 40px;
  width: 760px;
  /* background-image: url("/images/banner_bg_nb_50px.gif");   */
  background-color:#cccccc;
}

/* clearfix for menu */
#mainmenu:after, .mainmenu:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

#mainmenu, .mainmenu {display:inline-block;}

/* Hide from IE Mac \*/
#mainmenu, .mainmenu {display:block;}
/* End hide from IE Mac */
/* end clearfix */


.level1 {
  float: left;
  clear: both;
  margin: 0;
  padding: 0;
}

.level1 li {
  background: #e5e5e5;
  display: block;
  list-style-type: none;
  float: left;
  padding: 0;
  margin: 0;
  height: 40px;
}

.level1 .selected {
  background: #FFFFCC;
}

.level1 li img {
  display:block; 
  border: none;
  margin: 0;
  padding: 0;
}

img#about {
  width: 126px; 
  height: 40px; 
}

img#products {
  width: 126px; 
  height: 40px; 
}

img#apps {
  width: 126px; 
  height: 40px; 
}

img#news {
  width: 126px; 
  height: 40px; 
}

img#ir {
  width: 130px; 
  height: 40px; 
}

img#contact {
  width: 126px; 
  height: 40px; 
}


#prod_ubar_img, #comp_ubar_img, #apps_ubar_img, #news_ubar_img, #cont_ubar_img {
width:126px;
height:10px;
}

#ir_ubar_img {
width:130px;
height:10px;
}

#selected_bar {
width: 760px;
height: 10px;
float: left;
clear: both;
margin: 0;
padding: 0;
}

#selected_bar ul {
margin: 0;
padding: 0;
}

#selected_bar li {
  background: #ffffff;
  display: block;
  list-style-type: none;
  float: left;
  padding: 0;
  margin: 0;
  height: 10px;
}

.tablediv .emipsgtabs {
	float: left;
  	display: block;
  	margin: 0;
  	padding: 0;
  	height: 23px;
	width: 860px;
	/* border: 1px solid #0000cc;  */
}

.tablediv .emipsgtabs li {
  	display: inline;
  	list-style-type: none;
  	float: left;
  	padding: 0;
  	margin: 0;
  	height: 23px;
  	width: 170px;
}

.tablediv .emipsgtabs li a {
	color:#336699;
 	background-image: url('../images/tab_170px.gif'); 
	background-repeat: no-repeat;
  	display: block;
  	height: 23px;
  	width: 170px;
	text-align: center;
	line-height: 23px;
	text-decoration: none;
}

.tablediv .emipsgtabs li a:hover  {
 	background-image: url('../images/tab_170px-over.gif'); 
	color:#ffffff;
	background-repeat: no-repeat;
}

.emipsgtabs li #selected  {
 	background-image: url('../images/tab_170px-over.gif'); 
	color:#ffffff;
	font-weight: bold;
	background-repeat: no-repeat;
}

.tablediv .emipsgtabs li img {
  	height: 23px;
  	width: 170px;
  	display: block; 
  	border: none;
  	margin: 0;
  	padding: 0;
}

.webinar {
padding-bottom:0px; 
margin: 0px 15px 0px 0px;
width: 140px;
height: auto;
float:right;
}

.webinar img {
margin: 25px 0 0 0;
border: 1px solid #cccccc;
width: 140px;
height: 221px;
}

.position-summary {
width: 100%;
margin: 0 auto 20px auto;
text-align: center;
/* border: 1px solid #dd0000; */
}

.position-summary h2 {
text-align: left;
}

.dept-list {
text-align: left;
float: left;
width: 45%;
/* Min height hack next three lines  */
min-height:100px;
height:auto !important;
height:100px;
/* background-color: #cccccc;  */
/* border: 1px solid #dd0000;  */
margin: 10px;
padding: 3px;
}

.dept-list h3 {
line-height: 20px;
margin: 0px 0px 2px 0px;
padding: 10px 0 0px 5px;
border-bottom: 1px solid #e5e5e5;
}

.dept-list.engr h3 {
    background-image: url('../images/pcb.gif');
	background-position: top right;
    background-repeat: no-repeat;
}

.dept-list.operations h3 {
    background-image: url('../images/gears.gif');
	background-position: top right;
    background-repeat: no-repeat;
}

.dept-list.finance h3 {
    background-image: url('../images/calculator.gif');
	background-position: top right;
    background-repeat: no-repeat;
}

.dept-list.sales h3 {
    background-image: url('../images/handshake.gif');
	background-position: top right;
    background-repeat: no-repeat;
}

.dept-list .job-title {
margin: 5px 5px 5px 5px;
float: left;
width: 70%;
}

.dept-list .view {
margin: 5px 5px 5px 0;
text-align: center;
float: right;
width: 12%;
}

.dept-list .view.off, .dept-list.hide {
display: none;
}

.dept-list.engr, .jobposition.engr {
background-color: #ffffcc;
}

.dept-list.finance, .jobposition.finance {
background-color: #ffcc99;
}

.dept-list.operations, .jobposition.operations {
background-color: #ccccff;
}

.dept-list.sales, .jobposition.sales {
background-color: #cccc99;
}

.jobapp-process {
text-align: left;
margin: 15px 10px 25px 10px;
}

.jobapp-process h2 {
margin: 0px;
line-height: 1.2em;
}

.jobapp-process p {
margin: 0px;
height: auto;
}

.to-top {
margin-left: 15px;
}

.jobposition {
width: 94%;
margin:  10px auto 35px auto;
border: 1px solid #e5e5e5;
padding: 6px;
text-align: center;
}

.rndblk {
width: 94%;
margin:  10px auto 35px auto;
/* border: 1px solid #e5e5e5;  */
padding: 6px;
text-align: center;
background-color: #e5e5e5;
}

.rndblk.none {
background-color: transparent;
border: none;
margin-top: 0;
}

.rndblk.ffffcc {
background-color: #ffffcc;
}

.rndblk.ffcc99 {
background-color: #ffcc99;
}

.rndblk.ccccff {
background-color: #ccccff;
}

.rndblk.cccc99 {
background-color: #cccc99;
}

.rndblk.ffffff {
background-color: #ffffff;
}

.rndblk h2 {
border-bottom: 1px solid #666666;
height: 25px;
line-height: 1.1em;
font-size: 1.35em;
font-weight: bold;
text-align: left;
color: #444444;
}

.rndblk.none h2 {
margin-top: 0;
border: none;
}


.rndblk p, .rndblk ul {
text-align: left;
}

.rndblk h3 {
text-align: left;
color: #666666;
}

.jobtitleblk {
border-bottom: 2px solid #cccccc;
height: 50px;
line-height: 1.1em;
font-size: 1.35em;
font-weight: bold;
text-align: left;
}

.jobtitle {
width: 300px;
float: left;
height: 50px;
}

.jobtitle p {
margin: 4px 5px 0 0;
text-align: left;
float: left;
width: 350px;
height: 45px;
}

.joblocation {
width: auto;
height: 50px;
float: right;
}

.joblocation p {
margin: 4px 5px 0 0;
text-align: right;
float: right;
height: 45px;
width: auto;
}

.joblocation a img {
margin: 0;
padding: 0;
width: 35px;
height: 15px;
float: right;
border: none;
}

.jobdescription {
margin: 5px 15px 25px 15px;
text-align: left;
}

.jobdescription h3 {
background: none;
}


.jobdescription ul {
margin-left: 35px;
text-align: left;
}

.lil_bullet {
width: 8px;
height: 12px;
margin-right: 5px;
border: none;
text-align: left;
}

/****** NOTE: This style is also defined in all-ie.css   ******/
#ann {
display: block;
text-align:left;
float: left;
border: none;
width: 100%;
height: 100%;
padding: 0;
margin: 0px 0px 0px 0px;
height: 100%;
}

#eventsimage {
margin: 0px 10px 10px 10px;
}

#ann p {
float: left;
margin: 0px 0 10px 15px;
}

.copyright {
	border: none;
	padding: 15px 0 15px 0;
	font-size: 10px;
}

#on-notice p {
margin: 0 0 10px 0;
}

.copyright.onsemi {
	padding: 0px 0 15px 0;
	width: 756px;
	margin: 0 auto;
	border-top: 2px solid #cccccc;
}

.searchresults {
font-size: 0.85em;
width: 100%;
border: 1px solid #666666;
border-collapse: collapse;
}

.searchresults th {
padding: 5px;
vertical-align: bottom;
font-weight: bold;
border: 1px solid #cccccc;
background-color: #336699;
color: #ffffff;
}

.searchresults td {
padding: 5px;
vertical-align: top;
border: 1px solid #cccccc;
color: #000000;
}

.searchresults .centered {
text-align: center;
}

.searchresults .desc {
width: 350px;
text-align: left;
}

.searchresults th:first-child, 
.searchresults th:first-child + th, 
.searchresults th:first-child + th + th , 
.searchresults th:first-child + th + th + th + th, 
.searchresults td:first-child, 
.searchresults td:first-child + td, 
.searchresults td:first-child + td + td , 
.searchresults td:first-child + td + td + td + td, 
.searchresults .centered { 
text-align: center;
white-space: nowrap;
}

.searchresults tr.alt td {
background: #e5e5e5;
}

.searchresults tr.over td {
background: #cccccc;
}


/* Styling for new product announcements, press release pages  */

.releases {
width: 100%;
/* border: 1px solid #cccccc; */
border: none;
border-collapse: collapse;
margin: 15px 0 35px 0;
}

.releases td:first-child , 
.releases td:first-child + td {
/* border-top: none; */
} 

.releases td {
vertical-align: top;
border-top: 1px solid #cccccc;
border-bottom: 1px solid #cccccc;
padding: 5px;
}

.releases .release_sub { 
font-size: 0.85em;
}

/*********  Product page collapsable table styling   ************/

.partstable {
border-collapse: collapse;
width: 98%;
margin: 10px 0 10px 0;
}

.partstable thead { 
vertical-align: bottom;
border: 1px solid #666666;
background-color: #cccccc;
padding: 10px;
font-size: 11px;
text-align: center;
font-weight: bold;
}

.partstable thead tr:first-child th {
	border-top-style: none;
	border-right-style: none;
	border-right-color: #666666;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #cccccc;
	border-bottom-width: 1px;
	/* display: table-cell;  */
	background-color: #666666;
	padding: 5px;
	margin: 5px;
	font-weight: bold;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: middle;
	color: #ffffff;
}


.partstable thead tr th {
	border-top: none;
	border-right-style: solid;
	border-right-color: #666666;
	border-right-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-bottom-width: 1px;
	border-left: none;
	display: table-cell;
	background-color: #cccccc;
	padding: 5px;
	font-weight: bold;
	text-align: center;
	font-size: 11px;
	vertical-align: bottom;
}

.partstable tbody tr td {
border:1px solid #cccccc;
padding: 5px;
}

.pp_pn_col {
width: 14%;
text-align: center;
}

.pp_desc_col {
width: 28%;
text-align: left;
}

.pp_iec_col {
width: 14%;
text-align: center;
}

.pp_cout_col {
width: 10%;
text-align: center;
}

.pp_mcap_col {
width: 13%;
text-align: center;
}

.pp_ch_col {
text-align: center;
}

.pp_arch_col {
text-align: center;
}

.pp_pkg_col {
text-align: center;
width: 16%;
}




/*********  END OF Product page collapsable table styling   ************/


.partnum_col {
width: 15%;
}

.desc_col {
width: 85%;
}

.releases tr.alt td {
background: #efefef;
}

.releases tr.over td {
background: #99ccff;
}

.releases + h3 {
margin-bottom: 30px;
}

/*  Styling for photoarchives table  */

.photo_table {
width: 100%;
border: none;
border-collapse: collapse;
margin: 15px 0 5px 0;
}

.photo_table td {
vertical-align: top;
border-top: 1px solid #cccccc;
border-bottom: 1px solid #cccccc;
padding: 10px;
}

.anchor_col {
width: 5px;
} 

.thumb_col {
width: 110px;
text-align: center;
font-size: 0.8em;
margin: 0 auto;
}

.photo_table td:first-child + td {
width: 110px;
text-align: center;
font-size: 0.8em;
}

.photo_table td:first-child + td img {
/* float: left; */
clear: both;
margin-bottom: 5px;
}

.hirez_col, .lorez_col {
text-align: center;
font-size: 0.9em;
}

.photo_table + h3 {
margin-bottom: 30px;
}


/* Styling for translation images */

.sc_img {
width: 72px;
height: 18px;
border: none;
vertical-align: middle;
}

.tc_img {
width: 70px;
height: 18px;
border: none;
vertical-align: middle;
}

.j_img {
width: 45px;
height: 18px;
border: none;
vertical-align: middle;
}

.k_img {
width: 48px;
height: 20px;
border: none;
vertical-align: middle;
}

/* Events page styling  */
.event_item {
border: 1px solid #cccccc;
width: 90%;
margin-left: auto;
margin-right: auto;
margin-bottom: 25px;
text-align: left;
}

.event_item tr {
vertical-align: top;
}

.event_item td {
padding: 15px;
}

.event_item ul {
margin-left: 10px;
}

.event_item ul li {
margin: 3px 0 0 15px;
padding: 0;
}

.event_col1 {
width: 240px;
text-align: left;
}

.event_col2 {
text-align: left;
vertical-align: top;
}

.event_item img {
margin-bottom: 6px;
border: none;
}


/*  Styling for recent articles table  */

.articles_table {
width: 100%;
border: none;
border-collapse: collapse;
margin: -5px 0 35px 0;
}

.articles_table td {
vertical-align: top;
border-top: 1px solid #cccccc;
border-bottom: 1px solid #cccccc;
padding: 10px;
text-align: left;
}

.articles_table td:first-child , 
.articles_table td:first-child + td {
border-top: none; 
} 

.articles_table .pub_col {
width: 30%;
text-align: center;
font-size: 0.8em;
}

.articles_table .desc_col {
text-align: left;
font-size: 0.9em;
}

.sitemap-div {
text-align: center;
width: 100%;
margin: 0 auto;
/* border: 1px solid #cc0000;  */
}

.sitemap-newcat {
text-align: left;
/* background-color: #e5e5e5; */
background-color: #ffffff;
padding: 10px 0px 10px 5px;
margin: 30px auto;
width: 90%;
height: auto;
text-decoration: none;
}

.sitemap-newcat .seclabel {
text-align: left;
color: #666666;
/* position: relative;  */
display: block;
/* border: 1px solid #e5e5e5;  */
width: auto;
height: auto;
margin: 5px 0 0 15px;
padding: 1px 5px;
}

.sitemap-newcat.first {
}

.sitemap-newcat .inner-cat {
font-weight: bold;
}

.sitemap-newcat ul {
/* border: 1px solid #cc0000; */
margin: 5px 0 15px 40px;
padding: 0;
}

.sitemap-newcat ul li {
font-weight: normal;
font-size: 1.0em;
list-style-type: none;
}

.sitemap-newcat ul li a {
text-decoration: none;
}

.sitemap-newcat ul li a:hover {
color:#FF0000;
}    

.sitemap-newcat ul li ul {
margin: 10px 0 10px 15px;
}

.sitemap-newcat ul li ul li {
text-decoration: inherit;
font-weight: normal;
font-size: 1.0em;
list-style-type: none;
}

.dist-page {
	height: 400px;
    background-image: url('../images/world-map_525px.jpg');
	background-position: center;
    background-repeat: no-repeat;
}

.esd-test-footnote {
margin: 25px 15px 10px 15px;
font-size: 10px;
display: block;
}



