.backend {
	font-size: 12px;
	padding-bottom: 30px;
}
.backend h2 {
	color: #d00;
	margin-bottom: 15px;
	font-variant: small-caps;
	font-size: 18pt;
}

/*
.backend img {
	border: 0;
	margin: 0;
	padding: 0;
	float: none;
}
*/

.backend table img { vertical-align: middle; }
.backend table img { width : 16px; height: 16px; }
.backend table td.actions img {
	border:1px solid transparent;
	width : 24px;
	height: 24px;
}
.backend table td.actions img:hover {
	border:1px solid gold;
	background-color: #ffffdd;
}

.backend .mceIframeContainer {

}



/***********  TABLES for INDEX actions  ***********/
.backend table.cakeTable {
	background-color: #f3f3f3;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
}
.backend table.cakeTable th {
	background-color: #f2f2f2;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	text-align: center;
}
.backend table.cakeTable th a {
	display: block;
	padding: 2px 4px;
	text-decoration: none;
	color: inherit;
	font-weight: bold;
}
.backend table.cakeTable th a:hover {
	background-color: #ccc;
	color: #333;
	text-decoration: none;
}
.backend table.cakeTable tr td {
	border-right: 1px solid #ccc;
	padding: 4px;
	text-align: justify;
	vertical-align: baseline;
	white-space: nowrap;
}
.backend table.cakeTable tr td.canWrap {
	white-space: normal;
}
.backend table.cakeTable tr td.center { text-align: center; }
.backend table.cakeTable tr td.left   { text-align: left; }
.backend table.cakeTable tr td.right  { text-align: right; }
.backend table.cakeTable tr.altrow td {
	background: #fff;
}

.backend table.cakeTable td.actions {
	text-align: center;
	white-space: nowrap;
}
.backend table.cakeTable td.actions a {
	display: inline;
	margin: 0px 6px;
}


/***********  TABLES for VIEW actions  ***********/
table.tableView {
	margin: 10px 0;
}
table.tableView td, table.tableView th {
	vertical-align: baseline;
}
table.tableView td {
	padding: 10px 15px;
}
table.tableView th {
	font-weight: bold;
	font-variant: small-caps;
	border: 0 solid silver;
	border-width: 0 1px 0 0;
	padding-right: 15px;
}





/***********  SCAFFOLD VIEW  ***********/
dl {
	line-height: 2em;
	margin: 0em 0em;
	width: 60%;
}
dl.altrow {
	background: #f4f4f4;
}
dt {
	font-weight: bold;
	padding-left: 4px;
	vertical-align: top;
}
dd {
	margin-left: 10em;
	margin-top: -2em;
	vertical-align: top;
}






/***********  FORMS  ***********/
.backend form {
	padding: 0;
	margin: 0 30px;
}
.backend fieldset {
	border: 1px solid #ccc;
	padding: 16px 20px;
	background-color: #f6f6f6;
	margin: 2em 0;
}
.backend fieldset legend {
	color: #e32;
	font-size: 160%;
	font-weight: bold;
	font-variant: small-caps;
}
.backend form div.input {
	margin-bottom: 1em;
	padding: 0em;
	vertical-align: text-top;
}

.backend form div.input { clear: both; }
.backend form .mceEditor  {}

/* MoooTools Calendar */
.backend form div.input input.dashboard  { float: left; }
.backend form div.input button.dashboard { float: left;	margin-left: 10px; }
/* MoooTools Calendar */

.backend form div.required {
	color: #333;
	font-weight: bold;
}
.backend form div.submit {
	border: 0;
	margin-top: 10px;
	margin-left: 140px;
}

.backend form .actions {
	padding:0;
	display: table;
	margin:0 auto;
}

