/*  author	:	Tanuja Devli
	filename:	style.css
	created	:   March 2007
	description	:	styling scheme for ATI
*/

body {
	margin: 0 0 0 0;
	background-color: #ffffff;
	/*text-align: center;*/
}

strong{
    font-weight: bold;
	font-size  : 10px;	
}

body.pop {
	margin: 0;
}

div	{
	font-family	:	verdana;
	font-size	:	12px;
	font-weight	:	normal;
	text-align	:	left;
	color	:	#013352;
}

span.form2 {
    font-family :	verdana;
	font-size   :   10px;
	font-weight	:	normal;
	color		:	#013352;
	float		:	left;
}				 
span.label	{
	font-family	:	verdana;
	font-size	:	11px;
	font-weight	:	bold;
	color		:	#013352;
	float		:	left;
}
span.labelnotbold	{
	font-family	:	verdana;
	font-size	:	11px;
	font-weight	:	normal;
	color		:	#013352;
	float		:	left;
}
span.question {
	font-weight	:	bold;
}

span.formfield	{
	float		:	left;
	padding-right:	5px;
}

span.preqfield {
	float		:	left;
}

.title {
	font-size: 14px;
	font-weight: bold;
	color: #990000;
}

.subtitle {
	font-size: 12px;
	font-weight: bold;
	color: #990000;
}

.programlink	{
	font-family	:	verdana;
	font-weight	:	bold;
	font-size	:	11px;
	color		:	#013352;;
	text-decoration	:	underline;
	line-height	:	1.5;
}

.button {
	text-align: center;
}

.radiofield {
	float	:	left;
	font-family: verdana;
	font-size: 12px;
	font-weight: normal;
	/*text-color: #013352;*/
}

input, select	{
	font-family	:	verdana;
	font-size	:	10px;
	font-weight	:	normal;
}

.error	{
	font-family	:	verdana;
	font-size	:	10px;
	font-weight	:	normal;
	color		:	#990000;
	/*float		:	center;*/
	padding-right: 5px;
	/*padding-left: 25px;*/
	text-align	:	center;
}

.footleftlink {
	font-family	:	verdana;
	font-size	:	10px;
	font-weight	:	normal;
	color		:	#333333;
	float		:	left;
	padding-left:	10px;
	padding-top	:	5px;
}
.disclaimerspan {
    font-family	:	verdana;
	font-size	:	9px;
	color		:	#013352;;
}


.footrightlink	{
	font-family	:	verdana;
	font-size	:	10px;
	font-weight	:	normal;
	color		:	#333333;
	float		:	right;
	padding-top	:	5px;
	padding-right	:	10px;
}

.botnavlink	{
	text-align	:	left;
	font-size	:	10px;
	color		:	#ffffff;
}

.popclose {
	text-align	:	center;
	/*float		:	center;*/
	font-size	:	11px;
	font-family	:	verdana;
	color		:	#333333;
	text-decoration	:	underline;
}

.radio {
	font-size	:	12px;
	color		:	#013352;
	float		:	left;
}

.popupbody {
	font-family	:	verdana;
	font-size	:	11px;
	font-weight	:	normal;
	color		:	#ffffff;
	text-align	:	left;
}

.button {
	/*float	:	center;*/
}

.thide { display: none; }
.tshow { display: block; text-align: center; font-weight: bold; font-size:14px; color:#013352; }