﻿/* form classes */
div.FieldSection 
{
	
}


div.FieldRow
{	
	margin-bottom: 4px;
	clear:left;
}

.FieldRow label.FL
{				
	display:block; 		
	text-align:left; 
	padding-top:4px; 	
	padding-right:10px;	
	
}

.FieldRow h3.FL
{
	display:block; 		
	float:left;
	padding-top:4px; 	
	padding-right:10px;	
	width: 150px;
	text-align: right;
	font-weight: bold;
}

/* menu and formviews are overlapping in some pages. added a margin to fix it (Amir)*/
.FVExtraMargin
{
	margin-left:50px;
}

.Comments
{
	Width:250px;
}

.Right
{
    float:right;   
}
.Left
{
	float:left;
}
.Clear
{
	clear:both;
}

.BarCode div.Label
{
	width:100px;
	float:left;	
}

.BarCode div
{
	padding:3px;
}

.BarcodeImage
{	
	clear:both;
}

.BarCode input
{
	margin:0px;
}

.BarCode SecCol
{
	float:left;
	width:200px;	
}

.PartnerTestResult label
{
    display: block;
    width: 100px;
    text-align: right;
    float: left;
    padding-right: 5px;
    clear: left;
}
.PartnerTestResult .TextBox
{
    float: left;
    width: 120px;
}
.PartnerTestResult .FISTextBox
{
    float: left;
    width: 30px;
}
.PartnerTestResult .FISDDL
{
    float: left;
    width: 80px;
    margin-left: 2px;
}
.PartnerTestResult hr
{
 margin-top: 15px;
 margin-bottom: 10px; 
 height: 2px;
 background-color: Black;
 color: Black;  
}
.PartnerTestResult .SectionSpacer
{
    height: 10px;
}
.PartnerTestResult .ErrorText
{
    color: Red;
    font-weight: bold;
}
.PartnerTestResult .SuccessText
{
    color: Green;
    font-weight: bold;
}
