/* Default style sheet for www.pacawa.iinet.net.au*/

/*Form Elements
******************************/

fieldset {
			color: #404070;
			font:  Verdana, Geneva, Arial, Helvetica, sans-serif;
			/*background-color: #d3d3d3;*/
			border: none;
}

label {
			font-weight: bold;
			color: #404070;
			line-height: normal;
			text-align: right;
			display: block;
			margin-right: 10px;
			position: relative;
			width: 100px;
			float: left;
}

input.formInputField {
			border: solid 1px #284279;
			background-color: #ECECEC;
			color: #000040;
			margin-right: 5px;
			margin-bottom: 5px;
			padding: 2px;
			height: 15px;
}

textarea { 
			border: solid 1px #284279;
			background: #ECECEC; 
			color: #000040; 
			font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

select.OptionSelect	{ 
			font-size: 8pt; 
			background: #D3D3E7; 
			color: #000040; 
			font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		 	border: 1px #000000 solid;
   			padding: 0px 
}

input.formInputButton {
			border: solid 1px #f66;
			background-color: #ffffff;
			background-image:  ../images/table_submit.gif;
			color: #300;
			cursor: pointer;
			font-size: 1.2em;
			text-align: center;
			padding: 1px;
			margin-right: 5px;
			vertical-align: middle;
}

/*Drop-down menu styles
******************************/

.lowText, a.lowText:link, a.lowText:visited, a.lowText:active, a.lowText:focus {
 color: #FFFFFF;
 font: 9px Verdana, sans-serif;
 font-weight: bold;
 text-align: left;
 text-decoration: none;
}

.highText, a.highText:link, a.highText:visited, a.highText:active, a.highText:focus {
 color: #FFFFFF;
 font: 9px Verdana, sans-serif;
 font-weight: bold;
 text-align: left;
 text-decoration: none;
}

/* Borders used by some items */

.itemBorder {
 border: 1px solid #800080;
}
.itemBorderBlank {
 border: 1px solid #CCCCDD;
}

/* Hyperlinks
******************************/

a {
	color: #800080;
	background-color: transparent;
	text-decoration: none;
 font-weight: bold;
 font-size: 11px
}

/*a:visited {
	color: #666666;
}*/

a:hover {
	color: #FFFFFF;
}

/*a:hover {
	color: #404070;
	background-color: transparent;
}*/

a.whitelink {
			color: #FFFFFF;
			background-color: transparent;
			font-size: 10px;
		 	font-weight: normal;
			border-bottom:1px dotted #FFFFFF;
}

a.whitelink:hover {
			color: #800080
		}

a.purplelink {
			color: #404074;
			background-color: transparent;
			font-size: 10px;
		font-weight: normal
}

a.purplelink:hover {
			color: #800080
}

a.magentalink {
		color: #800080;
		background-color: transparent;
		text-decoration: none;
 		font-weight: bold;
 		font-size: 11px
}

a.whitelink2 {
		color: #FFFFFF;
		text-decoration: none;
 		font-size: 11px;
		float:right;
		margin-right:40px;
		margin-top:210px;
		border-bottom:1px dotted #FFFFFF;
		font-weight:normal; 
}

a.whitelink2:hover {
		color: #800080;
		border-bottom:none;
		}

a.magentalink:hover {
			color: #404074
}

a.pdflink {
		color: #800080;
		background-color: transparent;
		text-decoration: none;
 		font-weight: normal;
 		font-size: 11px;
		background:url(pdf_icon.png) no-repeat;
		padding-left:27px;
		height:30px;
		padding-bottom:3px;
		padding-top:2px;
}

a.pdflink:hover {
			color: #404074
}

/*HTML Selectors
******************************/

h2 {
			color: #800080;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 14px;
   			letter-spacing: .02em;
 }

h3 {
			color: #404070;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 11px;
   			letter-spacing: .05em
}

h4 {
			color: #000040;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 11px;
   			letter-spacing: .05em;
			text-transform:uppercase;
  
}

h5 {
			color: #404070;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 14px;
   			letter-spacing: .2em;
   			margin-top: 2px;
  			 margin-bottom: 5px
   }

h6 {
			color: #000040;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 10px;
   			letter-spacing: .2em;
   			margin-top: 2px;
   			margin-bottom: 5px
   }

h7 {
			color: #000040;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 11px;
			font-weight: bold;
   			letter-spacing: .2em;
			text-transform: uppercase;
}

body, td	{ 
			font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
			font-size: 11px; 
			margin: 0px; 
			color: #000040;
 }

table.lt_grey {
			spacing: 0px;
			background-color: #ECECEC;
		 	padding: 10px 10px;
 			border: thin #800080 solid}

table.standard {
 			width: 100%;
			padding: 0px;
   			margin-bottom: 0px
}

table.borders {
			width: 100%;
			border: 1px;
			padding: 3px;
			spacing: 0px;
			border-color: #D3D3E7;
			border-style: solid;
			background-color:  #ECECEC
}

table.index {
			width: 830px;
			margin-bottom: 15px;
			margin-top: 10px;
}

table.left_border_nav {
			width: 131px;
			padding: 2px;
			spacing: 0px;
			background-color:  #68689C;
}
	
table.left_border_nav2 {
			width: 131px;
			padding: 2px;
			spacing: 0px;
			background-color:  #8787BA;
}
	
td.top {
			vertical-align: top;
			text-align: justify;
}

hr		{ 
			border-color: #8787BA; 
			border-height: 1; 
			border-style: solid;
			margin-bottom: 20px;
			margin-top: 1px
}

hr.short { 
			width: 352px;
			border-color: #D3D3E7;
			float: left;
			border-style: dashed;
			margin-bottom: 10px; 
}

p {
			text-align: justify;
			line-height: 140%;
}

p.center {
			text-align: center;
			font-weight: bold;
   			color: #404070
}

ul { 
			list-style:url(../images/li_dot.gif) outside 
}

li {
			margin-bottom: 8px
}

img.right {
			float: right;
 			border: none;
 			margin-left: 15px;
 			margin-bottom: 15px
}

/* Classes 
******************************/

.emphasize {
   font-weight: bold;
   color: #404070
}

.smallprint {
			font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
			font-size: 10px;
		/*	line-height: 2.0;*/
			color: #000040;
			text-align="right"
}

.whitebold {
			font-size: 10px;
			color: #FFFFFF;
			font-weight: bold
}

.purple {
			font-size: 10px;
			color: #404074;
			font-weight: bold
}

.magenta {
			color: #800080;
			font-size: 11px;
   			letter-spacing: 0.01em;
			font-weight: bold;
 }
 
.magenta1 {
			color: #800080;
			font-size: 11px;
			padding-left: 0px;
			padding-right: 0px;
 }

.magenta2 {
			color: #800080;
			font-size: 11px;
			padding-left: 0px;
 }

/*Layout
******************************/

#layoutLogic {
			margin: 0 px;
			width: 100%;
			min-width: 800px
 }

.page {
			background-color: #FFFFFF;
			width: auto;
			border-right: 160px solid #FFFFFF;
 		border-left: 0px solid #FFFFFF
}

.section {
			margin: 0;
			width: 100% 
}

.col-A,.col-B, .col-C {
			position: relative;
			float: left
 }

.col-B {
	margin-left: 10px;
	margin-right: 5px;
 z-index: 20;
	width: 87% }

.col-C {
	margin-right: -110px;
 margin-left: 8px;
	z-index: 10;
	width: 110px }

.clear {
	clear: both; }

.page > .section {
			border-bottom: 1px solid transparent }

.lavender {  
   			background-color: #D3D3E7; 
   			border: #8787BA; 
   			border-style: solid; 
   			border-top-width: 1px; 
   			border-right-width: 1px; 
   			border-bottom-width: 1px; 
   			border-left-width: 1px;
			margin-top: 10px;
   			margin-bottom: 10px;
			padding-top: 5px;
			padding-bottom: 5px;
}

.sub_heading {
			color: #800080;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			font-weight: bold;
   			letter-spacing: .05em;
			margin-bottom: 0px
  
}

.sub_heading2 {
			color: #404070;
			font-weight: bold;
			font-size: 13px;
			font-family: Arial, Helvetica, sans-serif;
   			letter-spacing: .2em;
}

   

.bigpurple {
			color: #800080;
			font: 23px "Arial Black";
}

.smallpurple {
			color: #800080;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 11px;
			font-weight: normal;
			letter-spacing: .05em;
}

.italic {  
			font-style: italic
}

.centre {  
			text-align: center
}

.align_left {
			text-align: left
}

.caption {
			text-align: center;
			font-weight: bold;
			font-style: italic;
			font-family: Arial, Helvetica, sans-serif;
			color: #000040;
}

.not_bold {
			font-weight: normal;
			margin-right: 3px;
			margin-left: 3px;
}

.fltlft {
			float:left;
			border: none;
}
		