/* -- WebSite Accelerator 3.0.0.0 --

  WSA Stylesheet Master
  Copyright  2005 PowerServe International.
  All Rights Reserved.
  Creation Date: 2008.12.05
  Last Modified
	  Date: 2008.12.11
	  By: Josh Wilkerson
  Layout: Two Column with Custm Home Page
		Header
		Top Nav
		Left Nav
		Content
		Home page Right Side
		Alt: Right Bar
		Footer
*/
	
/*	Flags.............
	=Header
	=Topnav
	=Custom Home
	=Leftnav
	=Mainpage
	=Rightside
	=Rightbar
	=Footer
	=Forms
	=Imagegallery
	=Calendar
	=Weeklycal
	=Eventdetails
	=Productpage
	=Headings
	=Text
	...................*/


/*Style Reset or Baseline*/
  @import url("/include/scripts/css/reset.css");
  
/* WSA Global Styles - DO NOT REMOVE! */
  @import url("/common/wsaglobal.css");

/*Core Styles*/
body {
  	background:#fff;
	color:#555;
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	font-size:14px;
	text-align:center; 
	}
.container {
	margin:0 auto;
	text-align:left;
	width:960px;
	position:relative;
	}
	
/* =Header Style */
#header {
	background:url("/images/header-bg.jpg") top center repeat-x #002E3D;
	border-top:2px solid #09c;
	margin:0 auto 10px auto;
	text-align:right;
	height:156px; 
	}
#header #header-bg {
	background:url("/images/header-bg-main.jpg") top center no-repeat;
	}
#supernav {
	color:#fff;
	float:right;
	font-size:12px;
	padding:10px;
	}
#supernav ul {
	list-style:none;
	margin:0 0 0 0;
	}
#supernav ul li {
	border-left: 1px solid #fff;
	float:left;
	}
#supernav ul .first {
	border-left:none;
	}
#supernav ul li a {
	color:#fff;
	display:block;
	float:left;
	padding:0 15px 0 15px;
	text-transform:uppercase;
	letter-spacing:1px;
	}
#supernav ul li a:hover, #supernav ul .current a {
	text-decoration:underline;
	}
#header h1 {
	background:url("/images/logo.jpg") top left no-repeat;
	font-size:30px;
	float:left;
	height:116px;
	width:443px;
	margin:0 0 0 0;
	text-indent:-9999px;
	}
#header h1 a {
	color:#fff;
	}

/* =Topnav */
#topnav {
	font-size:13px;
	height:40px;
	margin:0 0 20px 0;
	text-transform:uppercase;
	}
#topnav ul {
	list-style:none;
	margin:0 0 0 0;
	}
#topnav ul li {
	background:url("/images/topnav-div.gif") bottom left no-repeat;
	float:left;
	}
#topnav ul li.first {
	background:none;
	}
#topnav ul li a {
	background:url("/images/topnav-bg.gif") bottom left repeat-x;
	color:#fff;
	display:block;
	font-weight:bold;
	float:left;
	padding:14px 38px 13px 38px;
	margin:0 0 0 2px;
	}
#topnav ul li.first a {
	margin:0 0 0 0;
	}
#topnav ul li a:hover, #topnav ul li.current a {
	background:url("/images/topnav-over-bg.gif") top left repeat-x #fff;	
	color:#903;
	}
/*End Topnav*/
/*End Header*/

/*=Custom Home Page*/
#slideshow {
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	}
#slideshow .slideshowtext {
	position:absolute;
	top:87px;
	left:10px;
	width:450px;
	z-index:99;
	}
#slideshow .slideshowtext h2 {
	color:#fff;
	font-size:18px;
	}
#slideshow .slideshowtext p {
	color:#fff;
	line-height:16px;
	}
#departments {
	float:left;
	position:relative;
	width:660px;
	margin:256px 0 10px 0;
	z-index:50;
	}
#departments h1 strong {
	font-family:"HelveticaNeue MediumExt", Helvetica, Arial, sans-serif;
	font-weight:bold;
	}
#departments h1 {
	background:url("/images/departments-heading.gif") top left no-repeat;
	font-family: "HelveticaNeue LightExt", Arial, sans-serif;
	font-size:24px;
	font-weight:normal;
	color:#903;
	height:34px;
	width:400px;
	padding:7px 0 0 10px;
	margin:0 0 0 10px;
	text-indent:-9999px;
	}
