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

body,html{
	width: 100%;
	height: 100%;
}
html{
	height: 100.02%;
}
body {
	color: #CCCCCC;
	background: #275A6F url(images/grad.jpg) repeat-x left top;
}
h1,h2,h3,h4,legend {
	color: #666666;
}
h1 {
	font-size: 1.8em;
	margin: 0 0 0.4em 0;
	font-weight: normal;
}
h2 {
	font-size: 1.5em;
	margin: 0 0 0.4em 0;
	font-weight: normal;
}
h3 {
	font-size: 1.2em;
	margin: 0 0 0.4em 0;
	font-weight: bold;
}
h4 {
	font-size: 1em;
	margin: 0 0 0.5em 0;
	font-weight: bold;
}
h1 a, h2 a, h3 a, h4 a {
	text-decoration: none !important;
}
abbr,acronym {border-bottom: 1px dotted #A17128;cursor: help;}
strong {font-weight: bold;}
em {font-style: italic;}
a {color: #0099CC;	text-decoration: underline;}
#wrapper {
	display: block;
	position: relative;
	top: 20px;
	width: 812px;
	height: auto;
	padding: 4px;
	margin: 0px auto 0px auto;
	color: #333333;
	background: #EAEAEA;
}
#inner {
	display: block;
	height: auto;
	width: 780px;
	color: #333333;
	background: #FFFFFF;
	border: solid 1px #CCCCCC;
	padding: 20px 15px 10px 15px;
}
#header {
	display: block;
	height: 25px;
	width: 780px;
	padding: 0px;
	z-index: 1;
	overflow: hidden;
}
#header #logolink {
	display:block;
	position: absolute;
	top: 61px;
	left: 27px;
	padding-top: 60px; width: 180px; 
	overflow: hidden;
	height: 0;
	cursor: pointer;
	background: url(images/sentinel-logo.gif) left top no-repeat;
	margin: 0px;
	text-decoration: none;
	z-index: 2;
}
#header img{
	visibility: hidden;
}
#nav {
	position: absolute;
	display: block;
	right: 10px;
	top: 15px;
	font-size: 0.95em;
}
#nav li {
	display: block;
	float: left;
	list-style: none;
	padding: 0px 0px 0px 0px;
	margin-right: 15px;
	overflow: visible;
	font-weight: bold;
}
#nav a {
	display: block;
	text-decoration: none;
	padding: 7px 7px 0px 0px;
}
#nav a:hover {
	text-decoration: underline;
}

#nav strong a {
	display: block;
	color: #81B630 !important;
}
#ban-holder {
	font-size: 9px;
	color: #999999;
	background: url(images/banner_back.gif) no-repeat left top;
	display: block;
	padding: 8px 10px 10px 10px;
	height: auto;
	min-height: 100px;
	width: 760px;
	clear: both;
}
/*Check cms panels styles*/
#banner {
	float: right;
	display: block;
	margin: 0 0 0 20px;
	padding: 0px;
	background: #FFFFFF;
	clear: right;
	width: 550px;
	height: 100px;
	overflow: hidden;
}
#main {
	display: block;
	height: auto;
	width: 770px;
	position: relative;
	padding: 0px 5px 0px 5px;
	margin: 20px auto 0 auto;
	clear: both;
}
/*Layout backs*/
.layout-a, .layout-b, .layout-c {
	background: url(images/v-line.gif) repeat-y 205px 0px;
}
.layout-b {
}
.layout-c {
}
/*End layout styles*/
#block0 {
	display: block;
	width: 180px;
	margin-right: 35px;
	float: left;
}

#content {
	display: block;
	float: left;
	width: 550px;
	clear: right;
}
#content.edit {
	width: 100%;
	float: none;
	clear: none;
	color: #333333;
	background: #FFFFFF;
	height: auto; /*Vital for autogrow in Mozilla*/
}
#content.edit a {color: #0099CC !important; text-decoration: underline !important;}
#block0 hr, #content hr {
	display: block;
	height: 7px;
	background: #FFFFFF url(images/dots.gif) repeat-x left center;
	margin-bottom: 1em;
}
#block0 div.hr, #content div.hr {
  height: 7px;
  background: #FFFFFF url(images/dots.gif) repeat-x left center;
  margin-bottom: 1em;
}
#block0 div.hr hr, #content div.hr hr {
  display: none;
}
#block0 li, #content li {
	margin-bottom: 0.5em;
	line-height: 1.2em;
}
#block0 a:hover,#content a:hover {
}
#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 0.1em 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;
}
blockquote {
	background:url(images/quote.gif) no-repeat 0px 0.2em;
	text-align: justify;
	text-indent:15px;
	margin-bottom: 1em;
}

