/*
	author		:	Dheeraj Sah
	created		:	27/03/2007
	filename:	style.css
	description	:	styling scheme for ECPI institute
*/

body {
	/*background-image	:	url(../images/bg_tile.gif);*/
  	margin-right: 0px;
  	margin-bottom: 0px;
	margin-top	:	0px;
	margin-left	:	0px;
	/*text-align	:	center;*/
}

body.popup {
	background-image:	none;
	background-color:	#E8F0F4;;
  	margin-right: 0px;
  	margin-bottom: 0px;
	margin-top	:	0px;
	margin-left	:	0px;
	text-align	:	center;
	overflow-x:hidden;
	overflow-y:scroll;
}

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

span.label	{
	font-family	:	arial;
	font-size	:	12px;
	color		:	#000000;
	float		:	left;
    padding-left:	10px;
}
span.boldlabel	{
	font-family	:	arial;
	font-size	:	12px;
	color		:	#000000;
	float		:	left;
	padding-left:	10px;
    font-weight: bold;
}

span.formfield	{
	/*float		:	right;*/
	padding-right:	35px;
}

span.radiofield {
	float		:	left;
	padding-left:	20px;
	padding-top	:	5px;
}

.belowpagelinks {
	float		:	center;
	text-align	:	center;
	color		:	#ffffff;
	text-decoration:	none;
}

.programlink	{
	font-family	:	Arial;
	font-size	:	12px;
	font-weight	:	bold;
	color		:	#214355;
	text-decoration	:	underline;
}

.programlink:hover	{
	font-family	:	verdana;
	font-size	:	11px;
	font-weight	:	bold;
	color		:	#cc6600;
	text-decoration	:	none;
}

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

.error	{
	font-family	:	arial;
	font-size	:	10px;
	font-weight	:	normal;
	color		:	#990000;
}

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

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

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

.popclose {
	text-align	:	right;
	float 		:	right;
	font-size	:	11px;
	font-family	:	arial;
	color		:	#0000FF;
/*	padding-right	:	10px;*/
	text-decoration	:	underline;
}

.radio {
	font-family	:	arial;
	font-size	:	11px;
	font-weight	:	bold;
	color		:	#000000;
	float		:	left;
}

.popupbody {
	font-family	:	arial;
	font-size	:	12px;
	font-weight	:	normal;
	color		:	#000033;
	text-align	:	left;
}

.copy {
	font-family	:	arial;
	font-size	:	12px;
	font-weight	:	normal;
	color		:	#000033;
	text-align	:	left;
	line-height	:	1.5;
}

.button {
	float	:	center;
}

.prequallabel {
	font-family	:	arial; 
	font-size	:	12px; 
	color		:	#000000;
}
.prequallabelStrong {
	font-family	:	arial;
	font-size	:	11px;
	color		:	#000000;
    font-weight: bold;
}
.precopytitle {
	font-family	: Arial; 
	color		: #CC0000; 
	font-size	: 16px; 
	font-weight	: bold;
}

.pretablepadding {
	padding-left:1px;
   
}

.formpadding {
	padding-left:30px;
}

.programpop {
	font-size	:	12px;
	font-weight	: 	bold; 
	color		: 	#000033; 
	font-family	:	arial;
}

.programpopnote { 
	font-size	:	11px;
	color		: 	#000033; 
	font-family	:	arial;
}


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

.linespacing {
	position: relative;
	height: 5px;
	margin-top:12px;
/*	padding-top: 12px;*/
}

.programHeaderTitle {
	color:Red; 
	font-size:12px;
}
