﻿*
{
	margin: 0;
	padding: 0;
}

a:hover
{
	text-decoration: none;
}

a img
{
	border: 0;
}

a
{
	color: #5B5B5B;
}

body
{
	background-color: #C1C1C1;
	font: normal 11px Arial, Helvetica, sans-serif;
	line-height: 14px;
	color: #2D2D2D;
}

#main
{
	width: 650px;
	margin: auto;
	border: solid 1px black;
	background-color: #FFF;
}

#header
{
	background-color: #000000;
	height: 100px;
}

#header #left
{
	background-image: url(../images/header_left.jpg);
	background-repeat: no-repeat;
	height: 100px;
	width: 135px;
	float: left;
}

#header #center
{
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 100px;
	width: 322px;
	float: left;
	padding-left: 50px;
}

#header #right
{
	background-image: url(../images/header_right.jpg);
	background-repeat: no-repeat;
	height: 100px;
	width: 62px;
	float: right;
}

#footer
{
	height: 20px;
	text-align: center;
	background-color: #000;
	color: White;
	line-height: 20px;
	font-size: 10px;
}

input, textarea, select
{
	font: normal 11px Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

#resistor
{
	position: relative;
	width: 145px;
	height: 44px;
	z-index: 3;
	background: transparent url(../images/resistor.png) no-repeat top left;
}

.band
{
	position: absolute;
	width: 8px;
	height: 33px;
	top: 4px;
	cursor: pointer;
}

#band1
{
	left: 45px;
	background: transparent;
}

#band2
{
	left: 55px;
	background: transparent;
}

#band3
{
	left: 65px;
	background: transparent;
}

#band4
{
	left: 75px;
	background: transparent;
}

#band5
{
	left: 90px;
	background: transparent;
}

.bandHover
{
	border: solid 1px #999999;
}

.colorPicker
{
	width: 100px;
	background-color: #FFF;
	border: solid 1px #999999;
	z-index: 100;
	padding: 5px;
}

.colorPickerTitle
{
	font-weight: bold;
	text-align: center;
	background-color: #c1c1c1;
	padding: 3px;
	margin: 2px;
}

.colorPickerItem
{
	padding: 2px;
	border: solid 1px Transparent;
	background-color: Transparent;
	cursor: pointer;
	text-transform: capitalize;
}

.colorPickerItemSelected
{
	border: solid 1px #999999;
	background-color: #E6E6E6;
}

.colorBox
{
	width: 12px;
	height: 12px;
	float: left;
	margin-right: 5px;
	border: solid 1px #999999;
}

.textBoxWrapper
{
	margin: 0px;
	padding: 5px;
	padding-top: 20px;
	width: 140px;
	height: 45px;
	background-image: url(../images/textbox.jpg);
	background-position: center;
	background-repeat: no-repeat;
	border: solid 0px red;
}

.resultText
{
	padding: 0px;
	margin: 0px;
	border: solid 0px black;
	width: 140px;		
	height: 40px;
	font-size: 14pt;
	font-family: Arial Black;
	text-align: center;
	background-color: Transparent;	
}
