/*
	filename	:	positioning.css
	author		:	Abhijeet Khatri
	created		:	13-05-2005
	description	:	This is the the CSS file containing style schema of all jsps.
*/

/* form title */
.title {
	font-family: Verdana;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	line-height: 1.5;
	color: #000000;
}
/* form copy */
.copy {
	font-family	: Verdana;
	font-size	:	12px;
	font-weight	:	normal;
	color		:	#000000;
	text-align	:	left;
	line-height	:	1.5;
}

/* Title for the form fields box */
.formbodytitle {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}

/* Style schema for form fields */
.formfields  {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;

	color: #000000;
}

/* Schema for popup page title*/
.popuptitle  {
	font-family: Verdana;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	line-height: 1.5;
	color: #000000;	
}

/* Schema for close window link on popups*/
.popclose {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	line-height: 1.5;
	color: #E10915;
	text-decoration: underline;
}

/* Schema for popup text*/
.popupheadings  {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	line-height: 1.5;
	color: #000000;
	list-style-position: inside;
	list-style-type: disc;
	padding: 0px;
}

.popupsubheadings  {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	line-height: 1.5;
	color: #000000;
	padding: 0px;
}

.popupbody {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	line-height: 1.5;
	color: #000000;
	list-style-position: inside;
	list-style-type: disc;
	padding: 0px;
}

/* Title Style schema for pages other than form page. */
.noformtitle {
	font-family: Verdana;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	line-height: 1.5;
	color: #000000;
}

/* Body text style schema for pages other than form page. */
.noformtext {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	line-height: 1.5;
	color: #000000;
}

/* To disable the submit button once clicked*/
.thide { display: none; }
.tshow { display: block; text-align: center; font-weight: bold; font-size:14px; color:#000000; }

/* Style schema for status messages for form fields*/
.error	{
	font-family	:	arial;
	font-size	:	10px;
	font-weight	:	normal;
	color		:	#990000;
}

/* Style schema for footer links*/
.footerlink	{
	font-family	:	verdana;
	font-size	:	9px;
	font-weight	:	normal;
	color		:	#000000;
	float		:	right;
	padding-top	:	5px;
	padding-right	:10px;
}