/* Sets element margins, padding, and border to 0 to even out browser differences when adding desired values later. */
html, body, div, p, h1, h2, h3, h4, h5, h6, blockquote, ol, ul, li, dl, dt, dd, td, form, fieldset, a, img, button {
     margin: 0;
     padding: 0;
     border: 0;
}
body{
	text-align:center;
	background-color:#848484;
	background-image:url(/dbc/assets/images/framework/bg_tile.gif);
	background-repeat:repeat;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:0.78em;
	color:#666666;
}

h1, h2, h3, h4, h5, h6 {color:#444444;}

/*Typographics styles adapted from http://www.thenoodleincident.com/tutorials/typography/ */
h1 {
	margin-top:1em;
	margin-bottom:0.3em;
	font-size: 1.4em;
	font-weight: bold;
}
h2 {
	margin-top:1em;
	margin-bottom:0.3em;
	font-size: 1.3em;
	font-weight: bold;
}
h3 {
	margin: 0.5em 0;
	font-size: 1.2em;
	font-weight: normal;
}
h4 {
	margin: 0.5em 0;
	font-size: 1.1em;
	font-weight: bold;
}
h5 {
	margin: 0.5em 0;
	font-size: 1.0em;
	font-weight: bold;
}
h6 {
	margin: 0.5em 0;
	font-size: 0.8em;
	font-weight: bold;
}

p  {margin: 1em 0;}

.clear {clear:both;}

a 
{
	font-family:Arial;
	text-decoration:underline;
	font-weight:bold;
	}

a:hover 
{
	text-decoration:none;
	color:#CF995A !important;
	
}

#wrapper{
	width:770px;
	margin:0 auto;
	padding-bottom:3px;
	border:1px solid #FFFFFF;	
	text-align:left;
	background-color:#E4E4E4;

	background-repeat:repeat-y;
	background-position:top center;
}
* html .wrapper {   /*** IE5.x/win box model fix ***/
	width: 772px;
	wid\th: 770px;
}
#header{
	height:100px; 
	position:relative;
/*	background-image:url(/dbc/assets/images/framework/header_bg.png);*/
	background-repeat:repeat-x;
	background-color:#FFFFFF
}

#headerDate
{
	position:absolute;
	right:2px;
	top:2px;
	color:#7F6557;
}

#logoX{
	position:absolute;
	top:11px;
	left:11px;
}
#banner{
	margin:0 152px;
	text-align:center;
}
#search{
	position:absolute;
	bottom:5px;
	right:5px;
}
#mainnav {
	border-bottom:1px solid #FFFFFF;
	border-top:1px solid #555555;	
	background-color:#F2F2F2;
}

* html #mainnav tr {height:1.4em;}

#mainnav .item {
	padding:2px 7px;
	border-width:1px 0 0 1px; 
	border-style:solid; 
	border-color:#FFFFFF;
	background-color:#DADADA; 
	color:#333333; 
}

* html #mainnav .item {padding:0 20px;}

#mainnav .selected {
	background-color:#FF9900; 
	color:#FFFFFF;
}
#mainnav .hover {
	color:#FF284E; 
	background-color:#DADADA;
}

#mainnav table {border-right:1px solid #FFFFFF;}

#mainnav table table {border-right:none;}

#contentwrapper{
	position: relative; /*** IE needs this or the contents won't show outside the parent container. ***/
	border-left: 1px solid #FFFFFF;  /*** Critical left divider dimension value ***/
	border-right: 1px solid #FFFFFF; /*** Critical right divider dimension value ***/
}

#floatwrapper {
	float: left;
	margin-right: -1px;   /*** Static fix ***/
}
#centercolumn{
	float: right;
	
	/* \*/
	margin-left: -1px; 
	/* Hidden from IE-mac */

	padding-top:15px;
}
#breadcrumbs
{
	margin-left:5px;	
	font-size:0.9em;
}
#breadcrumbs a {
	color:#000000;
	text-decoration:underline;
}

#breadcrumbs a:hover {text-decoration:none;}

#content a, #content a:visited  {color:#4F5D9F;}

#content .container {
	margin:5px;
	padding:0 20px 15px 20px;
	border:1px solid #999999;
	background-color:#FFFFFF;
}

/* \*/
* html #content .container {height:1%;}
/* */

/*#content img, #rightcolumn img {border:1px solid #FF284E !important;}*/

#content .teaser{
	margin-top:0.0em;
	color:#777777; 
	font-size:0.9em; 
	font-weight:normal;
	border-bottom:solid 1px #666666;
}

.searchButton
{
	background-color:#FF284E;
	color:#FFFFFF;
	border:solid 1px #333333;
	font-size:0.9em;
}


