@charset "utf-8";
/**
 *
 * Generic CSS for CakePHP
 *
 * CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
 * Copyright 2005-2012, Cake Software Foundation, Inc. (http://cakefoundation.org)
 *
 * Licensed under The MIT License
 * Redistributions of files must retain the above copyright notice.
 *
 * @copyright     Copyright 2005-2012, Cake Software Foundation, Inc. (http://cakefoundation.org)
 * @link          http://cakephp.org CakePHP(tm) Project
 * @package       app.webroot.css
 * @since         CakePHP(tm)
 * @license       MIT License (http://www.opensource.org/licenses/mit-license.php)
 */

* {
	margin:0;
	padding:0;
}

/** General Style Info **/
body {
	background:#F7F6F5;
    color: #565350;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    line-height: 18px;
	margin: 0;
}
a {
	color: #ea6722;
	text-decoration: none;
	font-weight: normal;
}
a:hover {
	color: #ff9412;
	text-decoration:none;
}
a img {
	border:none;
}
h2, h3, h4 {
    border-bottom: 1px solid #DDDDDD;
    color: #46403B !important;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    font-weight: normal !important;
    letter-spacing: 0;
    line-height: 25px;
    padding-bottom: 2px;
    text-transform: uppercase;
}
h1 {
}
h2 {
	font-size: 20px;
	margin-bottom: 8px;
}
h3 {
	font-size: 18px;
	margin-bottom: 6px;
}
h4 {
	color: #993;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	margin-top: 5px;
	margin-bottom: 4px;
	padding-bottom: 2px;
}
ul, li {
	margin: 0 12px;
}
ol li {
	margin: 0 36px;
}
p {
	margin: 0 0 0.5em 0;
}
.img-right {
	float: right;
	margin: 0 0 5px 15px;
	border: 1px solid #eeeeee;
}
/** Layout **/
#container {
	height: auto !important;
    margin: 0 auto;
    min-height: 100%;
    position: relative;
    width: 980px;
    text-align: left;
    padding: 10px 20px;
}

#pageframe{
	padding: 0;
}
#pageframe h1 {
}
#pageframe h1 a {
}
#pageframe h1 a:hover {
	text-decoration: underline;
}
#pageframe #address div{ 
	position: absolute;
	top: -30px;
	width:960px;
	margin: 0 auto;
	text-align: center;
}
#logoheader {
	background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #E4E4E4;
    margin: 0 auto;
    /* padding: 19px; */
    padding: 5px 0px 5px 10px;
    position: relative;
    /* width: 940px; */
    width: 959px;
}
#pageframe #companyname {
    border: 0;
    height: 20px;
    position: absolute;
    left: 230px;
    top: 25px;
    width: 400px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}
#pageframe #search form {
    border: 1px solid #E3E3E3;
    height: 28px;
    position: absolute;
    right: 40px;
    /* top: 55px; */
    top: 20px;
    width: 263px;
    z-index: 9;
}
#pageframe #search form label {
    display: none;
}
#pageframe #search form  .inputbox {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    color: #000000;
    float: left;
    font-size: 12px;
    height: 28px;
    line-height: 28px;
    margin-top: 0;
    padding: 0 11px;
    width: 213px;
}

/*
#pageframe #search form .button {
    background: url("img/searchButton.gif") no-repeat scroll 0 0 transparent;
    border: medium none;
    color: #FFFFFF !important;
    cursor: pointer;
    display: inline-block;
    font-size: 10px;
    font-style: normal !important;
    height: 13px;
    letter-spacing: 0;
    line-height: 11px !important;
    margin: 0 0 0;
    padding: 0;
    position: absolute;
    right: 10px;
    text-decoration: none;
    text-indent: -3000px;
    text-transform: uppercase;
    top: 8px;
    width: 13px;
}
*/

#logo {
	color: #FFFFFF;
    text-align: left;
    font-weight: normal;
    line-height: 1.5em;
    margin: 0;
    padding: 0;
}

#logo img {
	height: 56px;
    width: 200px;
}

