@import url("reset.css");
@import url("fonts.css");

body,html{
	width: 100%;
	height: 100%;
}
html{
	height: 100.02%;
}
body {
	background: #FFFFFF;
	color: #7D7D7D;
}
h1,h2,h3,h4,legend {
	color: #999999;
}
h1 {
	font-size: 2.2em;
	margin: 0 0 0.4em 0;
	font-weight: normal;
}
h2 {
	font-size: 1.5em;
	margin: 0 0 0.8em 0;
	font-weight: normal;
}
h3 {
	font-size: 1.1em;
	margin: 0 0 0.4em 0;
}
h4 {
	font-size: 1.1em;
	margin: 0 0 0.2em 0;
}
h1 a, h2 a, h3 a, h4 a {
	text-decoration: none !important;
}
h1.logo {
	display:block;
	position: relative;
	padding-top: 36px; width: 148px; 
	overflow: hidden;
	height: 0;
	cursor: pointer;
	background: url(images/aspirelogo.gif) left top no-repeat;
	text-decoration: none;
}
abbr,acronym {border-bottom: 1px dotted #A17128;cursor: help;}
strong {font-weight: bold;}
em {font-style: italic;}
a {color: #874D9E;}
#wrapper{
	color: #7D7D7D;
	background: #FFFFFF;
	width: 750px;
	margin: 0px auto 0px auto;
}
#header {
	display: block;
	height: 120px;
	width: 750px;
	position: relative;
	padding: 0px 0px 0px 0px;
	margin: 10px auto 0px auto;
	z-index: 1;
	overflow: hidden;
}
#header #logolink {
	display:block;
	position: absolute;
	top: 0px;
	left: 0px;
	padding-top: 120px; width: 750px; 
	overflow: hidden;
	height: 0;
	cursor: pointer;
	background: url(images/aspire-header.jpg) left top no-repeat;
	margin: 0px;
	text-decoration: none;
}
#header img{
	visibility: hidden;
}
#ban-holder {
	display: block;
	width: 750px;
	height: auto;
	padding: 0px 0px 0px 0px;
	background: #FFFFFF;
	margin: 0px auto 0px auto;
}
#banner {
	display: block;
	width: 740px;
	height: auto;
	padding: 5px;
}
#banner a {
	color: #76E1F6;
	text-decoration: underline;
}
#banner a:hover {
	text-decoration: none;
}
#bannerContent {
	display: block;
	width: 740px;
	position: relative;
	padding: 0px;
	margin: 0px;
	min-height: 100px;
	overflow: hidden;
}
#bannerContent img {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}
#bannerContent.edit {
	width: 100%;
	float: none;
	clear: none;
	background: #00647E;
	padding: 0;
	margin: 0;
}
#bannerContent.edit a {color: #874D9E !important; text-decoration: underline !important;}

