/* START STANDARD STYLES */
/* These styles need to be appear on every site but you can adjust as necessary (the only things you should need to adjust are the foreground and background colours */
/* These styles should define how the content section looks */

body {
	color: black;
	background: #ccc;
	font-family: arial, helvetica;
	font-size: 70%;
}

body.site {
	margin: 0;
	background: #ccc url(../images/body-bg.gif) 0 0 repeat-y;
}

h1 {
	color: #4c8e8d;
	margin: 0.5em 0 0.5em 0;
	font-size: 175%;
}

h2 {
	color: #4c8e8d;
	margin: 0.5em 0 0.5em 0;
	font-size: 150%;
}

h3 {
	color: #4c8e8d;
	margin: 0.5em 0 0.5em 0;
	font-size: 125%;
}

hr {
	background: #4c8e8d;
	color: #4c8e8d;
}

p {
	margin: 1em 0 1em 0;
	padding: 0;
	line-height: 150%;
}

li {
	line-height: 150%;
}

q {
	font-style: italic;
}

blockquote {
	font-style: italic;
	border-left: 1px solid #000;
	padding-left: 10px;
	margin-right: 0;
}

img {
	border: 0;
}

table {
	font-size: 100%;
	margin: 0;
	padding: 0;
}

th {
	background: #4c8e8d;
	color: white;
	font-weight: bold;
}

td {
	line-height: 150%;
}

abbr, acronym { 
	border-bottom: 1px dotted #4c8e8d; 
	cursor: help; 
}

caption {
	text-align: left;
}

a:link {
	color: #4c8e8d;
	text-decoration: underline;
}

a:visited {
	color: #4c8e8d;
	text-decoration: underline;
}

a:hover {
	color: white;
	background: #4c8e8d;
	text-decoration: none;
}

a:active {
	color: white;
	background: #4c8e8d;
	text-decoration: none;
}

a:focus {
	color: white;
	background: #4c8e8d;
	text-decoration: none;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.justify {
	text-align: justify;
}

p.indent {
	margin-left: 25px;
}

span.underline {
	text-decoration: underline;
}

img.left {
	float: left;
	margin: 5px;
}

img.right {
	float: right;
	margin: 5px;
}

label {
	cursor: pointer;
}

form {
	padding: 0;
	margin: 0;
}

input.button {
	background: #eee;
	color: #000;
	border: solid 1px #000;
}

input.textbox, textarea.textbox {
	color: #000;
	border: solid 1px #000;
	padding: 2px;
	font-family: arial, helvetica;
}

label.lblFrm {
	width: 100px;
	float: left;
	display: block:
}

p.noMargin{
	margin: 0;
}

div.wrapCenter {
	width: 400px;
	margin: auto;
}

/* END STANDARD STYLES */










/* START PAGE SPECIFIC STYLES */

#skipLinks {
	position: absolute;
	left: -999em;
}

#printTitle {
	display: none;
}

#container {
	width: 780px;
}

#leftCol {
	float: left;
	width: 190px;
	padding: 10px 5px;
}

#leftCol ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#leftCol li {
	margin: 0;
	padding: 0;
}

#leftCol a {
	color: #fff;
	text-decoration: none;
	padding: 2px;
	display: block;
	width: 185px;
}

#leftCol a:hover {
	background: #7cb8b7;
}

#rightCol {
	float: left;
	width: 550px;
	padding: 0 5px;
}

/* END PAGE SPECIFIC STYLES */










/* START LIGHTBOX STYLES */
/* You shouldn't need to edit these */

#lightbox{position: absolute;top: 40px;left: 0;width: 100%;z-index: 100;text-align: center;line-height: 0;}
#lightbox a img{ border: none; }#lightbox a:hover{ background: transparent;}
#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(../images/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(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }
#imageDataContainer{font: 10px Verdana, Helvetica, sans-serif;background-color: #fff;margin: 0 auto;line-height: 1.4em;}
#imageData{padding:0 10px;}#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%;height: 500px;background-color: #000;filter:alpha(opacity=60);-moz-opacity: 0.6;opacity: 0.6;}
.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
* html>body .clearfix {display: inline-block; width: 100%;}
* html .clearfix {/* Hides from IE-mac \*/height: 1%;/* End hide from IE-mac */}

/* END LIGHTBOX STYLES */










/* START SEARCH RESULTS STYLES */
/* You shouldn't need to edit these */

span.highlight { background: transparent; }
div.searchheading { font-size: 100%; font-weight: bold; padding: 0 5px;}
div.summary { font-size: 80%; font-style: italic;  padding: 0 5px;}
div.results { font-size: 100%;  padding: 0 5px;}
div.category { color: #999999;  padding: 0 5px;}
div.description { font-size: 100%; color: #008000;  padding: 0 5px;}
div.context { font-size: 100%;  padding: 0 5px;}
div.infoline { font-size: 80%; font-style: normal; color: #808080; padding: 0 5px;}
div.sorting { text-align: right;  padding: 0 5px;}
div.result_title { font-size: 100%;  padding: 0 5px;}

form.zoom_searchform { font-size: 100%;  padding: 0 5px;}
span.zoom_options { font-size: 80%;  padding: 0 5px;}
input.zoom_button {  }
input.zoom_searchbox {  }

/* END SEARCH RESULTS STYLES */


/* CUSTOM DATAGRID STYLES */
table.dtgtable {
	width: 100%;
}
tr.dtgtitle {
	color: #FFFFFF;
	height: 26px;
	padding: 2px;
	background: url('/cms/images/blue_background.gif') top left repeat-x;
}

tr.dtgtitle a:link {color: #ffffff;}
tr.dtgtitle a:visited {color: #ffffff;}
tr.dtgtitle a:hover {color: #3333CC;}
tr.dtgtitle a:active {color: #3333CC;}
tr.dtgtitle a:focus {color: #3333CC;}

tr.dtgdata td{
	background: #FFFFFF;
	padding:0 0 0 2px;
	border-top: solid 5px #ccc;
	border-bottom: solid 5px #ccc;
	height:25px;
}

#tbl2 td {
	border: none;
}

tr.dtgdata_highlight td{
	background: #E8F7FF;
	padding: 0 0 0 2px;
	border-top: solid 5px #ccc;
	border-bottom: solid 5px #ccc;
	height: 25px;
}

tr.dtgdata_selected {
	background: #E8F7FF;
}

td.dtgfooter{
	height: 5px;
	background: #4c8e8d;
}

.dtgpager{
	height:20px
}

.colDelete a{
	background: url('/cms/images/delete.gif') no-repeat; 
	width: 20px; 
	height: 20px; 
}

.colEdit a{
	background: url('/cms/images/pencil.gif') no-repeat;
	width: 20px; 
	height: 20px; 
}

#mypager ul{
	text-align: center;
	margin: 2px 2px 2px 2px;
	height: 25px;
	padding: 0 0 0 5px;
}

#mypager li{
	display: inline;
	list-style-type: none;
	height: 20px;
	padding: 5px;
}
/* END */