﻿
/************************ 基本List ***********************/
.Style_List_Normal
{
	width				:	100%;
	border				:	solid 1px #cccccc;
	border-left			:	0;
	border-right		:	0;
	overflow			:	hidden;
	padding				:	0;
	margin				:	0;
}

.Style_List_Normal table
{
	width				:	100%;
	border-collapse		:	collapse;  
	border-spacing		:	0;
	border				:	hidden;
	min-height			:	1em;
}

.Style_List_Normal tr
{
	border-bottom		:	solid 1px #cccccc;
	overflow			:	hidden;
}

.Style_List_Normal td
{
	border-bottom		:	solid 1px #cccccc;
	overflow			:	hidden;
}

.Style_List_Normal tr:last-child td
{
	border-bottom		:	solid 0px #bbbbbb;
}

/********************* 圆角矩形容器List *******************/
.Style_List_Box
{
	width				:	100%;
	height				:	100%;
	overflow-x			:	hidden;
	overflow-y			:	auto;
	color				:	#ffffff;
	background-color	:	rgba(50,50,50,0.6);
}

.Style_List_Box .Title
{
	width				:	100%;
	min-height			:	0.5em;
	font-weight			:	bold;
	overflow			:	hidden;
	margin-left			:	1em;
	margin-right		:	1em;
	margin-top			:	0.3em;
	margin-bottom		:	0.3em;
	
    text-shadow			:	1px 1px 1px #000000; 
    -moz-text-shadow	:	1px 1px 1px #000000;
	-webkit-text-shadow	:	1px 1px 1px #000000;
	
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.Style_List_Box .Content
{
	width				:	auto;
	min-height			:	1em;
	overflow			:	hidden;
	border-radius		:	0.5em;
	margin-left			:	1em;
	margin-right		:	1em;
	
 	-moz-box-shadow		:	0.1em 0.1em 0.1em #888888 inset;
	-webkit-box-shadow	:	0.1em 0.1em 0.1em #888888 inset;
	box-shadow			:	0.1em 0.1em 0.1em #888888 inset;
}

.Style_List_Box .Table
{
	border-collapse		:	collapse;
	width				:	100%;
	min-height			:	1em;
}

.Style_List_Box .Table .CarListRow
{
	margin-top			:	0.3em;
	margin-bottom		:	0.3em;
}


.Style_List_Box .Table .Row0
{
	background-color	:	#ffffff;
}

.Style_List_Box .Table .Row1
{
	background-color	:	#f6f6f6;
}

.Style_List_Box .Table .RowSelected
{
	background-color	:	#ff8c05;
}

.Style_List_Box .Table td
{
	color				:	#333333;
	width				:	100%;
	min-height			:	1em;
	padding				:	0;
	
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.Style_List_Box .Table tr:last-child td
{
	border-bottom		:	0;
}

.Style_List_Box td .CarNum
{
	color				:	#333333;
	font-size			:	0.9em;
	font-weight			:	bold;
	line-height			:	1.3em;
	height				:	1.3em;
}

.Style_List_Box .Table td table
{
	border-collapse		:	collapse;
	border				:	0;
	height				:	2.5em;
	vertical-align		:	middle;
}

.Style_List_Box .Table td table td
{
	padding				:	0;
	height				:	50%;
}

.Style_List_Box .Table table .TimeButton
{
	line-height			:	1.4em;
	height				:	1.3em;
	min-width			:	5em;
	width				:	5em;
	font-size			:	0.7em;
	color				:	#ffffff;
	background-color	:	#bbbbbb;
	border-radius		:	1em;
	padding-left		:	0.6em;
	padding-right		:	0.6em;
	margin-right		:	0.3em;
	margin-bottom		:	0.2em;
	vertical-align		:	middle;
	text-align			:	center;
	white-space			:	nowrap;
 	
 	-moz-box-shadow		:	0.1em 0.1em 0.1em #999999 inset;
	-webkit-box-shadow	:	0.1em 0.1em 0.1em #999999 inset;
	box-shadow			:	0.1em 0.1em 0.1em #999999 inset;
}

.Style_List_Box .Table table .Param
{
	margin-left			:	0.7em;
	width				:	95%;
	font-size			:	0.7em;
	white-space			:	nowrap;
}
.Style_List_Box .Table table .Param td
{
	width				:	50%;
	text-align			:	left;
	color				:	#999999;
}

/************************* 菜单样式 **********************/
.Style_List_Box .Table .CarListRow .Icon
{
	width				:	3em;
	vertical-align		:	middle;
	padding-left		:	0.6em;
	padding-right		:	0.4em;
}
.Style_List_Box .Table .CarListRow .Icon img
{
	height				:	2em;
}

.Style_List_Box .Table .CarListRow .Text
{
	width				:	100%;
	text-align			:	left;
	white-space			:	nowrap; 
	overflow			:	hidden;
	text-overflow		:	ellipsis; 
	vertical-align		:	middle;
}

.Style_List_Box .Table .CarListRow .Arrow
{
	width				:	3em;
	padding-right		:	0.5em;
	vertical-align		:	middle;
}

.Style_List_Box .Table .CarListRow .Arrow img
{
	height				:	1.5em;
	
}

/************************* 资料表格 **********************/
.Style_List_Box .Content .InfoRow
{
	width				:	100%;
}


.Style_List_Box .Content .InfoRow th
{
	width				:	30%;
}

.Style_List_Box .Content .InfoRow td
{
	width				:	70%;
}