#bannerContent h1, #bannerContent h2{
	padding: 0 0 0.5em 0;
	font-size: 1.6em;
	margin: 0;
}
#bannerContent ul, #bannerContent ol, #bannerContent p{
	list-style: none;
	padding-bottom: 0.5em;
}
#bannerContent li{
	padding: 0px 10px 0px 10px;
	border-top: solid 1px #FF9900;
	line-height: 2em;
}
#bannerContent li a{
	display: block;
	width: 170px;
	padding-right: 15px;
	background: url(images/link-arrow-w.gif) no-repeat right center;
}
#bannerContent form p {
	margin: 0.2em 0px 0.2em 0px !important;
	padding: 0;
	line-height: 1.4em;
}
#main {
	display: block;
	height: auto;
	width: 750px;
	position: relative;
	padding: 0px 0px 0px 0px;
	margin: 30px auto 0 auto;
	clear: both;
}
/*Layout backs*/
.layout-a, .layout-b, .layout-c, .layout-f {
}
.layout-d, .layout-e {
}
/*End layout styles*/
/*TOC Menu*/
.tochead {
	font-size: 1em;
	margin: 0 0 0 0;
	line-height: 110%;
	padding: 5px;
	margin: 0 !important;
	color: #FFFFFF;
}
.toc {
	list-style: none;
	display: block;
	width: 100%;
	overflow: hidden;
	margin-bottom: 2em !important;
}
.toc {
	margin-top: 0 !important;
	color: #333333;
	font-size: 1.1em;
}
.toc li {
	display: block;
	padding: 0px 0px 0px 0px !important;
	margin-bottom: 0px !important;
	list-style: none;
	background: none !important;
	height: auto;
	font-weight: bold;
}
.toc li strong {
	display: block;
	line-height: inherit;
	margin: 0;
}
.toc li a{
	display: block;
	text-decoration: none;
	color: #A976BC;
	background: #FFFFFF url(images/toc-arrow.gif) no-repeat left bottom;
	margin: 0px 0px 7px 0px;
	padding-left: 31px;
	min-height: 22px;
}
.toc li a:hover {
	color: #874D9E;
	background: url(images/toc-arrow.gif) no-repeat right bottom;
}
.toc li strong a{
	color: #874D9E;
	background: url(images/toc-arrow.gif) no-repeat right bottom;
}
.toc li strong.headLink a{
	font-weight: normal;
}
.toc li ul {
	margin: 1px 0 5px 0px !important;
}
.toc li ul li {
	font-size: 0.8em !important;
	background: none !important;
}

.toc li ul li a{
	background: none;
	width: auto;
	margin-left: 31px;
	padding-left: 0;
	color: #7D7D7D;
	min-height: 6px;
	border-bottom: solid 1px #E7D9EC;
}
.toc li ul li a:hover{
	color: #333333 !important;
	background: none;
}
.toc li ul li strong a{
	color: #333333 !important;
	background: none;
}
.toc li ul li ul li a{
	margin-left: 41px;
}
/*END TOC Menu*/
#block0 {
	display: block;
	width: 170px;
	margin: 0px 65px 0px 25px;
	float: left;
}
#content {
	display: block;
	float: left;
	width: 460px;
	clear: right;
}
#content.edit {
	width: 100%;
	height: auto;
	float: none;
	clear: none;
	color: #666666;
	background: #FFFFFF;
}
#content.edit a {color: #874D9E !important; text-decoration: underline !important;}
#content hr {
	color: #CCCCCC;
	background: #CCCCCC;
	height: 2px;
	border: none;
	margin: 0 0 1em 0;
}
#block0 li, #content li {
	margin-bottom: 0.5em;
	line-height: 1.2em;
}
#block0 a:hover, #content a:hover {
	text-decoration: none;
}
#block0 ul, #content ul, #block0 ol, #content ol, #block0 p, #content p {
	margin-bottom: 1em;
}
#block0 ol, #content ol {
	margin-left: 1em;
	padding-left: 1em;
	list-style: decimal;
}
#block0 ol li, #content ol li {
	list-style: decimal;
}
#block0 ol li ol, #content ol li ol {
	margin-top: 0.5em;
}
#block0 ol li ol li, #content ol li ol li{
	list-style: lower-alpha;
}
#block0 ul li, #content ul li{
	list-style: none;
	padding-left: 1.4em;
	background: url(images/bullet.gif) no-repeat left 0.2em;	/*list-style: square url(images/bullet.gif);*/
}
#block0 ul li ul, #content ul li ul{
	margin-top: 0.5em;
	margin-bottom: 0;
}
#block0 ul li ul li, #content ul li ul li{
	list-style: none;
	padding-left: 1.4em;
	font-size: 0.9em;
	background: url(images/bullet-small.gif) no-repeat left 0.2em;
}
.ruled li {
	padding-bottom: 0.5em;
	border-bottom: dashed #B3B2B2 1px;
	margin-bottom: 0.5em;
}
.ruled a {
	text-decoration: none !important;
}
.simplelist li {
	background: url(images/bullet-disc.gif) no-repeat left 0.2em !important;
}
.simplelist li ul li {
	background: url(images/bullet-small.gif) no-repeat left 0.2em !important;
}

