/****************************************************
	IMPORT CSS
****************************************************/
@import "/TableDesign.css"; 

/****************************************************
	P A G E L A Y O U T
****************************************************/
body {
	background-color: #FFFFFF; /* Placed here so the content editor is not influenced */
	color: #555555;
	margin: 0 1em 0 1em;
	margin: 0;
	padding: 0;
	text-align: center;
}

div#PageContainer {
	margin-left: auto;
	margin-right: auto;
	width: 975px;
	padding-bottom: 10px;
}

div#Page {
	text-align: left;
}

/****************************************************
	H E A D E R   S T U F F
	Note: NavigationTopBar see Navigation.css
	See PageLayoutDivStyle.css or PageLayoutTableStyle.css
****************************************************/
table#HeaderContainer {
	width: 975px;
	margin-top:15px;
}

td#HeaderFlags img {
	margin: 2px 3px 0 0;
}

div#FlagHolder{
	position:relative;
	float:right;
	margin-top:13px;
	margin-right:5px;
}

div#FlagHolder a{
	margin-left:10px;
}

div#TopBanner {
	margin-bottom: 3px;
}

#HeaderLinks {
	color: #B5B5B5;
}

#HeaderLinks a {
	padding: 0 0.3em 0 0.4em;
}

/****************************************************
	C O L U M N S : 
	See PageLayoutDivStyle.css or PageLayoutTableStyle.css
****************************************************/
table#ColumnsContainer {
	width: 975px;
}

td#FocusColumn {
	background-color: #50a125; /* top background greenbox placed in div */
	background-image: url("/media(289,975)");
	background-position: bottom;
	background-repeat: no-repeat;
	width: 184px;
}

div#FocusColumnInner {
	/* Do not set a background-color here, as it will hide the bottom image with round corners which is in a level below (in td) */
	background-image: url("/media(288,975)");
	background-position: top center;
	background-repeat: no-repeat;
	padding: 22px 12px 22px 12px;
}

div#FocusColumnInner div#SearchKeyword input {
	width: 148px; 
	border: 0;
}



div#FocusColumnInner div#SearchSubmit input{
	background-color: White;
	border: 0;
	margin: 0;
}

div#FocusColumnInner h2 {
	color: White;
}

td#TeaserColumn {
	width: 184px;
}

div#SearchContainer {
	height:52px;
	width:184px;
	float:right;
}

div#SearchSitemap {
	float:right;
	margin-top:10px;

}

div#PathContainer {
	float:left;
	width:76%;
}

div#SearchContainer div#SearchKeyword {
	margin-top:8px;
}

div#TeaserColumnInner {
	background-color: #FFFFFF;
	float:	right;
}

div#TeaserColumnInner div#SearchKeyword {
	/*border: 1px solid #95A8CA;*/
}

div#TeaserColumnInner div#SearchKeyword input {
	width: 172px; 
	border: 0px solid white;
}

div#TeaserColumnInner div#SearchSubmit input{
	background-color: White;
	margin: 0;
}

input#SearchSubmit2{
	border:1px solid #000000;
	background:#94ce75;
	color:#ffffff;
	border:1px solid #50a125;
	cursor:hand;
}

td#MinHeightColumn {
	width: 4px;
}

div#MinHeightColumnInner {
	height: 350px;
	width: 4px;
}

td#ContentColumn {
	width: 606px;
	position:relative;
}

div#ContentColumnInner {
	padding-top: 37px;
	/*padding-left: 73px;
	padding-right: 47px;*/
	
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 20px;	
	
}

td#ContentInclRightColumn {
	width: 816px;
	width: 785px;	
}

td#ContentInclLeftAndRightColumn {
	width: 975px;
}

div#SearchSubmit {
	text-align: right;
	padding-top: 6px;
}

select#SelectIndustry, 
select#SelectProduct {
	width: 158px;
	border: 0;
}

/****************************************************
	F O O T E R
****************************************************/
table#FooterContainer {
	width: 975px;
}

/****************************************************
	L I S T S
****************************************************/
div.List h2 {
	font-size: 100%;
}

div.ListItem {
	padding-bottom: 8px;
}

div.ListItemDate {
	background-color: #FFFFFF;
	color: #777777;
}

/****************************************************
	P A G I N G   I N F O
****************************************************/
div#Paging {
	padding-top: 1em;
}

div#PagePrevious {
	float: left;
	width: 20%;
}

div#PageNext {
	float: right;
	width: 20%;
}

div#PageInfo {
	text-align: center;
}

/****************************************************
	O T H E R
****************************************************/
.Hide {
	display: none;
}

div.Clear {
	clear: both;
	height: 0;
	overflow: hidden;
}

form {
	margin: 0;
	padding: 0;
}

div.ThumbnailMenuItem {
	float: left;
	padding-bottom: 20px;
}

div.ThumbnailMenuItem1, div.ThumbnailMenuItem2 {
	padding-right: 42px;
}

div.ThumbnailMenuItem div {
	width: 131px;
}

div.ThumbnailMenuTitle {
	font-size: 110%;
	margin-top: 8px;
	margin-bottom: 4px;
}

a#ContactGraphic{
	position:absolute;
	bottom:0px;
	right:16px;
}

