/* Use ems if otherwise possible */
/* ----------------------------------------------------- */
div, table, p, th, td, li, dd	{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 1.0em;
}


/* Layout */
/* ----------------------------------------------------- */

html {
	overflow-y: scroll; /* Always display the vertical scrollbar to avoid page jump */
}

body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	font-family: Verdana, Helvetica, sans-serif;
	color: #000000;
	font-size: 62.5%;
}

#contentheadernav {
	position: absolute;
	left: 0px;
	top: 16px;
	color: #FFF;
	margin-left: 19em;
}

#headerspacer {
	height: 10px;
}

#contentheader {
	padding: 0px;
	background-color: #003366;
	height: 90px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

#headerleft {
	float: left;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	width: 17em;
}

#brand {
	position: absolute;
	left: 0px;
	top: 65px;
	margin-left: 19em;
}


/* portions of the following CSS were derived from <http://www.redmelon.net/tstme/3cols2/>, CC SA 1.0 license */
#container {
	clear: both;
	border: solid #fff 0px;
	/*/*/
	border-left-width: 19em;
	border-right-width: 19em;
	/* right column width. NN4 hack to hide borders */
	width: auto;
}

#container #spacing {
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

#inner{
	margin:0;
	width:100%;
	min-width: 20em
}

#contentleft {
	width: 17em;
	float: left;
	position: relative;
	margin-left: -18em;
	margin-right: 1px;
	margin-bottom: 10px;
}

#homecenter,
#contentcenter {
	float: left;
	width: 100%;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#contentright {
	/*/*/ width: 16em; /* hack keeps NN4 right column right? */
	float: right;
	position: relative;
	margin-right: -18em;
	margin-left: 10px;

}

#contentfooter {
	margin: 10px;
	padding: 7px;
	background: #D9EDF7;
	color: #666666;
}

#footerleft {
	float: left;
}

#footerright {
	font-size: 90%;
	text-align: right;
	color: #999999;
}

.footfirst {
	padding-right: 10px;
}

.logo {
	width: 96px;
	height: 90px;
	padding: 0;
	margin: 0;
}


/* Header & Footer Lists */
/* ----------------------------------------------------- */

ol,ul, dl, li, dt, dd {margin: 0; padding: 0;}

.li_entries {margin: 0; padding: 3px;}
.Margin3px {margin: 3px;}
.ZeroMargin {margin: 0;}
.LessTopMargin {margin-top: -20px;}

#footerlist li, #headerlist li, #lhnav1list li, #lhnav2list li, #lhnav3list li, #crumbslist li {
	display: inline;
	list-style-type: none;
}

#contentcenter #crumbslist {
	margin: 0;
	padding: 0;
}


/* Left Hand Navigation */
/* ----------------------------------------------------- */
/* Home Navigation */

#lhnav1list {
	margin: 0px 0 0 0;
	border-top: 1px solid #CCCCCC;
	list-style: none;
	width: 17em;
}

/* All Level nav common attributes */
#lhnav1list li span, #lhnav1list #lhnav2list li span, #lhnav1list #lhnav2list #lhnav3list li span,
#lhnav1list li a, #lhnav1list #lhnav2list li a, #lhnav1list #lhnav2list #lhnav3list li a  {
	display: block;
	margin: 0px;
	border-bottom: 1px solid #CCCCCC;
	font-weight: normal;
	text-decoration: none;
	color: #000;
}

/* Level 1 */
#lhnav1list li span,
#lhnav1list li a {
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 13px;
}

#lhnav1list li a:hover, #lhnav1list li a:active, #lhnav1list li a:focus, #lhnav1list #lhnav2list li a:active, #lhnav1list #lhnav2list li a:focus, #lhnav1list #lhnav1HOME a:hover {
	background-color: #e5f5f9;
}

#lhnav1list #lhnav1HOME span,
#lhnav1list #lhnav1HOME a {
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 13px;
}

#lhnav1list #lhnav1Active span,
#lhnav1list #lhnav1Active a {
	font-weight: bold;
}

/* Level 2 */
#lhnav1list #lhnav2list li span,
#lhnav1list #lhnav2list li a {
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 13px;
}

