/* STYLE FOR THE DISPLAYED DATE FOR COLLABORATIVE FORUMS */
.articledatetext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
/* STYLE FOR THE DISPLAYED TEXT FOR COLLABORATIVE FORUMS */
.articletext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	line-height: 14px;

}
/* STYLE FOR THE LOGIN FORM TEXT */
.formtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	line-height: 8px;
}
/* STYLE FOR THE DISPLAYED TEXT FOR IPRISM WEB PORTAL COMONENTS THAT ARE LISTED AS BULLET POINTS */
.bulletlistbottomofpage {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	line-height: 14px;
}
/* STYLE FOR THE TABLE CELL BACKGROUND USED FOR THE LOWER HALF OF THE PAGE WHERE IPRISM INFORMATION IS DISPLAYED */
.iPRISMglobalbackground {
	background-image: url(images/green_portal_web_portal_cell_bkgd.gif);
	background-repeat: repeat-x;
}
/* STYLE FOR THE TABLE CELL BACKGROUND USED FOR THE LOGIN FORM */
.formbackground {
	background-image: url(images/green_portal_antenna_array_bottom.jpg);
	background-repeat: repeat-x;
}
/* STYLE FOR THE LAYER (DIV) THAT CONTAINS THE DISPLAYED TEXT FOR THE 6 LINKS UNDER GREEN PORTAL */
.mainText {
	position: relative;
	height: 150px;
	width: auto;
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 5px;
	padding-left: 10px;
	
}
/* STYLE FOR THE LAYER (DIV) THAT CONTAINS THE DISPLAYED TEXT FOR THE COLLABORATIVE WEB PORTALS DESCRIPTION */
.mainText02 {
	position: relative;
	height: 150px;
	width: auto;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	
}
/* STYLE FOR THE LAYER (DIV) THAT CONTAINS THE DISPLAYED TEXT FOR THE IPRISM WEB PORTALS COMPONENTS BULLETPOINTS */
.components {
	position: relative;
	height: auto;
	width: auto;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 0px;
	
}
/* STYLE FOR THE LAYER (DIV) THAT CONTAINS THE COPYRIGHT AND DESIGNED BY INFORMATION */
.copylegaldesign {
	position: relative;
	height: auto;
	width: auto;
	padding-top: 100px;
	padding-right: 50px;
	padding-bottom: 5px;
	padding-left: 10px;
	
}
/* STYLE FOR THE LAYER (DIV) THAT CONTAINS THE LOGIN FORM */
.login {
	position: absolute;
	width: 325;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	
}
/* STYLE FOR JAMIE'S TESTING */
.test {
	position: relative;
	height: auto;
	width: auto;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	clip:   rect(1px 1px 15px 1px);
	padding-top: 6px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