#departments .section {
	border-bottom:1px solid #ccc;
	float:left;
	margin:0 10px 0 0;
	}
#departments .human, #departments .gis {
	border-bottom:none;
	}
#departments .section a {
	color:#555;
	display:block;
	height:58px;
	width:300px;
	padding:10px;
	}
#departments .section a:hover {
	background:#f6f6c4;
	}
#departments .section a .icon {
	float:left;
	height:31px;
	width:30px;
	margin:0 7px 0 0;
	}
	
/*Department Icons styles*/
#departments .economic a .icon {
	background:url("/images/icons/economic-dev.gif") top left no-repeat;
	}
#departments .economic a:hover .icon {
	background:url("/images/icons/economic-dev-over.gif") top left no-repeat;
	}
#departments .planning a .icon {
	background:url("/images/icons/planning.gif") top left no-repeat;
	}
#departments .planning a:hover .icon {
	background:url("/images/icons/planning-over.gif") top left no-repeat;
	}
#departments .community a .icon {
	background:url("/images/icons/community-dev.gif") top left no-repeat;
	}
#departments .community a:hover .icon {
	background:url("/images/icons/community-dev-over.gif") top left no-repeat;
	}
#departments .tourism a .icon {
	background:url("/images/icons/tourism.gif") top left no-repeat;
	}
#departments .tourism a:hover .icon {
	background:url("/images/icons/tourism-over.gif") top left no-repeat;
	}
#departments .workforce a .icon {
	background:url("/images/icons/workforce-dev.gif") top left no-repeat;
	}
#departments .workforce a:hover .icon {
	background:url("/images/icons/workforce-dev-over.gif") top left no-repeat;
	}
#departments .trans a .icon {
	background:url("/images/icons/trans.gif") top left no-repeat;
	}
#departments .trans a:hover .icon {
	background:url("/images/icons/trans-over.gif") top left no-repeat;
	}
#departments .human a .icon {
	background:url("/images/icons/human-services.gif") top left no-repeat;
	}
#departments .human a:hover .icon {
	background:url("/images/icons/human-services-over.gif") top left no-repeat;
	}
#departments .gis a .icon {
	background:url("/images/icons/gis.gif") top left no-repeat;
	}
#departments .gis a:hover .icon {
	background:url("/images/icons/gis-over.gif") top left no-repeat;
	}
/*End Department Icons styles*/


#departments .section a .arrow {
	background:url("/images/icons/arrow.gif") top left no-repeat;
	float:right;
	height:16px;
	width:22px;
	margin:45px 0 0 0;
	}
#departments .section a:hover .arrow {
	background:url("/images/icons/arrow-over.gif") top left no-repeat;
	}
#departments .section a h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#333;
	margin:0 0 1px 0;
	}
#departments .section a:hover h3 {
	color:#000;
	}
#departments .section a p {
	font-size:12px;
	line-height:13px;
	}
#departments .section a:hover p {
	color:#333;
	}
/*End Custom Home Page*/

/* =Leftnav Col 1*/
#leftnav {
	background:url("/images/leftnav-top.gif") top center no-repeat #09c;
	border-bottom:1px solid #09c;
	font-size:16px;
	float:left;
	width:200px;
	min-height:390px;
	text-align:right;
	margin:0 0 10px 10px;
	}
#leftnav ul {
	margin:10px 10px 30px 10px;
	}
#leftnav ul li {
	display:inline;
	}
#leftnav ul li a {
	border-bottom:1px solid #6cc;
	color:#fff;
	display:block;
	padding:10px 10px 10px 10px;
	}
#leftnav ul li.first a {
	padding:11px 10px 10px 10px;
	}
#leftnav ul li a:hover, #leftnav ul li.current a {
	background:#fff;
	border-top:2px solid #903;
	color:#903;
	padding:9px 20px 10px 10px;
	margin:0 -10px 0 0;
	}
#leftnav h3 {
	color:#903;
	}
#leftnav #featured .services h3 {
	background:url("/images/featured-services-heading2.gif") top left no-repeat;
	}	
#leftnav #featured .programs h3 {
	background:url("/images/featured-programs-heading.gif") top left no-repeat;
	}
	
