/** Import print.css **/
@import url("print.css");
@import url("handheld.css");

@media screen{
/** NORMALIZE CSS **/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	/*list-style:none;*/
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
/** END NORMALIZE **/
body{
	background-color: #041436;
	margin: 0;
	padding: 0;
	font-family: sans-serif, Arial;
	font-size: 9pt;
	color: #3b3c45;
	text-align: center;
	background-image:url('/application/images/background.jpg');
	background-repeat: repeat-x;
	background-position: top center;
}
hr{ color: #D6D9DC;
border-top: 1px solid #D6D9DC;
border-bottom: 0px;
border-left: 0px;
border-right: 0px;
}
#footer-background{
	background-image: url(/application/images/footer-background.jpg);
	background-repeat: repeat-x;
	background-position: bottom center;
	height: 531px;
	width: 100%;
	bottom: 0px;
	position: static;
	display: block;
	z-index: 0;
	margin-top: -531px;
}
#temp_portalnavigation_place{
	width: auto;
	font-weight: bold;
	margin-bottom: 10px;
	border-collapse: collapse;
	margin-right: 40px;
}
/** POSITIONING **/
#top{
	position: relative;
	/*background-image: url('/application/images/top_bg.png');*/
	background-repeat: no-repeat;
	height: 257px;
	width: 229px;
	margin-bottom: 0;
	padding-bottom: 0;
	z-index: 1;
}
#mainmenucontainer{
	margin-top: 0px;
}
#maincontainer{
	position: relative;
	z-index: 1;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 919px;
}
#header{
	height: 24px;
	width: 921px;
	background-color: transparent;
	position: relative;
}
#controlbarcontainer{
	background-image: url(/application/images/controlbar_bg.png);
	height: 32px;
	padding-left: 1em;
	color: #768cba;
	display:block;
}
#controlbar{
	padding-top: 9px;
}
#controlbar a{
	color: #768cba;
	font-family: Arial;
	font-size: 7pt;
	text-decoration: none;
	padding-left: 4px;
	padding-right: 4px;
	text-transform: uppercase;
}
#controlbar span{
	color: #768cba;
	font-family: Tahoma;
	font-size: 11px;
	text-decoration: none;
	padding-left: 4px;
	padding-right: 4px;
	text-transform: uppercase;
}
#controlbar a:hover{
	color: #a3c0fd;
}
#portalnavigation{
	position: absolute;
	left: 251px;
	top: 40px;
}
#portalnavigation a{
	font-family: Arial;
	font-weight: bold;
	color: #768cba;
	font-size: 8pt;
	text-decoration: none;
	text-transform: uppercase;	
	padding-right: 2em;
}
#countryselection{
	display: block;
	position: relative;
	top: 190px;
	width: 182px;
	left: 26px;
	font-family: Arial;
	font-size: 9pt;
	color: #3b3c45;
}
#countryselection > p {
	font-weight: bold;
}
.languagecountrybar{
	font-weight: bold;
}
#selectedCountry
{
	background-image: url(/application/images/country_select.png);
	background-repeat: no-repeat;
	height: 20px;
	width: 136px;
	padding: 2px;
}
#countryselection select{
	font-weight: normal;
	font-size: 8pt;
	font-family: Tahoma;
	color: #3b3c45;
	width: 115px;
	height: 19px;
	position: absolute;
	background-image: url(/application/images/country_select.png);
}
#country_selection_arrow{
	position: absolute;
	left: 117px;
	top: 17px;
}
#language_selection_arrow{
	position: absolute;
	left: 163px;
	top: 17px;
}
#selectedlanguage{
	position: absolute;
	background-image: url(/application/images/language_select.png);
	background-repeat: no-repeat;
	left: 140px;
	top: 15px;
	height: 20px;
	width: 40px;
	padding: 0px;
}
#displayedFlag{
	margin-left: 4px;
	margin-top: 3px;
}
.selectionarrow{
	height: 19px;
	width: 20px;
	border-top: 1px solid #7f9db9;
	border-bottom: 1px solid #7f9db9;
	border-right: 1px solid #7f9db9;
	background-color: white;
	background-image: url(/application/images/selectbutton.png);
	position: absolute;
	left: 140px;
}
#countries{
	position: absolute;
	display: none;
	width: 129px;
	left: 0px;
	top: 35px;
	background-color: White;
	padding-left: 4px;
	border-top: 0px;
	border-bottom: 1px solid silver;
	border-right: 1px solid silver;
	border-left: 1px solid silver;
	border-top: 1px solid silver;
	z-index: 3;
	font-weight: normal;
	cursor: pointer;
}
#languages{
	position: absolute;
	display: none;
	width: 36px;
	left: 139px;
	top: 35px;
	background-color: White;
	padding-left: 4px;
	border-top: 0px;
	border: 1px solid silver;
	z-index: 3;
	cursor: pointer;
}
#languages p{
	height: 16px;
	vertical-align:middle;
}
#languages img{
	vertical-align: middle;
	margin-top: 3px;
	margin-left: 4px;
}
#portalnavigation a:hover{
	color: #a3c0fd;
}
.portalnavi-selected{
	color: white;
}
#searchbar{
	position: absolute;
	left: 732px;
	top: 41px;
}
#maincontent{
	width: 919px;
	background-color: transparent;
	min-height: 400px;
	position: relative;
	background-image: url(/application/images/maincontent_bg.png);
	background-repeat: repeat-y;
	margin-top: -1px;
	padding-top: 0;
}
#footer{
	height: 120px;
	width: 919px;
	background-color: transparent;
	background-image: url('/application/images/footershade.png');
	background-repeat: no-repeat;
	margin-top: -2px;
}
#leftbar{
	width: 229px;
	background-color: transparent;
	background-image: url(/application/images/leftbar_bg.png);
	background-repeat: no-repeat;
	position: relative;
	min-height: 515px;
	float: left;
	margin-top: 0px;
}
#mainmenu{
	width: 229px;
	background-color: transparent;
	text-align: right;
	margin-top: 0px;
	margin-left: 0px;
	padding-top: 32px;
}
#mainmenu p.menuitem{
	background-image: url('/application/images/buttonbg_off.png');
	background-repeat: no-repeat;
	color: #141d54;
	font-family: Tahoma;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	padding-right: 1em;
	cursor: pointer;
	padding-top: 9px;
	padding-bottom: 8px;
}
#mainmenu p.menuitem-selected{
	background-image: url('/application/images/selected_mainnavi.png');
	color: White;
	font-family: Tahoma;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	padding-right: 2em;
	cursor: pointer;
	padding-top: 9px;
	padding-bottom: 8px;
	height:12px;
}
#mainmenu p.menuitem-selected a{
	color: white;
	text-decoration: none;
}
#mainmenu p.menuitem-selected img{
	vertical-align: middle;
}
#mainmenu p.highlight{
	padding-top: 9px;
	padding-bottom: 8px;
	background-image: url('/application/images/buttonbg_off.png');
	color: red;
	font-family: Tahoma;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	padding-right: 1em;
	cursor: pointer;
}
.navi_hover{
	background-image: url('/application/images/menuhover.png');
	background-repeat: no-repeat;
	width: 229px;
	background-color: transparent;
	text-align: right;
	margin-top: 232px;
}
.menuitem img{
	margin-right: 1em;
}
.menuitem a{
	color: #141d54;
	font-family: Tahoma;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	padding-right: 5px;
}
.subnavi_selected{
	background-color: #171f42;
	padding: 0;
	text-decoration: none;
	font-family: Tahoma;
	font-size: 11px;
	padding-right: 2em;
	color: white;
	background-image: url(/application/images/selected_subnavi.png);
	background-repeat: no-repeat;
}
.subnavi_unselected{
	display: block;
	line-height: 21px;
	color: #3b3c45;
	text-decoration: none;
	font-family: Tahoma;
	font-size: 11px;
	padding-right: 2em;
	font-weight: normal;
}
#jobfeed{
	float: right;
	margin: 40px;
	left:670px;
	display:block;
	
}
#pagetitle{
	height: auto;
	width: auto;
}
#jobfeed .latest_jobs{
	margin-bottom: 15px;
	width: 180px;
}
.submenu{
	background-image: url(/application/images/buttonbg_off.png);
	background-position: bottom;
	background-repeat: no-repeat;
	display: none;
}
.submenu-selected{
	background-image: url(/application/images/buttonbg_off.png);
	background-position: bottom;
	background-repeat: no-repeat;
	display: block;
}
.submenu ul a, .submenu-selected ul a{
	display: block;
	line-height: 21px;
	text-decoration: none;
	font-family: Tahoma;
	font-size: 11px;
	padding-right: 2em;
	font-weight: normal;
}
#contentcontainer{
	float: left;
	top: 0px;
	width: 690px;
	background-color: transparent;
	z-index: 2;
}
#flash{
	width: 690px;
	height: 227px;
	background-color: #041436;
	display: block;
	margin-top: -257px;
	margin-left: 229px;
	z-index: 200;
}
#backgroundcontent_container{
	background-image: url(/application/images/ingress2_bg.png);
	background-repeat: no-repeat;
	width: 690px;
}
#content{
	background-color: transparent;
	text-align: left;
	padding-top: 35px;
	padding-left: 40px;
	padding-right: 0px;
	padding-bottom: 35px;
	min-height: 300px;
	width: auto;
}
#pagebottom{
	background-image: url('/application/images/pagebottom_bg.png');
	background-position: bottom center;
	background-repeat: no-repeat;
	height: 132px;
	width: 919px;
}
/** END POSITIONING **/
.logo{
	position: absolute;
	left: 26px;
	top: 4px;
}
.search{
	height: 20px;
	border: 1px solid #303d5f;
	background-color: #242e48;
	color: #768cba;
	font-size: 8pt;
	font-family: Arial;
	font-style: italic;
	padding: 1px;
	width: 158px;
	vertical-align:middle;
}
.search-button{
	vertical-align: middle;
	cursor: pointer;
}
/** TEXT **/
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6, #content h7, .newsfeed-title{
	color: #141d54;
	font-family: Arial;
	margin-bottom: 15px;
	margin-right: 0px;
	width: auto;
}
#content h1, .newsfeed-title h1, #jobfeed h1 { font-size: 26px; }
#content h2, .newsfeed-title h2, #jobfeed h2 { font-size: 21px; margin-bottom: 0.3em; margin-top: 1.1em; }
#content h3, .newsfeed-title h3, #jobfeed h3 { font-size: 13pt; margin-bottom: 0.2em; font-weight: bold; }
#content h4, .newsfeed-title h4, #jobfeed h4 { font-size: 12pt; }
#content h5, .newsfeed-title h5, #jobfeed h5 { font-size: 11pt; }
#content h6, .newsfeed-title h6, #jobfeed h6 { font-size: 10pt; }
#content h7, .newsfeed-title h7, #jobfeed h7 { font-size: 9pt; }
.newsfeed-title{
	margin-bottom: 0px;
}
#jobfeed h1, #jobfeed h2, #jobfeed h3, #jobfeed h4, #jobfeed h5, #jobfeed h6, #jobfeed h7{
	width: 155px;
	color: #141D54;
}
#jobfeed .position{
	color: #0655ad;
	font-size: 9pt;
	font-family: Arial;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}
