/* CSS Document */

/*Title Bar*/

#topleftcorner-parks {
	background-image: url(images/parkscontainertopL.gif);
	background-repeat: no-repeat;
	width: 20px;
	height: 25px;
}

#toprightcorner-parks {
	background-image: url(images/parkscontainertopR.gif);
	background-repeat: no-repeat;
	width: 20px;
	height: 25px;
}
#topmiddle-parks {
	background-color: #DFEED5;
	height: 25px;
/*	float: left;*/
}

#bottomleftcorner-parks {
	background-image: url(images/parkscontainerbottomL.gif);
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
}

#bottomrightcorner-parks {
	background-image: url(images/parkscontainerbottomR.gif);
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
}

#bottommiddle-parks {
	background-color: #DFEED5;
	height: 20px;
}

#contentleft-parks {
	background-color: #DFEED5;
}

#contentright-parks {
	background-color: #DFEED5;
}

#topleftcorner-parksDK {
	background-image: url(images/parkscontainertopL-dk.gif);
	background-repeat: no-repeat;
	width: 20px;
	height: 25px;
}

#toprightcorner-parksDK {
	background-image: url(images/parkscontainertopR-dk.gif);
	background-repeat: no-repeat;
	width: 20px;
	height: 25px;
}
#topmiddle-parksDK {
	background-color: #339900;
	height: 25px;
/*	float: left;*/
}

#bottomleftcorner-parksDK {
	background-image: url(images/parkscontainerbottomL-dk.gif);
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
}

#bottomrightcorner-parksDK {
	background-image: url(images/parkscontainerbottomR-dk.gif);
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
}

#bottommiddle-parksDK {
	background-color: #339900;
	height: 20px;
}

#contentleft-parksDK {
	background-color: #339900;
}

#contentright-parksDK {
	background-color: #339900;
}

.ParksContainerHeadline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	padding-top: 13px;
	padding-bottom: 5px;
}

.ParksDKContainerHeadline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	padding-top: 13px;
	padding-bottom: 5px;
}

.AlignLeft-parks {
	text-align: left;
}

.AlignRight-parks {
	text-align: right;
}

/*Container*/

.ParksContainer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #000000;
	padding-bottom: 5px;
}

A.ParksContainerLink:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: underline;
	color: #000000;
	line-height: 14px;
}

A.ParksContainerLink:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: underline;
	color: #000000;
	line-height: 14px;
}

A.ParksContainerLink:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: underline;
	color: #9f400f;
	line-height: 14px;
}

A.ParksContainerLink:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: underline;
	color: #9f400f;
	line-height: 14px;
}

.ParksDKContainer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #ffffff;
	padding-bottom: 5px;
}

A.ParksDKContainerLink:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: underline;
	color: #ffffff;
	line-height: 14px;
}

A.ParksDKContainerLink:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: underline;
	color: #ffffff;
	line-height: 14px;
}

A.ParksDKContainerLink:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: underline;
	color: #c0512e;
	line-height: 14px;
}

A.ParksDKContainerLink:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: underline;
	color: #c0512e;
	line-height: 14px;
}

/*Module Actions*/

.ParksActionButton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #003366;
}