#lhnav1list #lhnav2list li a:hover {
}

/* Level 3 */
#lhnav1list #lhnav2list #lhnav2Active span,
#lhnav1list #lhnav2list #lhnav2Active a  {
	font-weight: bold;
}

#lhnav1list #lhnav2list #lhnav3list li span,
#lhnav1list #lhnav2list #lhnav3list li a {
	background: #FFFFFF;
	padding: 4px 5px 4px 30px;
}

#lhnav1list #lhnav2list #lhnav3list li a:hover {
	background: #DDDDDD;
}

#lhnav1list #lhnav2list #lhnav3list #lhnav3ActiveC span,
#lhnav1list #lhnav2list #lhnav3list #lhnav3ActiveC a {
	font-weight: bold;
}

#lhnav1list #lhnav2list #lhnav3list #lhnav3ActiveC a:hover {
	background: #FFFFFF;
}


.navArrowRed {
	background-image: url(/gazette_docs/pics/1stLevnavArrow_red.gif);
	background-repeat: no-repeat;
	background-position: 0px 9px;
}

.navArrowOrange {
	background-image: url(/gazette_docs/pics/1stLevnavArrow_orange.gif);
	background-repeat: no-repeat;
	background-position: 0px 9px;
}

.navArrowYellow {
	background-image: url(/gazette_docs/pics/1stLevnavArrow_yellow.gif);
	background-repeat: no-repeat;
	background-position: 0px 9px;
}

.navArrowMoss {
	background-image: url(/gazette_docs/pics/1stLevnavArrow_moss.gif);
	background-repeat: no-repeat;
	background-position: 0px 9px;
}

.navArrowGreen {
	background-image: url(/gazette_docs/pics/1stLevnavArrow_green.gif);
	background-repeat: no-repeat;
	background-position: 0px 9px;
}

.navArrowTeal {
	background-image: url(/gazette_docs/pics/1stLevnavArrow_teal.gif);
	background-repeat: no-repeat;
	background-position: 0px 9px;
}

.navArrowAqua {
	background-image: url(/gazette_docs/pics/1stLevnavArrow_aqua.gif);
	background-repeat: no-repeat;
	background-position: 0px 9px;
}

.navArrowBlue {
	background-image: url(/gazette_docs/pics/1stLevnavArrow_blue.gif);
	background-repeat: no-repeat;
	background-position: 0px 9px;
}

.navArrowNavy {
	background-image: url(/gazette_docs/pics/1stLevnavArrow_navy.gif);
	background-repeat: no-repeat;
	background-position: 0px 9px;
}

.navArrowPurple {
	background-image: url(/gazette_docs/pics/1stLevnavArrow_purple.gif);
	background-repeat: no-repeat;
	background-position: 0px 9px;
}

.navArrowCrimson {
	background-image: url(/gazette_docs/pics/1stLevnavArrow_crimson.gif);
	background-repeat: no-repeat;
	background-position: 0px 9px;
}

.navArrowHome {
	background-image: url(/gazette_docs/pics/1stLevnavArrow_home.gif);
	background-repeat: no-repeat;
	background-position: 0px 9px;
}


/* Centre Content */
/* ----------------------------------------------------- */

#breadcrumbs {
	margin-bottom: 10px;
	border-bottom: 1px solid #CCCCCC;
	font-size: 80%;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 7px;
	padding-left: 0;
}

/*#boximgfeature {
	padding: 0px;
	height: 90px;
	background-image: url(../images/lawbooks.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}*/

#homecentertext {
	margin: 0;
	padding: 0px;
}

#contentcenter ul { margin: 0 0 2em 2.5em }
#contentcenter ol { margin: 0 0 2em 3em }
#contentcenter ul li, #contentcenter ol li { line-height: 1.4em }
#contentcenter li ul, #contentcenter li ol { margin: 0 0 1em 2em }
#contentcenter li li { font-size: 100% }

#contentItem {
	margin-top: 0px;
	background-image: url(/gazette_docs/pics/contentLine.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 3px;
}

#searchResultsBox {
	background-color: #D9EDF7;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
}