.bonus{ color: #9a0000; }
#jobfeed .company{
	color: #3b3c45;
	font-size: 11px;
	font-family: Verdana;
}
#jobfeed a:hover{
	color: #527ACF;
	text-decoration: underline;
}

#content p{
	color: #3b3c45;
	font-family: sans-serif, Arial;
	font-size: 9pt;
	margin-bottom: 15px;
	text-align: left;
	line-height: 17px;
	margin-right: 40px;
	width: auto;
}
.cleaner{ clear: both; }
#footer p{
	color: White;
	text-align: center;
	font-size: 10px;
	font-family: Arial;
	padding-top: 14px;
}
#footer a{
	color: #0655AD;
	text-decoration: none;
}
#footer a:hover{ 
	color: #527ACF; 
	text-decoration: underline;
}

.footer_email{
	color: #0655ad;
	padding-left: 5px;
	padding-right: 5px;
}

#footer img { padding-left: 10px; }
strong { font-weight: bold; }
#content ol {
	font-family: sans-serif, Arial;
	font-size: 9pt;
	color: #3b3c45;
	list-style: decimal;
	line-height: 1.4em;
	margin-left: 50px;
	margin-right: 100px;
	margin-bottom: 20px;
	list-style-position: outside;
}
#content ul{
	font-family: sans-serif, Arial;
	font-size: 9pt;
	color: #3b3c45;
	list-style: square;
	line-height: 1.4em;
	margin-left: 50px;
	margin-right: 100px;
	margin-bottom: 20px;
	list-style-position: outside;
}

