/* CSS Document */

#tab-area {
	padding: 0px;
	border: 0px solid #000000;
	width: 750px;
	max-width: 750px;
	margin-left: auto;
	margin-right: auto;

}

#tab-content {
	padding: 15px;
	color: #000000;
	background: #FFFFFF;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size: 14px;
	text-align: left;
}
#tab-content table {
	border-collapse: separate; 
	border-spacing: 3px;
}
#tab-content td {
	padding: 3px;
}
#tab-content th {
	padding: 3px;
	font-weight: bold;
}
#tab-content fieldset {
	border: 2px groove #999999;
	padding: 5px;
	margin: 5px;
}
#tab-content legend {
	border: 0px solid #000000;
}

#tab-content a, a:link, a:visited {
	color: #000000;
}
#tab-content a:active, a:hover, a:focus {
	color: #FFFFFF;
	background-color: #727f90;
/*
	background-color: #727f90;
*/
}

.tab-intro {
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size: 14px;
	text-align: left;
	font-weight: bold;
	padding-bottom: 5px;
}
.form-std {
	background-color:#FFFFFF;
	color:#000000;
}
.form-req {
	background-color:#FFFFFF;
	color:#000000;
}
.form-opt { /* using KISCL .optional values */
	background-color:#CCCCCC;
	color:#00248F;
}
.form-err {
	background-color:#FF0000;
	color:#000000;
}
.button-std {
/*
	background-color:#C3C0F7;
	background-color:#80C5E4;
*/
	background-color:#034E65;
	color:#FFFFFF;
}

#tabmenu {
	color: #000000;
	/* border-bottom: 1px solid black; */
	margin: 12px 0px 0px 0px; /* places the whole tab structure */
	padding: 0px;
	/* padding-left: 10px; */ /* shift the first tab */
	list-style-type: none; 
	text-align:center;
	}
	
#tabmenu li {
	display: inline;
	padding: 0px;
	overflow: hidden;
	}

#tabmenu a {
	color: #000000;
	background: #FFFFFF;
/*
	background: #C3C0F7;
*/
	font: bold 1em "Trebuchet MS", Arial, sans-serif;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	padding: 2px 5px 0px 5px;
	margin: 0;
	text-decoration: none; 
	}

#tabmenu a.tab_on {
	background: #FFFFFF;
	border-bottom: 3px solid #FFFFFF;
/*
	background: #C3C0F7;
	border-bottom: 3px solid #C3C0F7;
*/
	}
#tabmenu a.tab_on:hover {
	color: #000000;
	background: #FFFFFF;
	border-bottom: 3px solid #FFFFFF;
	}

#tabmenu a.tab_off {
	background: #CCCCCC;
	border-bottom: 1px solid black;
	}
#tabmenu a.tab_off:hover {
	color: #FFFFFF;
	background: #CCCCCC;
	border-bottom: 1px solid black;
/*
	background: #727f90;
*/
	}
