﻿@charset "utf-8";
/* CSS Document */

html, body{
	height:100%;
	margin:0;
}

body {
	/*background-image: url(../images/gradient_bg.gif);*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000000;
}

/* Link Style */
a:link, a:active {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a:visited {
	color:#682C7C;
}

/* Privacy Policy Statement */
.blacklink {
	color:#000000;
}
.blacklink:hover {
	color:#000000;
	text-decoration:underline;
}
.blacklink:link, .blacklink:active, .blacklink:visited {
	color:#000000;
	text-decoration:none;
}

/* AISA | AUSTRALASIA | UNITED KINGDOM | EUROPE | UNITED STATES */
.whitelink {
	color:#FFFFFF;
	text-decoration:none;
}
.whitelink:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
.whitelink:link, .whitelink:active, .whitelink:visited {
	color:#FFFFFF;
	text-decoration:none;
}

/* Home | Contact us | Site Map | Search */
#topmenuContainer {
	height:22px;
	line-height: 22px;
	text-align: center;
	margin:0;
	background-color:#99CC33;
	position:relative;
	z-index:100;
	width:100%;
	min-width:775px;
}
.topmenu {
	color:#000000;
	display:block;
	height:22px;
	text-align:center;
	line-height: 22px;
	text-decoration: none;
	font-weight:bold;
	cursor:pointer;
}
.topmenu:hover {
	display:block;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #006600;
}
/* Copyright | Privacy Policy Statement */
#bottommenuContainer {
	position:relative;
	margin:5px 0px 0px 0px;
	bottom:0;
	left:0;
	width:100%;
	min-width:775px;
}
.bottommenu{
	position:relative;
	height:22px;
	line-height:22px;
	min-height:22px;
}


/* 繁體字 | 简体 | English */
.langdiv {
	display:block;
	height:22px;
	width:55px;
	overflow:hidden;
	text-decoration: none;
	margin:0;
	padding:0;
	position:absolute;
	top:0;
	visibility:hidden;
	cursor:pointer;
}
.langdiv:hover {
	display:block;
	text-indent:-55px;
	text-decoration: none;
}

/* Content Table */
#contentTable {
	position:absolute;
	top:0%;
	left:0%;
	margin:0;
	padding:0;
	border:none;
	width:100%;
	min-width:775px;
}

/* Table with Purple Border */
.tablesytle {
	border: thin solid #663366;
	text-align:center;
	vertical-align: middle;
}

/* Purple Background + White Fonts */
.tabletitle {
	font-weight:bold;
	color: #FFFFFF;
	background-color: #663366;
	text-align:center;
}

/* Used in Calendar's Events */
.event {
	font-size:15px;
}

/* Green Table used in Judgments and Links */
.green_table {
	border:1px solid #003300;
	width:98%;
}
.green_table tr th{
	background-color:#336633;
	color:#FFFFFF;
}

/* Bright Green Background + Black Fonts */
.tablesubtitle{
	background-color:#99CC33;
	color:#000000;
	font-weight:bolder;
	text-align:center;
}

/* Used in Marquee iFrame */
.marqueeFrame {
	position:relative;
	left:10px;
	top:5px;
}

/* Used in Section Title and Pic */
#sectionTitle {
	width:100%;
	height:105px;
	min-height:105px;
	position:relative; 
	z-index:400;
}

/* Section Title */
/*h1 {
	font-size:15px;
	font-weight:bold;
	color:#003300;
	line-height:15px;
}*/

/* menu */
#courseicon {
	margin-top:3px;
}

/* light green section background */
.sectiondiv
{
	margin-left:15px;
	margin-right:15px;
}
.sectiontable
{
	width: 100%;
	background-color: #EDF8DE;
	padding: 5px;
}

.sectiontitle
{
	line-height: 40px;
	color: #660066;
	font-size: large;
	font-weight:bold;
}
.sectioncaption
{
	color: #660066;
	font-size: small;
	font-weight: bold;
}