/*----------------<Common Cleverlearn Site Style>----------------*/
body {
	font-family: Verdana, Tahoma, Helvetica, sans-serif;
	background-image:  url(imgs/site_bg.gif);
}
/*----------------------------NOTE!!!-----------------------------*/
/*
The default font family set for text inside table cells is "Verdana,
Tahoma, Helvetica, sans-serif" and the default size is "9pt". For this
set font sizes are set a point larger for the ZHT pages. All CSS classes
not specifying any font family and font size will automatically inheret
this style.

In case that an existing style is needed but requires having a bigger
font size. PLEASE CREATE A NEW CCS STYLE AND LABEL ACCORDINGLY
*/
/*----------------------------NOTE!!!-----------------------------*/
/*----------------</Common Cleverlearn Site Style>----------------*/
/*----------------------------------------------------------------*/
/*----------------<Common Clevercourse Site Style>----------------*/
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
P {
	line-height:20px;
	margin-bottom:12px;
}
h1 {
	font:18pt; 
	font-weight:900;
	margin:0px 20px 0px;	
}
/*----------------------------------------------------
Sections Currently Used:
- BE & GE Curriculum General Info area
Note:
This class creates a margin at the left, right and
bottom area of a table cell.
-----------------------------------------------------*/
.Padding {
	margin-left:16px;
	margin-right:16px;	
	margin-bottom:16px;
}
/*--------------------------------------------------*/
/*----------------------------------------------------
Sections Currently Used:
- CleverCourse Logo
-----------------------------------------------------*/
.Trademark {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #0066CC;
	font-weight: bold;
}
/*--------------------------------------------------*/
/*----------------------------------------------------
Sections Currently Used:
- BE & GE Course Descriptions & Goals and Objectives
Note:
These classes can also be used for text content that needs
a font size of 9pts.
-----------------------------------------------------*/
.Content {
	font-size:8.5pt;
}
.Content_ZHT {
	font-size:9.5pt;
}
/*--------------------------------------------------*/
/*----------------------------------------------------
Sections Currently Used:
- BE & GE Course Lesson Description Headers(HeaderQ12)
- BE Course Header(HeaderC5) 
Note:
These classes can also be used for text content that needs
a font size of 9pts.
-----------------------------------------------------*/
.HeaderQ12 {
	font-size: 9pt;
	font-weight: bold;
	color: #FFFFFF;
}
.HeaderQ12_ZHT {
	font-size: 10pt; 
	font-weight:bold; 
	color: #FFFFFF;
}
.HeaderC5 {
	font-size: 9pt;
	font-weight: bold;
	color: #0066CC;
}
.HeaderC5_ZHT {
	font-size: 10pt;
	font-weight: bold;
	color: #0066CC;
}
/*--------------------------------------------------*/
/*----------------------------------------------------
Sections Currently Used:
- BE & GE Class Schedule Note
- BE Curriculum - Course Description

Note:
These classes is for text areas where text needs to be
indented with a font size of 8.5pts.
-----------------------------------------------------*/
.Description {
	font-size:8.5pt;
	margin-left:16px;
	margin-right:16px;	
	margin-bottom:16px;
}
.Description_ZHT {
	font-size:9.5pt;
	margin-left:16px;
	margin-right:16px;	
	margin-bottom:16px;
}
/*--------------------------------------------------*/
/*----------------------------------------------------
Sections Currently Used:
- BE & GE Class List
- BE Curriculum - Course Description List

Note:
These classes is for list items. UnitItemsA1 for black text
UnitItemsQ12 for white text.
-----------------------------------------------------*/
.UnitItemsA1 {
	font-size: 8.5pt;
	color: #000000;
	line-height: 15px;	
}
.UnitItemsA1_ZHT {
	font-size: 9.5pt;
	color: #000000;
	line-height: 18px;
		
}
.UnitItemsQ12 {
	font-size: 8.5pt;
	color: #FFFFFF;
	line-height: 15px;	
}
.UnitItemsQ12_ZHT {
	font-size: 9.5pt;
	color: #FFFFFF;
	line-height: 18px;	
}
/*--------------------------------------------------*/
/*----------------------------------------------------
Sections Currently Used:
- BE & GE Content with highlighted text as headers or 
labels
Note:
These classes are also used to color hyperlinks.
-----------------------------------------------------*/
.HiliteM7 { 
	color: #FF3300;
}
.HiliteQ12 {
	color: #FFFFFF;
}
.HiliteC5 {
	color: #0066CC;
}
.HiliteD4 {
	color: #009999;
}
.HiliteA7 {
	color: #990000;
}
.HiliteA4 {
	color: #000099;
}
/*--------------------------------------------------*/
/*----------------</Common Clevercourse Site Style>---------------*/
/*-----------------</Common TYE Page Style>------------------*/
.TYE_Text td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-color: #333333;
}
.TYE_Text_ZHT td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-color: #333333;
}
.HiliteFFFFFF {
color: #FFFFFF;
}
.Hilite003333 {
color: #003333;
}
.Hilite006633 {
color: #006633;
}
.HiliteCC0000 {
color: #CC0000;
}
.Hilite0F669F {
color: #0F669F
}
.Link0066CC {
color: #0066CC;
}
.EvalMsgFF0000 {
font-weight: bold;
color: #FF0000;
}
.EvalMsg003333 {
font-weight: bold;
color: #003333;
}
/*-----------------</Common TYE Page Style>------------------*/

/*------------------CLC Free ----------------------------*/

.login {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt; font-weight: bold;
	color: #990000;
	text-decoration: none;
}

.header_CC  {
	font: bold 16px Verdana, Arial, Helvetica, sans-serif;
	color: #0968DE;
	text-decoration: none;
}
.header_2nd {
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	color: #FF3300;
	text-decoration: none;
	font-weight: bold;
}
.boldlink  {
	font: bold Verdana, Arial, Helvetica, sans-serif;
	color: #0066cc;
	text-decoration: underline;
}
.click_here {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #0080ff;
	text-decoration: underline;
}

