
/* Specific CSS specific to the Teacher program. */
#AreYouTeacher {
	position:relative; left:50px; top:170px; width:390px; height:300px; color:#FFF; font-size:14px;
}
#AreYouStudent {
	position:relative; left:55px; top:170px; width:390px; height:300px; color:#FFF; font-size:14px;
}
/* teacher program class styles */
.teacherTable { font-size: 10pt; color: #606060;  font-family:Verdana, Geneva, sans-serif; }
.teacherTable td {
	 height:20px; padding-bottom:2px;
	 font-size: 10pt; color: #606060;  font-family:Verdana, Geneva, sans-serif;
}

.teacherForm select {
	color:#666; 
	font-size:10pt;
	margin-bottom: 7px;
    margin-left: 0; 
	padding: 5px 2px 5px 0;
}
.teacherForm textarea {
	color:#666; font-size:10pt; padding:4px 4px 4px 2px; font-family:Verdana, Geneva, sans-serif; outline:none; resize: none;
}
.teacherHeader {
	font-weight:bold;
	font-size:10pt;
}
.teacherProgramDetails {
	font-size:10pt;
	color:#FFF;
	background-color:#879291;
}
a.teacherLink:link   {
	font-size:10pt; 
	color:#9fc54e;
	text-decoration:none; 
}
a.teacherLink:hover  {
	text-decoration:underline;
	font-size:10pt; 
}
a.teacherLink:visited  {
	color:#9fc54e;
	font-size:10pt; 
}
a.schoolLink:link   {
	font-size:10pt; 
	color:#06b1f8;
	text-decoration:none; 
}
a.schoolLink:hover  {
	text-decoration:underline;
	font-size:10pt; 
}
a.schoolLink:visited  {
	color:#06b1f8;
	font-size:10pt; 
}

h1.teacherTitle{
	font-size:13pt;
	font-weight:bold;
}
.teacherText {
	font-size:10pt;
	line-height:20px;
}
.teacherTextSmall {
	font-size:8pt;
	line-height:14px;		
}

#screenMask 
{
	visibility: hidden;
	position:absolute;
	left:0px;
	top:0px;
	z-index:3002;
	background-image:url(image/teacherProgram/popUpBG.png);
}
#popUpDiv 
{
	visibility: hidden;
	position:absolute;
	margin-left:0px;
	margin-top:0px;
	z-index:3003;
	background-color:#333;
}
.teacherTable .noticeText {
	color:#9fc54e;	
}
.teacherTable .errorText {
	color:#FF0000;	
}
/***************************************/
