@charset "utf-8";
/* CSS Document */

.big_grey {
	font-family: tahoma;
	font-size: 16px;
	font-weight: bold;
	color: #888888;
	text-decoration: none;
}
.main_heading_2 {
	font-family: tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #3d133c;
	vertical-align:middle;
	background-color:#C2C076	
}

.main_heading_3 {
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #3d133c;
	vertical-align:middle;	
}

.main_heading_3BG {
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #3d133c;
	vertical-align:middle;
	background-color:#C2C076	
}

.main_heading {
	font-family: tahoma;
	font-size: 16px;
	font-weight: bold;
	color: #3d133c;
	background-color:#C2C076;
	height:30px;
	vertical-align:middle;
	padding-left:5px;
}
.text {
	font-family: tahoma;
	font-size: 10px;
	color: #717171;
	text-decoration: none;
}
.links {
	font-family: tahoma;
	font-size: 10px;
	color: #6B99C4;
	text-decoration: underline;
}
.links1 {

	font-family: tahoma;
	font-size: 10px;
	color: #68A90B;
	text-decoration: underline;
}

.green {
	font-family: tahoma;
	font-size: 10px;
	color: #68A90B;
	text-decoration: none;
	font-weight: bold;
}
.white_text {
	font-family: tahoma;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
.date {
	font-family: tahoma;
	font-size: 11px;
	color: #408BCE;
	text-decoration: none;
	background-color: #E7E7E7;
}
.frm {
	font-family: tahoma;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}
.frmBold12 {
	font-family: tahoma;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}

/* form elements */
form {
	margin:10px 15px; 
	padding: 10px;
	border: 1px solid #c2c076; 
	background: #ececca;
}
fieldset {
	margin: 0;	padding: 0;
	border: none;
}
legend {
	display: none;
}

label{
	display:block;
	font-size:11px;
	font-family: tahoma;	
	font-weight:bold;
	color:#3d133c;
	vertical-align: middle;
	margin-left:5px;
}

.textBox {
	padding:3px;
	border: 1px solid #a5a470; 
	font-family: tahoma;
	color:#777;
	width:200px;	
	font-size:12px;	
	vertical-align: middle;
	margin-left:5px;
}

.checkbox{
	border:none;
	width:14px;
	height:14px;
}

select {
	padding:3px;
	border: 1px solid #a5a470; 
	font-family: tahoma;
	color:#777;	
	width:200px;
	font-size:12px;
	margin-left:5px;			
}

.smallselect {
	padding:3px;
	border: 1px solid #a5a470; 
	font-family: tahoma;
	color:#777;	
	font-size:10px;
	width:50px;	
}
textarea {
	width:400px;
	padding:3px;
	font-family: tahoma;
	border: 1px solid #E5F0FB; 
	height:100px;
	display:block;
	color:#777;
}


hr
{
	color:#EEEEEE;
	background-color:#EEEEEE;
	height:3px;

}
.selectWider {
	padding:3px;
	border: 1px solid #E5F0FB; 
	font-family: tahoma;
	color:#777;	
	width:300px;
	font-size:12px;		
}

.mandatory{
	font-family: tahoma;
	font-size: 11px;
	color: #3d133c;
	font-weight:bold;
	text-align:right;
}

.label_for_chk{
	font-size:11px;
	font-family: tahoma;	
	color:#3d133c;
}

.label_for_chkB{
	font-size:11px;
	font-family: tahoma;	
	color:#3d133c;
	font-weight:bold;
	padding-left:5px;
	vertical-align:top;
}

.button{
	font-family: tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #3d133c;
	background-color:#C2C076;
	height:30px;
	width:100px;
	border: 1px solid #3d133c; 	
}

.registrants {
	float:left;
	width:300px;
	padding:4px 8px 4px 8px;
	margin:0px 20px 10px 0px;
	font-size:11px;
	font-family: tahoma;	
	color:#3d133c;	
}
