/* 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;
}
.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;
}

.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;
}



