﻿/*Html Selector Begin*/
body
{
	margin: 0px;
	font-size: 15px;
	line-height: 150%;
	color: #333333;
	text-decoration: none;
	border: thin none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color : #FFFFFF;
}
input
{
	font-size: 15px;
	color: #003300;
	font-family: Verdana, Arial;
	
	/*前端CSS
	font-size: 15px;
	color: #003300;
	border: 1px solid #006600;
	height: 17px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	*/
}

input.imagebutton
{
	border: 1px None #ff0000;
}

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: 15px;
	color: #006600;
	font-weight: bold;
	text-decoration: none;
}
a:active
{
	font-size: 15px;
	color: #006600;
	font-weight: bold;
	text-decoration: none;
}
a:visited
{
	font-size: 15px;
	color: #99CC00;
	font-weight: bold;
	text-decoration: none;
}
a:hover
{
	font-size: 15px;
	color: #99CC00;
	font-weight: bold;
	text-decoration: underline;
}
Table
{
	font-size: 15px;
	line-height: 150%;
}
/*Html Selector End*/

/*Aspx Begin*/
Table.TableMainPage
{
	height: 100%;
	background-color: #006600;
}
TD.TDMainPage
{
	background-color: #ffffff;
}
Table.TablePage
{
	width: 100%;
	height: 100%;
}
TD.TDMiddle
{
	height: 100%;
}
Table.TableMiddle
{
	height: 100%;
}
TD.TDLeft
{
	vertical-align:top;
	FILTER:progid:DXImageTransform.Microsoft.Gradient(startColorStr='#216CB0', endColorStr='#FFFFFF', gradientType='0');
}
TD.TDSecond
{
	width: 20%;
	vertical-align: top;
}
TD.TDCenter
{
}
TD.TDMain
{
	width: 778px;
	vertical-align: top;
}
TD.TDRight
{
}
TD.TDFoot
{
}
TD.TDPageHtml
{
	vertical-align: top;
}
Table.TablePageHtml
{
	width: 100%;
	height: 100%;
}
Table.TableWork
{
	width: 100%;
}
Table.TableMainGrid
{
	width: 100%;
}

TD.TDMainGrid
{
	width: 100%;
}
TD.TDMenu
{
	background-color: #9966ff;
}
/*Aspx End*/


/*Ascx Begin*/
Table.TableMain
{
	width: 95%;
	margin-top: 10px;
	margin-left: 30px;
	margin-right: 30px;
}
Table.TableSecond
{
	margin-left: 10px;
}
Table.TableHtml
{
	width: 100%;
	height: 100%;
}
TD.TDHtml
{
	vertical-align: top;
}
iframe.ifrMain
{
	width: 100%;
}
TR.TRWhite
{
	background-color: #FFFFFF;
}
/*Ascx End*/


/*Menu Begin*/

/*Menu End*/


/*DataGrid 專用 Begin*/
TABLE.DgTable
{
	border: 1px solid #999999;
	border-collapse: separate;
	background-color: #FFFFFF;
	vertical-align: middle;
	margin-top: 15px;
	margin-bottom: 15px;
	width: 100%;
}
TR.TRHeaderStyle
{
	font-size: 14.5px;
	color: #006600;
	text-align: center;
	font-weight: bold;
	background-color: #FFFFFF;
}
TR.TRItemStyle
{
	background-color: #E8E8FF;
}
TR.TRAlternatingItemStyle
{
	background-color: #FFffff;
}
TD.TDItemStyle
{
	font-size: 14.5px;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px double #999999;
	vertical-align: middle;
	line-height: 120%;
}
TD.TDHeaderItemStyle

{

   font-size: 14.5px;

   color:#006600;

   font-family: Verdana, Arial, Helvetica, sans-serif;

   border: 1px double #999999;

   vertical-align: middle;

}
a.TDItemStylelink:link
{
	font-size: 14.5px;
	color: #336600;
	font-weight: bold;
	text-decoration: none;
}
a.TDItemStylelink:active
{
	font-size: 14.5px;
	color: #336600;
	font-weight: bold;
	text-decoration: none;
}
a.TDItemStylelink:visited
{
	font-size: 14.5px;
	color: #99CC00;
	font-weight: bold;
	text-decoration: none;
}
a.TDItemStylelink:hover
{
	font-size: 14.5px;
	color: #99CC00;
	font-weight: bold;
	text-decoration: underline;
}

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.SpanMust
{
	color: red;
}
/*Span End*/


