/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 10pt;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}
H1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	12pt;
	font-weight:	bold;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	11pt;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	color:Navy
	}	
		
H3	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	10pt;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	color:Maroon
	}	
		
H4	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	9pt;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	8pt;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	7pt;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	


A:link	{	
	text-decoration:	none;
	color:	#3333cc;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
	}

A.ModuleMenu:link
{
	color: #ffffff;
	font-size: 11pt;
	text-decoration: none;
}	
		
A.ModuleMenu:visited
{
	color: #ccffff;
	font-size: 11pt;
	text-decoration: none;
}	
		
A.ModuleMenu:active
{
	color: #ffff99;
	font-size: 11pt;
	text-decoration: none;
}	
		
A.ModuleMenu:hover
{
	color: #e1e1ff;
	font-size: 11pt;
	text-decoration: none;
}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

IMG 	{
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	}
.BIMessage_Student {
	Font-size: 12pt;
	font-family:Verdana, Arial;
	color:Navy;
	background-color:White;
	font-weight:bold;
	text-align:center
	}	
.BIMessage_Admin {
	Font-size: 12pt;
	font-family:Verdana, Arial;
	color:Red;
	background-color:White;
	font-weight:bold;
	text-align:center
	}	
.BIHeader_Admin {
	Font-size: 12pt;
	font-family:Verdana, Arial;
	color:Navy;
	background-color:White;
	font-weight:bold;
	text-align:center
	}
	
.BIHeader_Student {
	Font-size: 12pt;
	font-family:Verdana, Arial;
	color:#993300;
	background-color:White;
	font-weight:bold;
	text-align:center
	}	
.BICourseFormTitle {
	Font-size: 12pt;
	font-family:Verdana, Arial;
	color:White;
	background-color:#009966;
	font-weight:bold;
	text-align:center
	}
	
.BISessionFormTitle {
	Font-size: 12pt;
	font-family:Verdana, Arial;
	color:White;
	background-color:#003333;
	font-weight:bold;
	text-align:center
	}
	
.BIRegistrationFormTitle {
	Font-size: 12pt;
	font-family:Verdana, Arial;
	color:White;
	background-color:#000099;
	font-weight:bold;
	text-align:center
	}	
	
.BIStudentFormTitle {
	Font-size: 12pt;
	font-family:Verdana, Arial;
	color:White;
	background-color:#993300;
	font-weight:bold;
	text-align:center
	}
	
.BIInstructorFormTitle {
	Font-size: 12pt;
	font-family:Verdana, Arial;
	color:White;
	background-color:#009999;
	font-weight:bold;
	text-align:center
	}	
.BIInquireFormTitle {
	Font-size: 12pt;
	font-family:Verdana, Arial;
	color:White;
	background-color:#006699;
	font-weight:bold;
	text-align:center
	}	
.BIModuleFormTitle {
	Font-size: 10pt;
	font-family:Verdana, Arial;
	color:White;
	background-color:#336666;
	font-weight:bold;
	text-align:Left
	}
.BIQuestionFormTitle 
{
	Font-size: 10pt;
	font-family:Verdana, Arial;
	color:White;
	background-color:Black;
	font-weight:bold;
	text-align:Left	
}	
.BICourseFormBody {
	Font-size: 10pt;
	font-family:Verdana, Arial;
	color:#009966;
	background-color:White;
	font-weight:bold;
	text-align:left
	}
	
.BISessionFormBody {
	Font-size: 10pt;
	font-family:Verdana, Arial;
	color:#003333;
	background-color:White;
	font-weight:bold;
	text-align:left
	}
	
.BIRegistrationFormBody {
	Font-size: 10pt;
	font-family:Verdana, Arial;
	color:#000099;
	background-color:white;
	font-weight:bold;
	text-align:left
	}	
.BIStudentRegistrationFormBody {
	Font-size: 10pt;
	font-family:Verdana, Arial;
	color:black;
	background-color:white;
	font-weight:normal;
	text-align:left
	}	
.BIStudentFormBody {
	Font-size: 10pt;
	font-family:Verdana, Arial;
	color:#993300;
	background-color:White;
	font-weight:bold;
	text-align:left
	}
	
.BIInstructorFormBody {
	Font-size: 10pt;
	font-family:Verdana, Arial;
	color:#009999;
	background-color:White;
	font-weight:bold;
	text-align:left
	}
.BIModuleFormBody {
	Font-size: 10pt;
	font-family:Verdana, Arial;
	color:#336666;
	background-color:White;
	font-weight:bold;
	text-align:left
	}	
.BIQuestionFormBody 
{
	Font-size: 10pt;
	font-family:Verdana, Arial;
	color:Black;
	background-color:White;
	font-weight:bold;
	text-align:left}
.BIInquireFormBody {
	Font-size: 10pt;
	font-family:Verdana, Arial;
	color:#006699;
	background-color:White;
	font-weight:bold;
	text-align:left
	}	
.BILastUpdateBody {
	Font-size: 10pt;
	font-family:Verdana, Arial;
	color:White;
	background-color:Black;
	font-weight:bold;
	text-align:Left
	}
.BIMainMenu {
	Font-size: 9pt;
	font-family:Verdana, Arial;
	color:White;
	background-color:#ccffff;
	font-weight:bold;
	text-align:Left
	}
.BIFormMenu {
	Font-size: 8pt;
	font-family:Verdana, Arial;
	color:White;
	background-color:#99ffff;
	font-weight:bold;
	text-align:Left
	}