﻿*
{
	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.jpg);
	background-repeat: no-repeat;
	height: 100px;
	width: 133px;
	float: left;
}

#header #center
{
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 100px;
	width: 420px;
	float: left;
}

#header #right
{
	background-image: url(../images/header2.jpg);
	background-repeat: no-repeat;
	height: 100px;
	width: 75px;
	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;
}

.circuit
{
}

.circuit tr
{
	white-space: nowrap;
}

.circuit tr td
{
	white-space: nowrap;
}
.startTerminalSingle
{
	width: 35px;
	height: 35px;
}

.endTerminalSingle
{
	width: 35px;
	height: 35px;
}

.startTerminalDouble
{
	width: 35px;
	height: 70px;
}

.endTerminalDouble
{
	width: 35px;
	height: 70px;
}

.startTerminalMulti
{
	width: 35px;
	height: 35px;
}

.endTerminalMulti
{
	width: 35px;
	height: 35px;
}

.cornerTopLeft
{
	width: 35px;
	height: 35px;
}

.cornerTopRight
{
	width: 35px;
	height: 35px;
}

.cornerBottomLeft
{
	width: 35px;
	height: 35px;
}

.cornerBottomRight
{
	width: 35px;
	height: 35px;
}

.verticalConnectorLeft
{
	width: 35px;
	height: 35px;
}

.verticalConnectorRight
{
	width: 35px;
	height: 35px;
}

.empty
{
	width: 35px;
	height: 35px;
}

.line
{
	width: 35px;
	height: 35px;
}

.led
{
	width: 35px;
	height: 35px;
}

.resistor
{
	width: 35px;
	height: 35px;
	font-size: 9px;
}

.errorDialog
{
	background-color: #FFF;
	border: solid 1px black;
	width: 400px;
	height: 75px;
	text-align: center;
}

.errorDialog .header
{
	background-color: #000;
	color: #FFF;
	font-weight: bold;
	height: 15px;
	text-align: left;
	margin-bottom: 5px;
}

.errorDialogBG
{
	background-color: #7488A3;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.helpTable
{
	border-collapse: collapse;
	margin: 5px;
}

.helpTable tr td
{
	border: solid 1px black;
	padding: 2px;
}

#languagebar
{
	padding: 5px;
	text-align: right;
}

#languagebar a img
{
	border: 0px;
	width: 16px;
	height: 11px;
}
.hide
{
	display: none;
}
