/* Sub-tabs */

.subtabs
{
	float: none;
	clear: both;
	margin: 4px 0px 5px 2px;
	padding: 2px 0px 14px 0px; 
	font-weight: bold;
	background-color: transparent;
	background-color: #cee8d5;
}

.subtabs ul.tabs
{
	float: none;
	clear: both;
	margin: 2px 0px 1px 2px;
	padding: 2px 0px 10px 0px; 
	font-weight: bold;
	background-color: transparent;
	background-color: #cee8d5;
}
.subtabs ul.tabs li
{
    list-style: none;
	display: inline;
	float: left;
	margin: 0px 5px 0px 0px;
	padding: 0px 10px 4px 10px;
}

.subtabs ul.tabs a:link li, .subtabs ul.tabs a:visited li
{
	--background-color: #45668b;
	--color: white;
	background-color: #379063;
	color: #fff;
    text-decoration: none;
    CURSOR: pointer;
	--margin-top: 4px;
	padding-top: 5px;
	--filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#cee8d5, endColorstr=#cceecc); 
}

.subtabs ul.tabs a:hover li
{
	--background-color: #dfe5eb;
	--color: #45668b;
	background-color: #cee8d5;
	color: #34a04f;
    text-decoration: none;
    CURSOR: pointer;
    --margin-top: 4px;
    padding-top: 5px;
    --filter: none;
}

.subtabs ul.tabs li.selected
{
	--background-color: #dfe5eb;
	--color: #1e4572;
	background-color: #f3fff3;
	color: #34604f;
	--margin-top: 4px;
	padding-top: 8px;
	--filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#cee8d5, endColorstr=#ffffff); 
}

.subtabs ul.tabs li.noLink
{
	--margin-top: 4px;
	padding-top: 5px;
	background-color: #gray;
}

/** Main content sections */

.section
{
	border: 1px solid black;
	padding: 20px 10px 30px 10px;
	clear:both;
}

.section label
{
	font-weight: bold;
	width: 200px;
	text-align:right;
	margin-right: 10px;
}

.section span
{	
	display: block;
	padding: 2px 0px 2px 0px;
}

.section .column_left
{
	float:left;
	width:350px;
	--border: 1px solid red;
}

.section .column_right
{
	width:450px;
	--border: 1px solid green;
}
