﻿.Table {
    float:left;
    width:100%;
}

.Table_Row_Style {
}

.Table_Cell_Style {
    width:100px;
}

.Table_Cell_Caption_Style {
    vertical-align:top;
}

.Table_Header_Caption_Style
{
	margin-left:15px;	
	padding-top:10px;
	text-align:left;
	min-width:60px;	
}

.Table_Header_Caption_Right_Style
{
    float:right;
	margin-right:15px;	
	text-align:right;
	min-width:60px;	
    padding-top:5px;	
}

.Table_Item_Content_Style
{
    float:left;
    width:100%;
	text-align:left;
	vertical-align:middle;
	margin-top:5px;
	overflow:visible;
}

.Table_Item_Content_Div_Style
{
    float:left;
    display:inline-block;
    width:100%;
	text-align:left;
	margin-top:5px;
	overflow:visible;
}

.LinkButton_NoHeight
{
	min-width:40px;
	text-decoration: none;
	padding: 5px 10px 5px 10px;
	margin:3px 5px 3px 5px;
	text-align:center;
	background-color:Transparent;
    font-family:'Microsoft YaHei';
    font-size:12px;
}

.LinkButton_Focus_NoHeight
{
    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;
}

.div_sort_selected
{
    color:#FF6600;
    background-color:#FFFFFF;
    border-right:1px solid #DFDFDF;
}