/*
	author	:	Girish Iyer
	filename:	style.css
	created	:	20 April 2005
	description	:	styling scheme for NADC institute
*/

body {
  	margin-right: 0px;
  	margin-bottom: 0px;
	margin-top	:	0px;
	margin-left	:	0px;
}

body.popup {
  	margin-right: 0px;
  	margin-bottom: 0px;
	margin-top	:	0px;
	margin-left	:	0px;
	overflow-x:hidden;
	overflow-y:scroll;
	background-color:#D2E0F0; 	
}


div	{
	font-family	:	verdana;
	font-size	:	11px;
	font-weight	:	normal;
	text-align	:	left;
}

.headerTitle{
	font-family	:	verdana;
	font-size	:	18px;
	font-weight	:	normal;
	text-align	:	left;
	color		:	#000066;
}
.copy{
	font-family	:	verdana;
	font-size	:	11px;
	font-weight	:	normal;
	text-align	:	left;
	color		:	#000066;
}
.fontprogrampop {
	font-family	:	verdana;
	font-size	:	11px;
	font-weight	:	normal;
	text-align	:	left;
	color		:	#333300;
}
.closWindow{
	font-family	:	verdana;
	font-size	:	12px;
	font-weight	:	normal;
	text-align	:	left;
	color		:	#000000;
}
.fontblack111{
	font-family	:	verdana;
	font-size	:	11px;
	font-weight	:	normal;
	text-align	:	right;	
	color		:	#000000;
}
.progDesc{
	font-family	:	verdana;
	font-size	:	11px;
	font-weight	:	normal;
	text-align	:	right;	
	color		:	#FFFFFF;
}
span.label	{
	font-family	:	verdana;
	font-size	:	12px;
	color		:	#000000;
	float		:	left;
	font-weight	:	bold;
}
input	{
	font-family	:	verdana;
	font-size	:	10px;
	font-weight	:	normal;
/*	width		:	160px;*/
}
select	{
	font-family	:	verdana;
	font-size	:	10px;
	font-weight	:	normal;
}
span.field	{
	font-family	:	verdana;
	font-size	:	12px;
	color		:	#000000;
}
.requiredfield	{
	font-family	:	Arial;
	font-size	:	11px;
	color		:	#000066;
	float		:	left;	
}
.labeltext	{
	font-family	:	Arial;
	font-size	:	12px;
	color		:	#000066;
	float		:	left;
}
.error	{
	font-family	:	verdana;
	font-size	:	11px;
	font-weight	:	normal;
	color		:	#990000;
}
.error1	{
	font-family	:	arial;
	font-size	:	11px;
	color		:	#990000;
	line-height: 8px;
}
.thide { display: none; }
.tshow { display: block; text-align: center; font-weight: bold; font-size:14px; color:#000000; }
.footerlink	{
	font-family	:	verdana;
	font-size	:	10px;
	color		:	#FFFFFF;
}
.footerlinkleft	{
	font-family	:	verdana;
	font-size	:	11px;
	color		:	#FFFFFF;
}
span.formlabel	{
	font-family	:	arial;
	font-size	:	12px;
	color		:	#000000;
	float		:	left;
	padding-left:	45px;
	font-weight	:	normal; /*bold */
}
span.field1{
	font-family	:	arial;
	font-size	:	10px;
	float		:	right;
}
span.formfield	{
	float		:	left;
	font-size	:	10px;	
	padding-right:	10px;
}

.radio	{
	font-family	:	arial;
	font-size	:	12px;
	color		:	#000000;
	float		:	left;
}
.programlink{
	font-family	:	verdana;
	font-size	:	11px;
	color		:	#0000FF;
	float		:	left;
	font-weight	:	normal;
	margin-top	:	1px;
}

.linespacing {
	line-height: 1.7;
}

.buttonpadding {
	padding-left:120px;
}
.formReq{
    font-weight:bold;
}
