body {
	margin: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000000;
	padding-right: 30px;
	padding-left: 30px;
}

.nonStampare {
	DISPLAY: none
}
.nonMostrare {
	visibility: hidden;
}

h1 {
	text-align: right;
	color: #9EA5FD;
	padding-top: 24px;
	padding-right: 24px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 28px;
}
h2 {
	color: #9EA5FD;
}
h3 {
	font-size: 14px;
	font-weight: bolder;
	color: #FFFFCF;
}
a:link {
	color: #9EA5FD;
	text-decoration: none;
}
a:visited {
	color: #9EA5FD;
	text-decoration: none;
}
a:hover {
	color: #9EA5FD;
	text-decoration: none;
}
img {
	visibility: hidden;
}
a.img {
	text-decoration:none;
	border:none;
}
.lilla {
	color: #9EA5FD;
}
.giallino {
	color: #FFFFCF;
}
.giallo {
	color: #FFFF99;
}

.thrColFixHdr #container {
	width: 929px;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #000000;
	background-image: url(/images/bg.png);
	background-repeat: repeat-y;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.thrColFixHdr #header {
	background-image: url(/images/DSC_6914top.jpg);
	background-repeat:no-repeat;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	height: 200px;
}
/************ barra di navigazione con i menu principali **************/
#navBarMenu {
	list-style: none;
	margin: 0;
	font-size: 16px;
	font-weight: bold;
	top: 98px;
	z-index: 1;
	position: relative;
	background-color: #979797;
	background-image: url(images/bg_navBarMenu.gif);
	background-repeat: repeat-x;
	background-position: 0px -150px;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 0;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #676767;
	border-right-color: #676767;
	border-bottom-color: #676767;
	border-left-color: #676767;
}
#navBarMenu #current {
	background: url(images/bg_navBarMenu.gif) #676767 repeat-x 0px 0px;
	color: #fff;
	cursor: default;
	color: #FFFFCF;
	padding-right: 12px;
	padding-left: 12px;
	padding-top: 3px;
	padding-bottom: 3px;
}
#navBarMenu li {
	border-right: 1px solid #676767;
	display: inline;
	color: #9EA5FD;
}
#navBarMenu li a {
	color: #fff;
	text-decoration: none;
	color: #9EA5FD;
	padding-right: 12px;
	padding-left: 12px;
}
#navBarMenu li a:hover {
	background: url(images/bg_navBarMenu.gif) #676767 repeat-x 0px -80px;
	text-decoration: none;
	color: #9EA5FD;
}
/******** barra di navigazione a sinistra ********/
.thrColFixHdr #sidebarLeft {
	float: left; /* since this element is floated, a width must be given */
	width: 168px; /* padding keeps the content of the div away from the edges */
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	border-left-style: none;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 6px;
}
/************ barra di navigazione sinistra **************/
#navBarLeft {
	color: #9EA5FD;
	text-align: left;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 12px;
	width: 168px;
	float: left;
}
.navBarLeftAttivo {
	color:#FFFFCF;
	font-weight:bold;
	padding-bottom: 1px;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 1px;
}
#navBarLeft a:link, #navBarLeft a:visited {
	text-decoration: none;
	color: #9EA5FD;
	display: block;
	padding-bottom: 0px;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 1px;
}
#navBarLeft a:hover {
	border-top: 0px solid #cccccc;
	background-color: #FFFFD9;
	background-image: none;
	text-decoration: none;
	color: #333;
}

.thrColFixHdr #mainContent {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 180px;
	padding-top: 10px;
	padding-right: 6px;
	padding-bottom: 0;
	padding-left: 12px;
}
/******** footer ev .thrColFixHdr  ********/
#footer {
	font-size: 8pt;
	font-weight: normal;
	color: #FFFF99;
	text-align: right;
	padding-top: 6px;
	padding-right: 12px;
	height: 28px;
	background-image: url(/images/DSC_6914Bot.jpg);
}
#footer a:link, #footer a:visited {
	color: #FFFF99;
}
#footer a:hover {
	color: #000;
	text-decoration: none;
}
#footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
#printbottom {
	display:none;
}

.testopiccolo {
	font-size:9px;
}

/************ Contenuto della pagina, parte principale per le ricette **************/

#contenuto {
	text-align: left;
	padding: 12px;
	background-color:#000000;
}

/************ layout per ricette **************/
.ricette {
	background-color:#000;
	color: #fff;
	padding: 12px;
	text-align:left;
}

.rctTitolo {
	font-weight: bold;
	color: #FFFF99;
	font-size:16px;
	border-bottom: #9EA5FD 1pt solid;
	}
	
.rctTitolo2 {
	font-weight: bold;
	color: #9EA5FD;
	font-size:12px;
	border-bottom: #9EA5FD 1pt solid; 
	}

/***** tasti per slide show ******/
.slideShowBtnSmall {
	font-size: 7.5px;
	color: #9EA5FD;
	background-color: #323232;
	border: 1px groove #CCC;
}

