/* PDFP by Accuraty Solutions */
/* adjust PDFP logo to specific height */
#dnntop_box {
	height: 153px;
}
#dnnhead_box {
	xheight: 153px;
	padding-top: 18px;
}
#dnnhead_box .logo {
	width: 180px;
	padding: 18px 0px 0px 18px;
	margin: 0px;
}
#dnnhead_box .logo img {
	border: solid 0px white;
}
.headpane {
	min-height: 107px;
	height: 107px;
}
.account {
	width: 70%;
}
.Language img {
	margin-bottom: 1px;
}
#LayoutLanguage {
	float: right;
}
/* adjust entire skin to default to left alignment of text (content) */
div {
	text-align: left;
}
/* set the position of the header's slogan (sort of) */
.headpane div .DNN_MediaContent {
	width: 252px;
	height: 72px;
}
.headpane div .DNN_MediaContent img {
	padding: 9px 0px;
}
/* Adjust Search after adding label text */
.searchbox {
	width: 207px;
	font-weight: normal;
}
/* re-override from skin.css */
.DNNEmptyPane {
	width: 0;
}
.user, a.user:link, a.user:active, a.user:visited {
	font-size: 10px;
	font-weight: normal;
	line-height: 20px;
	padding: 0;
	margin: 0px 5px;
	white-space: normal;
}
.login, a.login:link, a.login:active, a.login:visited {
	font-size: 10px;
	font-weight: normal;
	line-height: 20px;
	padding: 0;
	margin: 0px 5px;
	white-space: normal;
}
.CreditsPane p {
	text-align: center;
	font-size: 10px;
	color: #3B803B;
	line-height: 20px;
	padding: 0;
	margin: 18px 0;
	letter-spacing: 1px;
}
.CreditsPane p a, .CreditsPane p a:link, .CreditsPane p a:active, .CreditsPane p a:visited, .CreditsPane p a:hover {
	text-decoration: none;
	color: #3B803B;
	font-family: "Trebuchet MS",Trebuchet MS,Tahoma,Arial,Helvetica,sans-serif;
	font-size: 10px;
	line-height: 20px;
	padding: 0;
	margin: 0;
	letter-spacing: 1px;
}
.CreditsPane p a:hover {
	text-decoration: underline;
	color: #333333;
}

/* Fix to allow Dynamic Form field Labels to wrap properly for long questions */
.LabelWrapNormal {
	white-space: normal;
}

/* Customizations to the News/Articles module; converted <table>s to DIVs */
#Announcement-IMG img {
float: right;
margin: 0px 3px 3px 9px;
border: 0px;
}
div.news-accent-image {
	float: right;
	padding: 5px;
	border: 1px solid #ddd;
	margin: 0 0 20px 10px;	
}
.Announcement-Wrapper .FP-Title {
color: black;
margin-bottom: 2px;
}
.Announcement-Wrapper .FP-Title a {
	font-color: inherit;
	text-decoration: none;
}
.Announcement-Wrapper .FP-Title a:hover {
	text-decoration: underline;
}
.Announcement-Wrapper .FP-Date {
margin: 0 0 0 3px;
color: black;
}
.Announcement-Wrapper .FP-Author {
	font-style: oblique;
}
.Announcement-Wrapper .calPubMonth {
	font-size: 10px;
}
.news-ann-title {
	font-size: 15px;
	padding-top: 10px;
	display: block;	
}
p.news-date {
	font-weight: bold;	
}

.Announcement-Wrapper .FP-ItemA, .Announcement-Wrapper .FP-ItemB {
margin: 9px 0px;
padding: 3px;
}

/* Hard-fix table width in (UDT) Programs / ALS */
.DNN_UserDefinedTableContent div table {
width: 100%;
}

img.imgPadRight9px {
padding-right: 9px;
}
img.imgPadLeft9px {
padding-left: 9px;
}


.DNNAlignright div.Normal {
text-align: right;
}
.DNNAligncenter div.Normal {
text-align: center;
}

/* hide DNN CE logo in admin\ControlPanel\iconbar.ascx and also provide indication when adjustment is overwritten due to upgrade */
.hideDNNMessage {
background-color: #FFF38B;
}
.hideDNNMessage img {
display: none;
}

a, 
a:link,  
a:active, 
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#Flash-Calendar-Placeholder {
background-color:#88A066;
height:180px;
overflow-x:hidden;
overflow-y:hidden;
width:800px;
}
#TakeaSurvey {
width:145px;
}

/* Map Page Styles */
#park-map {
	float: left;
	margin-right: 20px;	
}
#park-map-sidebar {
	float: left;
	height: 485px;
	overflow-y: scroll;
	padding-right: 20px;
	width: 248px;	
}
.ero .ero-previewArea .map-item-description p, .ero .ero-previewArea .map-item-description {
	font-size: 12px;
}
.map-item-description img {
	width: 220px;
	display: block;
}
.ero .ero-previewArea div.firstChild {
	margin: 12px 12px 0 12px !important;	
}
.ero-previewArea .firstChild > br, .ero-previewArea .firstChild > p {
	display: none;	
}
.map-list-icon {
	width: 40px;
	float: left;	
}
.map-list-info {
	float: left; 	
	width: 188px;
}
.map-list-actions {
	clear: both;	
	margin-left: 40px;
}
.map-list-item {
	margin: 20px 0 0 0;	
}
.map-list-pager {
	display:none;	
}
.park-map-sidebar a {
	font-weight: bold;	
}
.map-title a, .map-title a:link, .map-title a:active, .map-title a:visited {
	font-weight: bold;	
	font-size: 14px;
}
/* Mens basketball league fix */
.ContentPane-FP .DataGrid_Header th, .ContentPane-FP .DataGrid_Header td {
	min-width: 35px;
}