#searchResultsBox h2 {
	margin-top: 0px;
	margin-bottom: 10px;
}

.advsearch, a.advsearch:link {
	float: right;
	color: #000000;
}

.pdfLink {
	background-image: url(/gazette_docs/pics/pdfIcon.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
	text-indent: 20px;
	padding-left: 26px;
	padding-bottom: 7px;
	padding-top: 4px;
}

#pdfbox {
	padding-top: 6px;
	padding-right: 8px;
	padding-bottom: 6px;
	padding-left: 12px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	line-height: 26px;
	margin-bottom: 10px;
}

/* Table layouts */

caption {
	margin: 0px;
	padding-bottom: 7px;
	font-size: 125%;
	font-weight: bold;
	color: #666666;
	text-align: left
}

.tableDTF, .tableDTFcolour {
	margin-bottom:15px;
	width: 100%;
	border-bottom:1px solid #000;
}

.tableDTF td, .tableDTFcolour td {
	border-bottom:1px solid #000;
	padding: 6px;
	color: #000;
	line-height: 130%;
}

.tableDTF th, .tableDTFcolour th {
	border-bottom:2px solid #000;
	padding: 6px;
	text-align: left;
}

.tableDTF th a, .tableDTFcolour th a {
	text-align: left;
	color: #000;
	font-weight: bold;
}

a.selectcol:link {
	background-image: url(/gazette_docs/pics/downarrow.gif);
	background-position: right;
	background-repeat: no-repeat;
	padding-right: 13px;
}

.tableDTF td a, .tableDTFcolour td a {
	line-height: 200%;
}

.tableform1 {
	border:0px;
	padding:0px;
	width:100%;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}

.tableform1 td, .tableform1 th {
border-bottom:0px solid #FFFFFF;
background-color: #D9EDF7;
vertical-align:top
}

.tableform1 td {padding:5px 10px}

.tableform1 th {padding:9px 5px 7px 10px; text-align:left; width:100px}

#results {
	background-color: #EEE;
	width:100%; 
	padding: 8px 0;
}

.pagination {
	float: right;
}


/* Site Map */
div#sitemap {
font: 10px "verdana",sans-serif;
display: block;
padding: 0px;
margin: 0;
}

ul#navlist, ul#navlist li ul#subnavlist {
list-style-type: none;
padding: 0;
margin: 0;
}

ul#navlist li, ul#navlist li ul#subnavlist li {
display: inline;
}

ul#navlist li a {
	display: block;
	background-image: url(/gazette_docs/pics/1stLevnavArrow_white.gif);
	background-repeat: no-repeat;
	background-position: 6px 8px;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 6px;
	padding-left: 20px;

}

ul#subnavlist li a {
	display: block;
	margin: 0 0 0 1em;
	padding: 5px 6px 5px 16px;
	background-color: #fff;
	background-image: url(/gazette_docs/pics/2ndLevnavArrow_navy.gif);
	background-repeat: no-repeat;
	background-position: 5px 8px;
}

ul#subsubnavlist li a {
	display: block;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 1em;
}

ul#navlist li ul#subnavlist li a:hover {
	background-color: #E4E4E4;
}

ul#navlist li ul#subsubnavlist {
list-style-type: none;
padding: 0;
margin-left: 15px;
margin-bottom: 0px;
}


ul#navlist li a.redPanel {
	background-color: #E33000;
	color: #FFF;
	text-decoration: underline;
}

ul#navlist li a.orangePanel {
	background-color: #de6100;
	color: #FFF;
	text-decoration: underline;
}

ul#navlist li a.yellowPanel {
	background-color: #f1ab00;
	color: #FFF;
	text-decoration: underline;
}

ul#navlist li a.mossPanel {
	background-color: #bba800;
	color: #FFF;
	text-decoration: underline;
}

ul#navlist li a.greenPanel {
	background-color: #7f8e2b;
	color: #FFF;
	text-decoration: underline;
}

ul#navlist li a.tealPanel {
	background-color: #4f8d97;
	color: #FFF;
	text-decoration: underline;
}

