﻿body {
font-family:Verdana;
font-size:0.8em;
width:100%;
height:100%;
margin:0 auto;
}

.mainTitle
{
	font-family:Times New Roman;	
	color:White;
	font-weight:bold;
	font-size:1.2em;
}


/*align image and text to middle*/
.vaMiddle
{vertical-align:middle;	}

.captionTitle /*announcement, news, calendar of activities, etc*/
{
	font-family:Times New Roman;	
	color:#284a91;
	font-size:1.5em;
	display:block;
	float:left;
	padding-top:10px;	
}
/*End of align image and text to middle*/


.leftColumn /*Announcement*/
{
	margin:10px 0 5px 38px;
	float:left;	
	width:317px;
}

.addPadLeft /*add padding to the left, use in from Principal*/
{
	padding-left:10px;
}

.addPadTop /*add padding to the top, use in Malayan Hymn*/
{
	padding-top:10px;
}

.addMarginTop /*add margin to the top, School Calendar Table*/
{
	margin-top:10px;
}

.grayTitle
{
	color:Gray;
	font-weight:bold;	
}

.highlightText{color:#ff9818}/*use in webmail*/


a:link
{
	color:White;
	text-decoration:none;	
}

a:visited
{
	color:Gray;
	text-decoration:none;	
}

a:hover,a:active
{
	color:#ff9818;
	text-decoration:underline;	
}


.centerHRBody
{
	margin:0 auto;
	width:980px;	
}
.centerText /*use in malayan hymn*/
{
	text-align:center;
}

.listContent{
list-style-type:disc;	
margin:0;
padding-left:3em;
}

.listContent ul{
list-style-type:disc;
margin:0;
padding-left:2em;	
}

.listContentOrdered{
list-style-type:decimal;
margin:0;
padding-left:3em;
}

.listContentNS{
list-style-type:none;
margin:0;
padding-left:1.5em;		
}


.boldContent{ font-weight:bold;}

a:link.anchorHighlight,a:visited.anchorHighlight /*used in announcement*/
{
	color:Blue; font-style:italic; text-decoration:underline
}

.alignRight /*used in From President and From Principal*/
{
	text-align:right;
	padding-right:40px;	
}

a:link.anchorHighlightWhite,a:visited.anchorHighlightWhite /*used in From President and From Principal*/
{
	color:white; font-style:italic; text-decoration:underline
}

.activeLink
{
	color:#ff9818;		
}

.smallfont /*Use in acrobat note text*/
{
	font-size:smaller;
	width:90%;
}

.arrowRight /*main page under admissions*/{
background:url(../Images/Main/arrow.png) no-repeat left center;
display:inline-block;	
padding:0 0 0 1em;
margin:0;
}

.italicContent{ font-style:italic;}

table {
border: 1px solid #999;
border-collapse: collapse;
text-align:left;
width:95%;
}

caption
{
	background-color:#FC9;
	padding:2px 0;
	border: 1px solid #999;
	font-weight:bold;	
}

td {
border: 1px solid #999;
vertical-align: top;
}

td.adjustPad 
{
	padding:2px 5px;
}


tr.title
{
	background-color:#CC9;	
}

tr.odd
{
	background-color:#F7F6F3;
}

tr:hover, .title:hover
{
	background-color:#FFC;
}

div.resetTable table
{
	border:none;
	padding:0;
	text-align:left;
}

div.resetTable td
{
border: none;padding:0;
}

div.resetTable td a:link
{
	color:Black;
}

