/* SVN FILE: $Id: cake.generic.css 7118 2008-06-04 20:49:29Z gwoo $ */
/**
 *
 * PHP versions 4 and 5
 *
 * CakePHP(tm) :  Rapid Development Framework <http://www.cakephp.org/>
 * Copyright 2005-2008, Cake Software Foundation, Inc.
 *								1785 E. Sahara Avenue, Suite 490-204
 *								Las Vegas, Nevada 89104
 *
 * Licensed under The MIT License
 * Redistributions of files must retain the above copyright notice.
 *
 * @filesource
 * @copyright		Copyright 2005-2008, Cake Software Foundation, Inc.
 * @link				http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project
 * @package			cake
 * @subpackage		cake.app.webroot.css
 * @since			CakePHP(tm)
 * @version			$Revision: 7118 $
 * @modifiedby		$LastChangedBy: gwoo $
 * @lastmodified	$Date: 2008-06-04 13:49:29 -0700 (Wed, 04 Jun 2008) $
 * @license			http://www.opensource.org/licenses/mit-license.php The MIT License
 */

* {
	margin:0;
	padding:0;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,
h6,pre,form,fieldset,p,blockquote,table,
th,td,iframe { margin: 0; padding: 0; border: 0; }


fieldset,img,abbr { border: 0; }
address,caption,cite,code,dfn,h1,h2,h3,
h4,h5,h6,th,var { font-style: normal; font-weight: normal; }
caption,th { text-align: left; }
q:before,q:after { content: ''; }
a { text-decoration: none; color: inherit;}

/* General Style Info */
/* @group General Style */
body {
	background: #ddd;
	color: #fff;
	font-family: arial,helvetica,sans-serif;
	font-size:90%;
	margin: 0;
	text-align: center;
}

a img {
	border:none;
}
h1, h2, h3, h4 {
	font-weight: normal;
}
h1 {
	cursor: pointer;
	color: #21759b;
	font-size: 150%;
	margin: 0.1em 0;
}
h2 {

	color: #e32;
	font-family:'Gill Sans','lucida grande',helvetica, arial, sans-serif;
	font-size: 190%;
	margin: 0.3em 0;
	padding-top: 0.8em;
}
h3 {
	color: #993;
	font-family:'Gill Sans','lucida grande',helvetica, arial, sans-serif;
	font-size: 165%;
	padding-top: 1.5em;
}
h4 {
	color: #993;
	font-weight: normal;
	padding-top: 0.5em;
}
ul, li {
	margin: 0 12px;
}

iframe {
	border-style: none;
}
.content {
	width: 945px;
	text-align: left;
	margin: 0 auto;
}

#container {
	text-align: left;
}

#left {
	width: 800px;
	margin-top: 20px;
	background-color: white;
	float: left;
}

/* @end */



/* TOP HEADER */
/* @group Top Header */

#testata {
	float: left;
}

#top_header {
	background: url(../img/top_header.jpg) repeat-x;
	height: 85px;
	overflow: visible;
	min-width: 950px;
}

#top_header_content {
	background: transparent url(../img/logo.jpg) no-repeat;
	width: 945px;
	text-align: left;
	margin: 0 auto;
	height: 85px;
	overflow: visible;
}

#loghi {
	padding-left: 12px;
	padding-bottom: 0;
	padding-right: 0;
	padding-top: 0;
	text-align: left;
	float: left;
}

#loghi img {
	padding: 0 10px;
}




#search .submit {
	display: none;
}

#top_header li {
	float: left;
}


#top_header ul {
	text-align: left;
	margin-top: 25px;
	margin-right: 0px;
	float: left;
	list-style: none;
	width: 750px;
	
}

#top_header ul li a {
	display: block;
	padding: 0 10px;
	color: #c6d6e4;
	text-shadow: #333 1px 1px 1px;
	background-color: transparent;
	text-decoration: none;
	font: bold 14px/27px Arial, Helvetica, Geneva, sans-serif;
	
}

#top_header ul li a:hover {
	color: #fff;
}


#top_header ul li#important a {
	background: #d54e21 url(../img/important-tab-bg.png) bottom left repeat-x;
	color: #fff;
	-moz-border-radius-topleft: 3px;
	-khtml-border-top-left-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
	-moz-border-radius-topright: 3px;
	-khtml-border-top-right-radius: 3px;
	-webkit-border-top-right-radius: 3px;

	
	text-shadow: #b5421c 1px 1px 1px;
}


