@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
}
.twoColFixLtHdr #container {
	width: 970px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
} 
.twoColFixLtHdr #header {
	text-align: center;
	background-color: #FFF;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0px;
} 
.DatabaseListingText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000;
}
.TextAreaListingText {
	font-family: "Courier New", Courier, monospace;
	font-size: 9px;
	color: #000;
}
.DatabaseHeading {
	font-size: large;
	color: #FFF;
	font-weight: bold;
}

.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 250px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #F4F2FD; /* Was EBEBEB the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 280px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
	I changed the left margin from 250 to 280 - by adding 30 that should take care of the left and right padding 10 and 20px used in the #sidebar ...pjc  screwed someting up...put back to 250*/
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-variant: normal;
	color: #000;
} 
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#CECEFF; /* Was DDDDDD  */
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	color: #000;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


.InteviewQuestion {
	font-size: 16px;
	font-weight: bold;
	line-height: 25px;
}

.BIOname {
	font-size: 18px;
	font-weight: bold;
}
.BIOtitle {
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	bottom: 5em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.Slogan {
	font-size: smaller;
	font-style: italic;
	font-weight: bold;
}
.DatabaseBodyText {
	font-size: medium;
	color: #FFF;
}
.CompanyNameDatabasePage {
	font-size: xx-large;
	color: #FFF;
}
.SloganDatabasePage {
	font-size: smaller;
	font-style: italic;
	font-weight: bold;
	color: #FFF;
}
.LinksDatabasePage {
	color: #FFF;
	text-decoration: underline;
}

.smalltext {
	font-size: x-small;
	font-style: normal;
	font-weight: bold;
	text-align: right;
}

.smalltextnormalleft {
	font-size: x-small;
	font-style: normal;
	text-align: left;
	color: #000;
}
.SideText {
	font-size: small;
	font-style: normal;
	font-weight: lighter;
}
.whiteheading {
	color: #FFF;
}
worksheet {
}
Worksheet {
	font-size: x-small;
}
.WorksheetText {
	font-size: x-small;
}
th {
	color: #FFF;
	background-color: #039;
}
#RedText {
	color: #F00;
}

/* slider styles */
/*******************************************************************************/

#s3slider {	
		width:839px;
		height:158px;
		position:relative;
		overflow:hidden;		
}

WhiteHeading {
	color: #FFF;
}

#s3sliderContent {
	width:839px;
	height:158px;
	postion: absolute;
	top:0;
	margin-left:0;
}
.s3sliderImage {
	float:left;
	position:relative;
	display:none;
}
.s3sliderImage span {
	position:absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FF0;
	background-color:#000;
	width:837px;
	display:none;
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter:alpha (opacity=70);
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	margin-right: 10px;
	
}

.clear {
		clear:both;	
}


/* overleay styles*/

.top {
	top:0;
	left:0;
	width:839px;
	height:30px;	
}

.bottom {
	bottom:0;
	left:0;
	width:839px;
	height:30px;	
}

.right {
	right:0;
	bottom:0;
	width:220px !important; 
	height:158px !important; ;	
}

.left {
	top:0;
	left:0;
	width:220px !important;
	height:158px;
}
.twoColFixLtHdr #container #header .smalltextC {
	font-size: xx-small;
	background-color: #FFF;
	text-align: center;
}

.twoColFixLtHdr #container #header p {
	font-size: x-small;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
}
#capsandresistors {
	width: 700px;
}
.twoColFixLtHdr #container #sidebar1 #sidebarTips {
	font-size: xx-small;
	color: #339;
	list-style-type: upper-alpha;
}
.twoColFixLtHdr #container #mainContent table tbody tr td textarea {
	font-size: medium;
}

td #searchcategory {
	font-size: x-small;
	font-weight: bold;
	color: #00F;
}
#grayout {
	font-size: x-small;
	font-weight: bold;
	color: #000;
}
.grayout {
	font-size: xx-small;
	font-weight: normal;
	color: #333;
}
.twoColFixLtHdr #container #mainContent table tr td #SampleListCode #samplecode tr td {
	font-size: xx-small;
	font-variant: small-caps;
	color: #000;
}
.newtable {
	background-color: #339;
	color: #000;
	height:50px;
}
.row1 {
	background-color: #FFC
	height:40px;
	color: #000;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;	
}
.shortrow1 {
	font-size: small;
	background-color: #FFF;
	height:17px;
	color: #000;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #F00;
	border-right-color: #F00;
	border-bottom-color: #F00;
	border-left-color: #F00;
}
.shortrow2 a:link{
	color:#FFFFFF;
}


}
.shortrow2 a:visited{
	color:#EEEEEE;
}
}
.shortrow2 a:hover{
	color:#ffff00
}

.row2 {
	background-color:  #CCC;
	height:40px;
	color: #000;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;	
}

.shortrow2 {
	font-size: small;
	background-color: #039;
	height:17px;
	color: #FFF;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;	
}
.rowcolor {
	background-color: #339;
	font-size: 12px;
	color: #FFF;
	
}
.rowcolorY {
	background-color: #339;
	font-size: 12px;
	color: #FF3
}

}
.SearchSummaryG {
	background-color: #339;
	font-size: 12px;
	color: #339
}

.headcolor {	
	color: #000;
	background-color: #999;
	font-size: 8px;
}

.DatabaseSubHeading {
	background-color: #CCC;
	font-size: x-small;
	color: #CFF;
	padding-right: 3px;
	padding-left: 3px;
}

.tablenotes {
	font-size: small;
	font-style: normal;
	font-weight: normal;
	text-align: left;
}

.FlashRedSmall {
	font-size: small;
	color: #F00;
	text-decoration: blink;
}

.AboutPCC {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #33C;
}

.CompanyText {
	padding-right: 2px;
	padding-left: 2px;
	font-size: medium;
	color: #000;
}

.yellowhead{
	color: #FF3;
	font-size: medium;
	text-align: center;
}
.redtext{
	color: #F00;
	font-size: medium;
}
.weblink {
	font-family: Verdana, Geneva, sans-serif;
	font-size: medium;
}

.log{
	border:1px solid red;
	font-size:12px;
	margin-bottom:3px !important;
	padding:5px;
	max-width:100%;
	overflow-x:hidden;
}

.log pre{
	margin-bottom:0px;
}