/* ------------------------------------------------------------------ */
/* CMS */
/* ------------------------------------------------------------------ */
/* Set bgcolor to show mode */

div#cms_edit, div#cms_input, div#cms_submit, div#cms_cancel, div#cms_ {
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	padding-bottom: 10px;
	color: black;
}
div#cms_edit {
	background-color: orange;
}
div#cms_input {
	background-color: red;
}
div#cms_submit {
	background-color: yellow;
}
div#cms_cancel {
	background-color: black;
	color: white;
}
div#cms_{
	background-color: white;
}

div.cms_edit, div.cms_input, div.cms_submit, div.cms_cancel, div.cms_ {
	border-width: 7px !important;
	border-style: solid;
}
div.cms_edit {
	border-color: orange !important;
}
div.cms_input {
	border-color: red !important;
}
div.cms_submit {
	border-color: yellow !important;
}
div.cms_cancel {
	border-color: black !important;
}
div.cms_{
	border-color: white !important;
}

div.password {
	width: 200px;
	border: 2px red solid;
	margin-top: 100px;
	margin-left: 150px;
	background-color: #EFEFEF;
	padding: 10px 10px;
	text-align: center;
	vertical-align: center;
	font-weight: bold;
}
div.password p{
	margin: 10px!important;
}
a.cmsbutton_v, a.cmsbutton_h {
	min-height: 12px;
	margin: 5px 2px !important;
	padding: 3px 3px !important;
	padding-bottom: 5px !important;
	border: 1px solid #31A8C5 !important;
	background-color: #EFEFEF !important;
	text-decoration: none !important;
	color: black !important;
	font-weight: bold !important;
	background-image: none !important;
	font-size: 12px !important;
	color: #000;
}
a.cmsbutton_v {
	display: inline !important;
}
a.cmsbutton_h {
	display: inline !important;
	margin-top: 2px;
	min-height: 10px;
	font-size: 10px !important;
}
a.cmsbutton_v:hover, a.cmsbutton_h:hover {
	border: 1px solid #31A8C5 !important;
	background-color: gray !important;
	text-decoration: none !important;
	background-image: none !important;
	font-weight: bolder !important;
	color: white !important;
}

form#film_edit a.cmsbutton_h {
	margin-top: 15px !important;
	font-size: 11px !important;
}
form#link_edit {
	margin-top: 0;
}

legend {
	font-size: 12px;
	color: black;
	font-weight: bold;
	padding: 1px 1px;
	border:1px solid black;
	text-align:right;
}
fieldset {
	padding: 1em;
	text-align: left;
}
label {
	float:left;
	margin-right:0.5em;
	margin-bottom: 5px !important;
	padding-top:0.2em;
	text-align:right;
	font-weight:bold;
	color: black;
	font-size: 12px;
}
label#content_field{
}
.small label {
	width:35%;
}
.large label {
	width:20%;
}
input {

}
div.input_field {
	text-align: left;
	margin-bottom: 5px;
}
.imagefield {
	margin-bottom: 5px;
}
.imagefield div.input_field {
	display: inline;
	margin-right: 5px;
}
.imagefield div#thumbnail.input_field img{
}
.trashbin {
	margin-left: 5px;
}
.deleted {
	background-color: red;
}
.beeing_deleted {
	padding: 6px;
	border: 2px red solid;
	text-align: center;
	margin: 20px; 
}
.disabled {
	color: gray !important;
}
div.left_submenu_news h6.disabled a {color: #AAA;}

td.list_left {
	width: 80px;
}
td.list_right {
	width: 550px;
}

/* ------------------------------------------------------------------ */
/* DEBUGING */
/* ------------------------------------------------------------------ */
/* #div {border: 1px blue solid;} */
/*border: 1px red solid;*/
