/*
	filename	:	style.css
	author		:	Abhijeet Khatri
	created		:	21-05-2005
    Modified By :   Neha Baxi
	Modified Date: 30-1-2007
	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	: Arial;
	font-size	:	12px;
	font-weight	:	normal;
	color		:	#000000;
	text-align	:	left;
	
}

/* Title for the form fields box */
.formbodytitle {
	font-family	: "Arial Narrow";
	font-size	: 23px;
	font-style	: normal;
	font-weight	: bold;
	color		: #000099;
}

.programslink  {
	font-family	:	Ariel;
	font-size	:	12px;
    font-weight	: bold;
	color		:	#002762;
}

/* Style schema for form fields */
.formfields  {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight	: bold;
	color: #000066;
}
.formfields1  {
	font-family: Arial;
	font-size: 10px;
	font-style: normal;
	color: #000066;
}
/* Schema for popup page title*/
.popuptitle  {
	font-family: Verdana;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	line-height: 1.5;
	color: #000000;	
}

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

/* 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;
}


#popupLeftCopy {
    position: absolute;
    z-index: 6;
    width:280px;
    top:0px;
    left: 1px;
	font-family: Arial; 
	font-size: 12px; 
}

#popupLeftCopyContent {
    padding-left: 20px;
    padding-right: 10px;
    padding-top: 15px;
    text-align: left;
    padding-bottom: 15px;
}
		
#popupMainCopy {
	position: absolute;
	z-index: 1;
	width: 320px;
	top:30px;
	left: 280px;
	background-color: #FFFFFF; 
	height: 500px;
	font-family: Arial; 
	font-size: 12px;  
}

#popupMainCopyContent {
    padding-left: 15px;
    padding-right: 15px;
    text-align: left;
    padding-top: 15px;
    padding-bottom: 15px;
	color:042C8B;
}

#popup2
{
	position: absolute;
	width	: 620px;
	top		: 0px;
	left	: 0px;
	height: 1030px;
	background-color: #FFFFFF;
}

.prgLink {
    color:#0000FF;
    font-weight:normal;
    font-size:13px;
} 

/* Title Style schema for pages other than form page. */
.noformtitle {
	font-family: Tahoma;
	font-size: 22px;
	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: Tahoma;
	font-size: 13px;
	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:thide; }
.popupLink { color: #666666; font-size: 12px; text-decoration: underline; font-weight:normal; font-family: arial, helvetica, sans-serif; }

/* 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	:   arial;
	font-size	:	11px;
	font-weight	:	normal;
	color		:	#002762;
	padding-top	:	5px;
	padding-right	:10px;
}

.copyright  {
	font-family	:   arial;
	font-size	:	11px;
	font-weight	:	normal;
	color		:	#002762;
	padding-top	:	5px;
	padding-right	:10px;
}
span.degreetype	{
	font-family	:arial;
	font-size	:	14px;
	font-weight	:	bold;
	color		:	#004891;
}