#searchsite {
	margin:10px 10px 20px 10px;
	}
#searchsite .searchbox {
	background:#fff;
	border:1px solid #ccc;
	color:#555;
	padding:3px;
	float:left;
	width:110px;
	}
#searchsite .submit {
	background:#0178A0;
	border:1px solid #006383;
	color:#fff;
	padding:3px;
	float:left;
	font-size:12px;
	margin:0 0 0 3px;
	}
#searchsite .submit:hover {
	background:#fff;
	border:1px solid #903;
	cursor:pointer;
	color:#903;
	}
/*End Leftnav Col 1*/



/* =Mainpage Col 2*/
#page {
	background:#fff;
	float:left;
	vertical-align:top;
	width:648px;
	margin:0 10px 10px 20px;
	min-height:400px;
	}
/* Custom Layout */
#page .section1 {
	float:left;
	width:46%;
	margin:0 20px 0 0;
	}
#page .section2 h1 {
	border-bottom:7px solid #09c;
	}
#page .section2 {
	float:left;
	width:50%;
	}
/*End Mainpage Col 2*/

/* =Rightside Col 3*/
#rightside {
	background:url("/images/rightbar-top.gif") top left no-repeat #09c;
	color:#fff;
	float:left;
	width:290px;
	margin:197px 0 10px 0;
	padding-bottom:10px;
	position:relative;
	z-index:50;
	}
#featured h3 strong {
	font-family: "HelveticaNeue MediumExt", Helvetica, Arial, sans-serif;
	}
#featured h3 {
	font-family: "HelveticaNeue LightExt", Arial, sans-serif;
	font-size:20px;
	font-weight:normal;
	color:#903;
	}
#featured {
	margin:10px 10px 0 10px;
	text-align:left;
	}
#featured .services h3, #featured .programs h3  {
	text-indent:-9999px;
	margin-left:-4px;
	padding-bottom:5px;
	}
#rightside #featured .services h3 {
	background:url("/images/featured-services-heading.gif") top left no-repeat;
	}
#rightside #featured .programs h3 {
	background:url("/images/featured-programs-heading.gif") top left no-repeat;
	}
#featured p {
	color:#fff;
	font-size:11px;
	clear:both;
	line-height:14px;
	}
#featured p strong {
	font-size:16px;
	font-weight:normal;
	}
#featured p img {
	float:left;
	border:1px solid #036;
	margin:0 10px 10px 0;
	}
#rightside .featured a {
	color:#fff;
	}
#featured a:hover {
	text-decoration:underline;
	}
/*End Rightside Col 3*/
/* =Footer */
#footer {
	background:url("/images/footer-bg.gif") top center repeat-x #002E3D;
	font-size:12px;
	color:#fff;
	height:400px;
	}
#footer-bg {
	background:url("/images/footer-bg-main.jpg") top center no-repeat;
	padding:20px 0 20px 0;
	}
#footer #contact, #footer #serve, #footer #find {
	float:left;
	padding-bottom:10px;
	padding-top:7px;
	}
#footer #contact, #footer #serve {
	border-right:1px solid #4d8294;
	padding-right:20px;
	}
#footer #contact {
	width:299px;
	margin:0 20px 0 10px;
	}
#footer #contact .address {
	float:left;
	width:50%;
	}
#footer #serve {
	width:279px;
	margin:0 20px 0 0;
	}
#footer #serve .text {
	font-size:14px;
	}
#footer #find {
	width:280px;
	margin:0 10px 0 0;
	}
#footer #botnav {
	border-top:1px solid #4d8294;
	font-size:11px;
	text-transform:uppercase;
	float:left;
	margin:10px 0 0 0;
	padding:10px 0 0 0;
	width:55%;
	}
#footer #botnav ul {
	list-style:none;
	margin:0 0 0 0;
	}
#footer #botnav ul li {
	border-left:1px solid #4d8294;
	float:left;
	}
#footer #botnav ul .first {
	border-left:none;
	float:left;
	}
#footer #botnav ul li a {
	display:block;
	float:left;
	padding:0 7px 0 7px;
	}
#footer #botnav ul li.first a {
	padding:0 7px 0 0px;
	}
#footer #botnav ul li a:hover {
	text-decoration:underline;
	}
