body {
font-family:arial;
padding:10px;
}

h1 {
	font-size:18px;
	margin: 0px;
	padding: 0px;
}

h2 {
	font-weight:bold;
	font-size:18px;
	padding: 0px;
	margin: 0px;
}

h3 {
	font-weight:bold;
	font-size:16px;
	padding: 0px;
	margin: 0px;
}

tr#onrow {
	background-color:#C0EED8;
	color:black;
}
tr#onrow td {
}

tr#offrow {
	background-color:#8EBDA6;
	color:black;
}
tr#offrow td {
}

body tr td, body tr th {
font-size:11pt;
}

#topnav {
font-size:18px;
text-align:right;
width:100%;
margin-bottom:3px;
}

#header1 {
padding:3px;
font-weight:bold;
font-size:18px;
border-top:solid 1px black;
text-align:left;
}

#header2 {
	font-weight:bold;
	font-size:18px;
}

.header2 {
	font-weight:bold;
	font-size:18px;
}

#footerlinks {
font-size: 14px;
}

.fineprint {
font-size: 10px;
}

#error {
	color:red;
	background-color:#FFCFCF;
	width:60%;
	font-weight:bold;
}

#success {
	margin:15px;
	padding:5px;
	color:green;
	background-color:#DFFFE3;
	width:60%;
}

#padded-list li {
	padding:3px;
}

#portfolio-rightcol {
 	background-color:#DFDFDF;
	padding:10px;
}

#portfolio-rightcol h2 {
	margin-top:0px;
	margin-bottom:2px;
	font-size:15px;
}




.project-title {
	font-size:10px;
	text-align:center;
	font-weight:bold;
}

img.project-thumb {
	border: solid 4px white;
}

img.project-thumb:hover {
/*	border: solid 4px gray; */
}

#search-box {
	border: solid 1px black;
	padding:5px;
	margin-top:10px;
}

#pager-head {
	text-align:right;
}

#pager-foot {
	text-align:center;
	margin-top:15px;
}

ul.quote {
	margin: 0px 0px;
	padding: 0px 40px;
}

ul.quote li {
	font-size: 12px;
}

.hilite {
	font-weight: bold;
}

.highlight {
	background-color: yellow;
}

.red {
	color: red;
	font-weight: bold;
}

input.button {
	background-color: #017CC3;
	color: white;
	border: solid 1px gray;
	font-size: 11px;
	font-weight: bold;
}

input.small, textarea.small {
	width: 110px;
}

textarea.small {
	height: 125px;
}

input.medium, textarea.medium {
	width: 310px;
}

textarea.medium {
	height: 125px;
}

input.large, textarea.large {
	width: 410px;
}

input.xlarge {
	width: 410px;
	font-size: 16px;
	font-weight: bold;
}

textarea.large {
	height: 175px;
}

.afield .form {
	display: none;
}

.form-submit {
	display: none;
}

.lead-edit {
	background-color: #FFF09F;
}