#top_header ul li a.current, #top_header ul li#important a.current {
	color: white;
	background: #134069;
	-moz-border-radius-topleft: 3px;
	-khtml-border-top-left-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
	-moz-border-radius-topright: 3px;
	-khtml-border-top-right-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
	text-shadow: #236298 1px 1px 1px;
}



#top_header ul li#important a:hover {
	color: #ffac90;
}

#top_header ul li#important a.current:hover {
	color: #555;
}

#search{
	margin-top: 0px;
	float: right;
	height: 32px;
	width: 200px;
	text-align: right;
}

#lente {
	background-image: url(../img/lente.jpg);
	height: 32px;
	width: 32px;
	float: left;
	display: inline-block;
	cursor: pointer;
}


#search input {
	
	width: 150px;
	height: 15px;
	top: 0;
	margin: 9px 0 8px 0;
	padding: 0 5px;	

	-moz-border-radius-topleft: 10px;
	-khtml-border-top-left-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-khtml-border-top-right-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	border-top-right-radius: 10px;
	
	-moz-border-radius-bottomleft: 10px;
	-khtml-border-bottom-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-khtml-border-bottom-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-right-radius: 10px;
	background-color: white;
	border: 2px solid #134069;
}
/* @end */
/* MENU HEADER */
/* @group Menu Header */
#menu_header {
	background: url(../img/menu_header.jpg) repeat-x;
	height: 26px;
	min-width: 950px;
}


#menu_header ul {
	margin-top: 6px;
	margin-right: 0px;
	margin-left: 0px;
	float: left;
	list-style: none;
	min-width: 500px;
	
}

#menu_header ul li {
	float: left;
	margin: 0;
}

#menu_header ul li a {
	display: block;
	padding: 0 10px;
	color: #c6d6e4;
	text-shadow: #333 1px 1px 1px;
	background-color: transparent;
	text-decoration: none;
	font: bold 10px/20px Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
}

#menu_header ul li a:hover {
	color: #fff;
}

#menu_header ul li a.current, #header ul a.current {
	color: #333;
	background: white;
	text-shadow: white 1px 1px 1px;
	
	-moz-border-radius-topleft: 2px;
	-khtml-border-top-left-radius: 2px;
	-webkit-border-top-left-radius: 2px;
	border-top-left-radius: 2px;
	-moz-border-radius-topright: 2px;
	-khtml-border-top-right-radius: 2px;
	-webkit-border-top-right-radius: 2px;
	border-top-right-radius: 2px;
	
}


/* @end */


/* CONTENT */

#content{
	background: white;
	min-height: 10px; 
	clear: both;
	color: #333;
	min-width: 950px;
	overflow: hidden;
}


/* FOOTER */
/* @group Footer */
#spacer{
	min-width: 950px;
	height: 20px;
	background-color: white;
}

#footer {
	background: #ddd;
	color: #555;
	clear: both;
	padding: 6px 10px;
	text-align: right;
}
#footer_logo {
	background: url(../img/footer_logo.jpg) -3px -3px;
	padding: 0;
	margin: 0;
	height: 82px;
}

#footer_giornale {
	float: left;
	width: 510px;
	margin-top: 20px;
}

#footer_giornale h1 {
	font-size: 80%;
	font-weight: bold;
	color: #555;
	margin-bottom: 10px;
}

#footer_giornale a {
	padding: 10px 10px 0 0;
	font-size: 70%;
	font-weight: bold;
	color: #555;
	text-decoration: none;
}

#footer_giornale a:hover {
	text-decoration: underline;
}

#footer_copyright {
	padding-left: 3px;
	padding-bottom: 20px;
	padding-right: 0;
	padding-top: 60px;
	font-size: 70%;
	float: left;
	background: url(../img/footer_logo.jpg) no-repeat 0 0px;
	width: 200px;
	margin: 0;
}

/* @end */

/* @group Right */

#right {
	width: 119px;
	background-color: white;
	float: right;
	border-left: 1px #999 dotted;
	padding-left:12px;
	margin-top: 20px;
	height: 100%;
}

.borderRight {
	border-bottom: 1px #999 dotted;
}

#right img,embed{
	margin: 20px 0 0 0;
}

#right ul {
	padding-bottom: 4px;
}

#right li {
	list-style-type: square;
	font-weight: normal;
	font-style: normal;
	text-decoration: underline;
	line-height: 13px;
	cursor: pointer;

}

#right img.comunica {
	margin: 0 0 5px 0;
}

.rightElement {
	line-height: 20px;
	color: #333;
	font-size: 11px;
	background-color: #e8e8e8;
	margin: 4px 0;
	padding: 0 4px;
	font-weight: bold;
	cursor: pointer;

}





/* @end */


