/**********************************************************************************
* phpComasy Web Content Management System                                         *
* http://www.phpcomasy.com                                                        *
*                                                                                 *
* Copyright (c) 2005 - 2009 indual GmbH (http://www.indual.ch)                    *
*                                                                                 *
* phpComasy is released under his own licence (http://www.phpcomasy.com/licence)  *
**********************************************************************************/

/*
 * You can put your own style stuff here in this file 
 * For questions see www.phpcomasy.com 
 *
 */


/* Basics ------------------------------------------------------------------- */
body#phpcomasy {
	margin: 0;
	padding: 0;
	font: 11px/18px Verdana, Helvetica, Arial, sans-serif;
	color: #333;
	background: url(../img/body.gif) repeat-x center top #737373;
}
body, a, table, td, tr, tbody, b, p, input, select, label, textarea {
	font: 11px/18px Verdana, Helvetica, Arial, sans-serif;
	color: #333;
}

fieldset label,
fieldset td,
fieldset th {
	color: #333;	
}
label {
	clear: both;
}
div#bigpicture {
	background-size: 100% auto !important;
}
div#container {
	width: 750px;
	margin: 0 auto;
	padding: 0;
	background: #fff;
	overflow: hidden;
}
div#content {
	min-height: 300px;
	height: auto !important;
	height: 300px;
	padding: 25px 20px 20px 15px;
	position: relative;
	z-index: 9999;
}
div#leftcontent {
	width: 465px;
	float: left;
}
div#rightcontent {
	width: 230px;
	float: right;
	padding: 30px 0 0 0;
}
div.message {
	border: 1px solid #00667c;
	background: #e5faff none;
	color: #00667c;
	padding: 0 10px;
	line-height: 25px;
	height: 25px;
}
.message img {
	display: none;	
}
.admin_part {
	background: #fff;
	font-size: 11px;
}
.administration {
	border: 0;
}
.administration h1 {
	background: #ffed00;
	border: 0;
	color: #000;
}
.administration h2 {
	background: #bbb;
	border: 0;
	color: #333;
}
.administration h1:hover {
	background-color: #000;
	color: #fff;
}
div.page_123 {
	border-top: 1px solid #ddd;	
}
div#overlay,
div#lightbox {
  z-index: 10000;
}

/* Header ------------------------------------------------------------------- */
div#header {
	background: #222;
	height: 78px;
	position: relative;
}
div#header a img {
	float: left;	
}

/* Bigpicture ------------------------------------------------------------------- */
div#bigpicture {
	border-top: 6px solid #ffed00;
	height: 334px;
	overflow: hidden;
	position: relative;
	z-index: 99;
}
div#logo {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 100;
}

/* Footer ------------------------------------------------------------------- */
div#footer {
	background: url(../img/footer.gif) no-repeat center bottom transparent;
	color: #818181;
	font-size: 10px;
	width: 720px;
	margin: 0 auto 0 auto;
	padding: 0 15px 10px 15px;
	text-transform: uppercase;
}
div#footer a {
	font-size: 10px;
	color: #818181;
	text-decoration: none;
	text-transform: uppercase;
}
div#footer a:hover {
	color: #700;
}

/* Forms -------------------------------------------------------------------- */
form {
	margin: 0;
	padding: 0;
}
form p {
	margin: 0 0 3px 0;
}
select {
	color: #666;
	border: 1px solid #af140e;	
}
input {
	color: #666;
	margin: 0;
	padding: 3px 2px;
	outline: none;
	line-height: 15px;
	border: 1px solid #666;
}
textarea {
	color: #666;
	border: 1px solid #666;
}
textarea:focus,
textarea:hover,
textarea:active,
select:focus,
select:hover,
select:active,
input:focus,
input:hover,
input:active {
	border: 1px solid #000;
	color: #333;
	outline: none;
}
input#portlet-search-button,
.management input.send-button {
	border: 1px solid #700;
	background: #fff none;
	cursor: pointer;
	color: #333;
	margin: 0 0 8px 0;
	overflow: visible;
	line-height: 13px;
	height: auto;
}
input.mailform-submit,
input.send-button {
	color: #444;
	background: #ffed00 none;
	font-weight: normal;
	font-size: 11px;
	padding: 2px 5px;
	margin: 0 0 4px 0;
	cursor: pointer;
	outline: none;
	border: solid #666;
	border-width: 1px;
	text-transform: uppercase;
	visibility: visible;
	letter-spacing: 1px;
}
input.fieldset_button,
input.action_button {
	border: solid #666;
	border-width: 1px;
	color: #000;
	background: #ffed00 none;
	cursor: pointer;
	overflow: visible;
}
input.fieldset_button:hover,
input.action_button:hover,
input#portlet-search-button:hover, input#portlet-search-button:focus,
input.send-button:hover, input.send-button:focus,
input.mailform-submit:hover, input.mailform-submit:focus {
	border: solid #000;
	border-width: 1px;
	color: #000;
}
.mailform_error label,
font.required {
	font-weight: bold;
	color: #af140e !important;
}
.mailform_element {
	margin-bottom: 5px;
}
.mailform_element textarea,
.mailform_element input {
	padding: 2px 3px;	
}
.mailform_element input {
	width: 241px;
	height: 18px;
}
.mailform_element textarea {
	width: 241px;
	max-width: 616px;
}
.draggables .mailform_element:hover {
	background: url(../../../img/icon_dragndrop_black.gif) 447px 4px no-repeat #ddd;	
}