ul#navlist li a.aquaPanel {
	background-color: #009ec0;
	color: #FFF;
	text-decoration: underline;
}

ul#navlist li a.bluePanel {
	background-color: #0087c7;
	color: #FFF;
	text-decoration: underline;
}

ul#navlist li a.navyPanel {
	background-color: #00538e;
	color: #FFF;
	text-decoration: underline;
}

ul#navlist li a.purplePanel {
	background-color: #6d78b7;
	color: #FFF;
	text-decoration: underline;
}

ul#navlist li a.crimsonPanel {
	background-color: #885e80;
	color: #FFF;
	text-decoration: underline;
}


ul#navlist li a.redPanel:hover, ul#navlist li a.orangePanel:hover, ul#navlist li a.yellowPanel:hover, ul#navlist li a.mossPanel:hover, ul#navlist li a.greenPanel:hover, ul#navlist li a.tealPanel:hover, ul#navlist li a.aquaPanel:hover, ul#navlist li a.bluePanel:hover, ul#navlist li a.navyPanel:hover, ul#navlist li a.purplePanel:hover, ul#navlist li a.crimsonPanel:hover {
	color: #FFF;
	text-decoration: none;
}



/* Right Hand Content */
/* ----------------------------------------------------- */

#searchContainer {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	/*height: 44px;*/
	width: 16em;
	background-color: #99D8E6;
}

#search {
	padding-top: 12px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 8px;
}

.searchfield {
	font-family: Arial, Helvetica, sans-serif;
	width: 90px;
	margin-right: 2px;
	font-size: 90%;
}

.searchbutton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
}

#toolsContainer {
	height: 45px;;
	width: 17em;
	margin-bottom: 10px;
	background-color: #99D8E6;
}

#tools {
	padding-top: 13px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 9px;
}

.toolsText {
	font-size: 95%;
	color: #000000;
}

a.toolsText:link, a.toolsText:active, a.toolsText:hover, a.toolsText:visited {
	font-size: 95%;
	color: #000000;
}

#tools :link,
#tools :visited {
	text-decoration: none;
}

.boxsites {
	margin-bottom: 5px;
	padding: 6px;
	border-bottom: 5px solid #EEEEEE;
	border-left: 5px solid #EEEEEE;
	border-right: 5px solid #EEEEEE;
	background: url(/gazette_docs/pics/bg_boxgrad.jpg) top repeat-x #FFFFFF;
	text-align: right;
}

.boxright {
	margin-bottom: 5px;
	padding: 6px;
	border-bottom: 5px solid #EEEEEE;
	border-left: 5px solid #EEEEEE;
	border-right: 5px solid #EEEEEE;
}
.boxright p {
	margin-top: 0;
}

.rightBox {
	margin-bottom: 9px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
	padding-top: 0px;
}

/* Typography */
/* ----------------------------------------------------- */
#contentcenter div, #contentcenter p, #contentcenter th, #contentcenter td, #contentcenter dd, #homecenter div, #homecenter p, #homecenter th, #homecenter td, #homecenter li, #homecenter dd {
	font-size: 100%;
}

#contentcenter div td, #homecenter div p, #contentcenter div li, table {
	font-size: 100%;
}

#contentcenter div li, #contentcenter li {
	font-size: 100%;
	/* list-style-image: url(../images/listBullet.gif); */
}

#contentcenter #breadcrumbs li {
	font-size: 100%;
}

/* netcat change */
#homecenter div {
	font-size: 100%;
}

#contentcenter p, #homecenter p {
	margin: 0 0 1em 0;
	line-height: 140%;
}

#homecenter #tagline {
	margin: 0px;
	padding: 12px;
	background-color: #E5F5F9;
	font-size: 115%;
	font-weight: normal;
	color: #003366;
}

#tagline {
	line-height: 135%;
}

h1	{
	padding: 0px;
	font-size: 200%;
	font-weight: bold;
	color: #003366;
	font-family: "Arial Narrow", Arial, Verdana;
	margin-top: 6px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}

