﻿.Table {
    float:left;
    width:100%;
    border-style:none;
    padding:0px;
    margin:0px;
}

.Just_Left
{
    float:left;
}

.Table_CustFactor
{
    float:left;
    margin-top:10px;
    margin-left:3px;
}

.Table_Item_Content_Style {
    float:left;
    text-align:left;
}

.Table_Item_CheckBox_Style
{
	float:left;
	min-width:120px;
	padding: 0;
	text-align:left;
	color:#333333;
    margin:5px;
}

.Table_Item_CheckBox_Style_NotMinWidth {
    float:left;
}

.Table_Item_CustFactor_Cell {
	float:left;
	padding-left:20px;
    height:24px;
}

.Table_Cell_Label
{
    float:left;
    margin-left:10px;
}

.Table_Cell_Label_Left
{
	float:left;
	text-align:left;
	padding-top:2px;
	padding-left:5px;
	margin-right:5px;
}

.Table_Cell_Label_Center
{
	float:left;
	text-align:center;
	padding-top:2px;
	padding-left:5px;
	margin-right:5px;
}

.Table_Cell_Label_Right
{
	float:left;
	text-align:right;
	padding-top:2px;
	padding-left:5px;
	margin-right:5px;
}

.Table_Cell_Label_CustFactor
{
	float:left;
    height:20px;
    line-height:20px;
	text-align:left;
    margin-left:5px;
    margin-top:5px;
    font-size:11px;
    font-size:11px;
}

.Table_Cell_Label_CustFactor_Prod
{
	float:left;
    height:20px;
    line-height:20px;
	text-align:left;
    margin-left:10px;
    margin-top:4px;
}

.Table_Cell_Label_CustFactor_MiniWidth
{
	float:left;
	text-align:left;
	min-width:120px;
	background-color: white;	
}

.Table_Cell_TextBox_Left
{
	float:left;
	text-align:left;
	padding: 0;
    margin:0;
    width:100%;
    border:none;
}

.Table_Cell_TextBox_Center
{
	padding: 0;
    margin:0;
	text-align:center;
    width:100%;
    border:none;
}

.Table_Cell_TextBox_Center_ReadOnly
{
	float:left;
	padding: 0;
    margin:0;
	text-align:center;
    width:100%;
    border:none;
}

.Table_Cell_TextBox_Qty
{
	float:left;
	padding: 0;
    margin:0;
	text-align:center;
	height:18px;
    width:100%;
    border:none;
}

.Table_Cell_TextBox_CustFactor
{
	float:left;
    height:20px;
    line-height:20px;
	text-align:center;
	margin-left:2px;
    margin-top:3px;
	border:#A5B6C0 1px solid;
    font-size:11px;
}

.Table_Cell_TextBox_CustFactor_Prod
{
	float:left;
    width:40px;
    height:20px;
    line-height:20px;
	text-align:center;
	margin-left:2px;
    margin-top:2px;
	border:#A5B6C0 1px solid;
}

.Table_Cell_Button_Right
{
	float:right;
	text-align:center;
	margin-top:2px;
	margin-right:5px;
	padding-right:2px;
	border:#A5B6C0 1px solid;
}

.Table_Cell_DropDownList
{
	float:left;
	margin-left:0px;
	margin-right:5px;
	text-align:center;
	border-color:#A5B6C0;
	border-style:solid;
	border-width:1px;
}

.Table_QuotContentCell_DropDownList_Center {
    font-size:14px;
    text-align:center;
    width:100%;
    border:none;
    height:25px;
    _margin-top:3px;
}