﻿.QuizSoft
{
	font-size: 8pt;
	font-family: tahoma;
	color: black;
	font-weight: Normal;}
.QuizSoftG
{
	margin-left:15;
	margin-right :15;
	font-size: 8pt;
	font-family: tahoma;
	color: black;
	font-weight: Normal;
}
.QuizSoftTitle
{
	font-size: 8pt;
	font-family: tahoma;
	color: black;
	font-weight:normal;
	color:black;
}
.QuizSoftQuestion
{
	font-size: 8pt;
	font-family: tahoma;
	color: black;
	font-weight:bold;
}
.QuizSoftResult
{
	font-size: 8pt;
	font-family: tahoma;
	color: red;
	font-weight: normal;
	text-align:right;
}
.QuizSoftResult2
{
	font-size: 8pt;
	font-family: tahoma;
	color: blue;
	font-weight: normal;
	text-align:right;
}
.DesQuestion
{
	font-size: 8pt;
	font-family: tahoma;
	color: black;
	font-weight: normal;
	margin-left:15;
	margin-right :15;
}
.SubmitQuizSoft
{
	font-size: 8pt;
	font-family: tahoma;
	color: Black;
	font-weight: normal;
	margin-left:20;
	margin-right :20;
}
.gridview .actions div 
{
	float: right;
	padding-right: 2px;
	text-align: center;
	width: 95px;
}
.gridview .edit td,.gridview .create td 
{
	background: #DAFFCD;
	padding: 4px;
	border-bottom: solid 2px #FFFFFF;
	border-top: solid 2px #FFFFFF;
	}
.gridview td
{
	background: #D7E6F4;
	border-bottom: solid 1px #C5DBF7;
	color: #333333;
	padding: 5px 4px;
	font-family: Tahoma, Serif, Sans-Serif;
	font-size: 10px;
	text-decoration: none;
	}
.gridview td a
{
	color: #0066CC;
	font: Tahoma, Serif, Sans-Serif;
	padding: 2px;
	text-decoration: none;
	font-size: 10px;
	text-decoration: none;
}
.gridview td a:hover 
{
	color: #333333;
	font-weight: bold;
}
.gridview th 
{
	background: #4168BD;
	color: #FFFFFF;
	font:  Tahoma, Serif, Sans-Serif;
	letter-spacing: 0;
	padding: 4px;
	text-align: center;
	font-size: 10px;
	text-decoration: none;
}
.gridview th a
{
	color: #FFFFFF;
	font:  Tahoma, Serif, Sans-Serif;
	font-size: 10px;
	text-decoration: none;
}
.gridview th a:hover
{
	color: #00FF00;
}
.gridview tr.even td,.detailsview tr.even td
{
	background: #FFFFFF;
}
.gridview tr.header 
{
	background: #C5DBF7;
}
.gridview,.detailsview 
{
	width: 70%;
}
