/* Default style sheet for www.shadeengineering.com.au*/

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

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

label {
			font-weight: normal;
			color: #505F7C;
			line-height: normal;
			text-align: right;
			display: block;
			margin-right: 10px;
			position: relative;
			width: 100px;
			float: left;
			padding-top: 3px
}

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

textarea { 
			border: solid 1px #284279;
			background: #ECECEC; 
			color: #666666; 
			font-size: 10px;
			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 #D3D3E7 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;
}

input.caption	{ 
			font-family: Verdana, Arial, sans-serif; 
			border: none; 
			font-weight: normal;
			background-color: #CCCCCC;
			width: 419px;
			text-align: center
 }

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

.lowText, a.lowText:link, a.lowText:visited, a.lowText:active, a.lowText:focus {
			color: #FFFFFF;
 		font: 13px Arial Narrow, sans-serif;
 		font-weight: bold;
 		text-align: right;
 		text-decoration: none;
}

.highText, a.highText:link, a.highText:visited, a.highText:active, a.highText:focus {
   color: #505F7C;
 		font: 13px Arial Narrow, sans-serif;
 		font-weight: bold;
 		text-align: right;
 		text-decoration: none;
}

/* Borders used by some items */

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

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

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

a:hover {
	color: #FFFFFF
}

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

a.standard:hover {
	color: #A1A1A1
}

a.greylink {
			color: #4F6E7D;
			font: 15px Arial Narrow, sans-serif;
			font-weight: bold;
			margin-right: 7px;
}

a.greylink:hover {
			color: #A1A1A1
		}

a.larger {
			color: #4F6E7D;
			background-color: transparent;
			text-decoration: none;
 		font-weight: bold;
 		font-size: 12px
}

a.larger:hover {
			color: #A1A1A1
 }

a.not_bold {
			font-weight: normal;
   color: #505F7C
}

a.not_bold:hover {
			color: #A1A1A1
}

a.smaller {
 		font-size: 10px;
			font-weight: normal;
			color: #404040;
   text-decoration: underline 
}

a.smaller:hover {
 		color: #A1A1A1
}

a.small_bold {
			font-size: 10px;
			font-weight: bold
}

a.small_bold:hover {
			color: #A1A1A1
}

a.lower_nav {
			font: 12px Arial Narrow, sans-serif;
			font-weight: bold;
			color: #505F7C;
   margin-left: 7px;
   margin-right: 7px;
   vertical-align: 40%
}
	
a.lower_nav:hover {
			color: #A1A1A1
}

img.test {
			float: right;
			margin-right: 21px;
   vertical_align: 99%
}


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

h1 {
			color: #4F6E7D;
			font: 15px Arial Narrow, sans-serif;
			font-weight: bold
}

h2 {
			color: #006699;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 13px;
   letter-spacing: .07em;
			font-weight: bold;
			margin-top: 20px
 }

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

h4 {
			color: #4F6E7D;
			font-family: Arial Narrow, sans-serif;
			font-size: 12px;
   letter-spacing: .09em;
			text-decoration: underline
  }

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

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

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

li {
			margin-bottom: 8px
}

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

img.right2 {
	float: right;
 margin-right: 12px;
 }

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

td.welcome {
 	 padding-right: 10px;
}

td.right {
   text-align: right
}

td.center {
   text-align: center
}

td.margin {
			text-align: center;
   margin-left: 3px;
   margin-right: 3px;
}

td.pad {
			padding-left: 5px;
			padding-right: 5px;
			vertical-align: top
}

td.number {
			vertical-align: bottom;
			text-align: right
}

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

.thumb {
  	margin: 10px;
  	border-style: solid;
			border-color: #4F6E7D;
			border-width: 1px
}

.gallery {
			float: left;
  	border-style: solid;
			border-color: #4F6E7D;
			border-width: 1px
}

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

.greenbold {
   font-weight: bold;
   color: #4F6E7D
}

.smallprint {
			font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
			font-size: 9.5px;
}

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


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

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

#header, #footer {
			position: relative;
			z-index: 13;
			width: 100%
}

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

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

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

.col-A {
   background-color: #FFFFFF;
			margin-right: 0px;
			margin-left: -52px;
  	z-index: 10;
			width: 52px;
			border-left: 0px solid #CCCCCC;
}


.col-B {
			margin-right: 0px;
			margin-left: 0px;
  	z-index: 20;
			width: 98%;
			border-left: 1px solid #4F6E7D;
 		padding-left: 8px
}


.col-C {
  background-color: #FFFFFF;
		margin-left: 0px;
		margin-right: -230px;
  /*text-align: left;*/
 	z-index: 11;
		width: 230px
}

.clear {
	clear: both; }

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

.page > .section {
	background-image: url(../images/spacer.gif) }

.grey {  
   background-color: #E0E0E0; 
   border: #667592; 
   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;
   padding-right: 5px;
			padding-left: 5px
}

.SmallTitleWhite	{ 
			color:#FFFFFF; 
			font-size:7.5pt; 
			font-weight: bold 
}

.SmallTitleWhiteNotBold	{ 
			color: #FFFFFF; 
			font-size: 7.5pt; 
			font-weight: normal
}

.SmallerTitleWhiteNotBold	{ 
			color: #FFFFFF; 
			font-size: 7pt; 
			font-weight: normal
}


.LargeText { 
			font-size: 11pt; 
			color: #404040; 
			text-decoration: none; 
			font-weight: bold 
}

.white {
			font-color: #FFFFFF;
}