h2	{
	margin-top: 15px;
	margin-bottom: 10px;
	padding-bottom: 2px;
	font-size: 140%;
	color: #003366;
	background: transparent none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

h3	{
	margin-top: 15px;
	margin-bottom: 8px;
	font-size: 130%;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 2px;
	font-weight: bold;
	color: #000000;
}

h4	{
	margin-top: 10px;
	margin-bottom: 0px;
	font-size: 110%;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	color: #333333;
	font-style: oblique;
	font-weight: normal;
}

h5	{
	margin-bottom: 6px;
	margin-top: 0px;
	font-size: 95%;
	color: #000000;
	font-weight: normal;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 8px;
}

h6	{
	margin-bottom: 0px;
	margin-top: 0px;
	font-size: 90%;
	color: #000000;
	font-weight: normal;
	line-height: 125%;
}

#contentright h5 {
	margin-bottom: 6px;
	margin-top: 0px;
	font-size: 100%;
	color: #FFFFFF;
	font-weight: normal;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 8px;
	background-color: #009EC0;
}

#contentright h5 a:link {
	color: #FFFFFF;
	text-decoration: none;
}

#contentright h5 a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#homecenter h2 {
	margin-top: 15px;
	margin-bottom: 10px;
	padding-bottom: 2px;
	font-size: 130%;
	color: #003366;
	background: transparent none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.table_ministers h2 {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	font-weight: bold;
}

#homecenter h3, a {
	margin: 4px 0 2px 0;
	padding: 0px;
	font-size: 100%;
	font-weight: normal;
	text-decoration: none;
}


/* Linkology */
/* ----------------------------------------------------- */

a:link {color: #0066FF;text-decoration:underline;}
a:visited {color: #800080;text-decoration:underline;}
a:active {text-decoration:underline;}
a:focus {text-decoration:underline;}
a:hover {color: #C36100;text-decoration:underline;}

#headerlist li a {
	border-left: 1px solid #CCCCCC;
	padding: 0px 3px 0px 6px;
	font-size: 90%;
	color: #FFFFFF;
	text-decoration: none;
}

#headerlist li a:hover, #footerlist li a:hover, #footerright a:hover, .boximgfeature h2 a:hover, #contentright dt a:hover {
	text-decoration: underline;
}

#headerlist li a:focus, #footerlist li a:focus, #footerright a:focus, .boximgfeature h2 a:focus, #contentright dt a:focus {
	text-decoration: underline;
}

#crumbslist li a {
	padding: 0px;
	font-weight: normal;
	text-decoration: underline;
	color: #333333;
}

#crumbslist li a:hover, #crumbslist li a:focus {
	text-decoration: underline;
	color: #C36100;
}

#crumbslist li {
	font-weight: normal;
}

.more_ministers li {
	list-style-image: url(/gazette_docs/pics/bg_bullet2.gif);
}
#contentcenter .more_ministers ul {
	margin-top: 8px;
	margin-left: 14px;
	margin-bottom: 0;
	padding-left: 0;
	font-size: 1em;
}
#contentcenter .more_ministers li {
	margin-top: 2px;
	margin-bottom: 0;
	font-size: 1em;
}

#contentright dt a {
	font-weight: bold;
}

#contentright dt a {
	text-decoration: underline;
	color: #333333;
}

#footerlist li a {
	border-right: 1px solid #666666;
	padding: 0px 4px 0px 2px;
	color: #333;
	text-decoration: none;
}

#footerlist li a:hover {
	color: #000;
	text-decoration: underline;
}

#footerlist li {
	font-size: 90%;
}

#footerright a {
	color: #666666;
	text-decoration: underline;
}

#headerlist li a.first {
	border-left: 0px;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 0px;
}

a.headerleft:link, a.headerleft:active, a.headerleft:visited {
	font-size: 90%;
	color: #FFFFFF;
	text-decoration: none;
}

a.headerleft:hover {
	text-decoration: none;
}


/* Forms */
/* ----------------------------------------------------- */

form {
	margin: 0;
	padding: 0;
}

input, select, textarea {
	font-size: 100%;
}

.fieldShort {width: 7em;}
.fieldMedium {width: 14em;}
.fieldLarge {width: 18em;}

