/*! 
 * screen-extra.css 
 * 
 * Created: 18.05.2012 
 * Author: [Bvl] @ Chrometoaster 
 * Description: [Stylehseet for existing extrenal html (by datacom)] 
 * Originally for: [OFL 3343] / [Design] 
 * HTML based on: [http://www.censorship.govt.nz/] 
 * Sortable: by searching for '@@'  
*/
@import url(http://fonts.googleapis.com/css?family=Bitter:400,700,400italic);
html {
	background: #5A8100;
}
body {
	height: 100%;
	color: #585858;
	background: #fff;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 62.5%;
	font-weight: normal;
	line-height: 1.2;
	margin: 0;
	padding: 0;
}
.hiddenStructure, 
.hidden, 
.readmore-hidden { 
	position: absolute !important;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
.text-browser {
	display: none;
}
#container {
	width: 975px;
	padding-bottom: 40px;
	margin: 114px auto 0 auto;
}
#container br {
	/*display: none;*/
}
#container #header {
	display: block;
	position: absolute;
	width: 100%;
	height: 114px;
	left: 0;
	top: 0;
	overflow: hidden;
	background: #5A8100;
}
#container #header #logo {
	margin: 0 auto;
	width: 975px;
}
#container #header #lnkHome {
	float: left;
	width: 422px;
	height: 55px;
	background: url("../images/DDAimages/logo.gif");
	background-repeat: no-repeat;
	line-height: 0;
	margin-left: 5px;
	margin-top: 26px;
}
#lnkHome img {
	display:none;
}
#divBottomButtonList {
	clear: left;
}
#container #databaseStrip {
	display: block;
	position: absolute;
	width: 186px;
	float: left;
	color: #000000;
	font-family: 'Bitter', serif;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1;
	text-align: right;
	padding: 6px 24px 9px 5px;
	border-bottom: 2px solid #D9D9D9;
	border-right: 1px solid #D9D9D9;
	/*margin: 46px 0 0;*/
	margin: 34px auto 0;/*46px*/
}
#ctl00_ucNavigationScreenControl_tabContainer {
	display: block;
	width: 975px;
	margin: 0 auto;
}
#ctl00_ucNavigationScreenControl_tabContainer fieldset { /* for whatever reason the navigation sits in a fieldset */
	float: left;
	width: 240px;
	border: none;
	padding: 0;
	margin: 82px 0 0;/*94px*/
}
/*@@ specific styling for this pagetype*/
body.DecisionSearchResultsPage #ctl00_ucNavigationScreenControl_tabContainer fieldset { /* for whatever reason the navigation sits in a fieldset */
	margin: 82px 0 0;/*94px*/
}
body.DecisionSearchCriteriaPage .ContentTable td.FieldsName {
	width: 200px;
	color: #000;
	font-family: 'Bitter', serif;
	font-weight: normal;
	vertical-align: top;
	padding-right: 10px;
}
body.DecisionSearchCriteriaPage {
	}