#bannerContent blockquote, #block0 blockquote, #content blockquote {
	text-align: justify;
	margin-bottom: 0.5em;
}

#bannerContent blockquote p, #block0 blockquote p, #content blockquote  p {
	font-family: "Times New Roman", Times, serif;
	padding-right:0px;
	color:#666666;
	margin: 0 0 0.5em 0 !important;
	display: inline;
}
blockquote .q_O {margin-right:5px;}
blockquote .q_C {margin-left:5px; vertical-align:top !important;}

.edit blockquote {
	background:url(images/quote.gif) no-repeat;
	background-position:top left;
	text-align: justify; text-indent:17px;
	margin-bottom: 1em;
}

.edit blockquote  p {
	font-family: "Times New Roman", Times, serif;
	background: url(images/unquote.gif) no-repeat;
	background-position:bottom right;
	padding-right:20px;
	display: block !important;
	color:#666666;
	margin: 0 0 0.5em 0 !important;
}

#bannerContent blockquote em, #block0 blockquote em, #content blockquote em {
	font-style: italic;
}
#bannerContent blockquote cite, #block0 cite, #content cite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	margin: 0 0 1em 0 !important;
	color: #C39FD0;
	text-indent: 0px !important;
	text-align: left !important;
}
#footholder {
	min-width: 900px;
	display: block;
	height: 3px;
	background: #F9F9F9;
	border-top: solid 1px #DDDDDD;
	overflow: hidden;
}
#footer {
	font-size: 0.9em;
	display: block;
	overflow: visible;
	height: auto;
	width: 460px;
	position: relative;
	padding: 10px 0px 10px 0px;
	margin: 0px 0px 0px 260px;
	background: none;
	color: #A976BC;
}
#footer p {}
#footer a {color: #A976BC;}
#footer a:hover {text-decoration: none;}
#v-links {position: absolute; top: 10px; right: 0px;}
#v-links a {margin-left: 5px;}
#footer #cba {
	width: auto;
	padding: 0px 0px 0px 14px;
	background: url(images/i_mouse.gif) no-repeat left center;
}
/*EM measuring stick*/
#mstick {display: block; height: 1em; width:1em; position: absolute; top: 0; left:0;}
.inde {
	width: 90% !important;
	padding: 5px;
}
.otr {
	background-color: #F7F7F7;
}
.etr {
	background-color: #EFEFEF;
}
.mgleft {
	margin-left: 20px;
}
.mgright {
	margin-right: 20px;
}
.mgrightw {
	margin-right: 40px;
}
.colMid {
	display: block;
	float: left;
	width: 210px;
	margin-bottom: 1em;
	overflow: hidden;
}
.colMidr {
	display: block;
	float: right;
	width: 210px;
	margin-bottom: 1em;
	overflow: hidden;
}
.colDoub {
	display: block;
	float: left;
	width: 210px;
	margin-bottom: 1em;
	overflow: hidden;
}
.colWide {
	display: block;
	float: left;
	width: 460px;
	margin-bottom: 1em;
	overflow: hidden;
}
.colSmall {
	display: block;
	float: left;
	width: 200px;
	margin-bottom: 1em;
	overflow: hidden;
}
.colLeft {
	display: block;
	float: left;
	clear: left;
	width: 40%;
	margin-bottom: 1em;
}
.colRight {
	display: block;
	float: right;
	clear: right;
	width: 40%;
	margin-bottom: 1em;
}
.edit .colLeft, .edit .colRight {
	border: dashed 1px #FF9900;
}

