@charset "UTF-8";

html {
	padding: 0;
	height: 0;
	height: 100%;
}

/* CSS Document */
body {
	background: #FFFFFF;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.9em;
	margin: 0;
	padding: 0;
	height: 100%;
}

.clearer {
	font-size: 0px;
	line-height: 0px;
	display: block;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 0px;
	width: auto;
}

#splashpage-flash {
	width: 100%;
	height: 100%;
}

#splashpage-flash a {
	border: 0;
	display: block;
	width: 100%;
	height: 100%;
}

#splashpage-flash a img {
	border: 0;
	display: block;
}

/******************************************************************************/ 
/* Added by Finalist 																													*/ 
/******************************************************************************/
table.editcontent a img { /* removes the borders around the images in the portlet-config screens */
	border: 0;
}