/*footer container */
.leftimage, .atop, .bottom-footer-grp{
	background-color: #515151 !important;
	color: #ffffff !important;
}
td.leftimage{
	padding-top:20px;
}

/* header links container */
.bottom-header-lnks-grp{
	display: none !important;
}

/*general text colour*/
html,body,h1,h2{color:#313131 !important;}

.link{
	color:#313131 !important;
}

/*text colour sorting etc */
span.desc-sorted-column,.pagenation-link-sel{
	color: #313131 !important;
}
.list-total-count::after{
	color: #313131;
}

/*textcolour left navigation*/
nav a:active,nav a:link,nav a:visited{
	color:#313131 !important;text-decoration:none
	}

/* link colour*/
a:active,a:link,a:visited{
	!important;text-decoration:none !important;
	}
	

/* button colour */
.com-butn-style, a.com-butn-style{
	background: #515151;
    color: #fff !important;
}

/* no change to button hover */

/*a-z buttons */
a.buttonAlpha{
	color: #fff !important;
	background: #515151;
}

/* ALL Button*/
a.buttonAlphaActive{
	color: #fff !important;
}
a.buttonAlpha:hover,a.buttonAlphaActive:hover{
	background: #ff8000 !important;
}

/* general search box (container of search button, icon and search field */
.st-pg-box-bg, st-box-filters{
	background-color: #fbfbfb !important;
	padding-left: 0px !important;
}

/* browse areas container */
#area_overview_panel{
	display: none;
}

/*logout link */
a[href="/converis/secure/logout"] span{
	font-weight: bold !important;
}

/*login link */
a[href^="/converis/mypages/overview"] span{
	font-weight: bold !important;
}

span.detailView img{
	size: 200px 300px;
}

/*Share Link button, listpage & detail page */
.shareLinkButton{
	display: none !important;
}

/*Get in touch button, person detail page */
.getInContactButton{
	display: none !important;
}

/*export button, listpage*/
.exportButton{
	display: none !important;
}

/**Detail View**/
/** title of each section of information (h2)**/
span.detailview h2 span{
	border-bottom: 1px;
	border-bottom-color: #313131;
}
