/*
#
# Site:         nls
#
# File:         site.css
#
# Author:       Andrew Cope / Evergreen Computing Ltd
#
# Date:         May 2007
#
# Copyright:    (c) 2001 Evergreen Computing Ltd
#
*/
body {
	margin:12px 12px 0px 12px;
	color: #000000;
	background: #edebeb;
}
h1,h2,h3,h4,h5 {
	font-family: Arial, sans-serif; color: #010066; 
}
h2 { font-size: 12pt; }
h3 { font-size: 10pt; }
body,li,p,blockquote,td,textarea {
	font-family: Verdana, Arial, sans-serif; font-size:9pt; color:#000000;
}
th {
	font-size: 10pt;
	background:#CCCCCC;
}


.sitemenu    { color:white }
A:link.sitemenu    { text-decoration: none; font-size:8.5pt }
A:visited.sitemenu { text-decoration: none; font-size:8.5pt }
A:hover.sitemenu   { text-decoration: none; font-size:8.5pt }

.green   { color: #010066 }

.little { font-size: 80% }

A:link    { color: #111166 }
A:visited { color: #111166 }
A:hover   { color: #9999FF; background:none }

.wight    { color: #fFFFFF }
A:link.wight    { color: #fFFFFF }
A:visited.wight { color: #fFFFFF }
A:hover.wight   { color: #CCCCCC; background:none }

A:link.wl    { color: #fefefe }
A:visited.wl { color: #fefefe }
A:hover.wl   { color: #CCCCCC; background:none }

A:link.noul    { text-decoration: none }
A:visited.noul { text-decoration: none }
A:hover.noul   { text-decoration: none }

A:link.menu    { text-decoration: none; color:#010066; font-size:95% }
A:visited.menu { text-decoration: none; color:#010066; font-size:95% }
A:hover.menu   { text-decoration: none; color:#CCCCFF; font-size:95% }

A:link.topbar    { text-decoration: none; color:#fefefe; }
A:visited.topbar { text-decoration: none; color:#fefefe; }
A:hover.topbar   { text-decoration: none; color:#CCCCCC; }

.lhs_services { font-size:9pt; font-weight:bold; }
A:link.lhs_services { text-decoration: none; color:#ffffff; }
A:visited.lhs_services { text-decoration: none; color:#ffffff; }
A:hover.lhs_services { text-decoration: none; color:#CCCCCC; }

.heading1 { font-size:150% }
.heading2 { font-size:125% }

.row_blue   { background-color:#000099 }
.row_white  { background-color:#FFFFFF }

.rhspanel { background-color: #d6dddd }

input, textarea, select {
	font-family: Verdana, Geneva, sans-serif;
	border-width:1;
	background-color:#DDDDDD;
	color: black;
}
input:focus, textarea:focus
  { background : #EEEEFF;
    color : black; }

.searchinp { width:300px; }

h3.si_heading {
	background:#EEEEEE;
	margin-top:5px;
	margin-bottom:0px;
}

input.form_button {
	padding-bottom:23px;
}
.form_button {
	color: #666666;
	height:2em;
	padding:4px;
	margin: 0px;
	text-align:center;
	text-decoration: none;
	border: 1px solid black;
	border-top-color: #aaa;
	border-left-color: #aaa;
	border-bottom-color: #555;
	border-right-color: #555;
	background-color: #eeeeee;
	font-weight: bold;
	-moz-border-radius: 6px;
	border-radius: 6px;
	cursor: pointer;
	cursor: hand;
}
.form_button:hover { color:#0000FF; background-color:#DDDDDD }

li.spaced {
	margin-bottom:10px;
}

.rhs {
	margin:10px 10px 10px 10px;
	border:1px solid #999999;
	padding: 0 0 10px 10px;
	background: #d6dddd;
}
.rhs_heading {
	padding: 13px 0px 10px 0px;
	color:#010066;
	font-size:13pt;
}
A:link.arhs    { text-decoration: none; color:#010066 }
A:visited.arhs { text-decoration: none; color:#010066 }
A:hover.arhs   { text-decoration: none; color:#000033 }

.hlight0 { background: #FFFF00 }
.hlight1 { background: #CCFFCC }
.hlight2 { background: #CCCCFF }
.hlight3 { background: #FFCCCC }

.silk_box {
	margin-left:5px;
	border:2px solid;
	padding:10px;
	background: #F6F7FB;
	float:right;
	width:40%;
	border-radius: 10px;
	-moz-border-radius: 10px;
}
.contactfield {
	width: 200px;
}

.bigquote {
	font-size:14pt;
	font-family: Times New Roman;
}

td.pprompt {
	font-size:80%;
	text-align:right;
}
td.pdata {
	font-weight:bold;
}

.invite_fl {
	font-color:white;
	color:white;
}
input.invite_ff {
	width:120px;
}

.testimonial {
	font-style: italic;
	color:#666666;
	font-size:9pt;
}

.testimonial_owner {
	text-align:right;
	font-size:10pt;
}

div.rhs_button {
	margin:5px 0 5px 0;
	text-align:center;
	padding:5px 5px 5px 5px;
	background-color:#FFFFCC;
	border:solid #999999;
	border-width:0 2px 2px 0;
}

td.si_form_prompt {
	font-size:8pt;
	color:#666666;
}

#cust_details, #contractor_details {
	width:200px;
	border:1px solid #CCC; 
	background:#e3e3e3; 
	color:#000;
	padding: 10px;
}

label.search {
	display: block;
	float: left;
	width: 70px;
	clear: left;
	margin-right: 1px;
	padding: 3px 3px 1px 3px;
	text-align: right;
}

div#order_search {
	float: right;
	margin-top: 8px;
	padding: 2px 40px 4px 16px;
	width: 40%;
}

div#searching {
	border: 1px solid #C0C0C0;
	padding: 2px 20px 24px 24px;
}
