/*
--------------------------------------- Global print css
*/

body *{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 16px; /* styleguide definition */
	font-size: 95.01%;
	line-height: 1.3em;
	text-align: left;
	color: #000;
	background-color: #fff;
	margin: 0;
	padding: 0;
}

#logo {
	padding: 10px;
	padding-left: 0;
}

hr, br.fix {
	visibility: hidden;
	clear: both;
	height: 0;
	font-size: 0;
}

a{
	color: #666;
	background: transparent;
	text-decoration: none;
}

img { page-break-before: auto; }

/*
--------------------------------------- Hiding 
*/


#header_image,
#main_menu,
#quick_menu,
#submenu,
#content_right,
#footer{ 
	display: none;
	width: 0;
	height: 0;
}

/*
--------------------------------------- Content
*/

#frame{
	background: #FFF;
	width: 99%;
	padding: 0;
	text-align: left;
	padding-top: 10px;
}

#wrap{
	width: 100%;
	float: right;
	margin: 10px;
}

#wrap_wide{
	width: 19cm;
	float: right;
	margin: 10px 10px 0 10px;
}

#content_center,#content_center2{
	float: left;
	width: 99%;
}

#content_right{
	float: left;
	width: 500px;
	padding-right: 10px;
	margin-top: 5px;
}
h1{
	font-size: 13pt;
	font-weight: bold;
	color: #666;
	page-break-before: auto;
	page-break-after: avoid;
}

h2, h3, h4, h5{
	font-size: 11pt;
	font-weight: bold;
	color: #256e8b;
	page-break-before: auto;
	page-break-after: avoid;
}


p
{
	padding-right: 5em;
	orphans: 2;
	widows: 2;
}

li
{
	page-break-inside: avoid;
	list-style-type: square;

}

table thead
{
	page-break-before: auto;
	page-break-after: avoid;
}

table tr
{
	vertical-align: top;
}

table th
{
	text-align: left;
	background-color: #eee;
}

table td
{
	border-color: #999;
	border-width: 0 0 1pt 0;
	border-style: solid;
}

/* ----------------------------------------- table - td no border */
.noborder{
	border: none;
}


/*--------------------------------------- Breadcrumb Navigation */

#breadcrumb ul {
	text-align:left;
	list-style-type: none;
}
#breadcrumb ul li{
	display:inline;
	list-style-type: none;
	background: none;
	padding: 0;
	margin: 0;
}
#bread_2 {
	width:745px;
}


/*--------------------------------------- Forms */

label {
	display: block;
	padding-right: 10px;
}	
label.right{
	display: inline;
}
textarea, 
input {
	display: block;
	width: 98%;
}
 
input.boxes, 
input.button{
	display: inline;
	width: auto;
}	




/*
table td.center_blue_cell{
	background-color: #E7EFF7;
	text-align: center;
}
table td.center_blue_cell p.bodytext {
	background-color: #E7EFF7;
	text-align: center;
	display: block;
	width: 10px !important;
	margin: 0 auto;
}

table th{
	width: auto;
}

table th img{
	text-align: center;
	display: block;
	width: auto;
	margin: 0 auto;
}
*/


/* --------- jobs list icons --------- */
table.default-big tr td ul li {
	list-style-type: disc;
	list-style-position:inside;
	color: #000000;
	margin:0px;
	padding-left: 0px;
}


/* ------------------ print pdf icon ---------------------- */
a.pdf-link img {
/*	background:transparent url(http://www.durr.com/fileadmin/templates/img/pdf.gif) no-repeat scroll 0pt 2px;
	padding:1px 5px 3px 20px;*/
	height: 16px;
	width: 16px;
	margin: 0px 1px -3px 2px;
}

a.excel-link img {
/*	background:transparent url(http://www.durr.com/fileadmin/templates/img/pdf.gif) no-repeat scroll 0pt 2px;
	padding:1px 5px 3px 20px;*/
	height: 16px;
	width: 16px;
	margin: 0px 1px -3px 2px;
}