#footer #copyright {
	border-top:1px solid #4d8294;
	color:#fff;
	font-size:11px;
	float:right;
	margin:10px 0 0 0;
	padding:10px 0 0 0;
	text-align:right;
	width:45%;
	}
#footer a {
	color:#fff;
	}
#footer a:hover {
	color:#3cf; 
	text-decoration:underline;
	}
#footer h3, #footer .h3 {
	color:#3cf;
	font-family:"HelveticaNeue MediumExt", Helvetica, Arial, sans-serif;
	font-size:18px;
	}
#footer .text {
	font-size:12px;
	color:#fff;
	}
/*End Footer*/

/* =Rightbar */
#rightbar {
	float:right;
	padding:0 0 0 20px;
	width:30%;
	}
#rightbar .list, #rightbar .rightlist {
	}
#rightbar .list {
	background:#66c2e0;
	color:#fff;
	text-align:left;
	padding:0 0 10px 0;
	}
#rightbar .list h3 {
	background:#09c;
	color:#903;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	padding:10px 10px 10px 10px;
	margin:0;
	}
#rightbar .list ul {
	list-style:none;
	margin:0 10px 10px 10px;
	}
#rightbar .list li { 
	display:inline;
	}
#rightbar .list a {
	border:solid #a3daec;
	border-width:0 0 1px 0;
	color:#fff;
	font-size:12px;
	display:block;
	padding:7px 5px;
	}
#rightbar .list a:hover {
	background:#fff;
	color:#903; 
	}
/*Styles For Polls*/
.hotlisttable {
	background:#66c2e0;
	text-align:center;
	}
.hotlisttitle {
	background:#09c;
	color:#903;
	font-size:16px;
	font-weight:normal;
	padding:7px 5px;
	}
.pollitem {
	padding:7px 5px 7px 5px;
	font-size:12px;
	}
.hotlisttable .votebuttom {
	background:#09c;
	border:1px solid #a3daec;
	color:#fff;
	margin:0 0 0 30px;/* zero out the margin in IE7.css */
	padding:7px 10px;
	font-size:14px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	}
.hotlisttable .votebuttom:hover  {
	background:#33add6;
	border:1px solid #a3daec;
	cursor:pointer;
	}
/*End RightBar*/

/*Start Specific Page Styles*/
/* =Forms */

.forms td { 
	font-size:14px;
	padding:5px;
}
.forms {
	display:block;
	font-size:14px;
	font-weight:normal;
	list-style:none;
	}
.forms li {
	padding:0 0 7px 0;
	list-style:none;
	}
.forms li label {
	display:block;
	float:left;
	margin:0 7px 0 0;
	}
.captcha span {
	display:block;
	}
.captcha input {
	float:left;
	margin:7px 10px 0 0;
	}
.captcha img {
	border:1px solid #099;
	float:left;
	margin:7px 0 0 0;
	}
.forms .submit {
	}
.forms .submitbutton {
	float:left;
	margin:0 10px 0 0;
	}
.forms .required {
	display:block;
	font-size:14px;
	float:left;
	margin:23px 0 0 0;
	}
.forms sup {
	color:#c00;
	font-size:14px;
	font-weight:bold;
	vertical-align:baseline;
	}
.forms input, .forms textarea, .forms select { 
	border:1px solid #ccc;
	font-size:14px;
	padding:4px;
	}
.forms .submitbutton, .forms .searchbutton {
	background:#09c;
	border:1px solid #999;
	color:#fff;
	padding:4px 10px;
	font-size:16px;
	}
.forms .submitbutton:hover, .forms .searchbutton:hover {
	background:#33add6;
	border:1px solid #fff;
	cursor:pointer;
	}
.forms .radio {
	float:none;
	clear:both;
	}
.errormessage {
	color:#c00;
	display:block;
	padding:10px;
	}
.submitted {
	line-height:normal;
	font-size:14px;
	}
/*End Forms */
	
/* =Imagegallery */
.imagegallerymain { 
	}
.imagecell {
	float:left;
	width:100px;
	margin:0 7px 7px 0;
	}
.imagecell .resourcethumbnail {
	}
.imagecell .caption {
	font-size:12px;
	padding:5px 0 10px 0;
	}
/*End Image Gallery*/