#main{
	background: 0px 0px #FFFFFF;
	border: 1px solid #E4E4E4;
	margin: 0px auto;
	padding: 14px;
	position: relative;
	width: 940px;
	clear: both;
}
/* Navigationszeile */
#navigation ul {
	list-style: none;
}
#navigation ul a { 
	color: #444444;
    letter-spacing: 0;
	font-size: 14px;
    font-weight: normal;
    text-decoration: none;
    text-transform: uppercase;
}
#navigation ul.menu {
    /* margin-left: 50px; */
    margin-left: 15px;
    position: relative;
    z-index: 99;
}
#navigation ul.menu > li {
	/* height: 63px; */ 
	height: 35px; 
	float: left; 
	position: relative;
	margin: 0;
	margin-right: 3px;
}
#navigation ul.menu > li > a {
	/* padding: 24px 14px 24px 15px;  */
	padding: 10px; 
	display: block;
	height: 15px;
}
#navigation ul.menu > li#current > a,
#navigation ul.menu > li:hover > a,
#navigation ul.menu > li.active > a {
	background:#FF9412;
	color: #FFF;
}
#navigation ul.menu ul > li {
	position: relative;
	margin: 0;
}
#navigation ul.menu  ul {
	position:absolute;
	left:0px;
	/* top: 63px; */
	top: 35px;
	margin: 0;
	z-index: 99;
	width: 180px;
}
#navigation ul.menu ul > li:hover,
#navigation ul.menu ul > li#current {background: #FF9412;}
#navigation ul.menu ul > li {
	background:	#46403B;
	border-bottom: 1px solid #696460;
	width: 156px;	
	padding: 0 0 0 16px;
}
#navigation ul.menu ul > li.last { border: none;}
#navigation ul.menu ul > li a {
	color: #FFFFFF;
    font-family: Arial,Helvetica,sans-serif;
    /* font-size: 12px;
    font-weight: normal !important;
    line-height: 30px; */
    font-size: 10px;
    font-weight: bold;
    line-height: 25px;
    margin: 0 0;
    text-decoration: none;
    text-transform: uppercase;
}
#navigation ul.menu > ul > ul {
	position:absolute; 
	left:160px; 
	top: 10px; 
	margin: 0;  
	z-index: 99;
}
/* Linke Leiste */
#actions {
   	float: left;
    margin-right: 20px;
    padding: 0 0;
    width: 210px;
	overflow: hidden;
}
#actions ul {
	list-style: none;
	margin: 0;
}
#actions ul li {
    border-top: 1px dashed #E4E4E4;
    margin: 0;
}
#actions ul li.first {
	border: none;
}
#actions ul li:hover a,
#actions ul li#current a {
	background-color: #FF9412;
	color: #fff;
}
#actions ul li a {
    background: url("../img/marker.gif") no-repeat scroll 2px 5px transparent;
    color: #000000;
    display: inline-block;
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 4px;
    margin-top: 4px;
    padding: 0 0 0 29px;
    text-decoration: none;
	width: 180px;
}
/* Rechte Leiste */
#content{
	float: left;
	width: 710px;
	overflow: hidden;
}
/* Fusszeile */
#footer {
	clear: both;
    margin: 0 auto;
    padding: 11px 0 0;
    position: relative;
    text-align: left;
    width: 940px;
}
#footer span {
    color: #000000;
    font-size: 11px;
    text-transform: uppercase;
}

/** containers **/

div.form,
div.index,
div.view {
/*	float:right;
	width:76%;
	border-left:1px solid #666;
	padding:10px 2%; */
}
div.actions {
	float: left;
	min-width: 16%;
	height: 2.25em;
	padding: 0;
}
div.actions h3 {
	padding-top:0;
	color:#777;
}
div.actions a {
	margin-left: 2px;
	font-weight: 700;
}

/** Tables **/
table {
	border-right:0;
	clear: both;
	color: #333;
	/*margin-bottom: 10px;*/
	width: 100%;
	border-collapse:collapse; /* cellspacing / cellpadding */ 
	border-spacing: 0; 
}
thead.fixedHeader{
	display: block;
	height: 20px;
	width: 100%;
}
tbody.scrollContent {
	display: block;
	height: 375px;
	overflow: auto;
	width: 100%;
}
tr.scrollContent {
	height: 30px;
}
th {
	border:0;
	border-bottom:2px solid #555;
	text-align: left;
	margin:4px;
	padding-right: 5px;
}
th a {
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}
th a.asc:after {
	content: ' ⇣';
}
th a.desc:after {
	content: ' ⇡';
}
table tr td {
	padding: 2px;
	text-align: left;
	vertical-align: top;
	border-bottom:1px solid #ddd;
	/*width: 75px;*/
}