div.menutitle
{
	background-image: url(../Images/Other/bg_blue2.gif);
	background-repeat: repeat-x;
	padding: 1px;
	margin: 0px;
	background-color: #FFCC00;
	color: #FFFFFF;
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #000099;
	cursor: hand;
}
div.menutitle1
{
	background-image: url(bg_green.gif);
	background-repeat: repeat-x;
	padding: 1px;
	margin: 0px;
	background-color: #B7D700;
	color: #FFFFFF;
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #B7D700;
	border-bottom-color: #B7D700;
	border-left-color: #B7D700;
}
/*Edge.ascx Begin*/
Table.Edge1
{
	background-color: #0099CC;
	color: #ffffff;
}
Table.Edge2
{
	background-color: #E9F47B;
	color: #96a63c;
}
Table.Edge3
{
	background-color: #99CC66;
	color: #99CC00;
}
Table.Edge4
{
	background-color: #74E0EE;
	color: #004f69;
}
Table.Edge5
{
	background-color: #9CEBAE;
	color: #008765;
}
Table.Edge6
{
	background-color: #C2CE99;
	color: #686f52;
}
Table.Edge7
{
	background-color: #F7DD5D;
	color: #af8300;
}
Table.Edge8
{
	background-color: #AFAEFF;
	color: #854aaf;
}
Table.Edge9
{
	background-color: #B7D700;
	color: #B7D700;
}
Table.Menu1
{
	background-image: url(../Images/Top/index/index_bg.gif);
}
Table.Menu2
{
	background-image: url(../Images/Top/about/about_bg.gif);
}
Table.Menu3
{
	background-image: url(../Images/Top/job/job_bg.gif);
}
Table.Menu4
{
	background-image: url(../Images/Top/product/product_bg.gif);
}
Table.Menu5
{
	background-image: url(../Images/Top/service/service_bg.gif);
}
Table.Menu6
{
	background-image: url(../Images/Top/infor/infor_bg.gif);
}
Table.Menu7
{
	background-image: url(../Images/Top/sqare/sqare_bg.gif);
}
Table.Menu8
{
	background-image: url(../Images/Top/member/member_bg.gif);
}
/*Edge.ascx End*/

/*徵稿園地、作者姓名、通用小字 Begin*/
span.EditPlace 
{
	line-height: 150%;
	font-size: 12px;
	color: #666666;
}

/*徵稿園地、作者姓名、通用小字 End*/
/*龍騰大小事連結 Begin*/
a.leftmenu:link
{
	font-size: 12px;
	color: #336600;
	font-weight: bold;
	text-decoration: none;
}
a.leftmenu:active
{
	font-size: 12px;
	color: #336600;
	font-weight: bold;
	text-decoration: none;
}
a.leftmenu:visited
{
	font-size: 12px;
	color: #99cc00;
	font-weight: bold;
	text-decoration: none;
}
a.leftmenu:hover
{
	font-size: 12px;
	color: #99cc00;
	font-weight: bold;
	text-decoration: underline;
}

/*龍騰大小事連結 End*/
/*表格背景 Begin*/
TD.TDbgcolor
 {
	background-color: #B7D700;
}
/*表格背景 End*
/*字體顏色 Begin*/
div.FONTcolor
 {
	font-size: 15px;
	color: #006600;
	font-weight: bold;
  }
/*字體顏色 End*
/*電子報期數 Begin*/
TD.FONTcolor
 {
	font-size: 14px;
	color: #FFFFFF;
	font-weight: normal;
  }
/*電子報期數 End*
/*內文連結樣式 Begin*/
a.contactmenu:link
{
	font-size: 13px;
	color: #336600;
	font-weight: bold;
	text-decoration: none;
}
a.contactmenu:active
{
	font-size: 13px;
	color: #336600;
	font-weight: bold;
	text-decoration: none;
}
a.contactmenu:visited
{
	font-size: 13px;
	color: #99cc00;
	font-weight: bold;
	text-decoration: none;
}
a.contactmenu:hover
{
	font-size: 13px;
	color: #99cc00;
	font-weight: bold;
	text-decoration: underline;
}
/*內文連結樣式 End*
/*內文大標 Begin*/
TD.Contactfontcolor
 {
	font-size: 15px;
	color: #006600;
	font-weight: bold;
  }
/*內文大標 End*/
/*右方主程式區 Begin*/
Table.EPaperRightItem
{
	width:550;
}
TD.TDLineBG
{
	width:440;
}
/*右方主程式區 End*/
