﻿@media screen {
	/* DPS News Release Search Page */
	#dps_leftNavigation input, #dps_leftNavigation select {
		width: 162px;
	}
	#dps_leftNavigation .dps_newsrelease_checkbox input {
		clear: both;
		width: auto !important;	
		margin: 0px;
		float: left;
	}
	#dps_leftNavigation label {
		margin: 0px 0px 0px 20px;
		display: block;
	}
	#dps_leftNavigation input.dps_leftNavigation_date {
		width: 110px;
	}
	#dps_leftNavigation .dps_leftNavigationFieldTitle {
		padding: 8px 0px 2px 0px;
	}
	.dps_newsrelease_title {
		font-size: 1em;
		font-weight: bold;
	}
	.dps_newsrelease_subtitle {
		font-size: 0.9em;
		font-weight: normal;
		font-style:italic;
		color: #555;
	}
	.dps_newsrelease_date {
		font-size: 0.9em;
		font-weight: normal;
		color: #555;
		min-width:100px;
	}
	.dps_newsrelease_description {
		padding: 0px 0px 10px 0px;
	}
	
	/* PAGING */
	/* RESULTS PAGING */
	.dps_newsrelease_PageButton a {
		float: left;
		width: 1.5em;
		vertical-align:middle;
		text-align:center;
		color: #333333;
		background-color:#eeeeee;
		border: 1px solid #cccccc;
		margin: 1px;
		padding: 5px;
		text-decoration:none;
		font-weight: bold;
	}
	.dps_newsrelease_PageButton a:hover {
		text-decoration:none;
		border: 1px solid #777777;
	}
	.dps_newsrelease_PageButton a.selected {
		background-color: #333366 !important;
		color: #ffffff !important;
	}
	#dps_newsrelease_PagingContainerTop {
		width: 100%;
		height: 2.5em;
		padding: 0px;
		margin: 0px 0px 7px 0px;
	}
	#dps_newsrelease_PagingContainerBottom {
		width: 100%;
		height: 2.5em;
		padding: 0px;
		margin: 20px 0px 7px 0px;
	}
	.dps_newsrelease_Page{
		display: block;
		width: 100%;
	}
	
	.dps_newsrelease__searchResult {
		border-bottom: 1px solid #dfdfdf;
		margin: 0px 0px 7px 0px;
		padding: 0px 0px 7px 0px;
	}
	.dps_newsrelease__searchResult_title {
		font-weight: bold;
	}
	.dps_newsrelease__searchResult_body {
		
	}
	.dps_newsrelease__searchResult_date {
		float: right;
		text-align: right;
		font-size: 0.9em;
		color: #777777;
	}
	.dps_newsrelease__searchResult_link {
		text-align: left;
		font-size: 0.9em;
		color: #777777;
		font-size: 0.9em;
		text-decoration:none;
	}
	
	/* DPS Individual Article Display */
	#news-release-left-column {
		display: none;	
	}
	#news-release-main-body .news-release-printbutton {
		float: right;	
	}
	#news-release-main-body .news-release-director {
		padding: 0px 0px 30px 0px;
	}
	#news-release-main-body .news-release-contact,
	#news-release-main-body .news-release-contact-title{
		width: 100%;
		text-align: right;
	}
	#news-release-main-body .news-release-header {
		width: 100%;
		text-align: left;
	}
	#news-release-main-body .news-release-title {
		font-size: 11pt;
		padding: 20px 0px 0px 0px;
		margin: 0px;
		font-weight: bold;
		text-align: center;
	}
	#news-release-main-body .news-release-subtitle {
		padding: 0px;
		margin: 0px 0px 20px 0px;
		font-weigth: normal;
		font-style:italic;
		text-align: center;
	}
	#news-release-main-body .news-release-body {
		padding: 0px;
		text-align:left;
	}
	#news-release-main-body .news-release-address {
		display: none;
	}
}

@page {
	margin: 0.5in;
}
@media print {
	/* HIDE EVERYTHING BUT THE NEWS RELEASE */
	#header_home_top_blueDivision,
	#header_navigation_orange,
	#social_networking_icons,
	#footer_navigation,
	#footer_legal,
	#s4-statusbarcontainer,
	#s4-topheader2
	#TurnOnAccessibility,
	#TurnOffAccessibility,
	#s4-titlerow,
	.s4-notdlg,
	.news-release-printbutton,
	s4-titlerowhidetitle,
	.s4-title-inner,
	.s4-titlelogo,
	.s4-titletext,
	.s4-socialdata-notif,
	.ms-statusdescriptiontext,
	noscript
	 {
		display: none !important;	
	}
	html, 
	body, 
	.v4master,
	#mainContent {
		overflow: visible !important !important !important;
		width: 7.5in !important;
		margin: 0px !important;
		padding: 0px !important;	
		height: auto;
		display: block;
	}
	#ctl00_MSO_ContentDiv,
	#ctl00_MSO_ContentDiv table,
	#ctl00_MSO_ContentDiv tr,
	#ctl00_MSO_ContentDiv td,
	#ctl00_MSO_ContentDiv div {
		padding: 0px;
		margin: 0px;
		width: auto;
		height: auto;
		overflow:visible !important !important; 
		float:none !important !important;
	}
	
	* {
		overflow:visible !important !important; 
		float:none !important !important;
		color: #000 !important;
	}

	/* NEWS RELEASE STYLES */
	#news-release {
		color: #000;
		width: 7.5in !important; 
		float: none;
		display: block;
		height:auto !important;
		overflow: visible !important !important !important;
	}
	#news-release a {
		color: #555 !important;
		text-decoration:underline !important;	
	}
	#news-release-left-column {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 7pt;
		font-weight: bold;
		color: #333;
		border-right: 1px solid #aaa;
		width: 1.5in !important;
		text-align: center;
		padding: 0 !important;
		margin: 0;
	}
	#news-release-left-column p {
		margin: 0px;
		padding: 0px 0px 20px 0px;
	}
	#news-release-main-body {
		font-family: "Times New Roman", Times, serif;
		font-size: 10pt;
		padding: 0 !important;
		overflow:visible !important;
		width: 5.25in !important;
		margin: 0in 0in 0in 0.25in !important;
	}
	#news-release-main-body h1 {
		font-family: "Times New Roman", Times, serif;
		font-size: 35pt !important;
		font-weight: normal !important;	
		border-bottom: none;
		padding: 20px 0px 0px 0px;
		margin: 0px;
		letter-spacing: 0.05em;
	}
	#news-release-main-body .news-release-director {
		font-family: Arial, Helvetica, sans-serif;
		letter-spacing: 0.05em;
		padding: 0px 0px 30px 0px;
		color: #777;
	}
	#news-release-main-body .news-release-contact,
	#news-release-main-body .news-release-contact-title{
		width: 100%;
		text-align: right;
	}
	#news-release-main-body .news-release-header {
		width: 7.5in;
		text-align: left;
	}
	#news-release-main-body .news-release-title {
		font-size: 11pt;
		padding: 20px 0px 0px 0px;
		margin: 0px;
		font-weight: bold;
		text-align: center;
	}
	#news-release-main-body .news-release-subtitle {
		padding: 0px;
		margin: 0px 0px 20px 0px;
		font-weigth: normal;
		font-style:italic;
		text-align: center;
	}
	#news-release-main-body .news-release-body {
		padding: 0px;
		text-align:left;
	}
	#news-release-main-body .news-release-address {
		border-top: 1px solid #333;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		font-size: 8pt;
		margin: 30px 0px 30px 0px;
		padding: 7px 0px 0px 0px;
		color: #333;
		text-align:center;
	}

}



