/* @override http://cms2.media24.at/stylesheets/hybrid.css */

/* @group general tabs */
ul.tabs {
	margin: 0;
	width: 98%;
}
.tabs li {
	list-style-type: none;
	float: left;
}
.tabs a, .tabs a:visited {
	display: block;
	padding: 5px 10px 0 10px;
	margin: 0 0.1em;
	line-height: 15px;
	font-size: 13px;
	text-decoration: none;
	color: #FFF;
	margin-left: 1em;
	font-weight: normal;
	float: left;
}
.tabs a:hover {
	background: #0e86b8;
	cursor: pointer;
	color: #FFFFFF;
}
.tabs a.active {
	background-color: #FFF;
	color: #333;
	
}
/* @end */

/* @group top-tabs */

#controls {
	position: relative;
	height: 32px;
	border-top: 4px solid #4c4c4c;
	border-bottom: 4px solid #fff;
	background-color: #616161;
	text-align: left; /*IE*/
}
#controls ul.tabs {
	position: absolute;
	bottom: 0;
}
#controls .tabs a {
	color: #e6e6e6;
	background: none;
	text-decoration: none;
	height: 1.7em;
}
#controls .tabs a:hover {
	background-color: #404040;
}
#controls .tabs a.active,
#controls .tabs a.active:hover {
	background-color: #fff;
	color: #333;
}
#controls2 {
	background: #10a2de;
	height: 25px;
	position: relative;
}
#controls2 ul.tabs {
	margin-left: 1em;
	position: absolute;
	bottom: 0;
	_bottom: -1px;
}
#controls2 ul.tabs a {
	font-weight: bold;
	padding: 0 8px;
	line-height: 25px;
}
#controls2 ul.tabs a:hover {
	background: #0e86b8;
}
#controls2 ul.tabs a.active {
	font-weight: normal;
	color: #333;
	background: #fff;
}
/* @end */

/* @group edit_bar */
#edit_bar {
	background-color: #fff;
	text-align: left;
	margin-top: -4px;/*controls-border*/
	position: relative;
	z-index: 1;
	height: 30px; /*IE6+7*/
}
#wrapper {
	z-index: 0;
}
#edit_bar ul {
	margin: 0;
}
#edit_bar li {
	list-style-type: none;
	float: left;
}
#edit_bar a {
	display: block;
	text-decoration: none;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: bold;
	font-size: 13px;
	margin-left: 22px;
	line-height: 30px;
}
#edit_bar ul ul {
	position: absolute;
	background-color: #ffffff;
	width: 130px; /*IE*/
}
#edit_bar ul ul li {
	float: none;
	border-top: 1px solid #e5e5e5;
}
#edit_bar ul ul a {
	margin: 0;
	padding: 0 0 0 22px;
	height: 30px; /*IE6*/
}
/* @end */

#notice {
	color: #fff;
	font-size: 1.2em;
	background: #2e992e;
	border-bottom: 1px solid #fff;
	margin: 0 auto 1em auto;
	padding: 0.5em;
	text-align: center;
}

#add_detail_page {
	position: absolute;
	bottom: -1em;
	right: 0;
	background: #fff;
	border: 1px solid #666;
	padding: 2px 4px;
	margin: 4px;
	text-decoration: none;
	color: #222;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	white-space: nowrap;
	visibility: hidden;
}
#add_detail_page:hover {
	background: #666;
	color: #fff;
}
.content {
	position: relative;
}
.content:hover a#add_detail_page {
	visibility: visible;
}
.unpublished, 
.unpublished a,
.unpublished h1,
.unpublished h2 {
	opacity: 0.5;
	*color: #b3b3b3 !important; /*IE6+7*/
}
.edit_highlight {
	min-height: 40px;
}
.edit_highlight:hover {
	cursor:pointer;
	background: #e5e5e5;
}
#edit_gallery { 
	z-index: 10000; /* for fading gallery */
}