
/* Generic Styles for ASHM Publications */

p, div
{
	font-family: arial; 
	font-size:12px; 
	line-height: 1.5em; 
}

H1, .h1
{ 
	font-family: arial; 
	font-size: 20px;
	font-weight: bold; 
	color: #383c71;
}
H2, .h2
{ 
	font-family: arial; 
	font-size:18px; 
	font-weight: bold; 
	color: #383c71;
}

H3, .h3
{ 
	font-family: arial; 
	font-size:16px; 
	font-weight: bold; 
}
H4, .h4
{ 
	font-family: arial; 
	font-size:14px; 
	font-weight: bold; 
	font-style: italic;
}
ul
{
	margin-left:10px; 
	margin-top:6px; 
	margin-bottom:6px; 
}
li
{
	margin-left: 30px;
	line-height: 1.5em; 
}
li li, li li li {
	margin-left: 20px;
}
a:hover
{
	color: red;
}
a img {
	border: none;
	padding: 0 0 20px 20px;
}

a.ASHMlinks
{
	color: #383c71;
	font-weight: bold;
	text-decoration: none;
}

a.ASHMlinks:hover
{
	color: #777;
	text-decoration: underline;
}

img.large
{
	width: 500px;
	height: auto;
	border: 2px solid #c8c8c8;
	border-right: 2px solid #777;
	border-bottom: 2px solid #777;
}

.image
{
	text-align: center;
}

.ASHMtable
{
	border-collapse: collapse;
	border: 1px solid #000;
	width: 90%;
	margin-bottom: 20px;
}

.ASHMtable td
{	
	vertical-align: top;
	border-collapse: collapse;
	border: 1px solid #000;
	padding: 5px;
}
th.ASHMtable, .ashmtable thead
{
	background-color: #383c71;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
	padding: 6px;
}
td.ASHMtableRow
 {
	background: #e3e4e4;
	color: #222;
	padding: 6px;
 }
 td.ASHMtableRowAlt
 {
	background: #d7d8e3;
	color: #222;
	padding: 6px;
 }
 tr.ASHMtableRow
 {
	background: #e3e4e4;
	color: #222;
	padding: 6px;
 }
 tr.ASHMtableRowAlt
 {
	background: #d7d8e3;
	color: #222;
	padding: 6px;
 }

ul.noListStyle
{
	list-style-type: none;
	padding: 10px 0;
}

li.heading, td.heading
{
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	color: #383c71;
}

table.ASHMtable2 td
{
	text-align: left;
	vertical-align: top;
}

.boldText
{
	font-weight: bold;
}

/***** Added By Anthony 20100202 *****/
.lawLink {
	color: #004ebd;
	font-weight: bold;
	border-bottom: 1px dotted #004ebd;
	text-decoration: none;
}

.lawLink:hover {
	border-bottom: 1px dotted red;
}

.logoDOHA {
	width: 300px; /*original 472px*/
	height: auto; 
	margin-bottom: 100px;
}

.logoASHM {
	width: 300px; /*original 383px */
	height: auto;
	margin-bottom: 100px;	
}

#tabACT, #tabNSW, #tabNT, #tabQLD, #tabSA, #tabTAS, #tabVIC, #tabWA {
	width: 100%;
	height: auto;
	text-align: left;
	border: 1px solid #004ebd;
	margin-bottom: 10px;
}

#hiddenACT, #hiddenNSW, #hiddenNT, #hiddenQLD, #hiddenSA, #hiddenTAS, #hiddenVIC, #hiddenWA {
	display: none;
	width: 100%;

}

#linkACT, #linkNSW, #linkNT, #linkQLD, #linkSA, #linkTAS, #linkVIC, #linkWA {
	display: block;
	color: #004ebd;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	padding-left: 20px;
	padding-top: 10px;
	height: 30px;
	background: url('../images/ashmpublications/expand_image.png') no-repeat  5px 10px;
}

#linkACT:hover, #linkNSW:hover, #linkNT:hover, #linkQLD:hover, #linkSA:hover, #linkTAS:hover, #linkVIC:hover, #linkWA:hover {
	background-color: #96b7dc;
}

#listContainer {
	float: right;
	width: 280px;
	height: auto;
	background: #004ebd;
	margin: 0 0 20px 20px;
	padding: 10px 0;
}

#listContainer ul  {
	margin: 0 5px;
	padding: 0 10px;
	color: fff;
}

.listHeading {
	color: #fff;
	font-weight: bold;
	font-size: 16px;
}

a.listLink {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	font-weight: normal;
	padding: 0 2px;
}

a.listLink:hover, .stateInfoLink a:hover {
	background-color: #ccdcf2;
	color: #000;
}

.backToTop {
	display: block;
	text-align: right;
	background: #004ebd url('../images/ashmpublications/backtoarrow.gif') no-repeat right;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	padding-right: 20px;
	margin: 20px 0;
}

.backToTop:hover {
	color: #000;
}

.stateInfoLink {
	font-weight: bold;
	font-size: 16px;
	list-style-type: none;
	margin-top: 20px;
}

.stateInfoLink a {
	text-decoration: none;
	color: #fff;
	padding: 0 2px;
}

.highlightedText, .indent {
	color: #004ebd;
	font-weight: bold;
}

/***** TABLES *****/

.ASHMtable2
{
	border-collapse: collapse;
	border: 1px solid #000;
	width: 100%;
	margin-bottom: 10px;
}

.ASHMtable2 td
{
	border-collapse: collapse;
	border: 1px solid #000;
	padding: 5px;
	vertical-align: top;
	width: auto;
}

.ASHMtable2 thead
{
	background-color: #004ebd;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
}

table.ASHMtable2 td
{
	text-align: left;
	vertical-align: top;
}

#frontPageFooter table {
	width: 100%;
	text-align: center;
}

#frontPageFooter table td {
	width: 50%;
}

td.left {
	border-right: 1px dotted #777;
}

/***** TABLES END *****/

/***** DIV *****/

#frontPageContainer {
	width: 700px;
	margin: 0;
	padding: 0;
}

#frontPageRight {
	float: right;
	width: 240px;
}

#frontPageLeft {
	float: left;
	width: 450px;
}

#frontPageFooter {
	padding-top: 50px;
	width: 700px;
	clear: both;
}

/***** DIV END *****/

/***** Resource Links *****/

ul.frontPageList, ul.frontPageList li {
	list-style-type: none;
	margin: 0;
	margin-left: -10px;
	padding: 0;
}

.frontResourceLink , .frontVideoLink, .resourceLink{
	display: block;
	width: 231px;
	margin: 0 0 20px 20px;
	padding: 8px 5px 8px 30px;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	height: 66px;
}

/* html>body to add an attribute so IE does not understand */
html>body .frontResourceLink , html>body .frontVideoLink, html>body .resourceLink{
	width: 196px;
}

.frontResourceLink {
	background: transparent url('../images/ASHMPublications/buttons/link_button.gif') no-repeat;
	color: #fff;
}

.frontVideoLink {
	background: transparent url('../images/ASHMPublications/buttons/quickstart_button.gif') no-repeat;
	color: #383c71;

}
.resourceLink {
	background: transparent url('../images/ASHMPublications/buttons/resources_button.gif') no-repeat;
	height: 81px;
	float: right;
	color: #383c71;
}

.frontResourceLink span , .frontVideoLink span, .resourceLink span{
	font-size: 12px;
	display: block;
}

/***** Resource Links End *****/

.SiteFeedbackForm, .SiteContactForm {
	font-size: 12px;
}
