/**************************************************/
/* Proprofs.com */
/* CSS styles for Web-School of proprofs.com*/
/**************************************************/

/* Sidebar Big Buttons - Round */
#blocknavsl a:link, #blocknavsl a:visited { height:25px; text-decoration:none;font-size:115%; font-weight:bold;color:#000;display:block;padding:15px 10px 10px 40px; background:url("/images/master-proprofs.png") no-repeat top left; background-position:-200px 0px;}
#blocknavsl a:hover, #blocknavsl a:active {color:#069; background:url("/images/master-proprofs.png") no-repeat top left; background-position:-200px -50px; text-decoration:none;}

#blocknavsf a:link, #blocknavsf a:visited { height:25px; text-decoration:none;font-size:115%; font-weight:bold;color:#000;display:block;padding:15px 10px 10px 40px; background:url("/images/master-proprofs.png") no-repeat top left; background-position:-200px -100px;}
#blocknavsf a:hover, #blocknavsf a:active {color:#069; background:url("/images/master-proprofs.png") no-repeat top left; background-position:-200px -150px; text-decoration:none;}

#blocknavspy a:link, #blocknavspy a:visited { height:25px; text-decoration:none;font-size:115%; font-weight:bold;color:#000;display:block;padding:15px 10px 40px 10px; background:url("/images/master-proprofs.png") no-repeat top left; background-position:0px -200px;}
#blocknavspy a:hover, #blocknavspy a:active {color:#069; background:url("/images/master-proprofs.png") no-repeat top left; background-position:0px -250px;text-decoration:none;}

#blocknavtd a:link, #blocknavtd a:visited { height:25px; text-decoration:none;font-size:115%; font-weight:bold;color:#000;display:block;padding:15px 10px 10px 10px; background:url("/images/master-proprofs.png") no-repeat top left; background-position:0px 0px;}
#blocknavtd a:hover, #blocknavtd a:active {color:#069; background:url("/images/master-proprofs.png") no-repeat top left; background-position:0px -50px;text-decoration:none;}

/**** Over riding existing Top menu CSS, to make alignment , paddings and margins perfect***/
#qm0	
	{	
		width:auto;
		background-color:#FFFFFF;
		background-image:url(/images/menubgtb.gif);
		border-width:1px 0px 0px 1px;
		border-style:solid;
		border-color:#9c2a29;
	}
#qm0 a	
	{	
		padding:4px 20px 5px 8px;
	}
#qm0 a.menuSelected
	{	
		height:22px;
	}


/********File Extension box********---------------------------------------------*/
.fileExt{ font-size:11px; }
.fileExt strong{ font-size:14px; color:#9c2a29; border-bottom:1px dotted #aaaaaa;}


/**-------------Progress status BIG ICONS, ENABLE and DISABLED, EX: Step1, Step2, Step3 MAX----------***/
.step1Enable{
	background:url(/images/step1enable.png) no-repeat left;
	padding:12px 0 0 45px;
	height:36px;
	display:block;
	font-size:20px;
	letter-spacing:-1px;
	color:#333333;
	text-decoration:none;
}	
.step1Disable{
	background:url(/images/step1disable.png) no-repeat left;
	padding:12px 0 0 45px;
	height:36px;
	display:block;
	font-size:20px;
	letter-spacing:-1px;
	color:#ccc;
	text-decoration:none;
}
.step2Enable{
	background:url(/images/step2enable.png) no-repeat left;
	padding:12px 0 0 45px;
	height:36px;
	display:block;
	font-size:20px;
	letter-spacing:-1px;
	color:#333333;
	text-decoration:none;	
}	
.step2Disable{
	background:url(/images/step2disable.png) no-repeat left;
	padding:12px 0 0 45px;
	height:36px;
	display:block;
	font-size:20px;
	letter-spacing:-1px;
	color:#ccc;
	text-decoration:none;	
}		
.step3Enable{
	background:url(/images/step3enable.png) no-repeat left;
	padding:12px 0 0 45px;
	height:36px;
	display:block;
	font-size:20px;
	letter-spacing:-1px;
	color:#333333;
	text-decoration:none;	
}	
.step3Disable{
	background:url(/images/step3disable.png) no-repeat left;
	padding:12px 0 0 45px;
	height:36px;
	display:block;	
	font-size:20px;
	letter-spacing:-1px;
	color:#ccc;
	text-decoration:none;	
}	
