/*
KD Leach Ltd. - Consutling Structural Engineers
Written by Ian Collier, of lidd Consulting
This work copyright lidd Consulting
Please do not copy or modified this work without seeking the express permission of
the copyright holder beforehand.
Thank you
*/

/* default style attibutes */

body {
	background-color : #EBEAE8;
	background-attachment : fixed;
	background-image : url('../images/backgroundconstructionsite.jpg');
	background-position : center center;
	background-repeat : no-repeat;
	margin-top : 5px;
	margin-left : 10px;
	margin-right : 10px;
	margin-bottom : 5px;
}

a {
	color : #008000;
	cursor : pointer;
	text-decoration : none;
}

img {
	padding : 0px;
	border : 4px inset #000066;
	margin-left : 4px;
	margin-top : 4px;
	margin-right : 4px;
	margin-bottom : 4px;
}

h1 {
	font-family : "Swis721 LtEx BT";
	color : #000066;
	font-size : 24pt;
	font-weight : bold;
	text-align : left;
}

h2 {
	font-family : "Swis721 LtEx BT";
	color : #000066;
	font-size : 18pt;
	font-weight : bold;
	text-align : left;
}

h3 {
	font-family : "Swis721 LtEx BT";
	color : #008000;
	font-size : 14pt;
	font-weight : bold;
	text-align : left;
}

p, span, li {
	font-family : "Swis721 LtEx BT";
	color : #008000;
	font-size : 10pt;
	font-weight : normal;
	text-align : left;
}

span.rightcol {
	position : absolute;
	left : 560px;
}

span.rightcol2 {
	position : absolute;
	left : 200px;
}

span.warning {
	font-weight : bold;
	color : #FF0000;
	font-size : 14pt;
}

a.menuitem {
	background-color : #008000;
	font-family : "Swis721 LtEx BT";
	color : #ffffff;
	font-size : 12pt;
	font-weight : normal;
	text-align : left;
	padding-left : 30px;
	padding-right : 30px;
	padding-top : 2px;
	padding-bottom : 0px;
	margin-left : 5px;
	border : solid;
	border-width : 4px 4px 4px 4px;
	border-color: #008000 #000066 #000066 #008000;	
}

input.inputboxes, textarea {
	background-color : #008000;
	color : #C5B6A5;
}

input.actionbuttons {
	background-color : #008000;
	color : #C5B6A5;
	font-family : "Arial";
	font-size : 10pt;
	font-weight : bold;
	float : right;
	cursor : pointer;
}

span.musthave {
	font-size : 10pt;
	color : red;
	font-weight : bold;
}

hr.separator {
	height : 4px;
	color : transparent;
	background-color : transparent;
}

table.forms {
	padding : 0px;
	border : 0px;
}

table.forms tr {
	vertical-align : top;
	padding : 0px;
}

table.forms td {
	vertical-align : top;
	border : 0px;
	padding : 0px;
}



/* end of default style attributes */
