/* ---- editor style definitions ----  */
/* ---------------------------------------------------------  */
@import 'editor_styles.css';

/* ---- mod-template style-definitions ----  */
/* ---------------------------------------------------------  */
@import 'mod_styles.css';

/* ---- tree-template style-definitions ----  */
/* ---------------------------------------------------------  */
@import 'navigation_tree_main.css';
@import 'navigation_bar_top.css';


/* ---- global DESIGN ----  */
/* ---------------------------------------------------------  */
body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	background-image: url(../../images/site/bkg_pages.gif);
	background-repeat: repeat-y;
}
body, table, td, tr {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
a, a:active {
	color: #14498F;
	text-decoration: underline;
}
a:hover {
	color: #FFDD15;
	text-decoration: none;
}
a img {
	border:0px;
}
form {
	margin: 0px;
}
select, textarea, input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 2px;
	border: 1px solid #CCCCCC;
	background-color: #F5F5F5;
}
input.button {
	cursor: pointer;
}
input.image {
	padding: 0px;
	border: 0px;
	background-color: transparent;
}
input.checkbox {
	padding: 0px;
	border: 0px;
	background-color: transparent;
}
input.radiobutton {
	padding: 0px;
	border: 0px;
	background-color: transparent;
}
.copyright {
	font-size: 9px;
}
.clearFloat {
	clear: both;
}
.clearFloat hr {
	display: none;
}

/* ---- LAYOUT ----  */
/* ---------------------------------------------------------  */
#topBox {
	height: 171px;
	background-color: #008C4E;
}
#topbkgBox {
	background-image: url(../../images/site/bkg_top.gif);
	background-repeat: no-repeat;
	height: 171px;
	width: 990px;
}
#textBox {
	color: #FFFFFF;
	font-size: 25px;
	font-weight: bold;
	position: absolute;
	top: 85px;
	left: 400px;
}
#topnavBox {
	position: absolute;
	top: 135px;
	left: 390px;
}
#mainBox {
	width: 990px;
}
#mainnavBox {
	float: left;
	width: 171px;
	padding-top: 176px;
	background-image: url(../../images/site/bkg_left.gif);
	background-repeat: no-repeat;
}
#contentBox {
	float: left;
	width: 769px;
	padding: 50px 0px 0px 50px;
	background-repeat: no-repeat;
}

.index {
	background-image: none;
	background-color: #6FB120;
}
.index #topBox {
	background-image: url(../../images/site/index_logo.gif);
	background-repeat: no-repeat;
	background-position: 453px 151px;
	height: 455px;
	background-color: #FFFFFF;
}
.index #mainBox {
	background-image: url(../../images/site/index_sc_biomaran.gif);
	background-repeat: no-repeat;
	background-position: 430px 12px;
}
.index #contentBox {
	float: left;
	width: 453px;
	height: 110px;
	background-image: none;
	padding: 10px 0px 0px 0px;
}
.index #startBox {
	float: left;
	position: absolute;
	top: 340px;
	left: 454px;
	width: 169px;
	height: 42px;
	background-image: url(../../images/site/index_start.gif);
	background-repeat: no-repeat;
}
.index #startBox a {
	display: block;
	width: 169px;
	height: 42px;
}
.index #startBox a span {
	display: none;
}