

/* Educater Styles ***********************/

.educatorTitle
{
	font-family:'Verdana', 'Lucida Grande', sans-serif; 
	font-weight:bold;
	color:#939191;
	font-size:18px;
	text-align: center;
	margin-bottom: 20px;
}

.Connect
{
	font-family:'Verdana', 'Lucida Grande', sans-serif; 
	font-weight:bold;
	color:Blue;
	font-size:44px;
	text-align: center;
}


.educatorOnline
{
	font-family:'Verdana', 'Lucida Grande', sans-serif; 
	color:#27B72B;
	font-size:18px;
	font-weight:bolder;
	text-align:center;
}


/* POPUP Program Box */

#fade
{
	display: none;
	background: #000; 
	position: fixed; left: 0; top: 0; 
	z-index: 10;
	width: 100%; height: 100%;
	opacity: .0;
	z-index: 9999;
}

.fader
{
    opacity: 0;
    -moz-opacity: 0;
    filter:alpha(opacity=0);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background-color: #A4ADB7;
}

.popup_block
{
	display: none;
	background: #FFF; 
	padding: 20px; 	
	border: 15px solid #f4f5f6;
	float: left;
	font-size: 1.2em;
	position: fixed;
	top: 50%; left: 50%;
	z-index: 99999;
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

img.btn_close
{
	float: right; 
	margin: -55px -55px 0 0;
}

.popup p
{
	padding: 5px 10px;
	margin: 5px 0;
}

/*--Making IE6 Understand Fixed Positioning--*/
*html #fade
{
	position: absolute;
}

*html .popup_block
{
	position: absolute;
}

.QuitMeterLarge
{
	font-family:'Verdana', 'Lucida Grande', sans-serif; 
	font-size:18px;
	color: #0472A2;
	font-weight:600;
	margin-top:-40px;
	
}

.QuitMeterSmall
{
	font-family:'Verdana', 'Lucida Grande', sans-serif; 
	font-size: 11px;
	color: #0472A2;
	font-weight:600;
	margin-top:-20px;
	
}




.StatTitle
{
	font-family:'Verdana', 'Lucida Grande', sans-serif; 
	font-weight:bold;
	color:#939191;
	line-height:20px;
	font-size:16px;

}


.StatNumber
{
	font-family:'Verdana', 'Lucida Grande', sans-serif; 
	color:#C91A1A;
	font-size:18px;
	font-weight:bold;

}


.SupportGroupNumber
{
	font-family:'Verdana', 'Lucida Grande', sans-serif; 
	color:#27B72B;
	font-size:18px;
	font-weight:bold;
	
}

.SupportLiveNumber
{
	font-family:'Verdana', 'Lucida Grande', sans-serif; 
	color:#3873F7;
	font-size:18px;
	font-weight:bold;
	
}


a.stats { color:Orange; font-size:18px; font-weight:normal; }
a.stats:link, a:visited, a:active { text-decoration: none; }
a.stats:hover { text-decoration: underline; }



 .fade{
	margin-bottom: 2em;
}

.fade p{
	margin-bottom: 2em;
	text-align: center;
	width: 100%;
}