﻿/* 加背景無邊界 */
.sty-back
{
	background-position: right bottom;
	background-attachment: fixed;
	background-image: url(../_Images/backdround-1.png);
	margin: 0px;
	background-repeat: repeat;
}

.sty-back2
{
	background-position: right bottom;
	background-attachment: fixed;
	background-image: url(../_Images/back2.gif);
	margin: 0px;
	background-repeat: repeat;
}

/* 加背景邊界2 */
.sty-back2px
{
	background-position: right bottom;
	background-attachment: fixed;
	background-image: url(../_Images/back.gif);
	margin: 2px;
	background-repeat: repeat;
}
	
/* 無邊界 */
.nomargin
{
	margin-left:0;
	margin-right:0;
	margin-top:0;
	margin-bottom:0;
}

/* 輸入介面背景 */
.sty-Inputback
{
	margin: 2px;
	background-color: #e6e6fa;
}

.sty-nomargin-input
{
	margin: 0px;
	background-color: #e6e6fa;
}

/* 字型size */
.font-caption
{
	font-weight: bold;
	font-size: 16px;
	color:#003399;
	font-style:normal;
}

.font-head
{
	font-weight: bold;
	font-size: 16px;
	text-transform: none;
	color:#ffffff;
	font-style: normal;
	padding-left:2px;
}

.font-title
{
	font-weight: bold;
	padding:2px;
	padding-left: 4px;
	font-size: 13px;
	text-transform: none;
	color: #ffffff;
	font-style: normal;
	letter-spacing: 3px;
}

.font-mark
{
	font-weight: bold;
	font-size: 13px;
	color:#003399;
	font-style:normal;
}
.font-grapemark
{
	font-weight: bold;
	font-size: 13px;
	color:#46404A;
	font-style:normal;
}

.font-redmark
{
	font-weight: bold;
	font-size: 13px;
	color:#cc0000;
	font-style:normal;
}

.font-normal
{
	font-weight:normal;
	font-size: 13px;
}

.font-info
{
	font-weight: normal;
	font-size: 13px;
	color: #4a3c8c;
}

.font-data
{
	font-weight: bold;
	font-size:13px;
}

/* 文字輸入樣式 */

.text-normal
{
	border-right: #3366cc 1px solid;
	border-top: #3366cc 1px solid; 
	border-left: #3366cc 1px solid; 
	border-bottom: #3366cc 1px solid;
	border-collapse: collapse;
	font-size: 13px;
}

.text-data
{
	border-right: olivedrab 1px solid;
	border-top: olivedrab 1px solid;
	border-left: olivedrab 1px solid;
	border-bottom: olivedrab 1px solid;
	background-color: #ededed;
	font-size: 13px
}

.text-normal-space
{
	border-right: #3366cc 1px solid;
	border-top: #3366cc 1px solid; 
	border-left: #3366cc 1px solid; 
	border-bottom: #3366cc 1px solid;
	border-collapse: collapse;
	font-weight:bold;
	font-size: 16px;
}

.text-data-space
{
	border-right: olivedrab 1px solid;
	border-top: olivedrab 1px solid;
	border-left: olivedrab 1px solid;
	border-bottom: olivedrab 1px solid;
	background-color: #ededed;
	font-weight:bold;
	font-size: 16px;
}


.text-noborder
{
	border-top-style: none; 
	border-right-style: none; 
	border-left-style: none; 	
	border-bottom-style: none	
}

/* 連結樣式 */
A.post:link 
{
	font-size: 13px;
	color: #003399; 
	text-decoration: underline;
}

A.post:visited 
{
	font-size: 13px;
	color: #003399; 
	text-decoration: underline;
}

A.post:active
{
	font-size: 13px;
	color: #003399;
	text-decoration: underline;
}

A.post:hover 
{
	font-size: 13px;
	color: #c00000; 
	text-decoration:none;
}

A.bulelink:link 
{
	font-size: 13px;
	color: #006699; 
	text-decoration: none;
}

A.bulelink:visited 
{
	font-size: 13px;
	color: #006699; 
	text-decoration: none;
}

A.bulelink:active
{
	font-size: 13px;
	color: #006699;
	text-decoration: none;
}

A.bulelink:hover 
{
	font-size: 13px;
	color: #cc0000; 
	text-decoration:none;
}