/*General Styles*/
.i_left {float: left; margin: 0px 10px 2px 0px; padding:5px; background:#F4F4F4;}
.i_right {float: right; margin: 0 0 2px 10px; padding:5px; background:#F4F4F4;}
.i_left-nb {float: left; margin: 0px 10px 2px 0px;}
.i_right-nb {float: right; margin: 0 0 2px 10px;}
.i_row {display: block; float: left; margin: 0px 10px 10px 0px; padding:4px; background:#F9F9F9;}
a:hover .i_left, a:hover .i_right, a:hover .i_row, a:hover .thm_pic {
	background: #DBE9F0;
}
.i_cent {clear: both;display: block;margin: 0px auto 0px auto; padding:5px; background:#F4F4F4;}
.clear {display: block;height: 0px;clear: both;margin: 0px;padding: 0px;overflow: hidden;}
.edit .clear {display: block;height: 1em;clear: both;margin: 0px;padding: 0px;overflow: hidden; border: dashed 1px #FF9900;}
/* Indentation. */
.Indent1 {margin-left: 30px;}
.Indent2 {margin-left: 60px;}
.Indent3 {margin-left: 90px;}
/* Alignment. */
.alignLeft {text-align: left;}
.alignCent {text-align: center;}
.alignRight {text-align: right;}
.alignFull {text-align: justify;}

.boxout {
	background: #FFFFFF;
	padding: 2.5em 9px 0.5em 9px;
	margin-bottom: 1em;
	border: solid 1px #A976BC;
	position: relative;
	overflow: hidden;
}
.cols {display: block; clear:both; margin-bottom: 1em;}
.cols .boxout {margin-bottom: 0;}
.cols .colDoub {margin-bottom: 0;}
.boxout strong {
	color: #666666;
}
.boxout strong a, .boxout a strong{
	color: #FF9900;
}
.boxout h1, .boxout h2, .boxout h3 {
	font-size: 1.1em;
	font-weight: bold;
	margin: 0 0 0.5em 0 !important;
	color: #FFFFFF;
	background: #A976BC;
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	padding: 0.2em 9px 0.4em 9px;
}
.boxout h1 a, .boxout h2 a, .boxout h3 a {
	padding-right: 18px;
	color: #FFFFFF;
	background: #A976BC url(images/box-arrow.gif) no-repeat right center;
}
.boxout .boxout {
	height: auto !important;
	padding: 0;
	border: none;
}
.boxout .boxout h1, .boxout .boxout h2, .boxout .boxout h3 {
	position: relative;
	padding: 0;
	color: #999999;
	font-size: inherit;
	font-weight: inherit;
	width: auto;
	margin: inherit;
}

.tabSmall {
	display: block;
	clear: left;
	float: left;
	width: 3em;
	margin-right: 1em;
}
.tabLarge {
	display: block;
	clear: left;
	float: left;
	width: 8em;
	margin-right: 1em;
}
.smallGrey {
	color: #7D7D7D;
	font-size: 10px;
}
.smallHi {
	color: #A976BC;
	font-size: 10px;
}
.smallTxt {
	font-size: 0.9em;
}
.arwlink {
	padding-right: 12px;
	background: url(/css/images/link-arrow.gif) no-repeat right 0.4em;
}
.arwlink-leftd {
	padding-left: 18px;
	background: url(images/left-d.png) no-repeat left center;
	text-decoration: none;
}
.arwlink-left {
	padding-left: 18px;
	background: url(images/left.png) no-repeat left center;
	text-decoration: none;
}
.arwlink-rightd {
	padding-right: 18px;
	background: url(images/right-d.png) no-repeat right center;
	text-decoration: none;
}
.arwlink-right {
	padding-right: 18px;
	background: url(images/right.png) no-repeat right center;
	text-decoration: none;
}
.hilite {
	color: #FFFFFF;
	background: #A976BC;
	padding: 5px;
}
.hilite a, .edit .hilite a {
	color: #FFFFFF !important;
}
.hide {
	display: none;
}
.introhead {margin-bottom: 0.1em;}
/*Gallery*/
.gal-thumbs {
	display: block;
	height: auto;
	width: 103%;
}
.gal-thumbs li {
	display: block;
	float: left;
	width: auto;
	height: auto;
	margin: 0px 5px 5px 0px;
	padding: 0px !important;
	background: none !important;
	line-height: 0;
}
.gal-thumbs li img {
	float: left; margin:0;
	padding:5px; background:#F4F4F4;
}
.gal-thumbs li a:hover img{
	background: #BAAB60;
}
.gal-thumbs li h4 {
	font-weight: normal;
	font-size: 0.9em;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	clear: both;
	padding: 3px 5px 0px 5px;
	color: #666666;
}
.gal-thumbs li h4 a {
	color: #666666;
}
.gal-thumbs li.galLrge {
	width: 150px;
	margin: 0px 10px 10px 0px !important;
}
.gal-thumbs li.galMini {
	width: 104px;
}
.gal-thumbs li.galMini img {
	width: 94px;
	height: auto;
}
.sorting:hover{
	cursor: move;
}
/*Motion Gallery --------------------------------------------------------------- */
#photo-container {
	border: solid 1px #CCCCCC;
	padding: 10px;
	width: 440px;
	overflow: hidden;
	height: auto;
	margin: auto;
	text-align: center;
	margin-bottom: 10px;
	/*background: #000000;*/
}
#photo-container img {
	background: #000000;
}
#motioncontainer {
	position:relative;
	margin: 0 auto;
	border: solid 1px #CCCCCC;
	/*height: 70px; overflow:hidden; Defined in mogal.js*/
}
#photo-nav {
	padding: 0 0 0 0;
	margin: 0 auto 0 auto;
	display: block;
	left:0;
	top:0;
	overflow: visible;
	/*position:absolute;white-space: nowrap; Defined in mogal.js*/
}
.gallinks {
	list-style: none;
	padding-left: 0 !important;
	margin: 0 !important;
}
.gallinks li{
	display: inline;
	clear: none;
	margin: 0px 1px 3px 0px;
	padding: 0px !important;
	background: none !important;
	line-height: 0;
}
.gallinks a img{
	padding:3px; background:#F4F4F4;
	line-height: 0;
}
.gallinks a:hover img{
	background: #BAAB60;
}

#statusdiv {
background-color: #FFFFCC;
color: #666666;
border: 1px solid gray;
padding: 2px;
position: absolute; /* Stop Editing Gallery Styles */
left: -300px;
visibility: hidden;
}
/* --------------------------------------------------------------- 
- Lightbox
*/
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(lbox/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(lbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(lbox/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: none;  margin-left: 50px; padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	min-width: 990px;
	height: 500px;
	background-color: #000;
	}
#localmap {
	position: relative;
	display: block;
	width: 600px;
	max-width: 96%;
	height: 400px;
	border: solid 1px #999999;
	margin: 0px auto 0px auto;
}
/* Access styles */
.skip a{
	display:block;
	position: absolute;
	padding-top: 1px; width: 1px; 
	overflow: hidden;
	height: 0;
	cursor: default;
	margin: 0px;
	z-index: 99;
}
.skip a:focus, .skip a:active {display: inline; background: #333333; border: solid black 1px; color: #ffffff !important; text-decoration: none;
	position: absolute; height: auto; width: auto; padding: 0 0.5em;}
.skip a:hover {cursor: default}

/* --------------------------------------------------------------- 
- Listing page nav
*/
.artListHead {
	padding-bottom: 8px;
	border-bottom: solid 1px #18545B;
}
.artListItem, .artListCompact {
	border-bottom: solid 2px #CCCCCC;
	padding-bottom: 0.5em;
	margin-bottom: 1.5em;
	display: block;
	height: auto;
	clear: both;
	position: relative;
}
.artListItem .smallGrey, .artListCompact .smallGrey {
	margin-bottom: 0.5em !important;
}
.artListMini {
	display: block;
	position: relative;
	margin: 0.5em 0px;
	padding: 0 0 0.5em 0;
	height: auto;
	clear: both;
}
.artListMini h3 {
	font-size: 1.1em;
	line-height: 120%;
	text-transform: none;
}
.artListMini a{
	text-decoration: underline !important;
}
.boxout .artListMini h3 a{
	color: #666666;
}
.artListMini p {
	margin-bottom: 0 !important;
}
.artListCompact h3 {
	font-size: 1.1em;
	line-height: 110%;
	margin-bottom: 0;
}
.artListItem, .artListItem_r {
	position: relative;
	margin: 1em 0px;
	padding-bottom: 1em;
	/*background-color: #FFFFFF;
	padding: 2px;*/
	height: auto;
	clear: both;
	min-height: 70px;
	border-bottom: solid 2px #CCCCCC;
}
.thm_pic {
	padding: 4px; background:#F9F9F9;
	float: left;
	border-top: 1px solid #EEEEEE;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	border-left: 1px solid #EEEEEE;
}
.artListItem .thm_pic {
	width: 60px;
	height: 60px;
}
.artListItem_r .thm_pic {
	width: 60px;
	height: 60px;
	float: right;
}
.artListItem h3, .artListItem_r h3 {
	line-height: 110%;
}
.artListItem h3, .artListItem p {
	margin: 0 0 0 80px !important;
}
.artListItem_r h3, .artListItem_r p {
	margin: 0 80px 0 0 !important;
}
.browseNav {
	display: block;
	clear: both;
	width: auto;
	float: right;
	font-size: 0.9em;
}
.pageNums span{
	display: block;
	float: left;
}
.pageNums a:hover{
	text-decoration: none;
}
.arrow_left {
	position: relative;
	display: block;
	padding-top: 16px; width: 16px; 
	overflow: hidden;
	height: 0;
	background: url(images/left.png) no-repeat left top;
	margin-right: 3px;
}
.arrow-dbl_left {
	position: relative;
	display: block;
	padding-left: 16px;
	background: url(images/left-d.png) no-repeat left top;
	margin-right: 5px;
	width: auto;
}

.arrow_right {
	position: relative;
	display: block;
	padding-top: 16px; width: 16px; 
	overflow: hidden;
	height: 0;
	background: url(images/right.png) no-repeat left top;
	margin-left: 3px;
}
.arrow-dbl_right {
	position: relative;
	display: block;
	padding-right: 16px;
	background: url(images/right-d.png) no-repeat right top;
	margin-left: 5px;
	width: auto;
}

.arrow_left_o {
	width: 16px;
	height: 16px;
	display: block;
	background: url(images/left-o.png) no-repeat left top;
	margin-right: 3px;
}
.arrow_right_o {
	width: 16px;
	height: 16px;
	display: block;
	background: url(images/right-o.png) no-repeat left top;
	margin-left: 3px;
}
.crntPage {
	font-weight: normal;
	/*text-decoration: underline;*/
	color: #7D7D7D;
}

.diary dl {
	display: block;
	margin-bottom: 2px;
	padding: 0.5em;
}
.diary dt {
	display: block;
	width: 3em;
	float: left;
	color: #999999;
	font-size: 1.6em;
}
.diary .cmpdate dt {
	font-weight: bold;
	font-size: 1em;
}
.diary dd {
	margin-left: 4em;
	padding: 0.2em 0.2em 0.2em 0.5em;
	border-left: solid 1px #FFFFFF;
	border-top: solid 1px #FFFFFF;
}
.diary .firstEntry {
	border-top: none;
	padding-top: 0;
}
.mediawrap {
	max-width: 100%;
	overflow: hidden;
}
/* --------------------------------------------------------------- 
- Form styles
*/
input{margin: 0px;}
fieldset{border: none;}
legend{
	font-size: 1em;
	background: none;
	color: #666666;
}
textarea{
	width: auto;
}
label {
	cursor: pointer;
	width: 10em;
	max-width: 50%;
	float: left;
	color: #666666;
	margin-right: 1em;
}
label.single {
	float: none;
	display: block;
	margin-bottom: 0.5em;
}
.twocol {
	width: 100%;
	clear: both;
}
.twocol label {
	width: 45%;
	margin-right: 1em;
	margin-bottom: 1em;
}
.twocol .even {
	float: right !important;
	clear: right !important;
	margin-right: 0;
}
.lrgform, stdform {
	display: block;
	clear: both;
}
.lrgform p{
	margin: 0.5em 0px 0.5em 0px !important;
	line-height: 1.6em;
}
.stdform p{
	margin: 0.2em 0px 0.2em 0px !important;
	line-height: 1.4em;
}
.miniform p{
	margin: 0.2em 0px 0.2em 0px !important;
	line-height: 1.4em;
}
.miniform label{
	width: 18em;
}
.brdr {
	margin-bottom: 1em;
	background: #FFFFFF;
	padding: 4px;
	border: solid 1px #DDDDDD;
}
.section{
	color: #333333;
	background: #F9F9F9;
	/*background: #F8EFFC;*/
	padding: 2px 4px 2px 6px;
	margin-bottom: 1em;
	border: solid 1px #CCCCCC;
}
.plain{
	border: none !important;
}
.fullfield, .largefield, .stdfield, .midfield, .flexfield, .flexSmallfield, .smallfield, .smallfield-fl, .minifield, .tinyfield{
	background: #FFFFFF;
	color: #333333;
	border: solid 1px #A976BC;
}
.fullfield {
	width: 80%;
}
.largefield{
	max-width: 95%;
	width: 26em;
	font-size: 1em;
	padding: 2px;
}
.stdfield{
	max-width: 95%;
	width: 13em;
	font-size: 1em;
	padding: 2px;
}
.flexfield{
	width: 70%;
	font-size: 1em;
	padding: 2px;
}
.smallfield {
	max-width: 65%;
	width: 9em;
	font-size: 1em;
	padding: 2px;
}
.midfield {
	max-width: 80%;
	width: 12em;
	font-size: 1em;
	padding: 2px;
}
.midfieldfixed {
	width: 12em;
	font-size: 1em;
	padding: 2px;
}
.flexSmallfield {
	width: 40%;
	font-size: 1em;
	padding: 2px;
}
.smallfield-fl {
	max-width: 65%;
	width: 9em;
	font-size: 1em;
	padding: 2px;
	float: left;
	margin-right: 0.5em;
}
.minifield {
	width: 7.5em;
	font-size: 1em;
	padding: 2px;
}
.minifield-fl {
	max-width: 65%;
	width: 7.5em;
	font-size: 1em;
	padding: 2px;
	float: left;
	margin-right: 0.5em;
}
.tinyfield {
	width: 4em;
	font-size: 1em;
	padding: 2px;
}
.tinyfield-fl {
	width: 4em;
	font-size: 1em;
	padding: 2px;
	float: left;
	margin-right: 0.5em;
}
select{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1em;
	border: solid 1px #DDDDDD;
	padding: 2px;
}
.frmbutton {
	font-size: 1em;
	cursor: pointer;
	font-weight: bold;
	color: #666666;
	padding: 3px;
	background: #C6C5D7 url(images/btn-grad.png) repeat-x;
	border: solid 1px #A976BC;
	/*border: solid 1px #A5ACB2;*/
}
.centwide {
	text-align: center;
	margin: 0 auto 0 auto;
	width: 50%;
}
.disabled {
	background-color: #EFEFEF;
	color: #999999;
}
/* --------------------------------------------------------------- */


.required {
	color: #FF66CC !important;
}
a .required {
	color: #FF66CC !important;
	font-weight: bold;
}
/* SEARCH --------------------------------------------------------- */
.sp2_title {font-weight: bold;}
.sp2_address {color: #A17128;}
.sp2_info {color: #A17128; margin-top: 0.5em;}
/* --------------------------------------------------------------- */

