@charset "utf-8";
/* css document */

body
{
	background-image: url('../../images/center/logoback.jpg');
	background-repeat: repeat-x;
	
	margin: 0px;

	font: 11px/16px Tahoma, Geneva, sans-serif;	
}

div
{
	margin-left: auto;
	margin-right: auto;	
}

div.help
{
	display: none;
	position: absolute;
	background-color: white;
	border: 1px dotted #d2d2d2;
	margin-top: -1px;
	width: 208px;
	padding: 6px;
}

div#back
{
	float: left;
}

div#next
{
	float: right;
}

div#logosmall
{
	margin-top: 20px;
	text-align: center;
}

h1
{
	font-size: 14px;
	color: black;
	border-bottom: 1px solid black;
}

h2
{
	font-size: 14px;
	color: #f58120;
	border-bottom: 1px solid #f58120;
}

h3
{
	font-size: 12px;
	/*
	color: #ee3d1a;
	border-bottom: 1px solid #ee3d1a;
	*/
	color: black;
	border-bottom: 1px solid black;
}

h4
{
	font-size: 12px;
	color: #ee3d1a;
}

em
{
	color: gray;
	font-weight: normal;
}

table#next
{
	margin-left: auto;
	margin-right: 0;
}

label#next
{
	font-weight: bold;
	text-align: right;
}

input[type="text"],
input[type="image"],
input[type="submit"],
input[type="password"],
select
{
	font-family: Tahoma;
	font-weight: normal;
	font-size: 11px;
	vertical-align: middle;
}

img
{
	border: 0px;
}

img#vertical
{
	vertical-align: middle;
}

img.vertical
{
	vertical-align: middle;
}

img#right
{
	padding: 5px;
	float: right;
}

/* css; head */
div.head {
	width: 960px;
	height: 208px;
}

div#logo {
	float: left;
}

div#menu {
	float: right;
	margin-top: 35px;
}

/* css; wrapper */
div.wrapper {
	width: 940px;
}

div.wrapper
a,
a:visited,
a:active
{
	text-decoration: underline;
	color: #f78022;
}

div.wrapper
a:hover
{
	text-decoration: none;
	color: #f78022;
}

div.content {
	padding: 0px;
}

div.side {
	border-left: 1px dotted #d2d2d2;
	float: right;
	padding: 10px;

	margin-left: 20px;
	width: 220px;
}

div.side
a,
a:visited,
a:active
{
	text-decoration: underline;
	color: #f78022;
}

div.side
a:hover
{
	text-decoration: none;
	color: #f78022;
}

/* css; table */
.table
{
	border-collapse: collapse;
	width: 100%;
}

.table th
{
	padding-top: 10px;
	font-style: italic;
	font-size: 12px;
	text-align: left;
	color: black;
	border-bottom: 1px solid black;
}

.table td
{
	padding: 6px;
	border-bottom: 1px dotted #d2d2d2;
}

.table #left
{
	text-align: left;
}

.table #right
{
	text-align: right;
}

.table #background
{
	background-image: url('../../images/center/tableback.png');
	background-repeat: repeat-y;
}

.table #text
{
	font-size: 12px;
}

.table #selected
{
	text-align: left;
	padding-left: 15px;
	font-weight: bold;
	background-image: url('../../images/center/selected.png');
}

.table #center
{
	text-align: center;
}

.table #option
{
	background-image: url('../../images/center/option.png');
	text-align: right;
	font-weight: bold;
	width: 225px;
	border-bottom: 1px dotted #d2d2d2;
	border-right: 1px solid #d2d2d2;
}

.table #cat
{
	background-image: url('../../images/center/cat.png');
	font-size: 12px;
	font-weight: bold;
	color: #F04723;
	border-bottom: 1px solid #d2d2d2;
}

.table #subcat
{
	border-bottom: 1px solid #d2d2d2;
}

/* css; foot */
div#documents {
	text-align: center;
	font-size: 11px;
	padding: 2px;
	margin-top: 50px;
}

div#logos {
	text-align: center;
	padding: 5px;
	margin-top: 15px;
}

div#copyright {
	text-align: center;
	font-size: 10px;
	padding: 2px;
	color: #666666;
}

div.greenfan
{
	text-align: right;
	height: 43px;
	width: 100%;
}