* {
	margin:0;
	padding:0;
}

html, body, input, textarea, td
{
	font:12px/17px Arial, Helvetica, sans-serif;
	color:#636363;
}

body 
{
	background:#fff;
	text-align:center;
}

a { color:#fc7c00; }

img { border:none; }

h1, h2 {
	font-size: 18px;
	margin:20px 0;
	margin-top:0;
	color:#636363;
}

p {
	margin:16px 0;
}

#content p {
	margin:12px 0;
}

.contactperson p {
	margin:14px 0;
}

#content ul, #content li {
	margin: 0 12px;
}


#container 
{
	background:#fff;
	width:968px;
	text-align:left;
	margin:auto;
	padding-top:40px;
	padding-bottom:10px;
}

	#header
	{
		position:relative;
		border-bottom:4px solid #e5e5e5;
		margin-bottom:1px;
		padding-bottom:25px;
		height:50px;
	}

	#navigation 
	{
		position:absolute;
		right:0;
		bottom:25px;
		list-style:none;
	}
	
		#navigation li 
		{
			float:left;
			margin-left:15px;
		}
		
		#navigation a
		{
			font-size: 11px;
			text-decoration:none;
			color:#000;
			padding-left:15px;
			background: url('../img/navicon.gif') 0 2px no-repeat;
		}
	
			#navigation a:hover, #navigation .active a
			{
				color:#fc7c00;
			}
	
	#contentborder
	{
		border-top:17px solid #e5e5e5;
		margin-bottom:1px;
	}
	
	#contentwrapper	
	{
		background: url('../img/bgcontent.gif');
	}	
		
		#leftcolumn
		{
			width:129px;
			margin-right:1px;
			float:left;
		}
		
			#leftcolumn ul 
			{
				list-style:none;
			}
		
			#leftcolumn li a
			{
				background: #fc7c00;
				display:block;
				height:22px;
				line-height:22px;
				color:#fff;
				text-decoration:none;
				padding-left:20px;
				border-bottom:1px solid #fff;
			}
			
				#leftcolumn li a:hover, #leftcolumn li.active a
				{
					background:#636363;
				}
				
			#leftcolumn h3 {
				background: #e5e5e5;
				display:block;
				height:22px;
				font-size:12px;
				line-height:22px;
				text-decoration:none;
				padding-left:20px;
				border-bottom:1px solid #fff;
			}
		
		#middlecolumn
		{
			width: 636px;
			float:left;
		}
		
		#content 
		{
			padding:30px;
		}
	
		#rightcolumn
		{
			padding-left:1px;
			float:left;
			width:200px;
		}
		
			* html #rightcolumn {
				overflow:hidden;
				width:195px;
				padding-left:0;
			}
		
		#footerborder
		{
			border-top:17px solid #e5e5e5;
			margin-top:1px;
		}
		
		#footer 
		{
			border-top:4px solid #e5e5e5;
			margin-top:1px;
			padding-top:10px;
			font-size:11px;
		}
		
			#footer ul
			{
				list-style:none;
				float:right;
			}
			
				#footer ul li
				{
					float:left;
					margin-left:20px;
				}
				
				#footer ul li a
				{
					text-decoration:none;
					color:#000;
					padding-left:15px;
					background: url('../img/navicon.gif') 0 2px no-repeat;
				}
			
					#footer a:hover, #footer .active a, #footer a.active
					{
						color:#fc7c00;
					}

/* Tables */
table {
	/*background: #fff;
	border:1px solid #ccc;
	border-right:0;*/
	clear: both;
	color: #333;
	/*margin-bottom: 10px;*/
	width: 100%;
}
th {
	background: #f2f2f2;
	border-bottom: 2px solid #fff;
	padding:5px;
	/*border:1px solid #bbb;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;*/
}
th a {
	background:#f2f2f2;
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}
th a:hover {
	background-color: #ccc;
	color: #333;
	text-decoration: none;
}
table tr td {
	/*border-right: 1px solid #ccc;*/
	padding:5px;
	vertical-align: top;
}
table tr.altrow td {
	background: #f4f4f4;
	vertical-align:middle;
}
td.actions {
	text-align: center;
	white-space: nowrap;
	width: 200px;
}
td.actions a {
	margin: 0px 6px;
}
.cake-sql-log table {
	background: #f4f4f4;
}
.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
}

	
.clear 
{
	clear:both;
}


/* Forms */
form {
	clear: both;
	padding: 0;

}
fieldset {
	border: 1px solid #ccc;
	margin-top: 30px;
	padding: 16px 20px;
	width: 92%;
}
fieldset legend {
	background:#fff;
	font-size: 160%;
	font-weight: bold;
}
	*+html fieldset legend {
		margin-bottom:20px;	
	}

fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 10px;
}

	
fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
}
fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}
form div {
	clear: both;
	margin-bottom: 1em;
	padding: .5em;
	vertical-align: text-top;
}
form div.input {
	color: #444;
}
form div.required {
	color: #333;
	font-weight: bold;
}
form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
}
label {
	display: block;
	font-size: 110%;
	padding-right: 20px;
	padding-bottom:4px;
}
input, textarea {
	clear: both;
	padding: 2px;
	width: 98%;
}
.submit input {
	width:auto;
}

select {
	clear: both;
	font-size: 120%;
	vertical-align: text-bottom;
}
select[multiple=multiple] {
	width: 100%;
}
option {
	font-size: 120%;
	padding: 0 3px;
}
input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}
input[type=radio] {
	float:left;
	width:auto;
	margin: 0 3px 7px 0;
}
div.radio label {
	margin: 0 0 6px 20px;
}
input[type=submit] {
	display: inline;
	font-size: 110%;
	padding: 2px 5px;
	width: auto;
	vertical-align: bottom;
}

/* Notices and Errors */
div.message {
	clear: both;
	color:#333;
	font-weight: bold;
	margin-bottom:20px;
	padding:10px;
	border: 2px solid #eee;
}
div.error-message {
	clear: both;
	color: #900;
	font-weight: bold;
}
p.error {
	background-color: #e32;
	color: #fff;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	color: #000;
	font-weight: normal;
	line-height: 140%;
}
.notice {
	background: #ffcc00;
	color: #000;
	display: block;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
.success {
	background: green;
	color: #fff;
}

/*  Actions  */
div.actions {
	background:#eee;
	padding:5px;
	border: 2px solid #ccc;
	margin-top:20px;
}

div.actions ul {
	margin: 0;
	padding: 0;
}
div.actions li {
	display: inline;
	list-style-type: none;
	line-height: 2em;
	margin: 0 2em 0 0;
	white-space: nowrap;
}
div.actions ul li a {
	color: #003d4c;
	text-decoration: none;
}
div.actions ul li a:hover {
	color: #333;
	text-decoration: underline;
}

/* Related */
div.related {
	clear: both;
	display: block;
}

/* Debugging */
pre {
	color: #000;
	background: #f0f0f0;
	padding: 1em;
}
pre.cake-debug {
	background: #ffcc00;
	font-size: 120%;
	line-height: 140%;
	margin-top: 1em;
	overflow: auto;
	position: relative;
}
div.cake-stack-trace {
	background: #fff;
	border: 4px dotted #ffcc00;
	color: #333;
	margin: 0px;
	padding: 6px;
	font-size: 120%;
	line-height: 140%;
	overflow: auto;
	position: relative;
}
div.cake-code-dump pre {
	position: relative;
	overflow: auto;
}
div.cake-stack-trace pre, div.cake-code-dump pre {
	color: #000;
	background-color: #F0F0F0;
	margin: 0px;
	padding: 1em;
	overflow: auto;
}
div.cake-code-dump pre, div.cake-code-dump pre code {
	clear: both;
	font-size: 12px;
	line-height: 15px;
	margin: 4px 2px;
	padding: 4px;
	overflow: auto;
}
div.cake-code-dump span.code-highlight {
	background-color: #ff0;
	padding: 4px;
}
div.code-coverage-results div.code-line {
	padding-left:5px;
	display:block;
	margin-left:10px;
}
div.code-coverage-results div.uncovered span.content {
	background:#ecc;
}
div.code-coverage-results div.covered span.content {
	background:#cec;
}
div.code-coverage-results div.ignored span.content {
	color:#aaa;
}
div.code-coverage-results span.line-num {
	color:#666;
	display:block;
	float:left;
	width:20px;
	text-align:right;
	margin-right:5px;
}
div.code-coverage-results span.line-num strong {
	color:#666;
}
div.code-coverage-results div.start {
	border:1px solid #aaa;
	border-width:1px 1px 0px 1px;
	margin-top:30px;
	padding-top:5px;
}
div.code-coverage-results div.end {
	border:1px solid #aaa;
	border-width:0px 1px 1px 1px;
	margin-bottom:30px;
	padding-bottom:5px;
}
div.code-coverage-results div.realstart {
	margin-top:0px;
}
div.code-coverage-results p.note {
	color:#bbb;
	padding:5px;
	margin:5px 0 10px;
	font-size:10px;
}
div.code-coverage-results span.result-bad {
	color: #a00;
}
div.code-coverage-results span.result-ok {
	color: #fa0;
}
div.code-coverage-results span.result-good {
	color: #0a0;
}

/* Paging */
div.paging {
	background:#fff;
	color: #ccc;
	margin-bottom: 2em;
}
div.paging div.disabled {
	color: #ddd;
	display: inline;
}
div.paging span {
}
div.paging span.current {
	color: #000;
}
div.paging span a {
}

/* Autocomplete */
.autocomplete_live {
    background:#F0F0F0 none repeat scroll 0%;
    clear:both;
    cursor:pointer;
    display:block;
    margin:0px;
    padding:0px;
    z-index:9999;
}

.autocomplete_live ul {
    clear:both;
    display:block;
    list-style-type:none;
    margin:0px;
    padding:0px;
    position:absolute;
    width:100%;
}

.autocomplete_live li {
    background:#F0F0F0 none repeat scroll 0%;
    border-bottom:1px solid #C0C0C0;
    display:block;
    height:25px;
    list-style-type:none;
    margin:0px;
    padding:0px;
} 

.fieldsetcategory {
	padding:10px;
	background-color:#eee;
}

#rightcolumn .item {
	padding:1px;
	padding-left:45px;
	padding-right: 0; 
	font-size:11px; 
	line-height:14px;
	color:#636363;
	background:url("../img/rightcolumn_bg.gif") repeat-y;
	border-top: 1px solid #fff;
}

