﻿.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 
{
	margin: 5px 5px 5px 5px;
	font-size:22px;
}

.quizsubtitle
{
	font-size: 14px;
	color: silver;
	margin-left: 5px;
	font-weight: bold;
}
#answers {
	display:none;
}
#score_graph 
{   	
	height:75px;
	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: silver;
	cursor:pointer ;
}

#questionbox
{	
	width:400px;
	text-align:left;
	z-index:1;
}

#start
{
	width: 250px;
	cursor: pointer;
	color: white;
	margin: 1px;
	border-right: silver thin solid;
	border-top: silver thin solid;
	border-left: silver thin solid;
	border-bottom: silver thin solid;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-top: 5px;
	background-color: Gray;
}
#share
{	width:350px;
	padding-left:55.0px;
	padding-top:35.0px;
	text-align:center;
}
body
{
	background-color:Black;
	height: 100%;
}

.qfooterstyle
{  
	height: 30px;
	background-color: Gray;
	font-family: Verdana;
	font-size: x-small;
	color: White;
	text-align: center;
	z-index:10;
	border-top: 2px solid silver;
	width: 100%;
	vertical-align: middle;  
	position: absolute; 
	bottom: 0%; 
}


:link { color: Black }  /* for unvisited links */
:visited { color: Black } /* for visited links */
a:active { color: rgb(0, 0, 153) } /* when link is clicked */
a:hover { color: rgb(0, 96, 255) } /* when mouse is over link */


