
/* page edit style
------------------------------------------- */
.highlight { background: #fbdbe8; }

/* messages
------------------------------------------- */
.infoConfirm, .infoError, .infoConfirmContactform { display: block; padding: 5px;  margin: 0px 0px 10px 0px; color: #fff; font-weight: normal; background: green; }
.infoError { background: red; }
.infoConfirmContactform { background: #666600; }

/*    media module
/*----------------------*/
div.media_container table.fieldset td {border: none;}
div.media_container div.breadcrumb {background-color:#EFEFEF;border-bottom:1px solid #000000;border-top:1px solid #000000;font-weight:bold;margin:10px 0px;padding:15px 0;}
div.media_container div.breadcrumb a {font-size: 1.2em; font-weight: bold;}
div.media_container div.media {width: 135px;  height: 170px; border: 1px solid #E5E8EA; float:left; overflow: hidden; margin: 5px 10px; position: relative;}
div.media_container div.media span.media_action {display: block;   padding: 5px 0px;   float: right;}
div.media_container div.media {color: #0A2D4F;}
div.media_container div.media span input {display:block;}


/* table for forms
------------------------------------------- */
table.fieldset td { padding-top: 10px; font-size: 11px !important; }
table.fieldset td, table.fieldset th { text-align: left; padding: 10px; border-bottom: solid 1px #ccc;  }
table.fieldset th { border-bottom: solid 1px #ccc; }
table.fieldset tfoot td { padding-top: 15px; padding-bottom: 15px; border-top: dashed 1px #666; border-bottom: dashed 1px #666; }
table.fieldset a,table.fieldset a:hover  { text-decoration: none; }
table.fieldset { width: 100%; text-align: left; border-collapse: collapse; color: #000;}
table.fieldset thead th { background: #000; color: #fff; }
table.fieldset th { background: #DEDEDE; color: #000; }
table.fieldset tr.odd td { background: #fff; }
table.fieldset tr.even td { background: #F5F5F5; }
table.fieldset tr.highlight td { background: #FFFFCC; }
table.fieldset td.help { font-size: 10px; color: #666; }
table.fieldset tbody td input, table.fieldset tbody td textarea {width: 400px;}

#edit-mode-toolbar a { color: red !important;}
#edit-mode-toolbar {
	position: absolute;
	top: 0;
	left: 0;
	width: 200px;
	height: 30px;
	background: yellow;
	color: red;
	z-index: 100;
	line-height: 27px;
}
#edit-mode-toolbar a { color: #fff;}
a.editable_tb { position: absolute; background: yellow; padding: 1px; color: red !important; top: 0px; left: 0px;  font-size: 11px !important; opacity:0.8}
a.editable { background: yellow; padding: 1px; color: red !important; position: absolute; font-size: 11px !important; opacity:0.8}
div.slot_container { position: relative; }