/* =Calendar */
/* Eventtype */
#eventtype {
	width:98%;
	border:1px solid #099;
	margin:10px 0px 10px 0px;
	-moz-border-radius: 7px ;
	-webkit-border-radius: 7px;
	}
#eventtype td {
	font-size:12px;
	}
#eventtype th {
	background:#09c;
	color:#fff;
	font-size:14px;
	-moz-border-radius:4px 4px 0 0;
	-webkit-border-radius:4px 4px 0 0;
	}
#eventtype .selectall, #eventtype .showevents, #weekly .selectall, #weekly .showevents {
	background:#09c;
	color:#fff;
	padding:2px 7px;
	font-size:14px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
#eventtype .selectall:hover, #eventtype .showevents:hover {
	background:#66C2E0;
	border:1px solid #fff;
	cursor:pointer;
	}

/* End Eventtype Selector Styles */

#calendar {
	width:98%;
	border:solid #09c;
	border-width:1px 0 0 1px;
	font-size:12px;
	-moz-border-radius:7px 7px 0 0;
	-webkit-border-radius:7px 7px 0 0;
	}
#calendar .choose td {
	border:solid #09c;
	border-width:0 1px 0 0;
	-moz-border-radius:0 7px 0 0;
	-webkit-border-radius:0 7px 0 0;
	padding:7px;
	}
#calendar th {
	background:#09c;
	color:#fff;
	font-size:11px;
	font-weight:normal;
	}
#calendar .selector {
	float:left;
	}
#calendar .prev, #calendar .next {
	background:#09c;
	color:#fff;
	padding:0 7px 1px 7px;
	font-size:12px;
	font-weight:bold;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
#calendar .prev:hover, #calendar .next:hover {
	background:#66C2E0;
	border:1px solid #fff;
	cursor:pointer;
	}
#calendar .showweekly {
	float:right;
	}
#calendar tr.even {
	background:#fff;
	}
#calendar tr.odd {
	background:#ccebf5;
	}
#calendar .odd td, #calendar .even td {
	border-color:#09c;
	width:14%;
	}
#calendar .date {
	background:#fff;
	border: solid #09c;
	border-width:0 1px 1px 0;
	color:#066;
	font-size:12px;
	-moz-border-radius:0 0 7px 0;
	-webkit-border-radius:0 0 7px 0;
	}
#calendar .today {
	background:#09c;
	border: solid #099;
	border-width:0 1px 1px 0;
	color:#fff;
	font-weight:bold;
	}
#calendar .events li {
	border-color:#09c;
	font-size:11px;
	}
#calendar strong {
	font-size:11px;
	font-weight:bold;
	}
/* end Calendar */

/* =Weeklycal */
#weekly #calendar { 
	width:98%;
	border-bottom:1px solid #09c;
	margin:0 0 20px 0;
	}
#weekly #calendar .eventeven, #weekly #calendar .eventodd {
	border:solid #09c;
	border-width:0 1px 0 0;
	font-size:12px;
	color:#099;
	}
#weekly #calendar .eventeven {
	background:#ccebf5;
	}  
#weekly #calendar .eventodd {
	background:#fff;
	}
#weekly #calendar .eventeven .info, #weekly #calendar .eventodd .info {
	color:#444;
	padding:7px;
	}
/* End Weeklycal */


/* =Eventdetails */
#eventdetail {
	border:1px solid #09c;
	margin:0 0 20px 0;
	}
#eventdetail .type {
	background:#09c;
	border:1px solid #09c;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	padding:7px;
	}	
#eventdetail .info {
	color:#444;
	font-size:14px;
	padding:7px;
	}
#eventdetail .resource {
	border:none;
	}
#eventdetail td {
	border:solid #09c;
	border-width:0 0 1px 0;
	}
/* End Event Details */


/* =Productpage */
.searchresults {	
	}
.searchresults th {
	background:#444;
	color:#0ff;
	font-size:16px;
	font-weight:bold;
	padding:7px 10px;
	text-align:left;
	}
.searchresults .detail0 { 
	font-size:10px;
	background:#fff;
	}
.searchresults .detail1 {
	font-size:10px;
	background:#bff;
	}
.detail0 td, .detail1 td { 
	padding:5px 10px;
	}
#quantity {
	border:1px solid #999; 
	}
