﻿/*Html Selector Begin*/
body
{
	margin: 0px;
	font-size: 12px;
	line-height: 200%;
	color: #333333;
	text-decoration: none;
	border: thin none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #6EA500;
}
input
{
	font-size: 12px;
	color: #003300;
	border: 1px dashed #99CC00;
	height: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
input.Image
{
	height: auto;
	border: 0px;
}
input.CheckBox
{
	height: auto;
	border: 0px;
}
input.chkDelete
{
	height: auto;
	border: 0px;
}
select
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
a:link
{
	font-size: 12px;
	color: #99CC00;
	font-weight: bold;
	text-decoration: none;
}
a:active
{
	font-size: 12px;
	color: #99CC00;
	font-weight: bold;
	text-decoration: none;
}
a:visited
{
	font-size: 12px;
	color: #99CC00;
	font-weight: bold;
	text-decoration: none;
}
a:hover
{
	font-size: 12px;
	color: #99CC00;
	font-weight: bold;
	text-decoration: underline;
}
Table
{
	font-size: 12px;
	line-height: 200%;
}
font.IsSupply
{
	color: Red;
}
/*Html Selector End*/


/*Aspx Begin*/
Table.TablePage
{
	width: 100%;
	height: 100%;
}
TD.TDLeft
{
	vertical-align: top;
}
TD.TDSecond
{
	width: 100%;
	height: 100%;
	vertical-align: top;
}
Table.TableSecond
{
	width: 100%;
	height: 100%;
}
TD.TDCenter
{
	width: 100%;
	height: 100%;
	vertical-align: top;
	background-color: White;
}
Table.TableCenter
{
	width: 100%;
	height: 100%;
}
TD.TDMain
{
	width: 100%;
	height: 100%;
	vertical-align: top;
}
Table.TableMain
{
	width: 100%;
}
TD.TDWork
{
	vertical-align: top;
}
TD.TDStuff
{
	vertical-align: top;
	text-align: center;
}
TD.TDRight
{
	background-color: White;
	vertical-align: bottom;
	text-align: right;
	height: 100%;
}
TD.TDFoot
{
	text-align: center;
}
TD.TDDown
{
	vertical-align: top;
}
/*Aspx End*/


/*Ascx Begin*/
Table.TableB
{
	margin-left: 30px;
}
TD.TDGreen
{
	color: #6EA500;
	font-size: 12px;
	font-weight: bold;
}
TD.TDDarkCyan
{
	color: #003333;
	font-size: 12px;
	font-weight: bold;
}
/*Ascx End*/


/*Menu Begin*/

/*Menu End*/


/*DataGrid 專用 Begin*/
TABLE.DgRegister
{
	margin-left: 10px;
}
TR.TRRegisteredItemStyle
{
	background-color: #ffffff;
}
TR.TRRegisteredAlternatingItemStyle
{
	background-color: #ffffff;
}
TABLE.DgTable
{
	border: 1px dashed #330066;
	border-collapse: separate;
	background-color: #E8E8FF;
	vertical-align: middle;
	margin-bottom: 15px;
	font-size: 12px;
	line-height: 200%;
}
TR.TRHeaderStyle
{
	font-size: 10px;
	color: #99CC00;
	text-align: center;
	font-weight: bold;
	background-color: #FFFFFF;
}
TR.TRItemStyle
{
	background-color: #E8E8FF;
}
TR.TRAlternatingItemStyle
{
	background-color: #FFffff;
}
TD.TDItemStyle
{
	font-size: x-small;
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #E8E8FF;
	text-align: center;
	vertical-align: middle;
}
TD.TDHeaderItemStyle
{
	border: 1px solid #E8E8FF;
}
TD.TDAlternatingItemStyle
{
}
TR.TRPagerStyle
{
	background-color: #FFFFFF;
}
/*DataGrid 專用 End*/

/*DataList 專用 Begin*/
TABLE.DlTable
{
	padding: 50px;
}
TD.TDDLItemStyle
{
	padding-top: 10px;
}
TD.TDDLAlternatingItemStyle
{
	padding-top: 10px;
}
/*DataList 專用 End*/

/*Calendar 專用 Begin*/

/*Calendar 專用 End*/

/*一般設定 Begin*/
TD.TDLabel
{
	text-align: right;
}

/*一般設定 End*/

/*Span Begin*/
Span.SpanTitle
{
	color: #6EA500;
	font-size: 12px;
	font-weight: bold;
}
/*Span End*/
