/*******************************************************************
**
** 泰鋒網站 CSS 樣式 - Default
**
** 日期：2004-07-22
**
** 版本：0.2
**
********************************************************************
*/

/*******************************************************************
**
** 基礎樣式
**
********************************************************************
*/

BODY
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
	font-size: 15px;
	font-family: tahoma, verdana;
	line-height: 150%;
}

TD
{
	font-size: 11px;
	font-family: tahoma, verdana;
	line-height: 150%;
}

IMG
{
	border: 0px;
}

.SmallFont
{
	font-size: 11px;
}

.TitleFont
{
	font-size: 19px;
	font-weight: bold;
}

.Red
{
	color: #DD0000;
}

.Blue
{
	color: #0080C0;
}

.Code
{
	font-family: courier new;
}

.LeftPanel
{
	background-color: #E1E1E1;
	border-right: 1px solid #CDCDCD;
	padding-bottom: 24px;
}

.ContentPanel
{
	background-color: #FFFFFF;
	padding-bottom: 24px;
}

.RightPanel
{
	background-color: #FFFFFF;
	padding-bottom: 24px;
}

.AdjustPanel
{
	background-color: #FFFFFF;
}

.Header
{
	color: #FFFFFF;
	font-weight: bold;
	background-color: #A8A8A8;
}

.Item
{
	background-color: #F5F5F5;
}

.AlternatingItem
{
	background-color: #FCFCFC;
}

.SelectedItem
{
	background-color: #D0D0E8;
}

.ContentBox
{
	background-color: #EFEFEF;
}

.BlueDark
{
	background-color: #899FAC;
}

.BlueLight
{
	background-color: #CED8DD;
}

.GreenDark
{
	background-color: #759824;
}

.GreenLight
{
	background-color: #D9E0C9;
}

.GrayDark
{
	background-color: #606060;
}

.GrayLight
{
	background-color: #CACACA;
}

.Indent24
{
	padding-left: 24px;
}

.Indent50
{
	padding-left: 50px;
}

/*******************************************************************
**
** 超連結樣式
**
********************************************************************
*/

/***** 一般連結樣式 *****/

A
{
	color: #005279;
	text-decoration: none;
}

A:visited
{
	color: #005279;
	text-decoration: none;
}

A:hover
{
	color: #a8a800;
	text-decoration: none;
}

/***** SkyNavigation 連結樣式 *****/

A.SkyNavigation
{
	color: #585858;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

A.SkyNavigation:visited
{
	color: #585858;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

A.SkyNavigation:hover
{
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}


/***** MainNavigation 連結樣式 *****/

A.MainNavigation
{
	color: #656565;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
}

A.MainNavigation:visited
{
	color: #656565;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
}

A.MainNavigation:hover
{
	color: #242424;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
}


/*******************************************************************
**
** 文字樣式
**
********************************************************************
*/

.Topic
{
	color: #000080;
	font-size: 19px;
	font-weight: bold;
}

.NewsDateTime
{
	color: #FF0000;
	font-size: 11px;
	font-family: tahoma, verdana, garamond;
	font-weight: bold;
}


/*******************************************************************
**
** 表格樣式
**
********************************************************************
*/

.PanelYellow
{
	border-top: 3px solid #858585;
	border-left: 1px solid #cdcdcd;
	border-right: 1px solid #cdcdcd;
	border-bottom: 1px solid #858585;
	background-color: #ffffdf;
}

.PanelGray
{
	border-top: 3px solid #858585;
	border-left: 1px solid #cdcdcd;
	border-right: 1px solid #cdcdcd;
	border-bottom: 1px solid #858585;
	background-color: #E8E8E8;
}

.PanelInner
{
	border-top: 1px solid #dcdcdc;
	border-left: 1px solid #dcdcdc;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	background-color: #fefefe;
}

.PhotoPanel
{
	border: 1px solid #ABABAB;
}

.CellDoubleLined
{
	border-top: 1px solid #858585;
	border-bottom: 1px solid #858585;
}

/*******************************************************************
**
** 列表清單
**
********************************************************************
*/

UL
{
	margin-bottom: 0px;
}

UL LI
{
    list-style-type:    square ;
    margin-left: -16px;
}

OL
{
	margin-bottom: 0px;
}

OL LI
{
    margin-left: -12px;
}

/*******************************************************************
**
** 輸入、按鈕
**
********************************************************************
*/

.CommandButton
{
	font-size:13px;
	font-family:tahoma,verdana;
	font-weight:bold;
	background-color:#bcce98;
	border-bottom: 1px solid #617D55;
	border-right: 1px solid #617D55;
	border-left: 1px solid #eeefeb;
	border-top:1px solid #eeefeb;
	height:24px;
	text-decoration:none;
	cursor: hand;
}

.SCommandButton
{
	font-size:11px;
	font-family:tahoma,verdana;
	font-weight:bold;
	background-color:#bcce98;
	border-bottom: 1px solid #617D55;
	border-right: 1px solid #617D55;
	border-left: 1px solid #eeefeb;
	border-top:1px solid #eeefeb;
	height:20px;
	text-decoration:none;
	cursor: hand;
}

.InputBox
{
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	background-color: #fcfef5
}
