﻿
/* CSS Document */
*{
	margin:0;
	padding:0;
}

html, body, input, text, a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.text1{
	color:#FFFFFF;
	font-size:10px;
}

.text2{
	color:#ffff00;
}

.text3{
	color:#000;
	font-size:9px;
}

.text4{
	font-size:10px;
	line-height:18px;
}

.text5{
	color:#000;
	font-size:10px;
}

.title1{
	color:#000;
	font-size:12px;
	
}

.title2{
	color:#000;
	font-size:11px;
}
.title3
{
	color:#000;
	font-size:14px;
	font-weight:bold;

}



a{
	color:#000;
	text-decoration:none;
}

a:hover{
	color:#000;
	text-decoration:underline;
}

.a1{
	color:#ffff00;
	text-decoration:underline;
}

.a1:hover{
	color:#ffff00;
	text-decoration:none;
}

.a2{
	color:#0099CC;
	text-decoration:none;
}

.a2:hover{
	color:#0099CC;
	text-decoration:underline;
}

.p1{
	margin:0; padding:0 0 10px 0;
}

/*= Core CSS progress bar code */
.progressbar {
    width: 510px;
   
        background: url(../Images/quiz-progress-back.jpg) no-repeat 0 -49px;
}
.progressbar-green {
    height: 25px;
    width:26px;
    float: left;
    vertical-align:middle;
    margin-top:1px;
    background: url(../Images/quiz-progress_green.png) no-repeat 100% 0;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='fixed', src='../Images/quiz-progress_green.png');
}
.progressbar-red {
    height: 25px;
    width:26px;
    float: left;
    margin-top:1px;
   vertical-align:middle;
    background: url(../Images/quiz-progress_red.png) no-repeat 100% 0;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='fixed', src='../Images/quiz-progress_red.png');
   
}
.text4 LABEL {
  
  margin-left:25px;	
	display:block;	
  vertical-align:bottom;
  margin-top:-3px
 
}

.txtsearch
{
width:160px;
height:20px;
border:0;
font-weight:bold;
}
.text4 input
{
  vertical-align:bottom;
  float: left;
  
}
.greytext
{
color:Gray;
width:160px;
height:20px;
border:0;
font-weight:bold;


}
