body {
	background-color: #000;
}

.navbar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	text-decoration: none;

}

a.navbar:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	text-decoration: none;

}

a.navbar:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
}

a.navbar:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
}

a.navbar:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
}

a:link, a:visited, a:active {
	font-weight: bold;
	color: #960000;
	text-decoration: none;
}

a:hover {
	font-weight: bold;
	color: #960000;
	text-decoration: underline;
}

a:link.navlink, a:visited.navlink,  a:active.navlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}

a:hover.navlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #999999;
	text-decoration: underline;
}
	
.paragraph, div, td, body, span {
		font-family:Georgia, Garamond, serif;
	    color:#000001;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}
	
.sectiontitle {
		font-family:Georgia, Garamond, serif;
	    color:#000001;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}
									
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #ffffff;
	text-decoration: none;
}


a.sidenav {
	color: #244360;
}

a div {
	text-decoration: overline;
}

textarea.wysiwyg {
	width: 300px;
}

input, select, textarea {
	border: 1px solid #CDCCCC;
	background-color: #CAB797;
	color: 6E5D63;
}

input#login_username, input#login_password {
	border-width: 0px;
	border-left: 4px solid #716161;
	border-right: 4px solid #716161;
	background-color: #CAB797;
	margin: 7px;
	margin-top: 0px;
	margin-left: 0px;
	color: #6E5D63;
}


/* Error Message Style */
div.error {
	font-weight: bold;
	color: #F00;
	padding-bottom: 1em;
}

/* Themable Forms */
div.form_title {
	font-size: 14px;
	font-weight: bold;
}

div.form_header {
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	margin-bottom: 1em;
}

tr.even_row {
	background-color: #DDD;
}

tr.row:hover td, tr.row:hover td a {
	background-color: #666;
	color: #fff;
}

tr.odd_row {
	
}


div.moduletitle {
	font-weight: bold;
	font-size: 1.25em;
}


/** Administration Module Manager form **/
.administration_modmgrheader {
	background-color: #000;
}

.administration_modmgrheader span.active {
	color: green;
	font-weight: bold;
	font-size: 14pt;
}

.administration_modmgrheader span.inactive {
	color: red;
	font-weight: bold;
}

.administration_modmgrbody {
	padding-left: 10px;
	border: 1px solid #000;
}


/* Container Styles */
div.container_box {
	padding: 6px;
	margin: 2px;
}

div.container_editbox {
	border: 2px dashed #555;
	margin: 2px;
}

div.container_editheader {
	padding: 3px;
	background-color: #555;
}

div.container_editheader table tr td.info {
	font-size: 8pt;
	font-weight: bold;
}


div.itemtitle {
	font-family: Arial, Verdana;
	font-weight: bold;
}

/** Debugger Styles **/
table.debug_null,table.debug_null tr td, div.debug_null {
	background-color: #000;
	color: #fff;
	font-weight: bold;
}

table.debug_object, table.debug_object tr td {
	background-color: #a00;
	color: #fff;
}

table.debug_array, table.debug_array tr td {
	background-color: #0a0;
	color: #fff;
}

table.debug_scalar, table.debug_scalar tr td, div.debug_scalar {
	background-color: #00a;
	color: #fff;
}

td.debug_attribute {
	font-family: monospace;
	font-size: 10px;
}

td.debug_varname {
	font-weight: bold;
}

td.debug_type {
	background-color: #aaa;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
}

td.debug_value {
	font-family: monospace;
	font-size: 11px;
	color: #fff;
}


/* Workflow */
div.workflow_action {
	border: 1px solid #DDD;
	margin-bottom: 1em;
}

div.workflow_inapproval {
	margin-left: 35px;
}

div.workflow_approved {
	border: 2px solid #030;
	background-color: #333;
	color: black;
	margin: .5em;
}

div.workflow_action_restored {
	border: 2px dashed #030;
	background-color: #666;
}

div.workflow_action_posted {
	border: 2px solid black;
}

/* inizio cose specifiche dei porcospini */


body {
		font-family:Georgia, Garamond, serif;
	    color:#000001;
		font-size:12px;
		background-color:#000000;
		background-image:url(images/mur_fond.jpg);
		background-position:top left;
		background-repeat:repeat-x;
		}

#extraDiv1	{
			background:url(images/bella.jpg) top left no-repeat;
			width:119px;
			height:600px;
			position:absolute;
			left:90px;
			top:0px;
			}

#extraDiv2	{
			background:url(images/candel.jpg) top left no-repeat;
			width:126px;
			height:600px;
			position:absolute;
			top:0px;
			left:775px;
			z-index:2;
			}

#container	{
			position:absolute;
			top:0px;
			left:215px;
			width:600px;
			background:url(images/fond-centre.jpg);
			background-position:top left;
			background-repeat:repeat-y;
			z-index:10;
			}

#linkList	{position:absolute;
			top:70px;
			left:463px;
			z-index:15;
			background:url("images/menu_droite_fd_center.jpg") top left repeat-y;
			width:230px;
			font-family:"Courier New", Courier, serif;
			}

#menu {
  padding: 15px;
  color: #F4ECE1;
  font-family:"Courier New", Courier, serif;
  font-weight: bold
}
#copi {
  position: absolute;
  z-index: 25;
  top: 160px;
  left: 120px;
  width: 320px;
  text-align: center;
  font-size: 10px
}

.login_welcom{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
}