/*
#content td, #content th {padding: 0.2em 0.5em;}

#content .container table tr {font-size:0.9em;}

*/

.txtBox {border:1px solid #666666;}

#content fieldset {	
	margin:1em 0;
	padding:1em;
	border:1px solid #CCCCCC;
}

#content legend {
	color:#666666;
	background-color:#FFFFFF;
}

* html #content legend {padding:0.5em;}

.button {
    border:1px solid #FFFFFF;
    color:#FFFFFF;
    background-color:#FF9900;
    font-size:1em;
}

#content .container .button {border-color:#CCCCCC;}

#content .container ul
{
	margin-left:2em;
}


div.readmore {
	text-align:right;
	font-size:0.9em;
}

#leftcolumn {
	position: relative; /*** IE needs this or the contents won't show outside the parent container. ***/
	width: 152px;    /*** Critical left col/divider dimension value ***/
	margin-left: -151px;    /*** Critical left col/divider dimension value ***/
}
* html #leftcolumn {
	float:left;	
	
}

*>html #leftcolumn {width:151px;}   /*** Fix only for IE/Mac ***/

/*** This is a fix for IE5/Win at the largest text size setting. ***/
/* \*/
* html #leftcolumn {margin-right: -3px;}
/* */

#leftcolcontainer{
	width: 150px;    /*** Critical left col dimension value ***/
}



h4 img {margin-bottom:-0.5em;}


.sidebarcontainer{
	margin:0 5px 5px 5px;
	padding:6px;
	border:1px solid #FFFFFF;
	background-color:#EFEFEF;
	font-size:smaller;
}
/* \*/
* html .sidebarcontainer {height:1%;}
/* */


.sidebarcontainer a {color:#FF284E;}

.sidebarcontainer li {list-style-type:none;}

#footer {
	clear:both;
	margin:1px 5px;
	padding:2px 20px;
	border:1px solid #999999;
	background-color:#FFFFFF;
	font-size:0.9em;
}
#footer a {
	margin:1px 5px;
	color:#FF284E;
}
.imgfloatright {
	float:right;
	display:inline;
	margin: 0.25em 0 0.25em 1em;
}
.imgfloatleft {
	float:left;
	display:inline;
	margin: 0.25em 1em 0.25em 0;
}



@media print {	
	body{
		font-size:11pt;
		line-height:13pt;
		background:#FFFFFF !important;
	}	
	#wrapper, #contentwrapper, #floatwrapper, #centercolumn, * html #wrapper, * html #contentwrapper, * html #floatwrapper, * html #centercolumn {
		width:auto !important;
		margin:auto !important;
	}

	#wrapper, #contentwrapper {border:none;}

	#mainnav{
		padding:0;
		text-align:center;
	}

	#leftcolumn, #rightcolumn, #search {display:none;}

	#wrapper, #header, #mainnav, #mainnav .item, #mainnav .selected, #content .container, #footer {
		background:transparent;
	}
	#centercolumn {
		float:none;
		margin:0 1em 0 2.5em;
	}	

	#breadcrumbs {position:static;}

	#content .container{
		margin:0;
		padding:0 !important;
		border-style:none !important;
		border-width:0;
	}
	
    #content fieldset {border:none;}	
	    
	#footer{	
		position:static;
		border-style:none !important;
		border-top:1px solid #000000;
	}
} /* end print*/

div.imgLinkContainer 
{
	height:120px;
}
div.imgLinkContainer  img
{
	border:none;
	width:30%;
}

#navcontainer ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	width:40em;
}

#navcontainer ul li a
{
	text-decoration: none;
	padding: .2em 1em;
}

#navcontainer ul li
{
	display: inline; 
	background-repeat: no-repeat;
	background-position: 50%;
	padding-left: 1.6em;
}

#navcontainer ul li.scs
{
	background-image: url();
	
}

#navcontainer ul li.rics
{
	background-image: url();
	
}

#navcontainer ul li.berai
{
	background-image: url();
	
}


 /* Main menu styles */

div.mainMenu{
width: 100%;
font-weight: bold;
font-size: 14px;
}

div.mainMenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

div.mainMenu ul{
border-bottom: 1px solid #BBB;
background: url(/dbc/assets/images/framework/Menu/chromebg.gif) center center repeat-x;
margin: 0;
text-align: right; /*set value to "right" for example to align menu to the left of page*/
padding-top:1px;
padding-bottom:1px;
}

div.mainMenu ul li{
display: inline;
line-height:20px;
height:20px;
vertical-align:middle;
}

div.mainMenu ul li img
{
vertical-align:middle;	
}

