@charset "utf-8";
/* CSS Document */


body  {
	background: #e5e5e5;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Tahoma, sans-serif;
	font-size: .8em;
}

p {

}
.ledRainbow_Firmware {
}




A {
	text-decoration: none;
}

a:link {color: #0000ff; font-weight: normal; }
a:visited {color: #0000ff; font-weight: normal; }
a:hover {color: #0000ff; font-weight: bold; }
a:active {color: #0000ff; }
h1 {
	font-size: 2em;
	margin-bottom: 0px;
	text-align: center;
	margin-top: 0px;
}

h2 {
	font-size: 1.6em;
	margin-bottom: 0px;
	margin-top: 0px;
	text-align: center;
}





h3 {
	font-size: 1.4em;
	border-bottom-width: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
}
h4 {
	font-size: 1.2em;
	margin-bottom: 0px;
	margin-top: 0px;
	text-align: center;
}

.ledfXSourceTitle {
	background: #6FF;
	font-weight: bold;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	border-top: 2px solid #999;
	border-right: 2px solid #999;
	border-left: 2px solid #999;
	border-bottom-color: #999;
	font-size: 1.3em;
}
.ledfXSourceTitle2 {
	background: #6FF;
	font-weight: bold;
	text-align: center;
	font-size: 0.9em;
	padding-top: 4px;
	padding-bottom: 6px;
	border-top: 2px #999;
	border-right: 2px #999;
	border-bottom: 1px solid #999;
	border-left: 2px #999;
}
.ledfXSourceTitle2Col1 {
	background: #6FF;
	font-weight: bold;
	text-align: center;
	font-size: 0.9em;
	padding-top: 4px;
	padding-bottom: 6px;
	border-bottom: 1px solid #999;
	border-left: 2px solid #999;
}
.ledfXSourceTitle2Col2 {
	background: #6FF;
	font-weight: bold;
	text-align: center;
	font-size: 0.9em;
	padding-top: 4px;
	padding-bottom: 6px;
	border-bottom: 1px solid #999;
}
.ledfXSourceTitle2Col3 {
	background: #6FF;
	font-weight: bold;
	text-align: center;
	font-size: 0.9em;
	padding-top: 4px;
	padding-bottom: 6px;
	border-right: 2px solid #999;
	border-bottom: 1px solid #999;
}

.ledfXSourceCol1 {
	border-left: 2px solid #999;
	border-bottom: 2px solid #999;
	padding-left: 4px;
	vertical-align: top;
	padding-bottom: 0px;
}
.ledfXSourceCol2 {
	border-bottom: 2px solid #999;
	text-align: center;
	vertical-align: top;
	padding-bottom: 0px;

}
.ledfXSourceCol3 {
	border-right: 2px solid #999;
	border-bottom: 2px solid #999;
	padding-right: 5px;
	padding-left: 5px;
	vertical-align: top;
	padding-bottom: 0px;
}
#container #mainContentOneColumn table tbody tr p {
	padding-bottom: 0px;
	margin-bottom: 0px;
}


#header  {
	height: 95px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background: url(../_images/logo.gif) no-repeat center 5px;
} 
#headerFlushRight {
	text-align: right;
	padding-right: 6px;
}




#container  {
	width: 989px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #999;
	text-align: left;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
#sidebarContainer  {
	float: right; /* since this element is floated, a width must be given */
	width: 212px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px 4px 4px;
}
#mainContentOneColumn  {
	margin: 0 0 0 0; /* the right margin on this div element creates the column down the right 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. */
	padding: 0 5px;
	text-align: justify;
} 
#mainContentTwoColumn {
	margin: 0 225px 0 0; /* the right margin on this div element creates the column down the right 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. */
	padding: 0 5px;
	text-align: justify;
}
#menuposition {
	height: 25px;
	margin-right: auto;
	margin-left: auto;
}


#topOfPageSpace {
	border: 1px none #000000;
	text-align: left;
	height: 5px;
}