#quantity:hover {
	border:1px solid #099;
	}

/* End Productpage */

/* =Forum */
#forum table {
	width:97%;
	margin:0 0 20px 0;
	}
#forum th {
	background:#099;
	color:#fff;
	font-size:16px;
	font-weight:normal;
	padding:7px;
	}
#forum .first {
	-moz-border-radius:7px 0 0 0;
	-webkit-border-radius:7px 0 0 0;
	}
#forum .last {
	-moz-border-radius:0 7px 0 0;
	-webkit-border-radius:0 7px 0 0;
	}
#forum .forumsub td {
	color:#444;
	padding:7px;
	border:solid #099;
	border-width:1px 0 1px 0;
	}
#forum .commentinfo td {
	background:#cff;
	border:solid #099;
	border-width:0 0 1px 0;
	color:#444;
	font-size:12px;
	line-height:14px;
	padding:7px;
	}

#forum .comment td {
	background:#dff;
	color:#444;
	font-size:12px;
	padding:7px;
	}
#forum .commentinfo {
	font-size:14px;
	line-height:20px;
	margin:0 0 10px 0;
	}
#forum .captcha{
	margin:7px 0 7px 0;
	}
#forum .captcha sup {
	color:#c00;
	vertical-align:baseline;
	}
#forum .submit{
	margin:7px 0 20px 0;
	}
#forum .submitbutton {
	background:#066;
	color:#fff;
	padding:7px 17px;
	font-size:16px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	}
#forum .submitbutton:hover {
	background:#099;
	border:1px solid #fff;
	cursor:pointer;
	}

/*Legacy Styles*/

.adminlink, .adminmsg {
 font:normal 11px "lucida grande", tahoma, verdana, sans-serif;
 color:#444;
 background:#e6e6e6;
 border:1px solid #ccc;
 display:block;
 padding: 10px;
 margin:0px auto 10px auto;
 text-align:left;
 width:760px;
 }

/*=Headings Styles*/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, .imagegallerytitle, .boldlargetext {
	color:#903;
	font-family:"HelveticaNeue MediumExt", Helvetica, Arial, sans-serif;
	margin:0 0 7px 0;
	}
h1, .h1 {
	font-weight:normal;
	font-size:22px; 
	}
h2, .h2 {
	color:#015A78;
	font-size:18px;
	font-weight:normal;
	}
h3, .h3, .subheader, .imagegallerytitle, .boldlargetext {
	color:#09c;
	font-size:18px;
	font-weight:normal;
	}
h4, .h4 {
	font-size:16px;
	font-weight:bold;
	}
h5, .h5 {
	font-size:14px;
	font-weight:bold;
	}
h6, .h6 {
	font-size:12px;
	font-weight:bold;
	}
.services h2 a:hover {
	background:none;
	color:#fff;
	text-decoration:none;
	}	

/*End Heading Styles*/

/*=Text*/
p, .text, .textitalics, .textbold, .small, .smallbold, p.error {padding:0 0 10px 0; }
p, .text, .textitalics, .textbold, p.error {font-size:14px;}
.small, .smallbold, small {font-size:11px;}
.text{}
.textitalics, em, i {font-style: italic; }
.textbold, strong, b {font-weight:bold; }
.smallbold {font-weight:bold; }
p.error {font-weight:normal;}
/*End Text Styles*/

/*Basic Styles*/
p {}
ul { list-style:disc; margin:0 0 10px 30px;}
ol { list-style: decimal; margin:0 0 0 30px;}
li {}
div {}
td { vertical-align:top;}
span {}
font {display:block;}
a {color:#903; text-decoration:none;}
a:hover {color:#09c; }
input { border:1px solid #ccc;}
input:hover { border:1px solid #66C2E0; background:#ffc;}
textarea { border:1px solid #ccc;}
textarea:hover { border:1px solid #66C2E0; background:#ffc;}

/*Classes*/
.hide {display:none;}
.clear {clear:both;}
.clearleft {clear:left;}
.clearright {clear:right;}
.shim {display:none;}
.error { color:#c00; }
div.resource { clear:both;}
.data td { border:1px solid #ccc;}

/* fixed height designs only 
.scroll-pane {
	float:left;
	height:500px;
	overflow:auto;
	width:100%;
	}
*/