div.mainMenu ul li a{
color: #494949;
padding: 5px;
margin: 0;
text-decoration: none;
border-right: 1px solid #DADADA;
}

div.mainMenu ul li a:hover
{
color:#BF733B;	
}

div.mainMenu ul li a:hover,div.mainMenu ul li a.rmSelected {
background: url(/dbc/assets/images/framework/Menu/chromebg2_orange.gif) center center repeat-x;

}




/* Defintion list styles */
dl.table-display
{
margin: 2em 0;
padding: 0;
border-bottom:solid 1px #999;
}

dl.table-display dt
{

float: left;
margin: 0 0 0 0;
padding: .5em;
border-top: 1px solid #999;
font-weight: bold;
}

/* commented backslash hack for mac-ie5 \*/
dt { clear: both; }
/* end hack */

dl.table-display dd
{
float: left;
margin: 0 0 0 0;
padding: .5em;
border-top: 1px solid #999;
}

table.standard {
			font: 11px verdana,verdana, arial;
			margin: 0;
			padding: 0;
			border-collapse: collapse;
			text-align: left;
			color: #333;
			line-height: 1.2em;
			border:solid 1px #CCC
		}
		
		table.standard caption {
			font-size: 14px;
			font-weight: bold;
			margin-bottom: 20px;
			text-align: left;
			text-transform: uppercase;
		}
		
	table.standard	td {
			margin: 0;
			padding: 0.3em;
			border: 1px dotted #f5f5f5;
		}
		
		
	table.standard	th {
			font-weight: bold;
			text-transform: uppercase;
		}
		
	table.standard	thead tr th {
			background-color: #575757;
			padding:  0.3em;
			color: #fff;
			font-weight: bold;
			border-right: 2px solid #333;
			text-transform: uppercase;
			text-align:center;
		}
		
	table.standard	tfoot tr th, tfoot tr td {
			background-color: transparent;
			padding:  0.3em;
			color: #ccc;
			border-top: 1px solid #ccc;
		}
		
	table.standard	tbody tr th {
			padding: 0.5em;
			border-bottom: 1px dotted #fafafa;
		}
		
	table.standard	tr { 
			background-color: #FBFDF6;
		}
table.standard		tr.odd {
			background-color: #EDF7DC;
		}
		
	table.standard	tr:hover {
		}
		
	table.standard	tr:hover td, tr:hover td a, tr:hover th a {
			color: #a10000;
		}
		
	table.standard	td:hover {
		}

	table.standard	tr:hover th a:hover {
			background-color: #F7FBEF;
			border-bottom: 2px solid #86C200;
		}
		
		table.standard a {
			color: #608117;
			background-image: none;
			text-decoration: none;
			border-bottom: 1px dotted #8A8F95;
			padding: 2px;
			padding-right: 12px; background: transparent url(http://www.alvit.de/vf/csstablegallery/link.gif) no-repeat 100% 50%;
		}

		table.standard a:hover {
			color: #BBC4CD;
			background-image: none;
			text-decoration: none;
			border-bottom: 3px solid #333;
			padding: 2px;
			padding-right: 12px; color: #A2A2A2; background: transparent url(http://www.alvit.de/vf/csstablegallery/link.gif) no-repeat 100% 50%;
		}
		
		table.standard a:visited {
			text-decoration: none;
			border-bottom: 1px dotted #333;
			text-decoration: none;
			padding-right: 12px; color: #A2A2A2; background: transparent url(http://www.alvit.de/vf/csstablegallery/visitedLink.gif) no-repeat 100% 50%;
		}
		
		table.standard a:visited:hover {
			background-image: none;
			text-decoration: none;
			border-bottom: 3px solid #333;
			padding: 2px;
			padding-right: 12px; color: #A2A2A2; background: transparent url(http://www.alvit.de/vf/csstablegallery/visitedLink.gif) no-repeat 100% 50%;
		}


div#pleaseWait
{
	border:solid 1px #666666;
	width:300px;
	height:100px;
	text-align:center;
	font-size:2em;
	background-color:#ffffff;
	padding:0.5em;
}

div#pleaseWait img
{
	vertical-align:middle;
	margin:auto;
}

div#industryNews
{
	height:200px;
}

div#siteNews
{
	height:300px;
}

div.newsFeed, div.newsFeed a:link, div.newsFeed a:visited
{
	font-family:Arial;
	font-size:1.0em;
	color:#8F7662;
}

div.newsFeed .publishedDate
{
	border-bottom:solid 1px #666666;
	display:block;	
}

div.newsFeed div.headline
{
	margin-top:5px;
	margin-bottom:5px;
	color:#4F3927;
	font-weight:bold;
}