.backend form .actions a, .backend form .actions input {
	border: 1px solid #ddd;
	background-color: #fff;
	float: left;
	width: 32px;
	height:32px;
	margin: 0 5px;
	padding: 10px;
}
.backend form .actions a:hover, .backend form .actions input:hover,
.backend form .actions a:focus, .backend form .actions input:focus {
	border-color: gold;
	background-color: #ffffdd;
}
.backend form input:hover, .backend form .mceEditor > table:hover {
	border-color: gold;
}

.backend form input:disabled, .backend form input[disabled=disabled] {
	border: 1px dashed silver;
	background: #f9f9f9;
	color: #333;
}

.backend label {
	display: block;
	font-size: 110%;
	padding-right: 20px;
}
.backend input, .backend textarea {
/*	display: block; */
	font-size: 140%;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	padding: 2px;
	width: 100%;
}
.backend select {
	clear: both;
	font-size: 120%;
	vertical-align: text-bottom;
}
.backend select[multiple=multiple] {
	width: 100%;
}
.backend option {
	font-size: 120%;
	padding: 0 3px;
}
.backend input[type=hidden] {
	display: none;
}
.backend input[type=text], .backend input[type=password], .backend textarea {
	border: 1px solid #bbb;
}
.backend input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}
.backend input[type=submit] {
	display: inline;
	font-size: 110%;
	padding: 2px 5px;
	width: auto;
	vertical-align: bottom;
}

.backend form fieldset .form-error, .backend .error .mceEditor>table   { 			/* input with a validation error */
	border-color: #c00;
	background-color: mistyrose;
}





/***********  ACTIONS & CONTROL PANEL ***********/
#manage_attachments {
	margin-top: 3em;
}

#control-panel {
}

.backend div.actions ul, #control-panel ul {
	margin: 2em 0;
	padding: 0;
	list-style: none;
}

.backend div.actions ul li, #control-panel ul li {
	float: left;
	margin: 5px;
	text-align: center;
}

.backend div.actions ul li a, #control-panel ul li a{
	color: #000;
	text-decoration: none;
	display:block;
	background-repeat: no-repeat;
	background-position: 50% 3px;
	float: left;
	opacity: 0.75;
}
.backend div.actions ul li a {
	border: 1px solid #e0e0e0;
	font-size: 12px;
	background-color: #f6f6f6;
	padding: 34px 10px 3px 10px;
	min-width: 40px;
}
#control-panel ul li a {
	border: 1px solid #e0e0e0;
	font-size: 14px;
	background-color: #f6f6f6;
	padding: 66px 10px 3px 10px;
	min-width: 75px;
}


.backend div.actions ul li a:hover, #control-panel ul li a:hover {
	background-color: #ffffee;
	border-color: gold;
	opacity: 1.0;
}




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






/***********  PRAYS  ***********/
#pray-admin-view {
}

#pray-admin-view_header, #pray-admin-view_body, #pray-admin-view_footer {
	padding: 2px 5px;
	border: 0px solid silver;
}
#pray-admin-view_header {
	border-width: 1px;
	background: #efefef;
}
#pray-admin-view_body {
	border-width: 0 1px 1px 1px;
	overflow: auto;
}
#pray-admin-view_footer {
}




/***********  PRENOTATIONS  ***********/
.backend #monthView {
	border: 1px solid silver;
	width: 100%;
}

.backend #monthView th {
	text-align: center;
	color: #000;
	font-variant: small-caps;
	background: #f0f0f0;
}
.backend #monthView td {
	border:1px solid silver;
	background: #fcfcfc;
	width: 14%;
	height:50px;
	text-align: center;
	color: #c00;
}

.backend #monthView td div {
	text-align: center;
	padding: 0 5px;
	margin: 1px 6px;
	background: #ffff66;
	font-variant: small-caps;
}
.backend #monthView td a {
	color: #000;
}

.backend .monthActions {
	margin-bottom: 10px;
	text-align: center;
}
.backend .monthActions img, .backend .monthActions span {
	font-size: 130%;
	vertical-align: middle;
	margin: 0 5px;
}

.backend h2 .viewFilter {
	color: #000;
	font-size:50%;
}