blockquote  p {
	background: url(images/unquote.gif) no-repeat;
	background-position:bottom right;
	padding-right:0px;
	color: #999999;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif ;
	font-size: 0.9em;
	margin: 0 0 1em 0 !important;
}
cite {
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif ;
	font-size: 0.9em;
	margin: 0 0 1em 0 !important;
	color: #00A6B1;
	font-style: italic;
	text-indent:0px;
	text-align: left;
}

#footer {
	position: relative;
	display: block;
	width: 810px;
	height: auto;
	padding: 5px 5px 20px 5px;
	clear: both;
	font-size: 0.9em;
	color: #CCCCCC;
	margin: 0px auto 0px auto;
	top: 20px;
}
#footer p {
	float: left;
}
#footer #cba {
	color: #CCCCCC;
	float: right;
	text-decoration: none;
	padding: 0px 0px 0px 14px;
	background: url(images/i_mouse.gif) no-repeat left top;
}
#footer a {color: #CCCCCC; text-decoration: none;}
#footer a:hover { text-decoration: underline;}
#footer p {margin-bottom: 5px;}

.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: 30px;
}
.colMid {
	display: block;
	float: left;
	width: 340px;
	margin-bottom: 1em;
	overflow: hidden;
}
.colDoub {
	display: block;
	float: left;
	width: 310px;
	margin-bottom: 1em;
	overflow: hidden;
}
.colWide {
	display: block;
	float: left;
	width: 550px;
	margin-bottom: 1em;
	overflow: hidden;
}
.colSmall {
	display: block;
	float: left;
	width: 180px;
	margin-bottom: 1em;
	overflow: hidden;
}
.colLeft {
	display: block;
	float: left;
	clear: left;
	width: 45%;
	margin-right: 1.5em;
	margin-bottom: 1em;
}
.colRight {
	display: block;
	float: right;
	clear: right;
	width: 45%;
	margin-left: 1.5em;
	margin-bottom: 1em;
}
.wide {width: 60%;}
.nrrw {width: 30%;}
.edit .colLeft, .edit .colRight {
	border: dashed 1px #FF9900;
}
/*TOC Menu*/
.tochead {
	display: block;
	font-size: 1em;
	margin: 0 0 10px 0;
	line-height: 110%;
	color: #999999;
	font-weight: normal;
	text-transform: uppercase;
}
.toc {
	list-style: none;
	display: block;
	width: 100%;
	overflow: hidden;
	margin-bottom: 3em !important;
}
.toc ul {
	margin-bottom: 0 !important;
}
.toc {
	margin-top: 0 !important;
	padding: 0 !important;
	color: #333333;
	font-size: 0.95em;
}
.toc li {
	display: block;
	padding: 0px 7px 0px 0px !important;
	line-height: 2em;
	list-style: none;
	background: none !important;
}
.toc li strong {
	display: block;
	line-height: inherit;
	margin: 0;
	font-weight: normal;
	/*background: url(images/bullet.gif) no-repeat right 2px;*/
}
.toc li a{
	display: block;
	text-decoration: none;
}
.toc li a:hover {
	text-decoration: underline !important;
}
.toc li strong a{
	color: #333333 !important;
}
.toc li strong.headLink a{
	color: #0099CC !important;
}
.toc li ul {
	margin: 0 0 0 5px;
}
.toc li ul li {
	font-size: 0.9em;
	line-height: 1.6em;
	font-weight: normal;
	border-bottom: none;
	background: none !important;
}