#selQuicklinks {
	width: 14em;
}

.form_label	{	
	font-family:arial,helvetica,verdana;
	font-size:9pt;
	width:150px;
	float:left;
}

input.error	{
	background-color: #F00;
}

.form_label_error {
	color: #F00;
}


/* Images */
/* ----------------------------------------------------- */

.imgModule {
	border-top: 5px solid #EEEEEE;
	border-left: 5px solid #EEEEEE;
	border-right: 5px solid #EEEEEE;
}

.imgIcon {
	margin-right: 7px;
}

.imgLeft {
	float:left;
	margin:2px 10px 5px 0;
}

.imgRight {
	float:right;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 10px;
}

.headerright {
	margin: 0px;
	padding: 0px;
	height: 90px;
	background-color: #FFF;
	float: right;
}

.logoPad {
	margin-top: 7px;
}


/* Gazette Search */
/* ----------------------------------------------------- */

.pagination_button,
.pagination_button_on,
.pagination_button:hover {
	font-size:9px;
	font-family:arial,helvetica,verdana;
	color: #111;
	margin: 0;
	padding:1px 1px 0px 1px;
	background: #CEF;
	border:solid 1px #55A;
	cursor:hand;
}

.pagination_button_on,
.pagination_button:hover {
	background: #79c;
	color: #FFF;
}

.form_submit_button {
	font-size:8pt;
	font-family:arial,helvetica,verdana;
	color: #111;
	margin: 0;
	padding:1px 4px 0px 4px;
	background: #CCC;
	border:solid 1px #888;
	cursor:pointer;
	/* width:50px; */
	font-weight:bold;
	overflow: visible;
}

.form_input_box {
	font-size:10pt;
	line-height:13pt;
	font-family:arial,helvetica,verdana;
	color: #111;
	margin: 0;
	padding:1px 4px 0px 4px;
	background: #F0F0F0;
	border:solid 1px #888;
	overflow: visible;
}

.form_submit_link {
	font-size:8pt;
	font-family:arial,helvetica,verdana;
	color: #06F;
	margin: 0;
	padding:1px 4px 0px 4px;
	background: #FFF;
	border:none;
	cursor:pointer;
	overflow: visible;
	text-decoration:underline;
}

#search_help {
	display: none;
	padding-bottom: 1px;
	padding-top: 1px;
}

#search_help div {
	margin: 0 10px 10px;
}

.help_button {
	float: right;
	margin-right: 20px;
	padding-bottom: 10px;
}

.help_button a {
	color: #ff8500;
	font-weight: bold;
	font-size: 1.2em;
}

.help_button a:hover {
	color: #d87100;
}

.help_box {
	background-color: #fffce9;
	clear: both;
	border: solid 1px brown;
}

.orderby {
	border: none;
	cursor: help;
}

#search-string {
	font-size: 14pt;
	width: 400px;
}

#do-search {
	font-size: 13pt;
}

#search-box {
	margin: 5px 0 10px 0;
}

#advanced-search-options {
	display: none;
	padding: 5px 0 10px 0;
}

#advanced-search-options table td, #advanced-search-options table th {
	padding: 5px 10px 5px 0;
}

#save-search {
	margin:5px 0 10px 0;
}

.search_table {
	width: 100%;
}

.search_table tr th {
	text-align: left;
	font-weight: bold;
	padding: 0 4px 0 4px;
}

.search_table tr th {
	font-size: 1.4em;
	padding: 4px;
}

.search_table tr td {
	padding: 2px 4px;
}

.search_table tr:hover {
	background-color: #fff9d9;
}

.search_table td {
	border-top:solid 1px #E0E0E0;
}

a.sort, a.sort:visited {
	font-weight: bold;
	color: #0066FF;
	text-decoration: none;
}

a.sort:hover {
	color: #00538e;
}

a.sorted-asc, a.sorted-desc {
	padding-right: 12px;
	text-decoration: underline;
}

a.sorted-asc {
	background-image: url("/gazette_docs/pics/sr_order_active_asc.gif");
	background-repeat: no-repeat;
	background-position: right;
}

