﻿.subcontentstyle
{
    padding-top:5.0px;
	padding-bottom:30.0px;
    width:800px;
    color:White;
    font-family:Tahoma;
    margin-left: auto;
    margin-right: auto;
	cursor:default ;
	
}

#content
{	    
	padding-top:10.0px;
	width:660px;
}
.quiztitle 
{
	
	font-size:22px;
}

.quizsubtitle 
{	
	font-size:14px;
	color:#FFCC66;
}
#answers {
	display:none;
}
#score_graph 
{   	
	height:40px;
	padding-top:5.0px;
	padding-bottom:5.0px;
	padding-left:15.0px;
	padding-right:15.0px;
	width:370px;
}

#ans
{	
	height:40px;
	float:right;

}
#qcount
{	padding-top:25.0px;
	font-size:14px;
	height:60px;
	float:left;
	vertical-align:bottom;
}

.question
{	
	color: rgb(241, 218, 148);
	cursor:pointer ;
}

#questionbox
{	
	width:400px;
	text-align:left;
	z-index:20;
	height:400px;
}

#start
{
	text-align:left;
    cursor:pointer ;
    color: rgb(241, 218, 148);
}
#share
{	width:350px;
	padding-left:55.0px;
	padding-top:35.0px;
	text-align:center;
}
body
{
	background-color:Black;
	height: 100%;
}

.qfooterstyle
{  
	height: 35px;
	background-color: maroon;
	font-family: Verdana;
	font-size: x-small;
	color: White;
	text-align: center;
	bottom: 0%;
	z-index:10;
	border-top: 2px solid #663300;
	width: 100%;
	vertical-align: middle;  
	
	
}
	






:link { color: rgb(241, 218, 148) }  /* for unvisited links */
:visited { color: rgb(241, 218, 148) } /* for visited links */
a:active { color: rgb(45, 69, 80) } /* when link is clicked */
a:hover { color: rgb(45, 69, 94) } /* when mouse is over link */