﻿/*****  Ceritificate CSS *****/

.certificateHolder{
	margin-top:10px;
	
}

.certificateHeader{
	background-color:#e0e9f2;
	padding:5px 5px 5px 15px; /*top, right, bottom, left*/
	font-family:Tahoma;
	font-weight:bold;
	font-size:11px;
	color:#0097d6;
}

.certificateBody{
	background-color:#f4f4f4;
	padding:10px;
	color:#5E5E5E; 
	text-decoration:none; 
	font-family:Tahoma;
	font-weight:normal;
	font-size:11px;
}

.certForm{
	background-image:url(/Style%20Library/Images/certificateBack.gif);
	width:513px;
	height:172px;
}

.certFormInner{
	width:295px;
	padding-top:65px;
	padding-left:230px;
	text-align:right;
}

.certField{
	border:#CCCCCC solid 1px;
	width:168px;
	font-family:Tahoma;
	font-size:11px;
	color:#5E5E5E;
}

.certFieldCode{
	border:#CCCCCC solid 1px;
	width:80px;
	font-family:Tahoma;
	font-size:11px;
	color:#5E5E5E;
}

.certLoginField{
	border:#CCCCCC solid 1px;
	font-family:Tahoma;
	font-size:11px;
	width:99px;
}




ul{
	margin-top:0px;
}

li{
	list-style-type:decimal;
}

.certLinksItem{
	background-color:#FFFFFF;
	color:#0097d6; 
	text-decoration:none; 
	font-family:Tahoma;
	font-weight:bold;
	font-size:11px;
	margin-bottom:3px;
	margin-top:3px;
}

.examsMonthField{
	border:#CCCCCC solid 1px;
	width:50px;
	font-family:Tahoma;
	font-size:11px;
}

.examsYearField{
	border:#CCCCCC solid 1px;
	font-family:Tahoma;
	font-size:11px;
	width:100px;
}

.examsAreaField{
	border:#CCCCCC solid 1px;
	font-family:Tahoma;
	font-size:11px;
	width:208px;
}

.examsCityField{
	border:#CCCCCC solid 1px;
	font-family:Tahoma;
	font-size:11px;
	width:205px;
}

.seperator{
	height:10px;
}

