﻿/*Html Selector Begin*/
body
{
	margin: 0px;
	font-size: 12px;
	line-height: 150%;
	color: #333333;
	text-decoration: none;
	border: thin none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color : #99CCFF;
}
input
{
	font-size: 12px;
	color: #000033;
	border: 1px solid #003366;
	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: 12px;
	color: #003366;
	font-weight: bold;
	text-decoration: none;
}
a:active
{
	font-size: 12px;
	color: #330066;
	font-weight: bold;
	text-decoration: none;
}
a:visited
{
	font-size: 12px;
	color: #330066;
	font-weight: bold;
	text-decoration: none;
}
a:hover
{
	font-size: 12px;
	color: #0099FF;
	font-weight: bold;
	text-decoration: underline;
}
Table
{
	font-size: 12px;
	line-height: 200%;
}
/*Html Selector End*/

/*Aspx Begin*/
Table.TableMainPage
{
	height: 100%;
	background-color: #000033;
}
TD.TDMainPage
{
	background-color: #ffffff;
}
Table.TablePage
{
	width: 100%;
	height: 100%;
}
TD.TDMiddle
{
	height: 100%;
}
Table.TableMiddle
{
	height: 100%;
}
TD.TDLeft
{
	vertical-align:top;
	background-color: #216CB0;
}
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: 778px;
}
Table.TableMainGrid
{
	width: 100%;
}

TD.TDMainGrid
{
	width: 100%;
}
/*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 dashed #330066;
	border-collapse: separate;
	background-color: #E8E8FF;
	vertical-align: middle;
	margin-top: 15px;
	margin-bottom: 15px;
	width: 100%;
}
TR.TRHeaderStyle
{
	font-size: 10px;
	color: #006699;
	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;
	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.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(../Images/EPaper/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;
	cursor: hand;
}
/*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*/
/*SoEasy Begin*/
Table.TableSoEasySecond
{
	height:100%;
	margin-top: 10px;
	margin-left: 10px;
}

Table.TableSoEasyMiddle
{
	height: 100%;
	width: 100%;
}
Table.TableSoEasyMain
{
	width: 100%;
	height: 100%;
}
TR.TRSoEasyMemu
{
	height:100%;
	vertical-align:top;
}

TD.TDSoEasyMiddle
{
	width: 100%;
	height: 100%;
}
TD.TDSoEasyMain
{
	width: 80%;
	height:100%;
	vertical-align: top;
}
TD.TDSoEasySecond
{
	width: 20%;
	vertical-align: top;
}
Table.TableSoEasyB
{
	width: 100%;
	height:100%;
}
/*SoEasy End*/
/*龍騰網現在位置導覽列 Begin*/
Span.SpanUrl {
	font-size: 12px;
	line-height: 150%;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}
a.LeftTopMapStyle:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.LeftTopMapStyle:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a.LeftTopMapStyle:hover {
	text-decoration: underline;
	color: #99CCFF;
}
a.LeftTopMapStyle:active {
	text-decoration: none;
	color: #FFFFFF;
}
/*龍騰網現在位置導覽列 End*/
/* 龍騰網左方選單大標Begin*/
.LeftTitleWordStyle 
{	
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	}

/*龍騰網左方選單大標 End*/

/*龍騰網首頁新聞快報Begin*/
 
a.WebIndexNewsStyle:link
{
	font-size: 12px;
	color: #333333;
	font-weight: normal;
	text-decoration: none;
}
a.WebIndexNewsStyle:active
{
	font-size: 12px;
	color: #330066;
	font-weight: normal;
	text-decoration: none;
}
a.WebIndexNewsStyle:visited
{
	font-size: 12px;
	color: #330066;
	font-weight: normal;
	text-decoration: none;
}
a.WebIndexNewsStyle:hover
{
	font-size: 12px;
	color: #006699;
	font-weight: normal;
	text-decoration: underline;
}
/*龍騰網首頁新聞快報 End*/

