/*  字體及連結總控制  */

td {
	font-size: 12px;
	color: #333333;
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
}

a {
	text-decoration: none;
	color: #00509c;
}
a:hover {
	text-decoration: underline;
	color: #00509c;
}

.cal {
	font-size: 10px;
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
}

/*  頂部 - 目錄連結  */

.menutop {
	color: #000000;
}
.menutop a {
	color: #000000;
}
.menutop a:hover {
	text-decoration: none;
	color: #FF0000;
}

.menutop2 {
	color: #FFFFFF;
}
.menutop2 a {
	color: #FFFFFF;
}
.menutop2 a:hover {
	text-decoration: none;
	color: #FF3300;
}

/*  左邊目錄連結  */

.menuright {
	color: #999999;
}
.menuright a {
	color: #999999;
}
.menuright a:hover {
	text-decoration: none;
	color: #00adef;
	font-weight: bold;
}


/*  內容大字字體  */

.titlebigtext {
	color: #F26522;
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
}

/*  最底部字體  */

.bottomtext { color: #009900; font-size: 10px; font-family: Arial, Helvetica, sans-serif; line-height: 10px; 
}



/*  灰色邊柜  */
.tdlinegrey { border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #e0e0e0; 
}
.tdlineleftgrey {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
.tdlinemenu {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEEEEE;
}
.tdlineplist {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

/*   Table距離  */
.spacertop2 {
	padding-top: 2px;
}

.spacertop4 {
	padding-top: 4px;
}

.mtext {
	line-height: 20px;
}

/*   表格  */
INPUT, TEXTAREA, SELECT {
	background-color: #FFF;
	border: #E8E8E8 1px solid;
}
.input 
	{
	border: 1px solid #999999; 
	background-color:white;	
	height:20px; 
	width:200px;
	color: #666666; 
	font-size: 12px; 
	}
.submit 
	{
	border: 1px solid #999999;
	background-color:#CCCCCC;
	height:20px;
	width:80px;
	font-size: 12px;
	}
.textarea 
	{
	border:solid 1;
	border-color:#999999;
	background-color:white;
	width:100%;
	padding: 2px 2px 2px 4px;	
	}
.radio
	{
	border:none 0;
	border-color:#F3F4F8;
	background-color:#F3F4F8;
	}
.select 
	{
	border: 1px solid #999999;
	background-color:white;
	height:20px;
	font-size: 12px;
	}

/*   版塊  */

.cright {
	position: absolute;
	top: 100px;
}
.tdlineteamtop { border-top-width: 1px; border-right-width: 1px; border-left-width: 1px; border-top-style: solid; border-right-style: solid; border-left-style: solid; border-top-color: #E5E5E5; border-right-color: #E5E5E5; border-left-color: #E5E5E5; background-color: #FFFFFF; }
.tdlineteambottom { border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-right-color: #E5E5E5; border-bottom-color: #E5E5E5; border-left-color: #E5E5E5; background-color: #FFFFFF; }
.record { color: #999999; font-size: 9px; line-height: 10px; }
.record2 { color: #999999; }

.record img { margin: 2px; }
.record2 img { margin: 2px; }
