@charset "utf-8";
body {
	text-align: center;
	background-position: center top;
	background-image: url(../gui/bck_body.png);
	background-repeat: repeat-x;
}
#globalWrapper0 {
	background-repeat: no-repeat;
	background-position: center top;
}
#globalWrapper1 {
}
#globalWrapper2 {
}
#globalWrapper {
	width: 960px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}
#header {
	width: 100%;
	position: relative;
	height: 147px;
}
#header #logoWrapper {
	position: absolute;
	left: 0px;
	top: 13px;
}
#header #logoWrapper h1 {
	margin: 0px;
	padding: 0px;
}
#header #logoWrapper, #logoWrapper h1 a {
	height: 118px;
	width: 207px;
	background-image: url(/cms/public/custom/gui/logo_isco.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#header #logoWrapper h1 span {
	display: none;
}
#header #logoWrapper h1 a {
	display: block;
	background-image: none;
}
#contentWrapper {
}
#mainContent {

}

#mainContent table {
	margin-right: auto;
	margin-left: auto;
}
#mainContent h1 {
	color: #7BB521;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	margin-top: 10px;
}
#mainContent h2 {
	color: #7BB521;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	margin-top: 10px;
}
#mainContent table td {
	padding: 5px;
	vertical-align: top;
}
#mainContent table td p {
	margin: 0px;
	padding: 0px;
}
#footer {
	background-image: url(../gui/bck_footer.png);
	background-repeat: repeat-x;
	background-position: top;
	height: 260px;
}
#footer a {
	color: #0057A3;
}
#footer address {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #FFFFFF;
	padding-top: 60px;
}
#credits {
	width: 250px;
	float: right;
	text-align: right;
	margin-top: 90px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	margin-right: 20px;
}
#credits a {
	color: #FFFFFF;
}
#credits a:hover {
}
.box {
	/* background-image: url(../gui/bck_box.png); */
	background-repeat: repeat-y;
	background-position: center;
	width: 265px;
}
.box .bckBoxTop {
	/* background-image: url(../gui/bck_box_top.png); */
	background-repeat: no-repeat;
	background-position: center top;
}
.box .bckBoxBottom {
	/* background-image: url(../gui/bck_box_bottom.png); */
	background-repeat: no-repeat;
	background-position: center bottom;
}
.box .inside {
	padding: 10px;
}
.box .inside p {
}
.clearFloat {
	clear: both;
}
.googleMap {
	text-align: center;
}
img.right, img.left {
	border: 1px solid #663503;
}
img.right {
	float: right;
	margin-left: 10px;
}
img.left {
	float: left;
	margin-right: 10px;
}
div#gallery {
	text-align: center;
}
div#gallery ul {
	margin: 0px;
	padding: 0px;
}
div#gallery ul li {
	list-style-type: none;
	display: block;
	float: left;
	border: 1px solid #13519C;
	padding: 0px;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 8px;
	margin-left: 0px;
	width: 62px;
	height: 62px;
}
div#gallery ul li a {
	overflow: hidden;
	display: block;
	width: 62px;
	height: 62px;
}
div#gallery ul li img {
}
#pageImages {
	text-align: center;
}
#pageImages img {
	margin-right: 5px;
	margin-bottom: 5px;
	border: 5px solid #FFFFFF;
}
.error, .notice, .success {
	border:2px solid #DDDDDD;
	margin-bottom:1em;
	font-size:12px;
}
.error {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#F8FAFC url(../gui/icons/exclamation.png) no-repeat scroll 15px 50%;
	border-color:#D12F19;
}
.notice {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#F8FAFC url(../gui/icons/information.png) no-repeat scroll 15px 50%;
}
.success {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#F8FAFC url(../gui/icons/tick.png) no-repeat scroll 15px 50%;
}
input.error, textarea.error, select.error {
	margin: 0px;
	/*padding: inherit; */
	background-image: none;
	background-color: #FBE3E4;
	font-size:14px;
}
label.error, label.notice, label.success {
	color: #000000;
	margin-top: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 42px;
	padding-right: 21px;
	display: block;
	width: 240px;
}
.mainImage {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	height: 250px;
	overflow: hidden;
	position: relative;
}
.mainImageContainer {
	background-image: url(../gui/bck_main_img.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 10px;
}
.mainImage a {
}
.mainImage a img {
}
#breadCrumbs {
	font-size: 11px;
	font-family: Tahome, Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
}
#sideBar h2 {
	border-bottom:1px solid #CCCCCC;
	color:#7BB521;
	font-family:Arial,Helvetica,sans-serif;
	font-size:16px;
	font-weight:bold;
	margin:0 0 8px;
	padding-bottom:8px;
	text-decoration:none;
}
#sideBar td {
	color:#666666;
	font-size:10px;
	margin:0;
	padding:0;
}
#sideBar input {
	font-size:10px;
}


fieldset {
	border: solid 1px #7bb521;
	padding: 10px;
	margin-bottom: 20px;
}
legend {
	border: solid 1px #7bb521;
	padding: 5px;
	font-weight: bold;
}
