﻿/* Default CSS Stylesheet for a new Web Application project  */ 

BODY
{
	background-color: white;
	font-family:  Verdana, Helvetica, sans-serif, SimSun;
	 font-size: 10pt; 
	font-weight: normal;
}


/* 連結共用 */

a, a:link , a:visited {
	color: #0066cc;
	text-decoration: none;
    font-family   : Verdana; 
	font-size: 10pt;
}
a:hover {
	color: #ffffff;
	text-decoration: none;
	BACKGROUND-COLOR: #99ccff;
	font-size: 10pt;
}


/* Menu*/
a.Menu
{  
	text-decoration: none;
	font-size: 10pt;
	font-family:  Verdana;
}

a.Menu:link, a.Menu:visited
{	
	text-decoration: none;
	color:#ffffff;
	font-weight:normal ;
	font-size: 10pt;
}
a.Menu:hover
{	
	text-decoration: none;	
	font-weight:normal;
	background:#000000;
	color: #ff9933;
	font-size: 10pt;
}

/* 更多,詳細內容 */
a.More {
	font-size: 75%;
	color: #BC792A;
	text-decoration: none;
	background: url(../images/bullet_more.gif) no-repeat 3px 9px;
	padding-left: 17px;
	padding-top: 8px;
	padding-right: 5px;
	float: right;
	font-family: "新細明體";
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
a.More:hover {
	color: #990000;
	text-decoration: none;
}


.Intro 
{
	text-indent: 20pt;
	text-justify: inter-ideograph;	
	font-family:  Verdana, Helvetica, sans-serif, SimSun;
	line-height: 15pt;
	text-align: justify;
}


.PageTitle
{
	font-size: 10pt;
	text-align: right;
	font-family:  Verdana, Helvetica, sans-serif, SimSun;
	font-weight:bold ;
}


.NotifyName
{
	font-size: 11pt;
	font-family: Verdana, Helvetica, sans-serif, SimSun;
}	


/* 區塊名稱：公告 */
#ExamHistory {
	padding-bottom: 15px;
	width: 100%;
	padding-top: 5px;
}
#ExamHistory .Head {
	font: bold 100%/120% ;
	color: #115E86;
	background: #EAEAEA url(../images/icon_blue01.gif) no-repeat 5px 6px;
	padding-bottom: 3px;
	padding-left: 25px;
	padding-right: 0px;
	letter-spacing: 0.2em;
	padding-top: 5px;
}



#公告 .Body {
	padding: 8px 0px 0px;
	margin: 0px;
}
#公告 .Body h1 {
	font-size: 95%;
	font-weight: normal;
	color: #333333;
	margin-bottom: 5px;
	line-height: 120%;
	font-family: "新細明體";
	margin-top: 0px;
}
#公告 .Body img {
	float: left;
	margin-right: 5px;
	border: 1px solid #999999;
	width: 160px;
}
#公告 .Body p {
	font-size: 80%;
	line-height: 150%;
	font-family: "新細明體";
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
	margin: 0px;
	padding: 0px;
}
#公告 .Body .more {
	clear: both;
	margin-top: 5px;
	text-align: right;
}
#公告 .Body .more a,#declare .Body .more a,#declareleft .Body .more a {
	color: #115E86;
	font-family: "新細明體";
	font-size: 75%;
	text-decoration: none;
	background-image: url(../images/icon_blue01.gif);
	background-repeat: no-repeat;
	padding-top: 1px;
	padding-bottom: 2px;
	background-position: right top;
	display: block;
	padding-right: 18px;
}
#公告 .Body .more a:hover,#declare .Body .more a:hover,#declareleft .Body .more a:hover {
	color: #FF3300;
	text-decoration: underline;
}
#公告 .Body ul {
	padding: 0px;
	margin: 5px 0px 0px;
}
#公告 .Body ul li {
	list-style-type: none;
	font-family: "新細明體";
	font-size: 80%;
	line-height: 150%;
	font-weight: normal;
	font-variant: normal;
	color: #3D6176;
	display: inline;
}
#公告 .Body ul li a {
	display: block;
	color: #3D6176;
	text-decoration: none;
	margin-top: 2px;
	margin-bottom: 2px;
	background-image: url(../images/icon_square_blue01.gif);
	background-repeat: no-repeat;
	background-position: 6px 9px;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 3px;
	padding-bottom: 1px;
}
#公告 .Body ul li a:hover {
	background-color: #FBF6A4;
}
#公告 .Foot {
}