/* Content ------------------------------------------------------------------ */
h1 {
	color: #333;
	font-size: 20px;
	font-weight: normal;
	margin: -2px 0 15px 0;
	padding: 0;
	font-family: "Helvetica Neue", Helvetica, Verdana;
}
div.introduction,
h2,
h2 a,
h2 a:hover {
	font-size: 14px;
	color: #666;
	text-decoration: none;
	font-weight: normal;
	margin: 0 0 5px 0;
	padding: 0;
	font-family: Arial, Verdana;
}
h3, h4, h5, h6 {
	font-size: 12px;
	color: #666;
	margin: 5px 0 0 0;
	font-weight: normal;
	padding: 0;
	font-family: Arial, Verdana;
}
p {
	margin: 0 0 10px 0;
	padding: 0;
}
a {
	outline: none;
}

div#leftcontent a {
	color: #cc1e1e;
	text-decoration: underline;
}
div#leftcontent a:hover {
	color: #000;
	text-decoration: underline;
}
div#leftcontent ul,
div#leftcontent ol {
	margin: 0 0 10px 18px;
	padding: 0;	
	width: auto;
}
div#leftcontent ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: url(../img/liststyle.gif);
}

div#leftcontent table {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #c0c0c0;
	padding: 0;
	margin: 0 0 10px 0;
}
div#leftcontent td {
	border: 0;
	padding: 3px;
	border-bottom: 1px solid #c0c0c0;
	vertical-align: top;
}
div#leftcontent td p {
	padding: 0;
	margin: 0;
}
div#leftcontent th {
	border-bottom: 0;
	background: #333;
	color: #fff;
	padding: 3px;
}
/* Rootnavigation --------------------------------------------------------------- */
div#rootnavigation {
	background: #dbdbdb none;
	height: 25px;
	padding: 0 0 0 10px;
}
div#rootnavigation ul {
	padding: 0;
	margin: 0;
}
div#rootnavigation ul li {
	display: inline;
	float: left;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
div#rootnavigation ul li a {
	color: #333;
	text-decoration: none;
	float: left;
	line-height: 25px;
	padding: 0 5px;
	margin: 0;
	text-transform: uppercase;
}
div#rootnavigation ul li a:hover {
  color: #000;
  background-color: #c0c0c0;
}
div#rootnavigation ul li.current a {
	font-weight: bold;
	color: #000;
}

/* Subnavigation --------------------------------------------------------------- */
div#subnavigation {
	height: 25px;
	padding: 0 0 0 10px;
	background: #fff none;
	border-bottom: 1px solid #ccc;
}
div#subnavigation ul {
	padding: 0;
	margin: 0;
	overflow: hidden;
}
div#subnavigation ul li {
	display: inline;
	float: left;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
div#subnavigation ul li a {
	color: #666;
	text-decoration: none;
	font-size: 11px;
	text-transform: uppercase;
	line-height: 25px;
	padding: 0 5px;
}
div#subnavigation ul li a:hover {
  color: #000; 
}
div#subnavigation ul li.current a {
	font-weight: bold;
	color: #000;
}

/* Modules ---------------------------------------------------------------------- */
.drag_handle {
	cursor: move;	
}
.error_add_form {
	font-weight: bold;	
}
span.required {
	color: #f00;	
}
div.listing_entry {
	padding-top: 15px;
	border-top: 1px solid #ccc;
	margin-bottom: 15px;
}
div#listing_entry_id_0 {
	padding-top: 0;
	border: 0;
}
.listing_entry h2 {
	margin-top: 0;
	margin-bottom: 4px;	
}
fieldset.documents {
	display: none;	
}

/* Portlets --------------------------------------------------------------------- */
div.portlet ul.controls {
	top: 0;
}
.portlet td,
.portlet b,
.portlet p,
.documents b,
.documents p {
	color: #666;	
}
.portlet a,
.documents a {
	color: #af140e;
	text-decoration: underline;
}
.portlet a:hover,
.documents a:hover {
	color: #333;
	text-decoration: underline;
}
.portlet {
	padding: 11px;
	margin: 0 0 15px 0;
	color: #666;
	background: url(../img/portlet_bottom.gif) center bottom no-repeat;
	width: 208px;
	overflow: hidden;
}
.portlet h3 {
	display: block;
	width: 208px;
	color: #333;
	margin: -11px -11px 5px -11px;
	font-family: Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	overflow: hidden;
	border: 0;
	padding: 11px 11px 0 11px;
	background: url(../img/portlet_top.gif) center top no-repeat;
}
.documents .document-entry {
	margin-bottom: 1px;	
}
.documents {
	margin-top: 20px;
}
.documents h2 {
	display: none;
}
.resource_container.documents {
    margin: 20px 0 0 0;
    padding: 0;
    border: none;
}

/* Additional Stuff ------------------------------------------------------------- */
div#watersign {
	background: transparent url(../img/watersign.png) center center no-repeat;
	width: 373px;
	height: 283px;
	padding: 0;
	margin: -250px 0 0 153px;
	position: absolute;
	z-index: 999;
	left: 50%;
}
.page-ressource-subtitle {
	display: none;	
}
.spacer {
	height: 15px;	
}
.cf {
	float: none;
	clear: both;
	line-height: 0;
	width: 1px;
	margin: 0;
	padding: 0;
	font-size: 0;
	height: 0;
}
.nomargin {
	margin:0 !important;
}
.nobg {
	background:transparent none !important;
}
.edit-navigation-entry {
	clear: both;	
}
#form-multi_upload fieldset p object {
	height: 24px;
}