/* layout of global elements - this is the general layout of the site */
/* This is only the placement of the elements. Layout inside those elements are defined later */


.setRating {
	position: relative; /* fix for IE */	
}

.setRating div.rating-1,
.setRating div.rating0,
.setRating div.rating1,
.setRating div.rating2,
.setRating div.rating3,
.setRating div.rating4,
.setRating div.rating5 {
	position: relative;
	top: 0;
	left: 0;	
	width: 100px;
	background-image: url(/inc/gfx/ratings.gif);
	background-repeat: no-repeat;
	overflow: auto;
}

.setRating div.rating-1 { background-position: 0 0 }
.setRating div.rating0 { background-position: 0 0 }
.setRating div.rating1 { background-position: 0 -20px }
.setRating div.rating2 { background-position: 0 -40px }
.setRating div.rating3 { background-position: 0 -60px }
.setRating div.rating4 { background-position: 0 -80px }
.setRating div.rating5 { background-position: 0 -100px }

.setRating a {
	position: relative;
	float: left;
	width: 17px;
	height: 20px;
	margin: 0 1px 0 0;	
	/* border: 1px solid red; */
}

.profileSettingsRow
{

display: block;

}

body.normalPage
{
	background-color: #878078;
	background-image: url(/inc/graphics/global_bg_gradient.gif);
	background-repeat: repeat-x;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 13px;
	color: #4d4c4a;
}

form {
	margin: 0px;
	padding: 0px;
}

img
{
	border:none;
}

.warningMessage
{
	color:#E36D33;
	font-weight:bold;
}

@media screen {
	#container 
	{
		position: absolute;
		top: 0px;
		bottom: 0px;
		width: 980px;
		/*left: 50%;
		margin-left: -490px;*/
		background-color: #F8F8F8;
	}

	#container #top {
		height: 75px;
		background-image: url(/inc/graphics/topbox_bg.gif);
		float: left;
		width: 980px;
	}
}

@media print {
	#container 
	{
		width: auto;
		border: 0;
		margin: 0 5%;
		padding: 0;
		float: none !important;
	}

	#container #top {
		display: none;
	}
}

#container #top #topLogo 
{
	position: absolute;
}

#container #top #topLogo img
{
	position: absolute;
}

#container #top #menubar1 {
	display: inline;
	float: right;
	padding-right: 20px;
	padding-top: 5px;
}

#container #top #menubar2 {
	display: inline;
	float: left;
	margin-left: 285px;
	margin-top: 47px;
	position:absolute;
	
}

#container #content {
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	padding-bottom: 20px;	
	float: left;
	width: 980px;		
}

#container #content #left {
	float: left;
	width: 740px;
	margin: 0 20px;
	padding: 0px;
	/*overflow:scroll;
	height: 600px;*/
	min-height: 500px;
	height:auto;
}

@media screen {
	#container #content #right {
		float: left;
		width: 200px;
	}

	#tabmenu {
		margin-bottom: 0px;
		padding-left: 20px;
		padding-top: 13px;
		float: left;
		width: 960px;
	}
}

@media print {
	#container #content #right {
		display: none;
	}

	#tabmenu {
		display: none;
	}
	
	#container #content #left 
	{
		margin-left: -50px;
	}
	
	.profileContentPanel
	{
		width:640px; 
	}
	

}


#tabmenu .tabActive {
	color: #e36d33;
	background-image: url(/inc/graphics/fane_aktiv.gif);
	text-decoration: none;
	font-weight: bold;
	background-repeat: repeat-x;
}
#tabmenu .tabInactive {
	color: #00a4d3;
	background-image: url(/inc/graphics/fane_inaktiv.gif);
	text-decoration: none;
	font-weight: bold;
	background-repeat: repeat-x;
}

#loginLag {
	position:absolute;
	width:180px;
	z-index:1;
	/*visibility: hidden;*/
}
#languageLag {
	position:absolute;
	width:200px;
	height:115px;
	z-index:2;
	/*visibility: hidden;*/
}

@media screen {
	#container #address {
		width: 940px;
		float: left;
		border-top: 1px solid #cdc8c0;
		padding-right: 20px;
		padding-left: 20px;
		padding-top: 10px;
		padding-bottom: 10px;
		text-align: right;
		color: #868077;
		font-weight: bold;	
		background-color: #f8f7f5;
	}
}

