/* CSS Document */
ul#tab {
	list-style: none;
	padding: 0;
	margin: 0;
}

ul#tab li {
	float: left;
	border: 1px solid #ccc;
	border-bottom-width: 0;
	margin: 0;
}

ul#tab a {
	text-decoration: none;
	display: block;
	background: #eee;
	padding: 0.24em 1em;
	color: #999;
	text-align: center;
}

ul#tab a:hover {
	background: #5a8e22;
	color: #ffffff;
}

ul#tab .selected {
	border-color: black;
}

ul#tab .selected a {
	position: relative;
	top: 1px;
	background: white;
	color: #5a8e22;
	font-weight: bold;
}

.content {
	border: 1px solid black;
	clear: both;
	margin:0;
	padding: 0 1em 1em 1em;
}

.navLink {
	text-align:right;
	margin:0;
	padding-top:20px;
}

.navLink a,
.navLink a:active,
.navLink a:link {
	font-size:1.2em;
	font-weight:bold;
	text-decoration: none;
	color: #003366;
}

.navLink a:hover {
	text-decoration: underline;
}

.power {
	display:inline-table;
	width:734px;
}

.power, .power LI, .power P, .power TD, .power INPUT, .power SELECT {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.9em;
}
.power P {
	margin-top:0;
}
.power H1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.4em;
	color:#003366;
	margin-bottom:0;
}
.power H2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	color:#666666;
	margin-bottom:0;
}
.power H3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.1em;
	margin-bottom:0;
}
.power table {
	margin:10px 0 10px 0;
	border:none;
}
.power table th {
	font-weight:bold;
	color:#FFFFFF;
	background-color:#5a8e22;
}

.power a,
.power a:active,
.power a:link {
	text-decoration: underline;
	color: #003366;
}

.power a:hover {
	text-decoration: underline;
	color: #666666;
}

INPUT.narrow {
	width:75px;
}
INPUT.normal {
	width:200px;
}
.error {
	color:#cc0000;
}