#ctl00_ucNavigationScreenControl_tabContainer fieldset legend {
	display: none;
}
#ctl00_ucNavigationScreenControl_tabContainer fieldset .topNav {
	background: url("../images/DDAimages/bg-nav-right-border-fade-out.gif") no-repeat 215px bottom;
	padding-bottom: 105px;
}
#ctl00_ucNavigationScreenControl_tabContainer fieldset .topNav ul {
	display: block;
	width: 230px;
	list-style: none;
	background: url("../images/DDAimages/bg-nav-grey-1x1.gif");
	background-position: 215px top;
	background-repeat: repeat-y;
	padding: 0;
	border: 0;
	margin: 0 10px 0 0;
}
#ctl00_ucNavigationScreenControl_tabContainer fieldset .topNav ul li {
	display: block;
	line-height: 0px;
}
#ctl00_ucNavigationScreenControl_tabContainer fieldset .topNav ul li div {
	font-size: 1em;
}
#ctl00_ucNavigationScreenControl_tabContainer fieldset .topNav ul li a {
	color: #676767;
	display: block;
	font-family: 'Bitter', serif;
	font-size: 1.4em;
	font-weight: normal;
	line-height: 1.5;
	margin: 0 0 0 10px;
	padding: 8px 24px 8px 5px;
	text-align: right;
	text-decoration: none;
	width: 176px;
}
#ctl00_ucNavigationScreenControl_tabContainer fieldset .topNav ul li a:focus, 
#ctl00_ucNavigationScreenControl_tabContainer fieldset .topNav ul li a:hover {
	color: #0073f9;
	text-decoration: none;
}
#ctl00_ucNavigationScreenControl_tabContainer fieldset .topNav ul li a.topNavItemOn {
	display: block;
	width: 178px;
	background: url("../images/DDAimages/bg-nav-current.png") no-repeat scroll left 50% transparent;
	font-weight: normal;
	text-align: right;
	text-decoration: none;
	color: #FFFFFF;
	padding: 9px 40px 9px 15px;
	margin: 0;
}
#ctl00_ucNavigationScreenControl_tabContainer fieldset .topNav ul li a.topNavItemOn:focus,
#ctl00_ucNavigationScreenControl_tabContainer fieldset .topNav ul li a.topNavItemOn:hover {
	text-decoration: underline;
}
.tabsMain { /* this is the maincontent container FOR MOST PAGES */
	float: left;
	margin-left: 30px;
	margin-top: 38px;
	margin-top: 11px;
	padding-bottom: 30px;
	width: 685px;
}
/*@@ specific styling for this pagetype
body.ErrorPage #databaseStrip,
body.Loginpage #databaseStrip {
	position: relative;
	margin-right: 30px;
	text-align: right;
	}*/
body.Loginpage #ctl00_ucNavigationScreenControl_tabContainer .topNav,
body.ErrorPage #ctl00_ucNavigationScreenControl_tabContainer .topNav
{
	display:none;
	}
body.Loginpage #ctl00_ucNavigationScreenControl_pnlScreen,
body.ErrorPage #ctl00_ucNavigationScreenControl_pnlScreen
{
	position:absolute;
	margin-top:0px;
	}
body.Loginpage .content
{
	position:relative;
	font-size: 1.3em;
	margin-top: 0px;
	padding-left: 226px;
}
body.ErrorPage .content 
{
	position:relative;
	font-size: 1.3em;
	margin-top: 21px;
	padding-left: 226px;
}
body.Loginpage table {
	width: auto!important;
	}	
body.Loginpage td input[type="submit"] {
	float: right;
	font-size: 1em!important;
	margin-right: 88px;
}
body.Loginpage table td {
	text-align: left!important;
} 
body.Loginpage table td label {
	padding-right: 8px;
	}
body.ErrorPage #divWelcomeHeader,
body.Loginpage #divWelcomeHeader {
	display: none;
}
body.Loginpage table td {
	text-align: left;
	vertical-align: top;
}
/*@@ specific styling for this pagetype*/
body.Loginpage table {
	font-size: 1.05em;
}
body.Loginpage table table {
	font-size: 1em;
}
body.WelcomePage .ContentTable,
body.WarningPage .ContentTable,
body.HelpPage .ContentTable {
	font-size: 1.4em;
	}
