﻿.Table {
    float:left;
    width:96%;
    margin:5px;
}

.Table_Row_Style {
    padding:0;
    margin:0;
}

.Table_Row_Style_Border_Bottom {
    padding:0;
    margin:0;
    border-bottom:1px solid #d4d4d4;
}

.Table_Cell_Caption_Style { 
    border-style:solid;
}


.Table_Cell_Caption_Style_Gray_BK { 
    background-color:#F8F8F8;
    border-right:1px solid #E7E7E7;
    margin:0;
    padding:0;
    height:40px;
    width:119px;
    text-align:center;
}

.Table_Header_Caption_Style
{
	text-align:right;
	min-width:90px;	
    margin-right:20px;
	float:left;
}

.Table_Header_Caption_Style_Query
{
	text-align:center;
	min-width:30px;	
    margin-right:10px;
    width:60px;
    color:#666666;
}

.Table_Header_Caption_Right_Style
{
	margin-right:15px;	
	text-align:right;
	min-width:60px;	
	float:right;
}

.Table_Header_Caption_Left_Style
{
    font-size:14px;
	text-align:left;
    margin-right:10px;
	float:left;
}

.Table_Item_Caption_Style
{
	float:left;
}

.Table_Item_Content_Style
{
    float:left;
    width:100%;
	text-align:left;
	vertical-align:middle;
	overflow:visible;
    margin:0;
    padding:0;
}

.Table_Item_Content_Style_Lock
{
	text-align:left;
	vertical-align:middle;
	overflow:visible;
    background-color:#d4d4d4;
    margin:0;
    padding:0;
}

.Table_Item_Content_Image_Style
{
	text-align:center;
	vertical-align:middle;
	overflow:visible;
    margin:0;
    padding:0;
}

.Table_Cell_Style_Center
{
	text-align:center;
	border:#A5B6C0 1px solid;
}

.LinkButton
{
    float:left;
	min-width:40px;
    min-height:20px;
	text-decoration: none;
	padding: 5px 10px 0px 10px;
	margin:6px 5px 3px 5px;
	text-align:center;
	color:#333333;
	background-color:Transparent;
    font-family:'Microsoft YaHei';
    font-size:12px;
    min-width:60px;
    border:1px solid #fff;

}

.LinkButton:hover { 
    text-decoration: none;
}

.LinkButton_Focus
{
    float:left;
    min-width:40px;
    min-height:20px;
	text-align:center;
	text-decoration: none;
	padding: 5px 10px 0px 10px;
	margin:6px 5px 3px 15px;
	border:#FF6701 1px solid;
    background-color:#FF6701;
    background:url(/images/design/selected.png) no-repeat right bottom;
	font-weight:bold;
    font-family:'Microsoft YaHei';
    font-size:12px;
    min-width:60px;
}

.LinkButton_Focus:hover { 
    text-decoration: none;
}

.LinkButton_Home
{
    float:left;
	min-width:40px;
    min-height:25px;
	text-decoration: none;
	padding: 5px 10px 0px 10px;
	margin:6px 5px 3px 5px;
	text-align:center;
	border:#A5B6C0 1px solid;
	color:#333333;
	background-color:Transparent;
    font-family:'Microsoft YaHei';
    font-size:13px;
    color:#666666;
}

.LinkButton_Home:hover { 
    text-decoration: none;
}

.LinkButton_Home_Focus
{
    float:left;
    min-width:40px;
    min-height:25px;
	text-align:center;
	text-decoration: none;
	padding: 5px 10px 0px 10px;
	margin:6px 5px 3px 5px;
	border:#FF6701 1px solid;
    background:url(/images/design/selected.png) no-repeat right bottom;
    font-family:'Microsoft YaHei';
    font-size:13px;
    color:#666666;
}

.LinkButton_Home_Focus:hover { 
    text-decoration: none;
}

.LinkButton_NoHeight
{
    float:left;
	min-width:40px;
	text-decoration: none;
	padding: 5px 10px 5px 10px;
	margin:3px 5px 3px 5px;
	text-align:center;
	border:#A5B6C0 1px solid;
	background-color:Transparent;
    font-family:'Microsoft YaHei';
    font-size:13px;
}

.LinkButton_Focus_NoHeight
{
    float:left;
    min-width:40px;
	text-align:center;
	text-decoration: none;
	padding: 5px 10px 5px 10px;
	margin:3px 5px 3px 5px;
	border:#FF6701 1px solid;
    background:url(/images/design/selected.png) no-repeat right bottom;
	font-weight:bold;
    font-family:'Microsoft YaHei';
    font-size:12px;
}

.LinkButton_NoBorder
{
	text-decoration: none;
	padding: 8px 10px 5px 10px;
	margin:3px 5px 3px 5px;
	text-align:center;
	min-width:40px;
	color:#333333;
	background-color:Transparent;
}

.Panel_LinkButton {
    max-width:85px;
    height:100px;
    display: table-cell;
    vertical-align: bottom;
}

.Image_LinkButton {
    margin-top:10px;
    margin-left:5px;
}

.Table_Row_Style_Design {
    float:left;
    width:100%;
    height:56px;
    line-height:56px;
    margin-top:5px;
    margin-bottom:5px;
}

.Table_Row_Style_Template_Catalog {
    height:56px;
    line-height:56px;
}

.Table_Cell_Style {
    float:left;
    width:100%;
    height:56px;
    line-height:56px;
    border:1px solid #d4d4d4;
}

.Table_Button {
    float:right;
    width:60px;
    height:35px;
    margin-top:13px;
    margin-right:10px;
    font-size:14px;
    text-align:center;
    cursor:pointer;
    background-color:#4398C1;
    color:#fff;
    border-style:none;
}

.Table_Button:hover {
    float:right;
    width:60px;
    height:35px;
    margin-top:13px;
    margin-right:10px;
    font-size:14px;
    text-align:center;
    cursor:pointer;
    color:#fff;
    background-color: #84C4EC;
    border-style:none;
}

.Table_CheckBox {
    margin-left:5px;
    margin-right:10px;
}

.Table_CheckBox_XY {
    margin-top:12px;
    margin-left:5px;
    margin-right:10px;
    min-width:85px;
}

.Table_Image {
    float:left;
    margin-top:3px;
    margin-left:10px;
    width:50px;
    height:50px;
}

.Table_Label {
    float:left;
    margin-left:5px;
    text-align:center;
    font-family:Arial;
    font-size:14px;
    color:#666666;
}

.Table_TextBox {
    margin-right:5px;
    font-family:Arial;
    font-size:14px;
    color:#666666;
    border:1px solid #d4d4d4;
}

.Table_TextBox_Focus {
    margin-right:5px;
    font-family:Arial;
    font-size:14px;
    color:#666666;
    border:1px solid #F89B37;
}

.Table_DropdownList {
    font-size:12px;
    color:black;
}

.Filter_Row {
    width:100%;
    text-align:center;
}

.Filter_Cell_Catalog {
    float:left;
    width:100%;
    height:45px;
    line-height:45px;
    border-bottom:1px solid #EBEBEB;
    background-color:#F5F5F5;
    text-align:center;
}

.Filter_Cell_Item {
    float:left;
    width:100%;
    height:40px;
    text-align:center;
    border-bottom:1px solid #EBEBEB;
}

.Filter_Cell_Item_Button {
    float:left;
    width:100%;
    height:40px;
    line-height:40px;
    text-align:left;
    margin-left:40px;
}

.Filter_Cell_Item_Button_Focus {
    float:left;
    width:100%;
    height:40px;
    line-height:40px;
    text-align:left;
    margin-left:40px;
}