a.sorted-desc {
	background-image: url("/gazette_docs/pics/sr_order_active_desc.gif");
	background-repeat: no-repeat;
	background-position: right;
}


/* Generic */
/* ----------------------------------------------------- */
.bold {font-weight: bold; }
.alignR {text-align: right; }
.nospace {margin:0px; padding:0px}
.none, #printheader {display: none;}
.hide {visibility: hidden;}
.block {display: block;}
.clear {clear: both;}
.clearR {clear: right;}
.clearL {clear: left;}
.vAlignT { vertical-align: top; }
.no-border { border: none; }

.rule {
	display:block;
	border-width:0;
	border-style:none;
	border-bottom:1px dotted #999;
	height:1px;
	margin-bottom:10px;
}

.end {
	float: none;
	display: inline;
}

.up {
	margin-bottom: 15px;
	text-align: right;
}

span.iefix {
	width: 100%
}

.textNormal {
	font-weight: 400;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}

.formtablediv {
	background-color: #FFFFFF;
	border-spacing:5px;/*cellspacing:poor IE support for  this*/
	border-collapse: collapse;
	border:0px;
	padding:5px;
	width:100%;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}

.formcelldivleft {
	float:left;
	width: 120px;
	vertical-align:top;
	padding: 0px 10px;
}

.formcelldivright {
	vertical-align: top;
	padding: 0px 10px;
	margin-left: 120px;
}

.formrowdiv  {
	width:auto;
}

.rowHeader {
	vertical-align: top;
	font-weight: bold;
	color: #003355;/*009EC0*/
}

hr {
	border: 0;
	height: 1px;
	background-color: #DDD;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 20px;
}



/* COLOUR overlay - section specific */

/* Downloads - Light colour */

#searchContainer, #toolsContainer {
	background-color: #8ECDEA;
}


/* Right Menu - Full colour*/

h5 {
	background-color: #01699A;
}


/* Level 2 Nav 20% tint colour */

#lhnav1list #lhnav2list li span,
#lhnav1list #lhnav2list li a {
	background-color: #E1F2F9;
	background-image: url(/gazette_docs/pics/2ndLevnavArrow_blue.gif);
	background-repeat: no-repeat;
	background-position: 1px 9px;
}


/* Level 2 Nav hover - Light colour */

#lhnav1list #lhnav2list li a:hover {
	background: #8ECDEA;
}

/* Level 3 Nav */

#lhnav1list #lhnav2list #lhnav3list li span,
#lhnav1list #lhnav2list #lhnav3list li a {
	background-color: #F2FAFD;
	background-repeat: no-repeat;
	background-position: 1px 9px;
}

#lhnav1list #lhnav2list #lhnav3list li a:hover {
	background: #C1E3F4;
}

/* Downloads - 20% tint colour */

#pdfbox {
	background: #E1F2F9;
}

.recent_gazette {
	margin-left:20px;
}

.linkTable {
	border:none;
	width:95%;
}

a.link_alert:Visited,a.link_alert {
	color:red;
}

a.link_warn:Visited,a.link_warn {
	color: #06F;
}


.blue							{ color: #05C; }
.green							{ color: #590; }
.red							{ color: #C30; }
.grey							{ color: #CCC; }
.hint_grey						{ color: #555; }
.orange							{ color: #C90; }
.default						{ color: #222; }
.purple							{ color: #915EBA; }
.black							{ color: #000; }
.darkGrey						{ color: #555; }
.devil							{ color: #666 }

a.blue							{ color: #05C; }
a.green							{ color: #590; }
a.red							{ color: #C30; }
a.grey							{ color: #CCC; }
a.hint_grey						{ color: #555; }
a.orange						{ color: #C90; }
a.default						{ color: #222; }
a.purple						{ color: #915EBA; }
a.black							{ color: #000; }
a.darkGrey						{ color: #555; }

a.gazette_link					{ color: #05C; }

a.gazette_link:visited			{ color: purple; }

a.buy_link:visited
, a.buy_link					{ color: #590; }

.image_radio {
	width: 12px;
	height: 12px;
	border: none;
	vertical-align: top;
	margin-bottom: 5px;
}