#rightcolumn .item.contactperson
{
	color:#fff;
	background-color:#ff8e06;
}	

	#rightcolumn .item.contactperson a 
	{
		color:#fff;	
	}

	#rightcolumn .item.quickmail {
		background:url('../img/quickmail_bg.jpg') no-repeat 0px -10px;
		height: 36px;
		overflow:hidden;
		cursor:pointer;
	}
	
		#rightcolumn .item.quickmail p {
			margin:0;
			padding:0;
			margin-top:4px;
		}
		
		*+html #rightcolumn .item.quickmail p {
			margin-top:5px;
		}
	
		#rightcolumn .item.quickmail:hover {
			background-position:0 -68px;
		}
	
		#rightcolumn .item.quickmail a {
			color:#636363;
			text-decoration:none;
		}
		
		
	#rightcolumn .item.application {
		background:url('../img/candidature_bg.jpg') no-repeat;
		height: 36px;
		color:#fff;
		overflow:hidden;
	}
	
		#rightcolumn .item.application p {
			margin:0;
			padding:0;
			margin-top:10px;
		}
		
			*+html #rightcolumn .item.application p {
				margin-top:12px;
			}
	
		
	#rightcolumn .buttons {
		width:201px;
		height:50px;
		border-bottom: 1px solid #fff;
		margin-bottom: -1px;
	}
	
		#rightcolumn .buttons td {
			vertical-align:middle;
			text-align: center;
			cursor:pointer;
		}
		
		#rightcolumn .buttons a {
			text-decoration:none;
			font-weight:bold;
			color:#636363;
		}
		
			#rightcolumn .buttons a:hover, #rightcolumn .buttons .over {
				color:#fc7c00;	
			}

.locations.index, .locations.index td {
	color:#999999;
}

div .permissionsBox
{
	clear: none; 
	float: left; 
	width: 120px;
	padding-bottom:0;
	padding-right: 5px;
}

#languagebuttons {
	position:absolute;
	right: 0px;
	top:-25px;
	list-style:none;
}

	#languagebuttons li {
		float:left;
		margin-left:10px;
	}
	
	#languagebuttons a {
		display:block;
		height:14px;
		width:26px;
		overflow:hidden;
		text-indent:-1000px;
	}

	
	#languagebuttons .de {
		background:url("../img/flag_de.gif");
	}
	
	#languagebuttons .en {
		background:url("../img/flag_en.gif") repeat-y;
	}
	
		
		#languagebuttons a:hover, #languagebuttons a.active {
			background-position:0px -14px;	
		}
		
#userPermissionsBox {
	padding:0;
	margin:0;
}

.sortarrows {
	background-image: url("../img/sortarrows.gif");
	background-repeat: no-repeat;
	background-position: 99% 50%;
}

/* Export section */

.exportsection div {
	margin:0;
	padding:0;	
}

.exportsection {
	padding:10px;
	border:1px solid #ccc;
}

.exportsection .container div {
	margin-bottom:1em;
	padding:0.5em;
}

.exportsection .container .ajaxloadercategories {
	padding-left:15px;
	padding-top:15px;
	margin-bottom:0;
	padding-bottom:0;	
}

.exportsection .container .ajaxloadercategories div {
	margin:0;
	padding:0;
}

.exportsection.jbstepstone {
	background:#f4e0c1 url("../img/stepstone_logo.png") no-repeat 406px 5px;
}

.exportsection.jbmonster {
	background:#f4e0c1 url("../img/monster_logo.png") no-repeat 370px 7px;	
}

.exportsection select {
	width:475px;	
}

pre {
	overflow:scroll;	
}

.export_success {
	padding:10px;
	padding-left:30px;
	background:url("../img/icons/24-em-check.png") no-repeat;	
}

.export_fault {
	padding:10px;
	padding-left:30px;
	background:url("../img/icons/24-message-warn.png") no-repeat;	
}

.message h3 {
	background:#FC7C00;padding:5px;color:#fff;
}
