﻿/* school styles */
#schoolarea
{
	text-align:left;
	width:100%;
}
#aboutschool
{
	position:relative;
	float: left;
	left:20px;
	top:2px;
	width:340px;
	height: 100%;
}
#schoolname
{
	position: relative; 
	left:0px;
	top:0px;
	width:340px;
	height:95px;
}
#schoolblurb
{
	position:relative;
	top: -25px;
	left:17px;
	width:315px;
	text-indent:46px;
	color: #888;
	text-align:justify;
	height: 100%;
	font-size: 12pt;
	line-height: 20pt;
}

/* Main News Panel styles */	
#mainnewsarea
{
	position: relative;
	top:23px;
	left:30px;
	width: 367px;
	height: 100%;
	display:table;
}

#mainnewsphoto
{
	position: relative;
	left: 0px;
}

#mainnewscontent
{
	padding: 4px 19px 0px 16px; 
	text-align:justify;
	background-image:url('/ch_files/mainnewsbg.jpg');
	background-repeat: repeat-y;
}

#mainnewsender
{
	background:url('/ch_files/mainnewsender.jpg');
	background-repeat: no-repeat;
}

/* Sub News Panel styles  */
#subnewsarea
{
	width:100%;
	display: table;
	height: 100%;
	margin-top:17px;
}

#subnewsspace1
{
	position: relative;
	left: 30px;
	width: 244px;
	height: 100%;
	float: left;
}
#subnewsspace2
{
	position: relative;
	left: 30px;
	width: 244px;
	height: 100%;
	float: left;
}
#subnewsspace3
{
	position: relative;
	left: 30px;
	width: 244px;
	height: 100%;
	float: left;
}

.subnewspanel
{
	/*width:214px;*/
	display:table;
	padding-right:27px;
}

.subnewsphoto
{
	position: relative;
	left: 0px;
}

.subnewscontent
{
	padding: 4px 15px 0px 12px; 
	text-align:justify;
	background-image:url('/ch_files/subnewsbg.jpg');
	background-repeat: repeat-y;
}

.subnewsender
{
	background:url('/ch_files/subnewsender.jpg');
	background-repeat: no-repeat;
}


/*  News Story styles */

.news_story_type
{
	font-family: Arial, 華康中黑體, Arial Unicode MS, MingLiU, SimSun, Georgia, Times New Roman, Courier;
	color: #669900;
	font-weight: bold;
}

.news_story_title
{
	color: #888;
	font-size: 10pt;
	font-weight: bold;
}

.news_story_text
{
	font-size: 10pt;
	line-height: 14pt;
	color: #888;
}

.news_more
{
	text-align:right;
}

em 
{
	font-family: Verdana, MingLiU, Arial Unicode MS, SimSun, Arial, Sans-serif;
	font-weight:bold;
	text-decoration:none;
	font-style:normal;
	font-variant: small-caps;
}

/* spacers */
.spacer17px
{
	height:17px;
	width:100%;
	clear:both;
}
