@charset "utf-8";

@font-face
{
	font-family: ubuntu_medium;
	src: url(../../Ubuntu-Medium.ttf);
}


* {
	margin:0;
	padding:0;
}

/** General Style Info **/
body {
	background: #EFEFEF url(../../img/mary_anne/rough_bg.jpg) repeat left;
}
a {
	color: #FFFFFF;
	/*text-decoration: underline;
	font-weight: bold;*/
	text-decoration:none;
}
a:hover {
	/*color: #367889;*/
	text-decoration:none;
}
a img {
	border:none;
}
h1, h2, h3, h4 {
	font-weight: normal;
	margin-bottom:0.2em;
}
h1 {
	background:#fff;
	color: #414B52;
	font-size: 100%;
}
h2 {
	color: #333;
	font-size:16px;
	font-weight:bold;
	font-family: ubuntu_medium;
}
h3 {
	color: #2c6877;
	font-weight:bold;
	font-family: ubuntu_medium;
	font-size: 17px;
}
h4 {
	color: #993;
	font-weight: normal;
}
ul, li {
	margin: 0 12px;
}
p {
	margin: 0 0 1em 0;
}

/** Layout **/

#bar{
	/*width:1096px;
	background:#656580;*/
	padding:4px;
	height:20px;
}

#bar_content{
	color:#ca2f71;
	font-family: ubuntu_medium;
	font-size:12px;
}

#container {
	margin: 0 auto;
	padding:0;
	text-align: left;
	background: #FFF ;
	color: #fff;
	font-family: ubuntu_medium;
	font-size:75%;
	width:1102px;
	min-height:642px;
	
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#20282D', endColorstr='#222A30',GradientType=0 ); /* ie */
	-moz-box-shadow: 0 0 3px rgba(150,150,150,0.8); /* Firefox */
	-webkit-box-shadow: 0 0 3px rgba(150,150,150,0.8); /* Safari, Chrome */
	box-shadow: 0 0 3px rgba(150,150,150,0.8); /* CSS3 */
}

#header{
	/*background: #CCC url(../../img/mary_anne/maryannebrophy_hearder.png) no-repeat left;*/
	background: #E1E1E1 url(../../img/mary_anne/logo1.png) no-repeat left;
	color: #333;
	height:170px;
	border:none;
}
#header h1 {
	line-height:20px;
	/*background:#6C3;*/
	background: #161415 url(../../img/mary_anne/bg.gif) repeat left;
	padding: 0px 30px;
}
#header h1 a {
	color: #fff;
	background: #161415 url(../../img/mary_anne/bg.gif) repeat left;
	font-weight: normal;
	text-decoration: none;
}
#header h1 a:hover {
	color: #fff;
	background: #161415 url(../../img/mary_anne/bg.gif) repeat left;
	/*text-decoration: underline;*/
}
#content{
	clear: both;
	color: #333;
	padding: 10px 20px 40px 20px;
	overflow: auto;
}
#footer {
	clear: both;
	padding: 20px 10px;
	text-align: right;
	background:#5d9a9f;
	height:20px;
}

/** containers **/
div.form,
div.index,
div.view {
	float:right;
	width:78%;
	/*border-left:1px solid #666;*/
	padding: 10px 2%;
	margin:0;
}
div.actions {
	float:left;
	width:16%;
	margin:0;
	padding:10px 1.5% 10px 0;
}
div.actions h3 {
	padding-top:0;
	font-size:28px;
	font-weight:bold;
	color:#f99d16;
}


/** Tables **/
table {
	border-right:0;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
}

th {
	border:0;
	border-bottom:2px solid #555;
	text-align: left;
	padding:4px;
}
th a {
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}
th a.asc:after {
	content: ' ⇣';
}
th a.desc:after {
	content: ' ⇡';
}
table tr td {
	padding: 6px;
	text-align: left;
	vertical-align: top;
	border-bottom:1px solid #ddd;
}

table th {
	background: #08d4bd;
}
table tr {
	background: #EFEFEF;
}
table tr:nth-child(even) {
	background: #E1E1E1;
}
td.actions {
	text-align: center;
	white-space: nowrap;
}
table td.actions a {
	margin: 0px 6px;
	padding:2px 5px;
}

