﻿.subcontentstyle
{
	padding-top:5.0px;
	padding-bottom:20.0px;
    width:800px;
    color:black;
    font-family:Tahoma;
    margin-left: auto;
    margin-right: auto;
	cursor:default ;
	z-index:1;
	min-height:500px;
}

#content
{		
 
}

.quiztitle 
{
	margin: 5px 5px 5px 5px;
	font-size:24px;
	font-family:Andy, Tahoma;
}

.quizsubtitle
{
	font-size: 14px;
	color: gray;
	margin-left: 5px;
	font-weight: bold;
}

.score
{
	color: #ff0099;
}

#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:10px;
	font-size:14px;
	height:40px;
	float:left;
	vertical-align:bottom;
}

.question
{	
	color: #dd1c79;
	cursor:pointer ;
}

#questionbox
{	
	width:400px;
	text-align:left;
	z-index:1;
}

#start
{
	text-align:center;
	width: 290px;
	cursor: pointer;
	color: White;
	margin: 1px;
	border-right: mediumvioletred thin outset;
	border-top: mediumvioletred thin outset;
	border-left: mediumvioletred thin outset;
	border-bottom: mediumvioletred thin outset;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-top: 5px;
	background-color: black;
}
#share
{	width:350px;
	padding-left:55.0px;
	padding-top:35.0px;
	text-align:center;
}
body
{
	background-color: White;
}

.qfooterstyle
{  
	height: 50px;
	background-color: black;
	font-family: Verdana;
	font-size: x-small;
	color: White;
	text-align: center;
	z-index:0;
	border-top: 2px solid #dd1c79;
	width: 100%;
}


: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 */