@media print {
	#container #address {
		display: none;
	}	
}

#skyScraperContainer
{
	margin-left: 6px;
	margin-top: 10px;
}

#rightBannerContainer
{
	margin-top: 10px;
}

#rightBannerContainer img
{
	margin-bottom: 10px !important;
}

/* General element layout */

a 
{
	color: #00a4d3;
	text-decoration: none;
}

fieldset,
p
{
	margin-top: 10px;
	margin-bottom: 10px;
}

fieldset
{
	padding: 0px;
	border: none;
}

h1
{
	margin-top: 0px;
	font-size: 20px;
	letter-spacing: -1px;
	font-weight: bold;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #cdc8c0;
	padding-top: 20px;
	padding-left: 0px;
	/** To much space /Göran
	padding-bottom: 5px;
	**/
}

h2
{
	font-size: 17px;
	letter-spacing: -1px;
	margin: 20px 0 10px 0;
}

h3
{
	font-size: 14px;
	letter-spacing: -1px;
	margin: 20px 0 10px 0;
}

#container #top #menubar1 a {
	font-size: 11px;
	margin-left: 12px;
	font-weight: bold;
}
#container #top #menubar2 a {
	font-size: 14px;
	font-weight: bold;
	/*margin-right: 14px;*/
}
#container #top #menubar2 a.active {
	color: #ff0463;
	font-size: 14px;
	font-weight: bold;
	/*margin-right: 14px;*/
}

#container #top #menubar1 a:hover, 
#container #top #menubar2 a:hover {
	color: #FFFFFF;
}

#tabmenu  a    {
	width: 135px;
	display: block;
	text-align: center;
	margin-right: 5px;
	padding-top: 6px;
	padding-bottom: 6px;
	float: left;
	font-size: 14px;
}

/* Unordered lists and list items */

#popperIframeContentContainer ul,
#left ul {
	margin-top: -5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 0px;
	list-style-type:none;
}



#popperIframeContentContainer ul li,
#left ul li
{
	background-image: url(/inc/graphics/bullet.png);
	background-position: 0px 5px; /* X-pos Y-pos (from top-left) */
	background-repeat: no-repeat;
	padding-left: 15px;
	
}



/* Unsorted css rules 
padding-left: 44px;
	line-height: 32px;
	border: 0px solid black;
*/

#container #content #right img {
	margin-bottom: 10px;
}

#container #content #right .arrowImg {
	margin-bottom: 0px;
}

#container #address img {
	float: left;
}
/*
#container #content #address hr {
	background-color: #4C4C4C;
	height: 1px;
}*/

#container #content #left #left_contentBox1 h2 {
	letter-spacing: 1px;
	color: #4d4a4c;
}


.turquise_highlight {
	color: #00a4d3;
}

/* Background grey used when opening modal windows. */

.modalBackground {
	 position:fixed;
	 z-index:800;
	 left:0;
	 top:0;
	 right:0;
	 bottom:0;
	 
	 background-color:#000000;
	 filter:alpha(opacity=30);
	 opacity:0.3;
	 height:100%;
	 width:100%;
}

.quotation
{
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 5px;
	color: #2B2825;
}

/* Used on recruiterstart.aspx */

.TotalAndAgents {
	float: right;
	text-align: right;
	font-weight: bold;
}

.bottomRightWithMargin
{
	position: absolute;
	bottom: 10px;
	right: 10px;
}

img
{
	border-bottom: 0px;
}

span.highlight
{
	background-color: Yellow;
}

textarea.inputTextProfile {
	height: 150px;
}

.profileContentPanel
{
	position: relative;
}

.profileContentPanel .jobInactiveNotice
{
	background-color: #000000;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	opacity: 0.3;
	padding: 100px;
	font-size: 20px;
	color: White;
}

.blockingLayer
{
	border: medium none;
	margin: 0pt;
	padding: 0pt;
	z-index: 500;
	width: 100%;
	height: 100%;
	top: 0pt;
	left: 0pt;
	background-color: rgb(0, 0, 0);
	opacity: 0.6;
	filter:alpha(opacity=60);
	position: fixed;
	cursor: wait;
}

.watermark
{
	color:Gray;
}