.document_layout table{
	border:0px;
}

.document_layout th {
	border:0;
	text-align: left;
	padding:4px;
}
.document_layout th a {
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}
.document_layout th a.asc:after {
	content: ' ⇣';
}
.document_layout th a.desc:after {
	content: ' ⇡';
}
.document_layout table tr td {
	padding: 6px;
	text-align: left;
	vertical-align: top;
	border-bottom:0px;
}
.document_layout table tr:nth-child(even) {
	background:#FFFFFF;
}
.document_layout td.actions {
	text-align: center;
	white-space: nowrap;
}
.document_layout table td.actions a {
	margin: 0px 6px;
	padding:2px 5px;
}

.document_layout input{
	width:auto;
}

/* SQL log */
.cake-sql-log {
	background: #fff;
}
.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
	font-family: ubuntu_medium;
}
.cake-sql-log caption {
	color:#fff;
}

/** Paging **/
.paging {
	/**background:#fff;**/
	color: #ccc;
	margin-top: 1em;
	clear:both;
}
.paging .current,
.paging .disabled,
.paging a {
	background:#2e2828;
	text-decoration: none;
	padding: 5px 8px;
	display: inline-block;
}
.paging > span {
	display: inline-block;
	border: 1px solid #675441;
	border-left: 0;
}
.paging > span:hover {
	background: #efefef;
}
.paging .prev {
	border-left: 1px solid #675441;
	-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;	
}

.normal {
	padding:5px;
	cursor:pointer;
	color:#367889;
	font-weight:bold;
	padding-left:8px;
	padding-right:8px;
}
/** Scaffold View **/
dl {
	line-height: 2em;
	margin: 0em 0em;
	width: 60%;
}


dl dd,
dl dt {
	background: #E1E1E1;
}

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: 12em;
}
dd {
	margin-left: 12em;
	margin-top: -2em;
	vertical-align: top;
}

/** Forms **/
form {
	clear: both;
	margin-right: 20px;
	padding: 0;
	width: 95%;
}
fieldset {
	border: none;
	margin-bottom: 1em;
	padding: 16px 10px 1px 10px;
}
fieldset legend {
	color: #FFF;
	font-size: 160%;
	font-weight: bold;
	padding-top:20px;
}
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;
}
form div {
	clear: both;
	margin-bottom: 1em;
	/*padding: .5em;*/
	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: 10px;
}
label {
	/*display: block;*/
	color:#D0B788;
	vertical-align:top;
	display: inline-block;
	min-width: 40px;
	padding-right:10px;
	width: 200px;
	max-width: 300px;
	
	font-size: 110%;
	margin-bottom:3px;
}
input, textarea {
	display: inline-block;
	padding: 3px 4px;
	
	/*clear: both;*/
	font-size: 100%;
	font-family: ubuntu_medium;
	padding: 5px 7px;
	
	border:1px solid #CACACA;
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;
	/*-webkit-border-radius:3px;
	-moz-border-radius:3px;	
	border-radius: 3px;*/
	
}

input {
	width:30%;
}

textarea {
	width:50%;
}

select {
	clear: both;
	color:#333;
	font-size: 100%;
	padding: 3px 4px;
	/*vertical-align: text-bottom;*/
	font-family: ubuntu_medium;

	border:1px solid #E8CA8C;
	/*-webkit-border-radius:3px;
	-moz-border-radius:3px;	
	border-radius: 3px;*/
	
}
select[multiple=multiple] {
	width: 100%;
}
option {
	font-size: 120%;
	padding: 0 3px;
}
input[type=checkbox] {
	clear: left;
	float: center;
	margin: 0px 6px 7px 2px;
	width: auto;
}
div.checkbox  {
	display:inline-block;
	width:200px;
}
div.checkbox label {
	display:inline;
}
input[type=radio] {
	
	width:auto;
	margin: 6px 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;
}
form .submit input[type=submit] {
	/*background:#62af56;
	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);*/
	border-color: #2d6324;
	color: #fff;
	text-shadow: rgba(0, 0, 0, 0.5) 0px -1px 0px;
	padding: 8px 10px;
}
form .submit input[type=submit]:hover {
	background: #5BA150;
}