#content span { line-height: 20px; }
#content li {
	margin-bottom: 10px;
	margin-top: 10px;
	list-style-type: inherit;
	vertical-align: top;
	padding: 0;

}
#content img{
	max-width: 630px;
	max-height: 400px;
}
#content a{
	color: #0655ad;
	text-decoration: none;
}
#content a:hover{
	color: #527acf;
	text-decoration: underline;
}
#ingress_content{
	margin-bottom: 40px;
	padding-bottom: 2px;
	height: 89px;
}
#ingress{
	font-style: italic;
	position: relative;
	width: 410px;
	line-height: 16px;
}
#ingress_image{
	top: 0px;
	position: absolute;
	border-bottom: 1px solid silver;
	width: 650px;
	text-align: right;
}
#ingress p{
	color: #3b3c45;
	font-family: sans-serif, Arial;
	font-size: 9pt;
	margin-bottom: 15px;
	text-align: left;
	line-height: 20px;
	margin-right: 100px;
}
.print-text {
	font-size: 11px;
	font-weight: bold;
}
.print-text span{
	color: #0655AD;
	cursor: pointer;
}
.print-text img{
	margin-right: 5px;
	vertical-align: middle;
	cursor: pointer;
}
.all-jobs a{
	font-size: 12px;
	font-weight: bold;
	color: #0655AD;
	text-decoration: none;
}
.all-jobs a:hover{
	color: #527ACF;
	text-decoration: underline;
}
	.news-list{
		list-style-type: none !important;
		width: 508px !important;
		margin-left: 0px !important;
	}
	.news-item{
		width: 508px !important;
	}	
	.news-image{
		position: relative;
		width: 75px !important;
	}
	.news-title{
		position: relative;
		width: 433px !important;
		padding: 0px !important;
		margin: 0px !important;
		color: #0655AD !important;
		font-weight: bold !important;
		font-family: Arial !important;
		font-size: 13px !important;
		line-height: 15px !important;
		cursor: pointer;
	}
	.news-text{
		position: relative;
		width: 505px !important;
		padding: 0px !important;
		color: #3b3c45 !important;
		font-family: Verdana !important;
		font-size: 11px !important;
		line-height: 15px !important;
	}
	.news-date{
		position: relative;
		width: 433px !important;
		padding: 0px !important;
		margin: 0px !important;
		color: #adb2b9 !important;
		font-size: 9px !important;
		font-family: Arial !important;
		line-height: 15px !important;
	}
	#news-item-body{
		height: 100%;!important;
		overflow-y: auto;
		background-image: url("/application/images/newsitem_content_background.png");
		background-repeat: no-repeat;
		background-color: white;
	}
	#news-item-content{
		height: 283px;
		margin-left: 5px;
		margin-right: 0px;
		padding: 30px;
	}
	#news-item-titlebar{
		height: 12px;
		background-image: url("/application/images/newsitem_titlebar.png");
		padding: 10px;
	}
	.news-item-brand-name{
		color: white;
		text-transform: uppercase;
		font-weight: bold;
	}
	.news-item-titlebar-header{
		color: #6580c7;
		text-transform: uppercase;
		font-weight: bold;
	}
	.news-item-title{
		padding: 25px;
		color: white;
		font-weight: normal;
		font-size: 26px;
	}
	.news-item-date{
		font-weight: normal;
		font-size: 13px;
		color: #8b8e94;
		float: left;
	}
	#news-item-close{
		float: right;
		margin-top: -18px;
		margin-right: -3px;
	}
	#news-item-statusbar{
		background-image: url(/application/images/newsitem_statusbar.png);
		height: 31px;
	}
	.news-item-shadow, .news-item-titlebar, .news-item-title, .news-item-body, .news-item-statusbar, .news-item-content {
		text-align: left;
	}
	/* Black box when fading background */
	.blackbox{
		opacity: 0;
		background-color: black;
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 299;	
	}
	.separator{
		border-bottom: 1px solid #d6d9dc;
		margin-right: 40px;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.news-selector{
		color: #141d54;
		font-family: Verdana;
		font-size: 12px;
		font-weight: bold;
		vertical-align: middle;
	}
	#news-item-shadow{
		margin-left: -6px;
	}
	
	.news-feed-title{
		position: relative;
		width: 180px !important;
		padding: 0px !important;
		margin: 0px !important;
		color: #0655AD !important;
		font-weight: bold !important;
		font-family: Arial !important;
		font-size: 13px !important;
		line-height: 15px !important;
		cursor: pointer;
	}
	.news-feed-date{
		color: #3B3C45;
		font-family: Verdana;
		font-size: 10px;
	}
	.form-panel{
		position: relative;
		list-style-type: none !important;
	}
	.form-panel label{
		vertical-align: top;
	}
	.form-panel input[type=text], .form-panel textarea, .form-panel select{
		top: 18px;
		border: 1px solid #d6d9dc;
		background-color: white;
		font-size: 11px;
		padding: 4px;
		margin-top: 6px;
		float: left;
	}
	.form-panel input[type=radio], .form-panel input[type=checkbox]{
		border: 1px solid #d6d9dc;
		background-color: white;
		float: left;
		margin-top: 3px;
		margin-right: 5px;
	}
	.required{
		color: #8c0000;
		font-weight: bold;
	}
	.check-label{
		position: relative !important;
	}
	.page-col{
		vertical-align: top;
		margin: 2px;
		padding: 5px;
	}
	.page-col td { margin: 2px; }
	.page-col ul { margin: 0 !important; }
	.page-col ul li {
		list-style-type: none !important;
		margin-bottom: 10px !important;
	}
	.col-table {
		margin-right: 40px;
		margin-left: -5px;
	}
	.col-table p{
		font-size: 11px !important;
		margin: 0 !important;
		margin-bottom: 14px !important;
		line-height: 15px !important;
	}
	
	.col-table h1, .col-table h2, .col-table h3, .col-table h4, .col-table h5, .col-table h6, .col-table h7 { margin: 0 !important; }
	.col {
		border-bottom: 1px solid #d6d9dc;
		line-height: 35px;
	}
	.col-custom-image {
		padding: 2px;
		border: 1px solid #d9d9da;
		float:left;
	}
	.col-custom-body { margin-left: 90px;	}
	.col-custom-body h4, .col-jobfeed-body h4, .col-news h4, .col-rssfeed h4 {
		color: #0655ad !important;
		font-weight: bold;
		font-size: 12px !important;
		margin: 0 !important;
	} 
	.col-jobfeed-body h4 {
		width: 140px;
	}
	.col-jobfeed-body { float: left; width: 130px;}
	.col-jobfeed-image {
		float: right;
	}
	.col-show-all-link {
		float: right;
		margin-top: 10px;
		margin-right: 10px;
		font-size: 8pt;
	}
	.col-text p {
		font-size: 9pt !important;
		line-height: 17px;
		margin-bottom: 15px;
		text-align: left;
		width: auto;
	} 
	.empty-space { height: 43px; }
	.page-video ul li  {
		list-style-type: none !important;
		list-style-position: outside;
	}
	.page-video-description {
		font-size: 8pt !important;
		margin-left: 260px !important;
	}
	.highlight { background-color: yellow }
	.link {
		cursor: pointer;
	}
	span.link{
		line-height: 1.3em !important;
	}
}
