﻿.ucWrapper
{
	width: 100%;
}

.ucControlDiv
{
	width: 97%;
	margin-top: 5px; 
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 10px;
	text-align: left;
	line-height: 18px;
}

.genTabWrapper
{
	border: 1px solid #999;
	clear: both;
	float: left; 
	width: 673px;
	height: 100%;
	background: #fff;
	margin-left: 0px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    -opera-border-radius: 5px;
}

.genTab_container 
{
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	clear: both;
	float: left; 
	width: 673px;
	background: #fff;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    -opera-border-radius: 5px;
}

.genTab_content 
{
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0;
	padding-left: 0;
	font-size: 9pt;
	float: left;
}

ul.genTabs 
{
	margin-left: 1px;
	margin-top: 2px;
	margin-bottom: 0px;
	margin-right: 1px;
	padding: 0;
	float: left;
	list-style: none;
	height: 25px; /*--Set height of tabs--*/
	width: 673px;
}

ul.genTabs li 
{
	float: left;
	margin-left: 1.5px;
	padding: 0;
	height: 24px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 24px; /*--Vertically aligns the text within the tab--*/
	width: 133px;
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    -opera-border-radius: 3px;
}

ul.genTabs li a 
{
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	font-size: 9pt;
	text-align: center;
	outline: none;
	font: Trebuchet MS,Arial,sans-serif;
}
html ul.genTabs li.active, html ul.genTabs li.active  /*--Makes sure that the active tab does not listen to the hover properties--*/
{ 
	/*color: #FF0000;
	border-bottom: 1px solid #000;*/ /*--Makes the active tab look like it's connected with its content--*/
	
	background-color: #FFFFFF !important;
    font-weight: bold;
    /*height: 22px;
    width: 131px;*/
}
html ul.genTabs li.active a, html ul.genTabs li.active a  /*--Makes sure that the active tab does not listen to the hover properties--*/
{ 
    color: #000000 !important;
}
ul.genTtabs li a:hover 
{
	color: #FF0000;
}
.fieldName
{
	
	height: 15px;
	vertical-align: middle;
	text-align: left;
	/*width: 176px;
    font-size: 9pt;*/
	padding-left: 10px;
	
	width: 175px;
	border-left: 1px dotted #999999;
	font-weight:bold;
	font-size: 8pt;
}

.fieldValueShort
{
	width: 200px;
	height: 15px;
	vertical-align: middle;
	text-align: left;
	font-size: 9pt;
}

.fieldValueLong
{
	width: 587px;
	height: 15px;
	vertical-align: middle;
	text-align: left;
	font-size: 9pt;
}
