﻿.smallfont, dfn, fieldset, fieldset td, .copyright
{
	font: 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}

dfn
{
	font-style: italic;
}

input, select, textarea, option, optgroup, td, p, div
{
	font: 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}

textarea, .bginput, iframe
{
	font: 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	color: #00000;
	border: solid 1px #DEE0E2;
}

option, optgroup
{
	font-weight: bold;
	font-size: 11px;
	font-family: tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	color: #DEE0E2;
	background: #10375D;
}


input.bginput
{
	padding: 4px;
}

.button
{
	border: outset 1px #5A7FA7;
	background: #5A7FA7;
	font: bold 11px Tahoma, Arial;
	color: #f4f4f4;
	padding: 2px;
}
.normal
{
	font-weight: normal;
}

dfn
{
	display: block;
}

a:link, a:visited, a:active
{
	color: #000000;
	background: transparent;
}

a:hover, .tcat a:hover, .thead a:hover, .tfoot a:hover
{
	color: #FFFFFF;
	background: #20478D;
}

.darkbg
{
	color: #DEE0E2;
	background: #10375D;
}

.tabs
{
	padding: 3px 0px;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	font: bold 10pt Tahoma, Verdana;
	list-style-type: none;
	text-align: left
}

.tabs li
{
	display: inline;
	margin: 0px
}

.tabs li a
{
	text-decoration: none;
	position: relative;
	z-index: 1;
	padding: 3px 7px;
	margin-right: 3px;
	border: 1px solid #778;
	color: #2d2b2b;
	background: #ffffff url(images/shade.gif) top left repeat-x
}

.tabs li a:visited
{
	color: #2d2b2b;
}

.tabs li a:hover
{
	text-decoration: underline;
	color: #2d2b2b;
}

.tabs li a.selected
{
	position: relative;
	top: 1px;
}

.tabs li a.selected
{
	background-image: url(images/shadeactive.gif);
	border-bottom-color: #ffffff;
}

.tabs li a.selected:hover
{
	text-decoration: none;
}

.tabcontent
{
	border: 1px solid gray;
	width: 750px;
	margin-bottom: 10px;
	padding: 10px
}

.errorbox
{
	width: 695px;
	border: 2px solid gray;
	height: 40px;
}

.erroralt
{
	background: lightyellow;
	font: bold 10pt Tahoma;
	padding: 5px;
	line-height: 30px;
}