.tabsMain div {
	width: auto !important;
	text-align: left !important;
	padding: 0 !important;
	margin: 0 !important;
}
#footer {
	position: absolute;
	width: 100%;
	left: 0;
	min-height: 206px;
	background: #5A8100;
	overflow: hidden;
	border: none;
	margin-top: 40px !important;
}
.footer-bottom-wrapper {
	clear: left;
	width: 100%;
	min-height: 206px;
	background: #5A8100;
	background-image: -webkit-gradient(linear, center top, center 14%, from(#426900), to(#5a8100));
	background-image: -moz-linear-gradient(center top, #426900 0%, #5a8100 14%);
	background-image: -o-linear-gradient(top, #426900 0%, #5a8100 14%);
	background-image: linear-gradient(top, #426900 0%, #5a8100 14%);
	
	overflow: hidden;
}
.footer-bottom-wrapper .footer-bottom {
	width: 975px;
	margin: 0 auto;
}
/*
@@ FOOTER footer bottom
*/
.footer-bottom p {
	clear: left;
	float: left;
	font-family: Verdana,  Geneva, sans-serif;
	font-size: 1.1em;
	color: #fff;
	margin-left: 10px;
}
.footer-bottom ul.footer-nav {
	display: block;
	float: left;
	list-style: none;
	padding: 0;
	margin: 24px 0 16px 10px;
}
.footer-bottom ul li {
	position: relative;
	float: left;
	background: none;
	list-style: none;
	padding: 0;
	margin: 0 27px 0 0;
}
.footer-bottom ul li a,
.footer-bottom ul li a:visited {
	font-family: Verdana,  Geneva, sans-serif;
	font-size: 1.3em;
	line-height: 1.46;
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #adc080;
}
.footer-bottom ul li a:focus,
.footer-bottom ul li a:hover {
	text-decoration: none;
	border-bottom: 1px solid #fff;
}
.footer-bottom ul li a.logo {
	position: absolute;
	border: none;
	bottom: -19px;
}
.footer-bottom ul li a.logo img {
	border: none;
}
/*#footerMenu {
	clear: left;
	float: none;
	width: 975px;
	list-style: none outside none;
	line-height: 0;
	color: #5A8100;
	padding: 0;
	margin: 0 auto;
}
#footerMenu a {
	background: none;
	float: left;
	border-bottom: 1px solid #ADC080;
	color: #FFFFFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.3em;
	line-height: 1.46;
	text-decoration: none;
	margin: 0 27px 0 0;
	padding: 0;
}
#allRights {
	list-style: none outside none;
	position: relative;
	top: 5em;
	width: 975px;
	float: none;
	clear: left;
	color: #5A8100;
	line-height: 0;
	padding: 0;
	margin: 0 auto;
}
#allRights span {
	display: block;
	float: left;
	font-size: 1.3em;
	line-height: 1.46;
	color: #FFFFFF;
	margin: 0 27px 0 0;
}
#allRights a {
	background: none;
	float: left;
	border-bottom: 1px solid #ADC080;
	color: #FFFFFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.3em;
	line-height: 1.46;
	text-decoration: none;
	margin: 0 27px 0 0;
	padding: 0;
}
#footerMenu a:focus, 
#footerMenu a:hover, 
#allRights a:focus, 
#allRights a:hover {
	text-decoration: none;
	border-bottom: 1px solid #fff;
}*/
h1 {
	font-family: 'Bitter', serif;
	font-size: 2.143em;
	font-weight: bold;
	line-height: 1.1;
	color: #63801e;
	-webkit-text-shadow: #b7b7b7 0px 1px 1px;
	-moz-text-shadow: #b7b7b7 0px 1px 1px;
	text-shadow: #b7b7b7 0px 1px 1px;
	/* filter: progid:DXImageTransform.Microsoft.DropShadow(color=#D5D5D5, offx=1, offy=2);*/
	padding-bottom: 19px;
	margin: 0;
}
h2 {
	font-family: 'Bitter', serif;
	font-size: 1.714em;
	font-weight: normal;
	line-height: 1.2;
	color: #696969;
	-webkit-text-shadow: #b7b7b7 0px 1px 1px;
	-moz-text-shadow: #b7b7b7 0px 1px 1px;
	text-shadow: #b7b7b7 0px 1px 1px;
	/*filter: progid:DXImageTransform.Microsoft.DropShadow(color=#D5D5D5, offx=1, offy=2);*/
	padding-top: 15px;
	padding-bottom: 12px;
}
h3 {
	font-family: 'Bitter', serif;
	font-size: 1.143em;
	font-weight: bold;
	line-height: 1.31;
	color: #000;
	padding-top: 12px;
	padding-bottom: 5px;
}
h4 {
	font-family: 'Bitter', serif;
	font-size: 1.1em;
	font-weight: normal;
	line-height: 1.31;
	color: #000;
	padding-top: 4px;
	padding-bottom: 5px;
}
h5 {
	font-family: 'Bitter', serif;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.36;
	color: #000;
	padding-top: 4px;
	padding-bottom: 5px;
	margin: 0;
}
h6 {
	font-family: Verdana,  Geneva, sans-serif;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.36;
	color: #000;
	padding-top: 4px;
	padding-bottom: 5px;
	margin: 0;
}

/*
@@ other elements in CONTENT-COL
*/
/*
@@ UL/OL in CONTENT-COL
*/
.ContentTable ol, 
.ContentTable ul {
	display: block;
	padding: 0;
	margin: -1em 0 1em 0;
}
.ContentTable ol ol, 
.ContentTable ul ul, 
.ContentTable ol ul, 
.ContentTable ul ol {
	margin: 0
}
/*.ContentTable li {
	font-size: 1.3em;
	line-height: 1.55;
	padding: 0 0 0 6px;
	margin: 1em 0 0 21px;
}*/
.ContentTable ul li {
	list-style-type: none;
	background:url("../images/DDAimages/dot.gif");
	background-position: 3px 11px;
	background-repeat: no-repeat;
	font-size: 1em;
	padding: 0 0 0 20px;
	margin: 0.8em 0 0 0;
}
.ContentTable ol li {
	font-size: 1em;
	padding: 0 0 0 6px;
	margin: 1em 0 0 21px;
}
.ContentTable li li {
	font-size: 1em;
}
.ContentTable ol li {
	list-style-type: decimal;
}
.ContentTable ol ol li {
	list-style-type: lower-alpha;
}
.ContentTable ol ol ol li {
	list-style-type: lower-roman;
}
.ContentTable ul.anchor-links {
	list-style:none;
	padding: 0;
	margin: 0;
}
.ContentTable ul.anchor-links li {
	list-style:none;
	background: none;
	font-size: 1em;
	padding: 0 0 0.4em 0;
	margin: 0;
}
.ContentTable a.jump-link, 
.ContentTable a.jump-link:visited, 
.ContentTable ul.anchor-links li a, 
.ContentTable ul.anchor-links li a:visited {
	display: inline-block;
	color: #2973c9;
	background: url("../images/DDAimages/bg-anchor-link.gif");
	background-position: 4px 6px;
	background-repeat: no-repeat;
	line-height: 1.53;
	padding-left: 30px;
}
.ContentTable ul.anchor-links li a {
	font-size: 1.154em;
}
.ContentTable p.intro a.jump-link {
	font-size: 1em;
	display: inline-block;
	background: url("../images/DDAimages/bg-anchor-link.gif");
	background-position: 4px 6px;
	background-repeat: no-repeat;
	line-height: 1.53;
	padding: 0 0 0 30px;
}
.ContentTable a.jump-link {
	font-size: 1em;
	display: inline-block;
	background: url("../images/DDAimages/bg-anchor-link.gif");
	background-position: 4px 6px;
	background-repeat: no-repeat;
	line-height: 1.53;
	padding: 2px 0 2px 30px;
}
.ContentTable hr {
	display: block;
	clear: left;
	height: 1px;
	width: 100%;
	background: #d9d9d9;
	color: #d9d9d9;
	padding: 0;
	border: none;
	margin: 2.1em 0 1em 0;
}
.ContentTable p.intro {
	display: block;
	font-size: 1.2em;
	line-height: 1.53;
	color: #787878;
}
.ContentTable p {
	display: block;
	font-size: 1em;
	line-height: 1.54;
	padding-bottom: 1em;
}
.ContentTable strong {
	font-weight: bold;
}
.ContentTable q {
	display: block;
	background: url("../images/DDAimages/bg-quote.gif"), url("../images/DDAimages/bg-quote-border.gif");
	background-repeat: no-repeat, no-repeat;
	background-position: left 0px, 33px bottom;
	font-family: 'Bitter', serif;
	font-size: 1.2em;
	line-height: 1.4;
	font-style: normal;
	font-weight: normal;
	color: #5a8100;
	padding: 0 0 1em 40px;
	margin: 1em 0 1em -15px;
	margin: 1em 0 1em -13px;
	padding: 0 0 1em 33px;
}
.ContentTable q p {
	font-size: 1em;
	line-height: 1.4;
}
.ContentTable q cite {
	display: block;
	color: #575757;
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	line-height: 1.25;
}
.ContentTable blockquote {
	display: block;
	background: url("../images/DDAimages/bg-quote.gif"), url("../images/DDAimages/bg-quote-border.gif");
	background-repeat: no-repeat, no-repeat;
	background-position: left 4px, 33px bottom;
	font-size: 1.7em;
	font-style: italic;
	font-weight: normal;
	line-height: 1.38;
	color: #78a019;
	margin: 1em 0 1em -13px;
	padding: 0 0 1em 33px;
}
.ContentTable blockquote p {
	font-size: 1em;
	line-height: 1.38;
}
.ContentTable blockquote cite {
	display: block;
	color: #575757;
	font-size: 0.6em;
	font-style: normal;
	font-weight: bold;
	line-height: 1.25;
}
/* 
@@ links 
*/
.ContentTable a {
	display: inline-block;
	text-decoration: none;
	color: #2973c9;
}
.ContentTable a:visited {
	text-decoration: none;
	color: #820f9f;
}
.ContentTable a:focus, 
.ContentTable a:hover {
	text-decoration: underline;
	color: #0073f9;
}
.ContentTable a.read-more, 
.ContentTable a.read-more:visited {
	background: #f2faff;
	color: #2973c9;
	border-radius: 16px;
	padding: 0px 12px 3px 12px;
	margin: 4px 0 0 0;
}
.ContentTable a.read-more:focus, 
.ContentTable a.read-more:hover {
	background: #e6f5ff;
	text-decoration: none;
	color: #0073f9;
}
.ContentTable a[href*='http://'] span {
	background: url("../images/DDAimages/external-link.gif");
	background-repeat: no-repeat;
	background-position: 5px 2px;
	display: inline-block;
	height: 15px;
	position: relative;
	text-indent: -2000px;
	width: 16px;
}
.ContentTable a[href*='http://']:focus span,
.ContentTable a[href*='http://']:hover span {
	background: url("../images/DDAimages/external-link-hover.gif");
	background-repeat: no-repeat;
	background-position: 5px 2px;
	display: inline-block;
	height: 15px;
	position: relative;
	text-indent: -2000px;
	width: 16px;
}
/*
@@ common dowbnload types
*/	
.ContentTable a[href$='.acc'] {
	background: url("../images/DDAimages/document-acces.gif");
	background-repeat: no-repeat;
	background-position: left 0.2em;
	padding: 0 0 0 20px;
	margin: 0 0 0 20px;
}
.ContentTable a[href$='.xls'] {
	background: url("../images/DDAimages/document-excel.gif");
	background-repeat: no-repeat;
	background-position: left 0.2em;
	padding: 0 0 0 20px;
	margin: 0 0 0 20px;
}
.ContentTable a[href$='.swf'], 
.ContentTable a[href$='.flv'], 
.ContentTable a[href$='.fla'] {
	background: url("../images/DDAimages/document-flash.gif");
	background-repeat: no-repeat;
	background-position: left 0.2em;
	padding: 0 0 0 20px;
	margin: 0 0 0 20px;
}
.ContentTable a[href$='.pdf'] {
	background: url("../images/DDAimages/document-pdf.gif");
	background-repeat: no-repeat;
	background-position: left 0.2em;
	padding: 0 0 0 20px;
	margin: 0 0 0 20px;
}
.ContentTable a[href$='.psd'] {
	background: url("../images/DDAimages/document-photoshop.gif");
	background-repeat: no-repeat;
	background-position: left 0.2em;
	padding: 0 0 0 20px;
	margin: 0 0 0 20px;
}
.ContentTable a[href$='.pwt'] {
	background: url("../images/DDAimages/document-powerpoint.gif");
	background-repeat: no-repeat;
	background-position: left 0.2em;
	padding: 0 0 0 20px;
	margin: 0 0 0 20px;
}
.ContentTable a[href$='.doc'] {
	background: url("../images/DDAimages/document-word.gif");
	background-repeat: no-repeat;
	background-position: left 0.2em;
	padding: 0 0 0 20px;
	margin: 0 0 0 20px;
}
.ContentTable a[href$='.rar'], 
.ContentTable a[href$='.zip'] {
	background: url("../images/DDAimages/document-zipper.gif");
	background-repeat: no-repeat;
	background-position: left 0.2em;
	padding: 0 0 0 20px;
	margin: 0 0 0 20px;
}
.ContentTable a.back-to-top, 
.ContentTable a.back-to-top:visited {
	width: 100%;
	background: none;
	color: #2973c9;
	border-bottom: 1px solid #ccc;
	padding: 0;
	margin: 1em 0 0 0;
}
.ContentTable a.back-to-top:focus, 
.ContentTable a.back-to-top:hover {
	text-decoration: underline;
	color: #0073f9;
}
.ContentTable a.back-to-top span {
	display: block;
	width: 6.3em;
	background: url("../images/DDAimages/bg-back-to-top.gif") #FFF;
	background-position:  20px 0.4em;
	background-repeat: no-repeat;
	font-size: 0.85em;
	margin: 0 auto -0.8em;
	padding: 2px 9px 2px 40px;
	text-align: left;
}
/* @@ img/figure in content-col */	
img {
	display: inline-block;
}
dl {
	display: inline-block;
	margin: 0.5em 2em;
}
dl dt img, 
dl dt a img {
	padding: 0;
	border: none;
	margin: 0;
}
dl.left, 
img.left {
	float: left;
	margin-left: 0;
}
dl.right, 
img.right {
	float: right;
	margin-right: 0;
}
dl dd {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	word-wrap: break-word;
	color: #787878;
	padding: 0.5em 0;
}
#ctl00_ucNavigationScreenControl_DDAScreenContent_lblCurrentPage {
	float: right;
	font-size: 1.214em;;
	line-height: 1.53;
}
/* @@ table in ContentTable */	
.ContentTable {
	font-size: 1.4em;
	line-height: 1.6;
}
.ContentTable div table {
	width: 100%;
	font-size: 1em;
	line-height: 1.6;
	/*border-collapse: collapse;*/
	border-spacing: 0;
	border-bottom: 1px solid #5A8100;
	margin-bottom: 1em;
}
.ContentTable div table tbody {
	width: 100%;
}
.ContentTable div table th {
	background: #5A8100;
	background-image: url("../images/DDAimages/bg-table-devider-white.gif");
	background-repeat: repeat-y;
	background-position: right top;
	font-family: 'Bitter', serif;
	font-size: 1.143em;;
	font-weight: normal;
	line-height: 1.21;
	color: #fff;
	text-align: left;
	border-width: 10px 0px 11px 0;
	border-color: #5A8100;
	border-style: solid;
	padding: 3px 14px 2px 14px;
	margin: 0;
}
.ContentTable div table th a, 
.ContentTable div table th a:visited {
	text-decoration: underline;
	color: #fff;
}
.ContentTable div table th a:hover, 
.ContentTable div table th a:focus {
	text-decoration: none;
	color: #fff;
}
.ContentTable div table th img.sort-column {
	vertical-align: bottom;
	margin: 0 0 4px 12px;
	}
.ContentTable div table tr {
	padding: 0;
	margin: 0;
}
.ContentTable div table tr td {
	background: #fff;
	background-image: url("../images/DDAimages/bg-table-devider-grey.gif");
	background-repeat: no-repeat;
	background-position: right 11px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	color: #585858;
	text-align: left;
	border-top: 1px solid #d9d9d9;
	border-left: none;
	border-bottom: 10px solid #fff;
	border-right: none;
	padding: 16px 10px 6px 10px;
	margin: 0;
}
.ContentTable div table tr td p {
	font-size: 1em;
	line-height: 1.6;
	padding-bottom: 0;
}
.ContentTable div table tr td.title {
	background: #f7f7f7;
	background-image: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.5;
	color: #575757;
	text-align: left;
	border: none;
	padding: 15px 10px;
	margin: 0;
}
.ContentTable div table th:last-child, 
.ContentTable div table td:last-child {
	background-image: none;
}
.ContentTable div table tr:last-child {
	border-bottom: none;
}
.PublicationDecisionInformationPage table,
.PublicationDecisionInformationPage .ContentTable table {
	border-collapse: collapse;
	border: none;
	}
.PublicationDecisionInformationPage .ContentTable td.FieldsName,
.PublicationDecisionInformationPage .ContentTable table td.DetailFieldsName {
	width: 200px;
	color: #000;
	font-family: 'Bitter', serif;
	font-weight: normal;
	vertical-align: top;
	padding: 1.56em 10px 0.5em 0px;
}
.PublicationDecisionInformationPage table tr td,
.PublicationDecisionInformationPage .ContentTable table tr td {
	/*width: auto!important;*/
	background: none;
	vertical-align: top;
	padding: 1.5em 0 0.5em;
	border: none;
	}
.PublicationDecisionInformationPage table tr td span,
.PublicationDecisionInformationPage .ContentTable table tr td span {
	display: inline;
}
.ContentTable td inputctl00_ucNavigationScreenControl_DDAScreenContent_chkBoxWildCard, 
.ContentTable td input[type="checkbox"] {
	height: auto;
	width: auto !important;
	border: none;
	padding: 0;
}
a#ctl00_ucNavigationScreenControl_DDAScreenContent_lnkBtnClassificationExplained {
	padding: 4px;
}
.ContentTable td input, 
.ContentTable td input[type="text"] {
	height: 22px;
	width: 385px !important;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	border: 1px solid #5A8100;
	padding: 4px;
}
.ContentTable td select {
	width: 395px !important;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	border: 1px solid #5A8100;
}
.ContentTable td span.basicdatepicker input, 
.ContentTable td span.basicdatepicker input[type="text"] {
	width: 110px !important;
}
#divBottomButtonList table {
	width: auto!important;
}
#divBottomButtonList table td {
	width: 463px!important;
}
#ctl00_ucNavigationScreenControl_tableTopButtonList {
	display:none;
	}