/* Form for Search Panel */
.search_panel {
	width:96%;
	margin: 0;
	background: #D3DDE2 url(../../img/mary_anne/bg02.gif) repeat left;
	
	padding: 15px 20px 25px 20px;
	border:3px solid #D2DFE3;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;	
	border-radius: 10px;
	
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#20282D', endColorstr='#222A30',GradientType=0 ); /* ie */
	-moz-box-shadow: 1px 1px 3px rgba(73,92,106,0.8); /* Firefox */
	-webkit-box-shadow: 1px 1px 3px rgba(73,92,106,0.8); /* Safari, Chrome */
	box-shadow: 1px 1px 3px rgba(73,92,106,0.8); /* CSS3 */
	
	
}

.search_block {
	display:inline-block; 
	margin: 0 50px 12px 0;
	height:14px;
	vertical-align:top;
}

.search_block label {
	width:100px;
}
/*
input {
	width:120px;
}*/
.search_block select {
	width:130px;
	height:22px;
}


/* Form inline */

.inline_panel td {
	padding: 2px;	
}

.inline_panel input {
	padding: 0 3px;	
	margin:0;
	width:95%;
	/*min-width:20px !important;*/
	border:0;
	height:18px;
}

.inline_panel select {
	padding: 0;	
	margin:0;
	
	width:95%;
	/*min-width:20px !important;*/
	height:18px;
	border:0;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/* 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;
}

/** 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: #4096ee; /* Old browsers */
	background: -moz-linear-gradient(top,  #4096ee 0%, #4096ee 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4096ee), color-stop(100%,#4096ee)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #4096ee 0%,#4096ee 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #4096ee 0%,#4096ee 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #4096ee 0%,#4096ee 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #4096ee 0%,#4096ee 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4096ee', endColorstr='#4096ee',GradientType=0 ); /* IE6-9 */
	
	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;
	background: #c43c35;
	border: 1px solid rgba(0, 0, 0, 0.5);
	background-repeat: repeat-x;
	
	background: #4096ee; /* Old browsers */
	background: -moz-linear-gradient(top,  #4096ee 0%, #4096ee 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4096ee), color-stop(100%,#4096ee)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #4096ee 0%,#4096ee 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #4096ee 0%,#4096ee 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #4096ee 0%,#4096ee 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #4096ee 0%,#4096ee 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4096ee', endColorstr='#4096ee',GradientType=0 ); /* IE6-9 */
	
	
	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: ubuntu_medium;
	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 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]{
	
	font-weight:bold;
	font-size:12px;

	padding: 8px 12px;
	background: #E9E9E9;
	

	text-decoration: none;	
	
	background: rgb(85,161,237); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(85,161,237,1) 0%, rgba(52,144,237,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(85,161,237,1)), color-stop(100%,rgba(52,144,237,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(85,161,237,1) 0%,rgba(52,144,237,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(85,161,237,1) 0%,rgba(52,144,237,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(85,161,237,1) 0%,rgba(52,144,237,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(85,161,237,1) 0%,rgba(52,144,237,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#55a1ed', endColorstr='#3490ed',GradientType=0 ); /* IE6-9 */
	
	color:#FFF;
	border:1px solid #55a1ed;
	border-radius: 6px;
	border-right: 1px solid 55a1ed;
	border-bottom: 1px solid 55a1ed;
	cursor:pointer;
}
input[type=submit]:hover{
	background: #55a1ed; /* Old browsers */
}
.actions ul li a,
.actions a {
	font-weight:bold;
	font-size:12px;

	padding: 8px 12px;
	background: #E9E9E9;
	
	color:#333;
	border:1px solid #E1E1E1;
	border-right: 1px solid CCC;
	border-bottom: 1px solid CCC;

	text-decoration: none;
	/*width:90%;*/

}
.actions ul li a:hover,
.actions a:hover {
	background: #CCC;
	text-decoration: none;
}
input[type=submit]:active,
.actions ul li a:active,
.actions a: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;
}



.actions .sub a {
	font-size:11px;

	padding: 4px 3px;
	margin:0 0 0 10px !important;
	
	background: none;
	font-weight:normal ;
	
	color:#666;

	text-decoration: none;
	width:90%;
	
	background: url(../../img/mary_anne/arrow-right.png) no-repeat;
	background-position: -4px 2px;
	padding-left:10px;
	border:none;
}

.actions .sub a:hover {
	color:#000;
	background: none;
	background: url(../../img/mary_anne/arrow-right.png) no-repeat;
	background-position: -4px 2px;

}


/** 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: ubuntu_medium;
	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;
}

/** Elements **/
#url-rewriting-warning {
	display:none;
}


.parameter_listing{
	max-height:200px;
	overflow-x:hidden;
	overflow-y:scroll;
	border:1px solid grey;
}

.toolbar{
	background:#999999;
	border:1px solid silver;
	z-index:1;
	height:100px;
	width:275px;
	box-shadow:0px 0px 3px silver;
}

.toolbar_icon{
	position:absolute;
	bottom:-10px;
	cursor:pointer;
	background:#999999;
	border-radius:5px;
	max-height:40px;
}

.box_image1, .box_image2, .box_image3 {
	padding:5px;
}

.left_div {
	width:70%;
	display:inline-block;
	padding:5px;
	border-right:1px solid #666666;
}

.right_div {
	width:25%;
	display:inline-block;
	padding:5px;
}

.note {
	font-size:10px;
	font-style:italic;
	color:#FF0000;
}


.date_box{
	border:1px solid #3399FF;
	padding:3px;
	background:#FFFFFF;
}

.date_box img{
	position:relative;
	top:3px;
}

.custom_table th{
	border-right:1px solid #000000;
}

.custom_table td{
	border-bottom:1px solid #000000;
}

.canvas_date_box{
	margin-bottom:10px;
}

.photo_canvas{
	width:200px;
	display:inline-block;
	text-align:center;
	border:1px solid #0099FF;
	border-radius:5px;
	margin:10px;
}

.photo_canvas img{
	max-height:150px;
	max-width:150px;
}

.page_title{
	font-size:16px;
	font-weight:bold;
	color:#333333;
}

.car_model_list{
	margin-bottom:20px;
}

.close_canvas{
	width:10px;
	padding:3px;
	border:1px solid #CCCCCC;
	display:inline-block;
	border-radius:3px;
	float:right;
	margin-top:-2px;
	height:10px;
}

.close_canvas img{
	margin-left:-5px;
	margin-bottom:5px;
}

div.actions2 {
	float:left;
	/*width:16%;*/
	min-width:10%;
	max-width:16%;
	padding:10px 1.5%;
}

/**  Actions  **/
.actions2 ul {
	margin: 0;
	padding: 0;
}
.actions2 li {
	margin:0 0 0.5em 0;
	list-style-type: none;
	white-space: nowrap;
	padding: 0;
}
.actions2 ul li .item_link {
	font-weight: normal;
	display: inline-block;
	width:160px;
}

.actions2 ul li .close {
	font-weight: normal;
	display: inline-block;
	width:15px;
}


.actions2 ul li .item_link,
.actions2 .item_link {
	font-weight:normal;
	padding: 4px 8px;
	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);
	color:#333;
	border:1px solid #bbb;
	-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;
}
.actions2 ul li .item_link:hover,
.actions2 .item_link:hover {
	background: #ededed;
	border-color: #acacac;
	text-decoration: none;
}

.actions2 ul li .item_link:active,
.actions2 .item_link: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;
}

.related_vehicle img:hover {
	transform:scale(1.1,1.1);
	-webkit-transform:scale(1.1,1.1);
}

.success_message, .failed_message{
	font-family:14px;
	color:#FFF;
	padding:8px 10px 8px 36px;
	text-decoration:none;
	text-shadow:none;
	text-align:left;
}
.success_message{
	background: #55A851;
}
.failed_message{
	background: #D04040;
}