﻿/* tight table，相當於 cellpadding=0及cellspacing=0 */
table.tight
{
    border-collapse: collapse;
    border-spacing : 0;
}

table.tight > tbody > tr > td
{
    padding:0;
}

table.borderless
{
    border : none 0px;
}

table.borderless > tbody > tr > td
{
    border : none 0px;
}

.AbsoluteZero
{
    left: 0px;
    position: absolute;
    top: 0px;
}

/* 無邊、無padding、無margin的Table */
table.noBorderNoPadding
{
    border-style: none;
    border-width: 0px;
    margin: 0px;
    width: 100%;
    height: 100%;
    border-collapse: collapse;
}

table.noBorderNoPadding tr td
{
    padding : 0px 0px 0px 0px;
}

/* 無邊、無padding、無margin的Table */
table.noBorderNoPadding2
{
    border-style: none;
    border-width: 0px;
    border-collapse: collapse;
}

table.noBorderNoPadding2 tr td
{
    padding : 0px 0px 0px 0px;
}

/* 文字標題 */
table.textTitle_fadeUnderline
{
	font-size: 18px;
	font-weight:bold;
	border-style: none;
	border-width: 0px;
	border-collapse: collapse;
}

table.textTitle_fadeUnderline td
{
	border-bottom-style : solid;
	border-bottom-width : 2px;
	border-left-style : solid;
	border-left-width : 10px;
}

table.textTitle_fadeUnderline td.TC
{
    font-family : 標楷體;
    letter-spacing : 3px;
    padding : 5px 30px 0px 0px;
}

table.textTitle_fadeUnderline td.English
{
    font-family : Arial;
    padding : 0px 30px 0px 0px;
}

.textTitle_simpleSmallText
{
    font-size : 10pt;
    font-family: 微軟正黑體;
    font-weight: 600;
}

.textTitle_simpleMiddleText
{
    font-size : 12pt;
    font-family: 微軟正黑體;
    font-weight: 600;
}

.textTitle_simpleLargeText
{
    font-size: 14pt;
    font-family: 微軟正黑體;
    font-weight: 600;
}

table.pictureTitle
{
	border-collapse: collapse;
}

table.pictureTitle td
{
	margin : 0px;
	padding : 0px;	
}

table.pictureTitle td img
{
    border : none 0px;
}

.verticalMiddle *
{
    
    vertical-align: middle;
}

.verticalMiddle > img
{
    margin-right : 10px;
}

div.relativeNoBorder
{
    border : none 0;
    margin : 0;
    padding : 0;
    position : relative;
}

div.RSSIcon
{
    font-family: Verdana;
    font-size: 10pt;
    font-weight: 900;
    font-variant: small-caps;
    color: #FFFFFF;
    line-height: 1.5em;
    background-color: #FF9933;
    text-align: center;
    letter-spacing: 3pt;
    border: 1px solid #999999;
    width: 40px;
    height: 20px;
    float: right;
    padding-left: 1em;
    padding-right: 1em;
}

div.RSSIcon a
{
    color: #FFFFFF;
}


