﻿.textBox {
	border: thin ridge #0099CC;
	width: 90%;
}
.gridview{
    /*word-wrap:break-word;*/
    word-break:break-all;
}
.textBox:hover 
{
	border: thin ridge #FFCC00;
	width: 90%;
}
.Button {
	border: thin solid #0099CC;
	font-family: verdana, Geneva, Tahoma, sans-serif;
	font-size: small;
	font-weight: bold;
	font-style: normal;
	color: #FFFFFF;
	background-color: #336699;
	height: 30px;
	width: 100px;
}

.Button:hover {
	border: thin solid #0099CC;
	font-family: verdana, Geneva, Tahoma, sans-serif;
	font-size: small;
	font-weight: bold;
	font-style: normal;
	color: #FFFFFF;
	background-color: #528DC6;
	height: 30px;
	width: 100px;
}

.a{
	color: #336699;
	font-style: normal;
	text-decoration: none;
}

.rulesStyle{
	font-family: Tahoma;
	font-style: normal ;
	font-size: 20px;
	color: #336699;
}

.footerText{
	font-family: Tahoma ;
	font-size: 12px;
	font-weight: bold;
	color: #E0E0E0;
}

.onlineExamination{
	font-family: Tahoma ;
	font-size: 20px;
	font-weight: bold;
	color: #009900;
}

.subjectText{
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #EBEBEB;
	text-decoration: none;
	border-style: none;
	background-color: transparent;
}

.subjectText:hover {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: black ;
	text-decoration: none;
	border-style: none;
	background-color: transparent;
}

.labelText{
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color:#F5F5F5;
	text-decoration: none;
	border-style: none;
	background-color: transparent;
}

.bodyText{
	font-family: Verdana, Geneva, Tahoma, sans-serif ;
	font-size: 12px;
	font-weight: bold;
	color: black ;
}

.valueText{
	font-family: Verdana, Geneva, Tahoma, sans-serif ;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}

.navButton{
	font-family:Verdana, Geneva, Tahoma, sans-serif;
	font-weight: bold;
	color: #336699;
	text-decoration: none;
	font-size: 11px;
	border-style: none;
	background-color: #F5F5F5;
}

.navButton:hover {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-weight: bold;
	color: #0099CC;
	text-decoration: none;
	font-size: 12px;
	border-style: none;
	background-color: #F5F5F5;
}

.Qbgreen {
	border: thin solid #006666;
	font-family: verdana, Geneva, Tahoma, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	color:#FFFFFF;
	background-color:#009900;
	height: 22px;
	width: 30px;
}

.Qbgreen:hover {
	border: thin solid #006600;
	font-family: verdana, Geneva, Tahoma, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	color:#FFFFFF;
	background-color:#009933;
	height: 22px;
	width: 30px;
}

.Qbred {
border:thin solid #990000;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
font-style:normal;
color:#FFFFFF;
background-color:#CC0000;
height:22px;
width:30px;
}

.Qbred:hover {
	border: thin solid #000033;
	font-family: verdana, Geneva, Tahoma, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	color:#FFFFFF;
	background-color:#FF0000;
	height: 22px;
	width: 30px;
}