table tr td.phrasentext {
	width: 260px;
	max-width: 266px;
	white-space: wrap;
}
table tr td.jsedittext {
    width: 350px;
    max-width: 356px;
    white-space: wrap;
}
table tr:nth-child(even) {
	background: #f9f9f9;
}
td.actions {
	text-align: center;
	white-space:nowrap;
}
table td.actions a {
	line-height: 2.0em;
	margin: 0px 2px;
	padding:2px 2px;
}

/* SQL log */
.cake-sql-log {
	background: #fff;
}
.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
	font-family: Monaco, Consolas, "Courier New", monospaced;
}
.cake-sql-log caption {
	color:#fff;
}

/** Paging **/
.paging {
	background:#fff;
	color: #ccc;
	margin-top: 1em;
	clear:both;
}
.paging .current,
.paging .disabled,
.paging a {
	text-decoration: none;
	padding: 5px 8px;
	display: inline-block
}
.paging > span {
	display: inline-block;
	border: 1px solid #ccc;
	border-left: 0;
}
.paging > span:hover {
	background: #efefef;
}
.paging .prev {
	border-left: 1px solid #ccc;
	-moz-border-radius: 4px 0 0 4px;
	-webkit-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
}
.paging .next {
	-moz-border-radius: 0 4px 4px 0;
	-webkit-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
}
.paging .disabled {
	color: #ddd;
}
.paging .disabled:hover {
	background: transparent;
}
.paging .current {
	background: #efefef;
	color: #c73e14;
}

/** Scaffold View **/
dl {
	line-height: 2em;
	margin: 0em 0em;
	width: 90%;
}
dl dd:nth-child(4n+2),
dl dt:nth-child(4n+1) {
	background: #f4f4f4;
}

dt {
	font-weight: bold;
	padding-left: 4px;
	vertical-align: top;
	width: 200px;
}
dd {
	margin-left: 205px;
	margin-top: -2em;
	vertical-align: top;
}
div#buyinfo dt{
	width: 100px;
}
div#buyinfo dd{
	margin-left: 105px;
}
/** Forms **/
form {
	clear: both;
	margin-right: 10px;
	padding: 0;
	width: 95%;
}
fieldset {
	border: none;
	/*margin-bottom: 0.15em;*/
	padding: 8px 5px 0 5px;
}
fieldset legend {
	color: #ff9412;
	font-size: 160%;
	font-weight: bold;
}
fieldset fieldset {
	margin-top: 0;
	padding: 10px 0 0;
}
fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
}
fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}
div.mapping-auswahl {
    position: absolute;
    top: 175px;
    left: 242px;
    display: block;
    background: #ffffff;
}
div.scrollTree {
	display: block;
	height: 250px;
	overflow: auto;
	width: 100%;
}
div.scrollProperties {
	display: block;
	height: 175px;
	overflow: auto;
	width: 100%;
}
form div {
	clear: both;
	padding: 0.25em;
	vertical-align: text-top;
}
form .input {
	color: #444;
}
form .required {
	font-weight: bold;
}
form .required label:after {
	color: #e32;
	content: '*';
	display:inline;
}
form div.submit {
	border: 0;
	clear: both;
	margin-top: 2px;
}
label {
	display: block;
	font-size: 105%;
	margin: 3px 0;
}
input, textarea {
	clear: both;
	font-size: 110%;
	font-family: Arial,Helvetica,sans-serif;
	padding: 2px;
	width:300px;
}
div.shorttext input {
    width:65px;
}
div.tendigits input {
    width:85px;
}

