@import url("../../hive/css/style.css");
@import url("textimage.css");


/********************
* Overidden Styles   *
********************/ /* overidden link colour with page colour */
a {
	color: #9fa379;
}

/***********************************************
******* END OVERIDES ***************************
***********************************************/
#contentTop {
	background-image: url("../images/header.png");
}

#contentBottom {
	background-image: url("../images/contentbottombg.gif");
}

#contentBottomLeft {
	width: 380px;
	margin: 0;
	padding: 0;
	padding-top: 20px;
	padding-left: 26px;
}

#contentBottomRight {
	float: right;
	margin: 0;
	padding: 0;
	width: 534px;
}

#contentBottomRight table.contentpaneopen {
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	width: 100%;
	background-color: #F1F1EA;
}

#contentBottomRight td {
	padding: 0;
}

#contentBottomRight td.contentheading {
	padding: 10px;
	font-size: 16px;
	font-weight: bold;
	color: #9ea374;
	background-color: #dbdecd;
}

#contentBottomRight div.conferencedate {
	padding-left: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: bold;
	color: #9ea374;
	background-color: #dbdecd;
}

#contentBottomRight div.conferencetext {
	padding-left: 10px;
}

#contentBottomRight span.article_separator {
	display: block;
	height: 7px;
	border-bottom: 2px solid #BDBEC0;
	margin-bottom: 5px;
}

#contentBottomRight div:last-child span.article_separator {
	display: none;
}

.module-whatson {
	border-bottom: 2px solid #BDBEC0;
	margin-bottom: 20px;
}

.module-whatson h3 {
	position: absolute;
	top: -10000px;
}

.module-onenottomiss {
	border-bottom: 2px solid #BDBEC0;
	margin-bottom: 20px;
}

.module-onenottomiss h3 {
	position: absolute;
	top: -10000px;
}

.module-onenottomiss table {
	border-collapse: collapse;
}

.module-onenottomiss td.contentheading {
	font-size: 16px;
	font-weight: bold;
	color: #9ea374;
}

/* navigation */
#navigation ul li.active {
	background-color: #f1f1ea;
	font-weight: bold;
	color: #9ea374;
}

#navigation ul li.active a {
	color: #9ea374;
}

#navigation ul li#current {
	background-color: #f1f1ea;
	color: #9ea374;
}

#navigation ul li>ul {
	background-color: #f1f1ea;
	right: 49px;
}

#navigation ul li ul li:after {
	content: "|";
	color: #9ea374;
}

#navigation ul li ul li a {
	color: #9ea374;
}
