﻿body
{
	/*font-family: "Times New Roman" , "Times" , "serif";*/
	font-family: "Arial" , "Helvetica" , "sans-serif";
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	color: #666666;
	text-decoration: none;
}
.productname
{
	font-size: larger;
	font-weight: bolder;
	text-align: center;
}
.table_title
{
	color: #009900;
	font-size: 14px;
}
.desc_title
{
	color: #ff0033;
	font-size: 14px;
}

a:link
{
	font-family: "Arial" , "Helvetica" , "sans-serif";
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
a:visited
{
	font-family: "Arial" , "Helvetica" , "sans-serif";
	font-size: 12px;
	color: #464646;
	text-decoration: none;
}
a:hover
{
	font-family: "Arial" , "Helvetica" , "sans-serif";
	font-size: 12px;
	color: #009933;
	text-decoration: none;
}
a:active
{
	font-family: "Arial" , "Helvetica" , "sans-serif";
	font-size: 12px;
	color: #CCCCCC;
	text-decoration: none;
}
.coff6633
{
	color: #FF0000;
	font-size: 14px;
}
.co336699
{
	color: #009900;
	font-size: 14px;
}

li
{
	list-style-image: url(../images/arrows/arrow_leftnav.gif);
	letter-spacing: 0px;
}
.mli
{
	list-style-image: none;
	list-style-type: decimal;
	letter-spacing: 0px;
}
.image_title
{
	background-image: url(../images/arrow_bg.gif);
	background-repeat: no-repeat;
	width: 113px;
	height: 22px;
	font-size: 16px;
	font-weight: normal;
	color: White;
	text-align: left;
	vertical-align: middle;
}
.image_title_long
{
	background-image: url(../images/arrow_bg_long.gif);
	background-repeat: no-repeat;
	width: 154px;
	height: 30px;
	font-size: 16px;
	color: White;
	vertical-align: sub;
}
/*Support 會用到 */
.TEXT-2
{
	color: White;
}
.text
{
	color: #666666;
}

/*產品 Table */
.product_table
{
	width: 800px;
	margin: 0px;
	padding: 0px;
}

.product_table caption
{
	text-align: left;
	font-size: larger;
	font-weight: bolder;
}


/*SiteMapPath 分隔圖片*/
.sitemap_image
{
	background-image: url(../images/breadcrumb.gif);
	background-position: left;
	background-repeat: no-repeat;
}

/* CSS 表單 不用 table */
.cssform p
{
	width: 600px;
	clear: left;
	margin: 0;
	padding: 5px 0 8px 0;
	padding-left: 155px; /*width of left column containing the label elements*/
	border-top: 1px dashed gray;
	height: 1%;
}

.cssform label
{
	font-weight: bold;
	float: left;
	margin-left: -155px; /*width of left column*/
	width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform .textbox
{
	/*width of text boxes. IE6 does not understand this attribute*/
	font-size: 14px;
	width: 250px;
	height: 20px;
	color: White;
	background-color: #4bc300;
	border-bottom-style: outset;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix
{
	margin-left: 3px;
}

/*只用到碩士論文獎新聞master_news.aspx 中的新聞列表*/

.newsBtn
{
	border-spacing: 0px;
	padding: 0px;
	margin: 0px;
	background-color: Transparent;
	border-top-width: 0px;
	border-bottom: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	text-align: left;
}
/* 開始標記 Title Button 的設定從http://www.dynamicdrive.com/style/csslibrary/item/css_square_buttons/來 */
.squarebutton
{
	background: transparent url(   'media/square-blue-left.gif' ) no-repeat top left;
	display: block;
	float: left;
	font: normal 14px Arial; /* Change 12px as desired */
	font-weight: bold;
	line-height: 15px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */
	height: 23px; /* Height of button background height */
	padding-left: 9px; /* Width of left menu image */
	text-decoration: none;
}


.squarebutton span
{
	background: transparent url(   'media/square-blue-right.gif' ) no-repeat top right;
	display: block;
	padding: 4px 9px 4px 0; /*Set 9px below to match value of 'padding-left' value above*/
}



.buttonwrapper
{
	/* Container you can use to surround a CSS button to clear float */
	overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
	width: 100%;
}
/* 結束標記 Title Button  */

.modalbackground
{
	border: 1px solid #2f4f4f;
	color: White;
	background-color: #000000;
	font-weight: bold;
	cursor: not-allowed;
	filter: alpha(opacity=40);
}
P
{ line-height:150%
    }