div .eigenschaftsbaum.index button,
div .klasseMerkmal.index button,
div .auswahlmengeMerkmal.index button,
div .auswahlmengePhrasenkopf.index button {
	clear: both;
	border: 0;
	padding: 0;
	height: 24px;
	width: 24px;
}
div .eigenschaftsbaum.index input,
div .klasseMerkmal.index input,
div .auswahlmengeMerkmal.index input,
div .auswahlmengePhrasenkopf.index input {
	clear: both;
	vertical-align: top;
	padding: 0;
	height: 20px;
	width: 400px;
}
div#awmsearchtoggle button {
	background: #ffffff;
	/*border: 0;*/
}
div#awmsearchform input {
    width: 275px;
}
div#awmsearchform input[type="checkbox"] {
    width: 20px;
}
form#PhrasenkopfAddForm textarea#PhrasenkopfPhrasentext {
	width: 650px;
	height:75px;
}
select {
	clear: both;
	font-size: 120%;
	vertical-align: text-bottom;
	font-family: Arial,Helvetica,sans-serif;
}
select[multiple=multiple] {
	width: 100%;
}
option {
	font-size: 120%;
	padding: 0 3px;
}
input[type=checkbox] {
	clear: left;
	float: left;
	margin: 2px 6px 3px 2px;
	width: auto;
}
div.checkbox label {
	display: inline;
}
input[type=radio] {
	float:left;
	width:auto;
	margin: 3px 5px 3px 0;
	padding: 0;
	line-height: 26px;
}
.radio label {
	margin: 0 0 6px 20px;
	line-height: 26px;
}
input[type=submit] {
	display: inline;
	font-size: 110%;
	width: auto;
}
.submitImage {
	width: 13px;
}
form input[type=image].submitImage {
	/*background: url("../img/searchButton.gif") no-repeat scroll 0 0 transparent;*/
    border: medium none;
    color: #FFFFFF !important;
    cursor: pointer;
    display: inline-block;
    font-size: 10px;
    font-style: normal !important;
    height: 13px;
    letter-spacing: 0;
    line-height: 11px !important;
    margin: 0 0 0;
    padding: 0;
    position: absolute;
    right: 10px;
    text-decoration: none;
    text-indent: -3000px;
    text-transform: uppercase;
    top: 8px;
    width: 13px;
}
form .submit input[type=submit] {
	background:#ff9412;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ff9412), to(#ea6722));
	background-image: -webkit-linear-gradient(top, #ff9412, #ea6722);
	background-image: -moz-linear-gradient(top, #ff9412, #ea6722);
	border-color: #ea6722;
	color: #fff;
	text-shadow: rgba(0, 0, 0, 0.5) 0px -1px 0px;
	font-weight: 700;
	/* padding: 8px 10px; */
}
form .submit input[type=submit]:hover {
	background: #ea6722;
}
form div.textbelow {
	border: 0;
	margin: -1px 0 4px 0;
	padding: 0;
	font-weight: 200;
	font-size: 90%;
	color: #666666;
	clear: both;
}
form div.submit {
    margin-bottom: 6px;
}
/* Form errors */
form .error {
	background: #FFDACC;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	font-weight: normal;
}
form .error-message {
	-moz-border-radius: none;
	-webkit-border-radius: none;
	border-radius: none;
	border: none;
	background: none;
	margin: 0;
	padding-left: 4px;
	padding-right: 0;
}
form .error,
form .error-message {
	color: #9E2424;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
}
div.edit-code form {
	margin-right: -15px;
}
/** Notices and Errors **/
.message {
	clear: both;
	color: #fff;
	font-size: 140%;
	font-weight: bold;
	margin: 0 0 1em 0;
	padding: 5px;
}

.success,
.message,
.cake-error,
.cake-debug,
.notice,
p.error,
.error-message {
	background: #ff9412;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ff9412, #ea6722);
	background-image: -ms-linear-gradient(top, #ff9412, #ea6722);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ff9412), to(#ea6722));
	background-image: -webkit-linear-gradient(top, #ff9412, #ea6722);
	background-image: -o-linear-gradient(top, #ff9412, #ea6722);
	background-image: linear-gradient(top, #ff9412, #ea6722);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	border: 1px solid rgba(0, 0, 0, 0.2);
	margin-bottom: 18px;
	padding: 7px 14px;
	color: #404040;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
}
.success,
.message,
.cake-error,
p.error,
.error-message {
	clear: both;
	color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.5);
	background:#ff9412;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ea6722, #ff9412);
	background-image: -ms-linear-gradient(top, #ea6722, #ff9412);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ea6722), to(#c43c35));
	background-image: -webkit-linear-gradient(top, #ea6722, #ff9412);
	background-image: -o-linear-gradient(top, #ea6722, #ff9412);
	background-image: linear-gradient(top, #ea6722, #ff9412);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
.success {
	clear: both;
	color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.5);
	background: #3B8230;
	background-repeat: repeat-x;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#76BF6B), to(#3B8230));
	background-image: -webkit-linear-gradient(top, #76BF6B, #3B8230);
	background-image: -moz-linear-gradient(top, #76BF6B, #3B8230);
	background-image: -ms-linear-gradient(top, #76BF6B, #3B8230);
	background-image: -o-linear-gradient(top, #76BF6B, #3B8230);
	background-image: linear-gradient(top, #76BF6B, #3B8230);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
p.error {
	font-family: Monaco, Consolas, Courier, monospace;
	font-size: 120%;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	font-weight: normal;
	line-height: 140%;
}
.notice {
	color: #000;
	display: block;
	font-size: 120%;
	padding: 0.8em;
	margin: 1em 0;
}
.success {
	color: #fff;
}

/**  Actions  **/
.actions ul {
	margin: 0;
	padding: 0;
}
.actions li {
	margin:0 0 0.5em 0;
	list-style-type: none;
	white-space: nowrap;
	padding: 0;
}
.actions ul li a {
	font-weight: normal;
	display: block;
	clear: both;
}

/* Buttons and button links */
input[type=submit],
.actions ul li a,
.actions a,
.actions button {
	font-weight: 500;
	font-size: 90%;
	padding: 4px 8px;
	background: #ff9412;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ff9412), to(#ea6722));
	background-image: -webkit-linear-gradient(top, #ff9412, #ea6722);
	background-image: -moz-linear-gradient(top, #ff9412, #ea6722);
	background-image: -ms-linear-gradient(top, #ff9412, #ea6722);
	background-image: -o-linear-gradient(top, #ff9412, #ea6722);
	background-image: linear-gradient(top, #ff9412, #ea6722);
	color:#ffffff;
	border:1px solid #ea6722;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-decoration: none;
	/*text-shadow: #fff 0px 1px 0px;*/
	min-width: 0;
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-user-select: none;
	user-select: none;
}
.actions ul li a:hover,
.actions a:hover
.actions button:hover {
	background: #ea6722;
	border-color: #ea6722;
	text-decoration: none;
}
input[type=submit]:active,
.actions ul li a:active,
.actions a:active,
.actions button:active {
	background: #eee;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#dfdfdf), to(#eee));
	background-image: -webkit-linear-gradient(top, #dfdfdf, #eee);
	background-image: -moz-linear-gradient(top, #dfdfdf, #eee);
	background-image: -ms-linear-gradient(top, #dfdfdf, #eee);
	background-image: -o-linear-gradient(top, #dfdfdf, #eee);
	background-image: linear-gradient(top, #dfdfdf, #eee);
	text-shadow: #eee 0px 1px 0px;
	-moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3);
	border-color: #aaa;
	text-decoration: none;
}
form#PhrasenkopfMultimappingForm fieldset label {
	padding-top: 0px;
	padding-left: 18px;	
	margin-bottom: 7px;
}
form#PhrasenkopfMultimappingForm  fieldset input[type=radio] {
    margin-left: 2px;
    margin-top: 2px;
    padding-top: 4px;
}

/** Related **/
.related {
	clear: both;
	display: block;
}

/** Debugging **/
pre {
	color: #000;
	background: #f0f0f0;
	padding: 15px;
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
.cake-debug-output {
	padding: 0;
	position: relative;
}
.cake-debug-output > span {
	position: absolute;
	top: 5px;
	right: 5px;
	background: rgba(255, 255, 255, 0.3);
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 5px 6px;
	color: #000;
	display: block;
	float: left;
	-moz-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.25), 0 1px 0 rgba(255, 255, 255, 0.5);
	-webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.25), 0 1px 0 rgba(255, 255, 255, 0.5);
	box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.25), 0 1px 0 rgba(255, 255, 255, 0.5);
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.8);
}
.cake-debug,
.cake-error {
	font-size: 16px;
	line-height: 20px;
	clear: both;
}
.cake-error > a {
	text-shadow: none;
}
.cake-error {
	white-space: normal;
}
.cake-stack-trace {
	background: rgba(255, 255, 255, 0.7);
	color: #333;
	margin: 10px 0 5px 0;
	padding: 10px 10px 0 10px;
	font-size: 120%;
	line-height: 140%;
	overflow: auto;
	position: relative;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.cake-stack-trace a {
	text-shadow: none;
	background: rgba(255, 255, 255, 0.7);
	padding: 5px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin: 0px 4px 10px 2px;
	font-family: sans-serif;
	font-size: 14px;
	line-height: 14px;
	display: inline-block;
	text-decoration: none;
	-moz-box-shadow: inset 0px 1px 0 rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: inset 0px 1px 0 rgba(0, 0, 0, 0.3);
	box-shadow: inset 0px 1px 0 rgba(0, 0, 0, 0.3);
}
.cake-code-dump pre {
	position: relative;
	overflow: auto;
}
.cake-context {
	margin-bottom: 10px;
}
.cake-stack-trace pre {
	color: #000;
	background-color: #F0F0F0;
	margin: 0px 0 10px 0;
	padding: 1em;
	overflow: auto;
	text-shadow: none;
}
.cake-stack-trace li {
	padding: 10px 5px 0px;
	margin: 0 0 4px 0;
	font-family: monospace;
	border: 1px solid #bbb;
	-moz-border-radius: 4px;
	-wekbkit-border-radius: 4px;
	border-radius: 4px;
	background: #dcdcdc;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#dcdcdc));
	background-image: -webkit-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: -moz-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: -ms-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: -o-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: linear-gradient(top, #fefefe, #dcdcdc);
}
/* excerpt */
.cake-code-dump pre,
.cake-code-dump pre code {
	clear: both;
	font-size: 12px;
	line-height: 15px;
	margin: 4px 2px;
	padding: 4px;
	overflow: auto;
}
.cake-code-dump .code-highlight {
	display: block;
	background-color: rgba(255, 255, 0, 0.5);
}
.code-coverage-results div.code-line {
	padding-left:5px;
	display:block;
	margin-left:10px;
}
.code-coverage-results div.uncovered span.content {
	background:#ecc;
}
.code-coverage-results div.covered span.content {
	background:#cec;
}
.code-coverage-results div.ignored span.content {
	color:#aaa;
}
.code-coverage-results span.line-num {
	color:#666;
	display:block;
	float:left;
	width:20px;
	text-align:right;
	margin-right:5px;
}
.code-coverage-results span.line-num strong {
	color:#666;
}
.code-coverage-results div.start {
	border:1px solid #aaa;
	border-width:1px 1px 0px 1px;
	margin-top:30px;
	padding-top:5px;
}
.code-coverage-results div.end {
	border:1px solid #aaa;
	border-width:0px 1px 1px 1px;
	margin-bottom:30px;
	padding-bottom:5px;
}
.code-coverage-results div.realstart {
	margin-top:0px;
}
.code-coverage-results p.note {
	color:#bbb;
	padding:5px;
	margin:5px 0 10px;
	font-size:10px;
}
.code-coverage-results span.result-bad {
	color: #a00;
}
.code-coverage-results span.result-ok {
	color: #fa0;
}
.code-coverage-results span.result-good {
	color: #0a0;
}

/* Annpassung von jQuery UI Elementen */
div.ui-progressbar { 
	height: 22px;
	background: #FFA940; /* original: #FF9412 */
}

div.ui-progressbar-value { 
	background-image: url("../img/pbar-ani.gif");
	height: 22px; 
	border-right: 0;
}

/** Elements **/
#url-rewriting-warning {
	display:none;
}

#search input[type=text] {
	width:   255px;
	padding: 0;
	border:  0;
}