.toc li ul li a{
	background: none;
	width: auto;
	color: #81B630 !important;
}
.toc li ul li strong a {
	font-weight: normal;
	color: #333333 !important;
}
/*END TOC Menu*/
/*General Styles*/
.i_left {float: left; margin: 0px 10px 2px 0px; padding:2px; background:#CBE4A3;}
.i_right {float: right; margin: 0 0 2px 10px; padding:2px; background:#CBE4A3;}
.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:2px; background:#CBE4A3;}
a:hover .i_left, a:hover .i_right, a:hover .i_row, a:hover .thm_pic {
	background: #5BBBD7;
}
.i_cent {clear: both;display: block;margin: 0px auto 0px auto;}
.i_cent-b {clear: both;display: block;margin: 0px auto 0px auto; padding:2px; background:#CBE4A3;}
.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: 40px;}
.Indent2 {margin-left: 80px;}
.Indent3 {margin-left: 120px;}
/* Alignment. */
.alignLeft {text-align: left;}
.alignCent {text-align: center;}
.alignRight {text-align: right;}
.alignFull {text-align: justify;}

.boxout {
	background: #E3F0CE;
	border: solid 1px #CCCCCC;
	padding: 5px;
	margin-bottom: 1em;
}
.boxout strong {
	color: #666666;
}
.boxout strong a, .boxout a strong{
	color: #FF9900;
}
.boxout h1, .boxout h2 {
	background: none !important;
	padding: 0 !important;
	margin: 0 0 0.3em 0 !important;
}
.boxout h4 {
	font:1em Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #999999;
	margin-bottom: 0;
}
.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: #999999;
	font-size: 10px;*/
	font-size: 0.9em;
	color: #81B630;
}
.smallTxt {
	font-size: 0.9em;
}
.arwlink:hover {
	text-decoration: underline;
}
.arwlink-leftd {
	padding-left: 18px;
	background: url(images/left-d.png) no-repeat left center;
	text-decoration: none;
}
.arwlink-left {
	padding-left: 12px;
	background: url(images/link_arrow.gif) no-repeat left 0.2em;
	text-decoration: none;
	font-weight: bold;
}
.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: #81B630;
}
.hide {
	display: none;
}
/*Gallery*/
.gal-thumbs {
	display: block;
	height: auto;
	width: 103%;
}
.gal-thumbs li {
	display: block;
	float: left;
	width: auto;
	height: auto;
	margin: 0px 6px 6px 0px;
	padding: 0px !important;
	background: none !important;
	line-height: 0;
}
.gal-thumbs li img {
	float: left; margin:0;
	padding:4px; background:#F9F9F9;
	border-top: 1px solid #EEEEEE;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	border-left: 1px solid #EEEEEE;
}
.gal-thumbs li a:hover img{
	background: #C4F0FF;
}
.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;
	max-height: 1.2em;
	overflow: hidden;
}
.gal-thumbs li h4 a {
	color: #666666;
}
.gal-thumbs li.galLrge {
	width: 150px;
	margin: 0px 9px 9px 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:#ECEAE1;
	line-height: 0;
}
.gallinks a:hover img{
	background: #FF9900;
}

#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: #ffffff;
	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: right;  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;
}
.artListMini, .artListCompact{
	display: block;
	position: relative;
	margin: 0.5em 0px;
	padding: 0 0 0.5em 0;
	height: auto;
	clear: both;
	color: #666666;
	/*background: url(images/hline-dot.gif) repeat-x left bottom;*/
}
.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, .artListCompact p {
	margin-bottom: 0.2em !important;
}
.artListCompact h3 {
	font-size: 1.1em;
	line-height: 110%;
	margin-bottom: 0.2em;
}
.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 1px #CCCCCC;*/
	background: url(images/dots.gif) repeat-x left bottom;
	color: #666666;
}
.thm_pic {
	padding: 2px; background:#CBE4A3;
	float: left;
}
.artListItem .thm_pic {
	width: 80px;
	height: 60px;
}
.artListItem_r .thm_pic {
	width: 80px;
	height: 60px;
	float: right;
}
.artListItem h3, .artListItem_r h3 {
	line-height: 120%;
}
.artListItem h3, .artListItem p {
	margin: 0 0 0.2em 100px !important;
}
.artListItem_r h3, .artListItem_r p {
	margin: 0 100px 0.2em 0 !important;
}
.browseNav {
}
.pageNums {
	float: right;
	font-size: 11px;
	min-height: 16px;
	overflow: visible;
	color: #999999;
}

.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: #666666;
}

.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: 1.2em;
	background: none;
}
textarea{
	width: auto;
}
label {
	cursor: pointer;
	width: 10em;
	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;
}
.section{
	background: #F7F7F7;
	border: 1px solid #A5ACB2;
	padding: 4px;
	margin-bottom: 1em;
	color: #333333;
}
.plain{
	border: none !important;
}
.fullfield, .largefield, .stdfield, .midfield, .flexfield, .flexSmallfield, .smallfield, .smallfield-fl, .minifield, .tinyfield{
	background: #FFFFFF;
	color: #333333;
	border: solid 1px #A5ACB2;
}
.fullfield {
	width: 80%;
}
.largefield{
	max-width: 95%;
	width: 26em;
	font-size: 1em;
	padding: 2px;
}
.stdfield{
	max-width: 95%;
	width: 16em;
	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 {
	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;
}
select{
	font-size: 1em;
	border: solid 1px #A5ACB2;
	padding: 2px;
}
.frmbutton {
	font-family:"Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	cursor: pointer;
	color: #FFFFFF;
	padding: 1px;
	background: #5E8523 url(images/btn-grad.gif) repeat-x left top;
	border: solid 1px #A5ACB2;
}
.centwide {
	text-align: center;
	margin: 0 auto 0 auto;
	width: 50%;
}
.disabled {
	background-color: #EFEFEF;
	color: #999999;
}
/* --------------------------------------------------------------- */


.required {
	color: #00A6B1 !important;
}
a .required {
	color: #00A6B1 !important;
	font-weight: bold;
}

/* --------------------------------------------------------------- */
