/* CSS Document - Author: Shaibal Mandal */

/* Main Styles that apply to body */
body {
	font-size: 11px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	margin: 0px;
}

#container1 {
	width: 800px;
	margin:auto;
	background: #ffffff url("images/bg.gif") center repeat-y;
}
#container2 {
	width: 780px;
	margin: auto;
}

/* The topmost faded bar */
#topbar {
	width:auto;
	background: #EEE;
	padding: 10px 2px 2px 2px;
	font: 9px verdana;
	font-weight: bold;
	color: #CCCCCC;
	text-align: right;
}

/* This holds the two heading blocks, the title and the login form */
#header {
	width: auto;
	margin-left:4px;
	margin-top:6px;
}
#header a:hover {
	text-decoration: none
}

/* class that styles the holder div of the forms */
.userform {
	width: auto;
	color: #B16391;
	padding: 5px 0px 5px 3px;
	background: #fbfbfb;
	border:1px solid #efefef;
	border-top: none;
	text-align: justify;
	margin-bottom: 1px;
}

/* This will style the login and search */
.userform input {
	border: 1px solid #DDD;
	font-family: verdana;
	font-size: 10px;
	color: #BBB;
	font-weight: bold;
}

.e {
	font: 7em Verdana;
	color: #000000;
	font-weight:normal;
	margin:0;
}
.nergy {
	font: 5em Verdana;
	color: #000000;
	font-weight:normal;
	margin:0;
}
.dab {
	font: 7em Verdana;
	color: #ed7720;
	font-weight:normal;
	margin:0;
}

h6 {
	font: 10px verdana;
	font-weight: bold;
	color: #DDD;
	margin: 0px;
	padding: 0px;
	margin-left: 8px;
}

#tabholder{
	margin-top:0;
	padding-top:0;
	width: auto;
}

/* Container for the article box, and the pic box */
.articleboxouter {
	width: auto;
	padding: 0px 6px 0px 5px;
	clear: both;
}

/* Content holder for the articles */
.articleboxinner {
	width: auto;
	height: 470px;
	line-height: 20px;
	color: #B16391;
	padding: 2px 6px 0px 6px;
	background: #fbfbfb;
	border:1px solid #efefef;
	text-align: justify;
}

/* The title style for the main article */
h2 {
	font-size: 18px;
	font-weight: bold;
	color: #B16391;
	border-bottom: 1px solid #CCC;
	margin-top:2px;
	margin-bottom:3px;
}
h3 {
	font-size: 18px;
	font-weight: normal;
	text-align: left;
	color: #B16391;
	border-bottom: 1px solid #CCC;
	margin-top:2px;
	margin-bottom:3px;
}

/* This will style the read more thing at the bottom */
.readmore {
	text-align: right;
	display: block;
	width: auto;
}

/* This controls the main pic in the main article box */
.mainpiccontrol
{
	border: 1px #DBB7DB solid;
	float: left;
	margin-right: 10px;
}

/* Container for the pic thumbnails */
.picboxouter {
	width: auto;
	padding: 0px 6px 0px 5px;
	clear: both;
}

/* Content holder for the pic box */
.picbox {
	width: auto;
	line-height: 22px;
	color: #B16391;
	padding: 5px 6px 6px 6px;
	border:1px solid #efefef;
	border-top: none;
	text-align: center;
}

/* This controls the thumbnails in the picbox div */
.pickboxcontrol
{
	border: 1px #DDD solid;
	vertical-align: middle;
}

.noborder {
	border: none;
}

.arrowimg {
	vertical-align: text-bottom;
	border: none
}

a {
	text-decoration: none;
	padding: 0;
	margin: 0;
	color: #663366;
}

p {
	text-align: justify;
}

a:hover {
	text-decoration: underline;
}

/* Why should the humble footer be left out? */
#footer {
	background-color: #CCC;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	height: 20px;
	padding-top: 5px;
	clear: both;
}

/* This will contain the three columns */
#newsContainer2
{
	width:auto;
	background-color: #E0E0E0;
}

/* First column of the three columns */
.c1
{
	width: 255px;
	height: 255px;
	background-color: #F7F4F7;
	border: 1px solid #DDD;
	border-top: none;
	line-height: 22px;
	color: #B16391;
	float: left;
}

/* Second column of the three columns */
.c2
{
	width: 255px;
	height: 255px;
	float: left;
	border-bottom: 1px solid #DDD;
	line-height: 22px;
	color: #B16391;
}

/* Third column of the three columns */
.c3
{
	width: 255px;
	height: 255px;
	background-color: #F7F4F7;
	border: 1px solid #DDD;
	border-top: none;
	line-height: 22px;
	color: #B16391;
	float: right;
}

/* First column of scheda menu */
.c4
{
	width: 132px;
	background-color: #F7F4F7;
	border: 1px solid #DDD;
	border-top: none;
	line-height: 22px;
	color: #B16391;
	float: left;
}

/* scheda destra */
.c5
{
	width: 625px;
	background-color: #F7F4F7;
	border: 1px solid #DDD;
	border-top: none;
	line-height: 22px;
	color: #B16391;
	float: right;
}

/* This controls the titles for each column */
.noteheader
{
	width:auto;
	border-bottom: 1px solid #DDD;
	border-top: none;
	color: #B16391;
	height: 24px;
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	background:url("images/headerBG.jpg") repeat-x;
}

/* And this gives the column text some breathing space */
.spacy
{
	padding: 5px;
}

/* CSS Tabs */
#tabs8 {
	float:left;
	width:100%;
	background:#F1F1F1;
	font-size:93%;
	line-height:normal;
	border-bottom:1px solid #CCC;
}

#tabs8 ul {
	margin:0;
	padding:10px 10px 0 5px;
	list-style:none;
}

#tabs8 li {
	display:inline;
	margin:0;
	padding:0;
}

#tabs8 a {
	float:left;
	background:url("images/tableft8.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
}

#tabs8 a span {
	float:left;
	display:block;
	background:url("images/tabright8.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#eee;
	font-weight: bold;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs8 a span {float:none;}
/* End IE5-Mac hack */
#tabs8 a:hover span {
	color:#591333;
}

#tabs8 a:hover {
	background-position:0% -42px;
}

#tabs8 a:hover span {
	background-position:100% -42px;
	color: #888;
}

#tabs8 #current a {
	background-position:0% -42px;
}
#tabs8 #current a span {
	background-position:100% -42px;
	color: #888;
}
/* menu sinistro scheda */

#menu04v {
	width: 12em;
	font: 80% Arial, Helvetica, sans-serif;
}
#menu04v ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu04v li {
	font-size: 1.1em;
	display: inline;
	margin: 0;
	padding: 0;
}
#menu04v a:link, #menu04v a:visited {
	display: block;
	background-color:#ECA4C4;
	color: #FFFFFF;
	margin: 0;
	padding: 0.3em 0.6em 0.3em 1em;
	text-decoration: none;
	border-bottom: 1px solid  #41545F;
	border-left: 10px solid #EDEDED;
}
#menu04v a:hover, #menu04v a:focus, #menu04v a:active{
	background-color: #FDF4F8;
	color: #41545F;
	border-left: 10px solid #ECA4C4;
}
.row1 {
	background-color: #f0f0f0;
}
.row2 {
	background-color: #ebebeb;
}

form {
	display:inline;
	margin-top:0
}