/**
* @package Default Contempla Cms Style
* @copyright Copyright (C) 2008 Lenus Media Agency. Tutti i diritti riservati.
* @information http://www.contemplacms.com/
*/


/**
* @package Contempla Cms
* @copyright Copyright (C) 2008 Lenus Media Agency. Tutti i diritti riservati.
* @information http://www.contemplacms.com/
*/

* { 
	margin: 0;
	padding: 0;
}

body {
	background-color: #fff;
	color: #111;
	font-family: verdana, arial, sans-serif;
	font-size: .7em;
	text-align: center;
	background-image: url('images/bg-body.gif');
	background-repeat: no-repeat;
	background-position: top center;
}

body.tinymce {
	background: #fff;
	margin: 10px;
}

a {
	color: #000;
}

p {
}

#wrapper {
}

#header {
	color: #111;
	clear: both;
	display: block;
	height: 70px;
	overflow: hidden;
	text-align: left;
	width: 800px;
	margin: 0 auto;
}

#header #logo {
	float: left;
	width: 60%;
}

#header #logo h1 {
	margin: 0;
	font-size: 2em;
	height: 60px;
	line-height: 60px;
	font-family: "Times New Roman", arial, verdana, sans-serif;
	font-weight: lighter;
}

#header #logo img {
	border: 0;
}

#header #logo h1 a {
	text-decoration: none;
	color: #92050b;
}

#dyn_content {
	clear: both;
}

#main-tools {
	margin: 0 auto;
	padding: 10px 0 0 0;
	width: 800px;
	text-align: center;
	display: block;
	height: 55px;
	clear: both;
}

#main-tools ul {
	margin: 30px 0 0 10px;
	list-style-type: none;
}

table {
	width: 800px;
	float: center;
	border-collapse: collapse;
	margin: 0 auto;
}

table td, table th {
	padding: 15px;
	text-align: left;
	background-color: #fff;
}

table th {
	font-size: 1.3em;
}

table td, table th {
	border: 1px solid #bababa;
	background-image: url('images/bg-td.gif');
	background-repeat: repeat-x;
}


table td.enterprise {
	background: #fafafa;
}

/*
div.footer {
	border: 0;
	background-image: url('images/bg-bottom.gif');
	background-position: top center;
	background-repeat: no-repeat;
	height: 40px;
	width: 800px;
	margin: 0 auto;
}
*/


table td.head {
	background: #dadada;
	font-weight: bold;
	text-transform: uppercase;
	background-image: url('images/bg-head.gif');
	background-repeat: repeat-x;
	font-size: 1.1em;
	
}

table td p {
	line-height: 2em;
	text-align: justify;
	margin: 0 0 5px 0;
}

#main-tools ul li {
	list-style-type: none;
	float: left; 
	width: 120px;
	text-align: center;
	height: 35px;
	line-height: 40px;
	margin: 0 5px 0 0;
	background-image: url('images/top-menu.gif');
}

#main-tools ul li.selected {
	background-image: url('images/top-menu-hi.gif');
}

#main-tools ul li.selected a {
	color:#fff;
}



#main-tools ul li a {
	font-weight: bold;
	text-decoration: none;
	font-size: .9em;
	display: block;
	color: #000;
}



#tools {
	background: #92050b;
	clear: both;
	display: block;
	height: 5px;
}

#main {
	clear: both;
	display: block;
	text-align: left;
	border-top: 1px solid #919191;
	margin: 0;
}

#main .content {
	margin: 10px;
}


#footer {
	background: #92050b;
	color: #fff;
	text-align: left;
	font-size: .8em;
	padding: 10px 0;
	height: 90px;	
}

#footer a {
	color: #fff;
}

#footer p {
	margin: 5px 0 0 10px;
}


/**
* @Special Forms
*/

/*
form {
	background-image: url('images/bg_fieldset.gif');
	background-repeat: repeat-x;
	background-color: #cedeef;
}
*/

form#login {
	width: 500px;
	text-align: left;
	border: 2px solid #cedeef;
}

form#login input {
	width: 220px;
}

form fieldset {
	border: 0;
	margin: 10px 1px;

}

form p.row {
	clear: both;
	display: block;
	margin: 5px 0 0 0;
}

hr {
	marign: 5px 0;
	background: #fff;
	color: #fff;
	size: 0;
	height: 0;
	padding: 0;
}

form p.row span.required {
	float: left;
	text-align: center;
	width: 25px;
	font-weight: lighter;
	font-size: 1.3em;
	color: #144691;
	cursor: pointer;
}


form p.row span.help {
	float: left;
	text-align: center;
	width: 30px;
	font-weight: lighter;
	font-size: 1.3em;
	color: #ff0000;
	cursor: pointer;
}

.tooltip {
    position:absolute;
    text-align: left;
    top: 0; left: 15px; width: 200px;
    border: 1px solid #111;
    background-color: yellow;
    color:#000;
    font-size: 11px;
    padding: 10px;
    text-decoration: none;
}


form p.row label {
	float: left;
	width: 160px;
	font-weight: bold;
	cursor: pointer;
	margin: 0 0 10px 0;
	display: block;
}

form p.row input,
form p.row select, 
form p.row textarea {
	float: left;
	width: 350px;
	margin: 0 0 10px 0;
	border: 1px solid #dadada;
	border-left: 1px solid #bababa;
	border-top: 1px solid #bababa;
	font-size: 1.1em;
	
	background-color: #fff;
	padding: 3px;
	font-family: verdana, sans-serif;
}

form p.row select {
	width: auto;
}

form p.row textarea {
	width: 350px;
	height: 200px;
}

form p.row textarea.tiny {
	width: 350px;
	height: 120px;
}

form p.row input.focus,
form p.row select.focus, 
form p.row textarea.focus {
	border: 1px solid #cedeef;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
}

form p.row select.required, 
form p.row input.required, 
form p.row textarea.required {
	background-color: #ffff99;
}


div.buttons {
	padding: 0 0 0 185px;
	clear: both;
	display: block;
}

div.buttons button {
	padding: 5px;
}



/**
* @Common Features
*/

form hr {
	width: 1px;
	clear: both;
	font-size: 1px;
	margin: 5px 0;
}

span.clear {
	clear: both;
	display: block;
	font-size: 1px;
	height: 1px;
	line-height: 1px;
	color: #fff;
	background: #fff;
	
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}


/* Form */
input, textarea { background: #fff; border: 1px solid #1c262b; padding: 3px; font-size: 1em; font-family: "trebuchet ms", arial, verdana, sans-serif; }


/* Form */
fieldset p.legend { font-weight: bold; color: #111111; font-size: 1.3em; margin: 5px 0; padding: 5px 0;  }
fieldset { background-image: url('../images/bg-fieldset.gif'); background-repeat: repeat-x; border: 1px solid #dedede; padding: 10px; }
label { width: 160px; float: left; }
input, textarea { width: 50%; border: 1px solid #bababa; border-left: 1px solid #b4b4b4; border-top: 1px solid #b4b4b4; }
textarea { height: 125px; }
input.radio { background: transparent; border: 0; width: 20px; }
input.date { background: transparent; text-align: right; border: 0; }
button { background-image: url('../images/bg-fieldset.gif'); background-repeat: repeat-x; border: 1px solid #dedede; padding: 10px; }