body.DecisionSearchCriteriaPage #ctl00_ucNavigationScreenControl_tableTopButtonList {
	display: table!important;
}
.DecisionSearchCriteriaPage #ctl00_ucNavigationScreenControl_tabContainer fieldset {
	margin-top: 30px;/*30px*/
	}
#ctl00_ucNavigationScreenControl_tableTopButtonList input[type="submit"],
#divBottomButtonList table td input[type="submit"] {
	float: right;
}
td input[type="submit"] {
	float: left;
	height: 35px;
	width: auto !important;
	background: #408de3;
	background-image: -webkit-gradient(linear, center top, center bottom, from(#408de3), to(#004ba4));
	background-image: -moz-linear-gradient(center top, #408de3 0%, #004ba4 100%);
	background-image: -o-linear-gradient(top, #408de3 0%, #004ba4 100%);
	background-image: linear-gradient(top, #408de3 0%, #004ba4 100%);
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.3em !important;
	font-style: normal;
	font-weight: bold;
	color: #fff;
	border: 1px solid #0058bf;
	border-radius: 4px;
	padding: 6px 15px 10px;
	margin: 10px 20px 10px -10px;
}
body.DecisionSearchResultsPage td input[type="submit"] {
	float: right;
	font-size: 1em !important;
   margin-right: -9px;	
}
td input[type="submit"]:hover {
	background: #004ba4;
	background-image: -webkit-gradient(linear, center top, center bottom, from(#004ba4), to(#408de3));
	background-image: -moz-linear-gradient(center top, #004ba4 0%, #408de3 100%);
	background-image: -o-linear-gradient(top, #004ba4 0%, #408de3 100%);
	background-image: linear-gradient(top, #004ba4 0%, #408de3 100%);
}
.ContentTable td .bdpButton {
	margin: 0;
	padding: 0;
	vertical-align: bottom;
	}