.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;
}
.floatRight { /* 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: 10px;
}
.floatLeft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 10px;
}
.centerItem {
	text-align: center;
}


.bannerHamfestTitle {
	background: #ffcccc;
	margin-right: auto;
	margin-left: auto;
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px #999;
	border-left: 1px solid #999;
	padding-top: 10px;
	padding-bottom: 10px;
}
.bannerHamfestBody1 {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	border-top: 1px #000;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	padding-top: 6px;
	padding-bottom: 6px;
	font-size: .9em;
}
.bannerHamfestBody2 {
	margin-right: auto;
	margin-left: auto;
	font-size: .8em;
	text-align: left;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	padding: 4px;
}
.bannerGarageSaleTitle {
	background: #FF0;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	height: 141px;
	padding-top: 12px;
	font-size: 1.3em;
}
.bannerGarageSaleBody1 {
	margin-right: auto;
	margin-left: auto;
	font-size: 1.3em;
	text-align: center;
	border-top: 1px #000;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	padding-top: 6px;
	padding-bottom: 6px;
	background: #FF0;
	font-weight: bold;
}
.bannerGarageSaleBody2 {
	margin-right: auto;
	margin-left: auto;
	font-size: .8em;
	text-align: center;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	padding: 4px;
}
.bannerUpdatesTitle {
	background: #008452;
	margin-right: auto;
	margin-left: auto;
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px #999;
	border-left: 1px solid #999;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #66FF33;
}
.bannerUpdatesBody {
	margin-right: auto;
	margin-left: auto;
	font-size: .8em;
	text-align: left;
	border-top: 1px #000;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	padding: 6px 4px;
}

.bannerUpdatesFooter {
	margin-right: auto;
	margin-left: auto;
	font-size: .9em;
	text-align: center;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	padding: 4px;
	color: #66FF33;
	background: #008452;
}
.bannerUpdatesTable {
	vertical-align: top;
	padding-bottom: 3px;
}


.bannerSpacer {
	height: 12px;
}
.productMenu {
	text-align: center;
	border-top: 1px solid #999;
	padding-top: 11px;
	padding-bottom: 5px;
}
.ledBeamOrderingOptions {
	margin-right: auto;
	margin-left: auto;

}
.ledBeamOrderingOptionsImage {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	vertical-align: bottom;
}
.ledBeamOrderingOptionsText {
	text-align: center;
	vertical-align: top;
}
.tableTextLeftJustified {
	text-align: left;
}
.redText {
	color: #F00;
}
.greenText {
	color: #0F0;
}
.blueText {
	color: #00F;
}
.ledRainbowContainer {
	border-top: 2px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 2px solid #999;
}
.ledRainbowContainerTableHeader {
	font-weight: bold;
	background: #ffcccc;
	text-align: center;
	vertical-align: middle;
	padding-top: 22px;
	padding-bottom: 22px;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
}
.ledRainbowContainerTableHeader2a {
	font-size: 1em;
	font-weight: bold;
	background: #ffcccc;
	text-align: center;
	vertical-align: middle;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
}
.ledRainbowContainerTableHeader2b {
	font-size: 1em;
	font-weight: bold;
	background: #ffcccc;
	text-align: center;
	vertical-align: middle;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
}
.ledRainbowContainerTableHeader2c {
	font-size: 1em;
	font-weight: bold;
	background: #ffcccc;
	text-align: center;
	vertical-align: middle;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
}
.ledRainbowContainerTableHeader2d {
	font-size: 1em;
	font-weight: bold;
	background: #ffcccc;
	text-align: center;
	vertical-align: middle;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
}



.ledRainbowContainerTableData1 {
	text-align: center;
	vertical-align: top;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
}
.ledRainbowContainerTableData2 {
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	padding-right: 9px;
	padding-left: 9px;
}
.ledModelTableFrame {
	text-align: center;
	border-top: 2px solid #999;
	border-right: 1px solid #999;
	border-bottom: 2px solid #999;
	border-left: 2px solid #999;
}

.ledModels {
	text-align: center;
	vertical-align: middle;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}
.ledModelsTitle {
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	background: #ffcccc;
}
.ledModelsTitleHeader {
	text-align: center;
	vertical-align: middle;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}
.forceLeft {
	text-align: left;
}
.droppingResistorCalculatorCalculationAreaLeft {
	height: 20px;
	text-align: right;
	padding-top: 14px;
}
.droppingResistorCalculatorCalculationAreaRight {
	height: 20px;
	text-align: left;
	padding-top: 14px;
	font-weight: bold;
}
.droppingResistorCalculatorDividingLine {
	border-left: 1px solid #00f;
}
.resistorReferenceTable {
	border-bottom: 1px solid #999;
}
.resistorReferenceTableHeaderLeft {
	border-top: 2px solid #999;
	border-left: 2px solid #999;
	border-bottom: 2px solid #999;
}
.resistorReferenceTableHeaderRight {
	border-top: 2px solid #999;
	border-right: 2px solid #999;
	border-bottom: 2px solid #999;
	text-align: center;
}
.resistorReferenceTableHeaderTitleLeft {
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 2px solid #999;
	text-align: center;
	border-left: 2px solid #999;
	background: #ffcccc;
}
.resistorReferenceTableHeaderTitleTopCenter {
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	text-align: center;
	background: #ffcccc;
}
.resistorReferenceTableHeaderTitleTopRight {
	border-top: 1px solid #999;
	border-right: 2px solid #999;
	border-bottom: 1px solid #999;
	text-align: center;
	background: #ffcccc;
}
.resistorReferenceTableHeaderTitleLowerCenter {
	border-right: 1px solid #999;
	border-bottom: 2px solid #999;
	text-align: center;
	background: #ffcccc;
}
.resistorReferenceTableHeaderTitleLowerRightMid {
	border-right: 1px solid #999;
	border-bottom: 2px solid #999;
	text-align: center;
	background: #ffcccc;
}
.resistorReferenceTableHeaderTitleLowerRight {
	border-bottom: 2px solid #999;
	text-align: center;
	border-right: 2px solid #999;
	background: #ffcccc;
}
.resistorReferenceTableDataLeft {
	border-bottom: 1px solid #999;
	text-align: center;
	border-right: 1px solid #999;
	border-left: 2px solid #999;
}
.resistorReferenceTableDataMiddle {
	border-bottom: 1px solid #999;
	text-align: center;
	border-right: 1px solid #999;
}
.resistorReferenceTableDataRight {
	border-bottom: 1px solid #999;
	text-align: center;
	border-right: 2px solid #999;
}
.hobbyCNCtable {
	border: 1px solid #999;
}
.hobbyCNCtableNextPreviousButtons {
	border: 1px solid #999;
	background: #CCC;
	text-align: center;
}
.contactUsForm {
	text-align: center;
	border: 1px solid #999;
	background: #ffcccc;
}
.contactUsFormFieldCenterContents {
	text-align: center;
	vertical-align: middle;
}
.contactUsFormFieldTitle {
	text-align: right;
}
.contactUsFormFieldTitle1 {
	text-align: right;
	vertical-align: middle;
}
.contactUsFormFieldTitle2 {
	text-align: left;
	vertical-align: middle;
}


.contactUsFormFieldData {
	text-align: left;
}
.contactUsFormFieldDataSecurityPhrase {
	text-align: left;
	font-weight: bold;
	font-size: 1.5em;
	font-style: italic;
}
.GarageSaleTable {
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	border-left: 1px solid #999;
}
.GarageSaleTableHeaderLeft {
	font-size: 1em;
	font-weight: bold;
	background: #ffcccc;
	text-align: center;
	border-top: #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: #999;
}
.GarageSaleTableHeaderCenter {
	font-size: 1em;
	font-weight: bold;
	background: #ffcccc;
	text-align: center;
	border-top: #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: #999;
}
.GarageSaleTableHeaderRight {
	font-size: 1em;
	font-weight: bold;
	background: #ffcccc;
	text-align: center;
	border-top: #999;
	border-right: #999;
	border-bottom: 1px solid #999;
	border-left: #999;
}


.GarageSaleTableDateListed {
	font-weight: bold;
	text-align: center;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}
.GarageSaleTableDescription {
	text-align: justify;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	padding: 10px;
}
.GarageSaleTablePrice {
	text-align: center;
	border-bottom: 1px solid #999;
	font-weight: bold;
}
.tableCenter {
	margin-left: auto;
	margin-right: auto;
}
.LinksSectionTitle {
	font-size: 1.2em;
	font-weight: bold;
	background: #FF9;
	height: 2em;
	text-indent: 10px;
}
.LinksSectionLinkToSite {
	padding-left: 15px;
}
.eventsMenuSelector {
	border-top: 2px solid #969;
	border-bottom: 2px solid #969;
	font-weight: bold;
	padding: 10px;
	text-align: center;

}
.bannerUpdatesTitle2 {
	margin-right: auto;
	margin-left: auto;
	font-size: 1em;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 5px;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	border-left: 1px solid #999;
}
.divCenter {
	text-align: center;
}
img {
	border-style: none;
}
.centerHeading {
	font-weight: bold;
	text-align: center;
	vertical-align: top;
	background: #FF9;
}
.ledModuleTableImage {
	text-align: center;
	vertical-align: bottom;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	border-left: 1px solid #999;
}
.ledModuleTableData {
	vertical-align: top;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	padding-right: 5px;
	padding-left: 5px;
}
.ledModulesTitle {
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	background: #ffcccc;
	vertical-align: bottom;
	text-align: center;
}
.ledModulesTitleWithTop {
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	background: #ffcccc;
	vertical-align: bottom;
	border-top: 1px solid #999;
	text-align: center;
}

.ledModulesTitleNoBottom {
	border-right: 1px solid #999;
	background: #ffcccc;
	vertical-align: middle;
	text-align: center;
}


.ledModulesTitleRight {
	border-bottom: 1px solid #999;
	background: #ffcccc;
	border-right: 1px solid #999;
	vertical-align: middle;
	text-align: center;
}
.ledModulesTableFrame {
	text-align: center;
}
.ledModulesTitleHeader {
	text-align: center;
	vertical-align: middle;
	border: 1px solid #999;
	background: #ffcccc;
}
.ledModulesTitleLeft {
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	background: #ffcccc;
	border-left: 1px solid #999;
	vertical-align: middle;
	text-align: center;
}
.ledModules {
	text-align: center;
	vertical-align: middle;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}
.ledModulesLeft {
	text-align: center;
	vertical-align: middle;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
}
.alignTextLeft {
	text-align: left;
	vertical-align: top;
}
.alignTextJustify {
	text-align: justify;
	vertical-align: top;
}
.ledModulesHeaderLeft {
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	vertical-align: middle;
	text-align: center;
}
.ledModulesHeaderRight {
	border-bottom: 1px solid #999;
	vertical-align: middle;
	border-right: 1px solid #999;
	text-align: center;
}
.ledModulesHeaderCenter {
	border-bottom: 1px solid #999;
	vertical-align: middle;
}
.specialUpdate {
	background: #FF9;
	border-width: 0px;
	border-style: none;
	margin: 10px;
	padding: 10px;
}
.hamBoothCompany {
	text-align: center;
	vertical-align: middle;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}
.hamventionTitle {
	border-right: 1px solid #999;
	border-bottom: none;
	background: #ffcccc;
	vertical-align: middle;
	text-align: center;
	font-size: 2em;
}
.hamventionTitle1 {
	border-right: 1px solid #999;
	background: #ffcccc;
	vertical-align: top;
	text-align: center;
	font-size: 1.5em;
}
.hamventionTitle2 {
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	background: #ffcccc;
	vertical-align: top;
	text-align: center;
	font-size: 1.2em;
}

.hamvention {
	text-align: center;
	vertical-align: middle;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}
.hamvention1 {
	text-align: center;
	vertical-align: middle;
	border-right: none;
	border-bottom: 1px solid #999;
}

.hamventionBold {
	text-align: center;
	vertical-align: middle;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	font-weight: bold;
	background: #FF9;
}
.hamventionSalesAreas {
	vertical-align: top;
	text-align: center;
	font-size: 2em;
	border: thin dotted #0C9;
	background: #CFC;
}

.hamventionPreviousYears {
	vertical-align: top;
	text-align: center;
	font-size: 2em;
	font-weight: bold;
	border: thin dotted #9999ff;
	background: #FFFF99;
	margin: 8px;
	padding: 8px;
	color: #666;
}


.hamventionPreviousYearsText {
	vertical-align: top;
	text-align: center;
	font-size: .7em;
}

.hamventionPDA00 {
	text-align: center;
}

.hamventionPDA01 {
text-align: justify;
	vertical-align: middle;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	padding-right: 8px;
	padding-left: 8px;
	border-left: 1px solid #999;
}
.hamventionPDA02 {
	text-align: right;
	vertical-align: middle;
	border-bottom: 1px solid #999;
	padding-right: 8px;
	padding-left: 8px;
	font-weight: bold;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
}
.hamventionPDA03 {
	text-align: center;
	vertical-align: middle;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	padding-right: 8px;
	padding-left: 8px;
	font-weight: bold;
}
.hamventionPDA04 {
	text-align: center;
	font-size: 1.8em;
	font-weight: bold;
	background: #FF9;
	border: 1px solid #999;
}
.referrals1 {
	text-align: left;
	font-size: .9em;
	font-weight: bold;
	background: #FF9;
	font-family: Tahoma, verdana, Arial, sans-serif, "Trebuchet MS";
	font-style: normal;
}
.referrals2 {
	text-align: justify;
	font-size: .8em;
	font-weight: normal;
	background: #FFF;
	font-family: Tahoma, verdana, Arial, sans-serif, "Trebuchet MS";
	font-style: italic;
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #999;
	border-left: none;
	padding-bottom: 15px;
}
.howtocontact {
	background: #FF9;
	border: thin dashed #36F;
	margin: 22px;
	text-align: left;
	padding: 8px;
}
