/* MiniFrontpage CSS*/


a:hover.minifp-full-link {
	text-decoration: none;
	background:#FF0000;
}
.minifp-seperator {
	line-height:1px;}
	
.minifieldset
{
	border:1px solid #dddddd;
	padding:5px 5px 5px 5px;
}

.minilegend
{
	border:1px dotted #dddddd;
	background-color:#CCCFFF;
	color:#676767;
	font-size:1.2em;
	padding:2px 6px 2px 25px;
	background: url(../images/calendar_add.png) no-repeat 5px center;
	margin-right:5px;
}

.rdmore
{
	float:right;
	width:100%;
	text-align:right;
	background-color:#CCCFFF;
	padding-top:4px;
	padding-bottom:4px;
}

.rdmore span a
{
	background: url(../images/arrow_green.gif) no-repeat right center;
	padding-right:12px;
}

.rdmore span a:hover
{
	background: url(../images/add.png) no-repeat right center;
	padding-right:18px;
	color:red;
}