/* 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;
	padding-left: 50%;
	background: #f4f4f4 url("../images/bg.gif") center repeat-y;
	position: absolute;
}

/* This is the page container built and centered using -ve margins */
#container {
	width: 700px;
	margin-left: -350px;
}

/* The topmost faded bar */
#topbar {
    width:auto;
    background: #EEE;
    height: 20px;
    padding: 10px 5px 5px 2px;
    font: 10px verdana;
    font-weight: bold;
    color: #DD7CB4;
    text-align: right;
}

/* This holds the two heading blocks, the title and the login form */
#headerwrapper {
    background:url("../images/title.jpg") center;
    width: auto;
    height: 150px;
}

/* class that styles the holder div of the forms */
.userform {
    width: auto;
    color: #DD7CB4;
    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;
}

h1 {
    font: 48px verdana;
    color: #e891b8;
    margin: 0;
    padding: 50px 0 50px 20px; 
}

h6 {
    font: 10px verdana;
    font-weight: bold;
	color: #DDD;
	margin: 0px;
	padding: 0px;
	margin-left: 8px;
}

h5 {
    font: 12px verdana;
    font-weight: bold;
    color: #DD7CB4;
    margin: 0px;
    padding: 5px 0 0 0;
}

.siti{
	margin-left:10px;
	}

/* This holds the tabs */
#tabholder
{
    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;
    line-height: 20px;
    color: #DD7CB4;
    padding: 15px 6px 0px 6px;
    background: #fbfbfb;
    border:1px solid #efefef;
    text-align: justify;
    /*height: 220px;*/
}

/* The title style for the main article */
.articleheader
{
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #CCC;
}


/* 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;
}

.sposapiccontrol
{
    border: 1px #DBB7DB solid;
    float: left;
    margin-right: 20px;
}

.sposopiccontrol
{
    border: 1px #DBB7DB solid;
    float: right;
    margin-left: 20px;
}

/* 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: #DD7CB4;
    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;

}

/* Sometimes, I don't want borders around my hyperlink images */
.noborder {
    border: none;
}

/* For taming those leeeeeeetle arrows */
img {
    vertical-align: text-bottom;
}

/* Style-up those ugly default hyperlinks */
a {
	text-decoration: none;
	padding: 0;
	margin: 0;
	color: #663366;
}

/* And their ugly hover states too */
a:hover {
	text-decoration: underline;
}

/* Why should the humble footer be left out? */
#footer {
	background-color: #CCC;
	color: #fff;
	text-align: left;
	vertical-align: middle;
	height: 50px;
	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: 227px;
	background-color: #F7F4F7;
    border: 1px solid #DDD;
    border-top: none;
    line-height: 22px;
    color: #DD7CB4;
	float: left;
}

/* Second column of the three columns */
.c2
{
    width: 230px;
    float: left;
    border-bottom: 1px solid #DDD;
    line-height: 22px;
    color: #DD7CB4;
}

/* Third column of the three columns */
.c3
{
	width: 228px;
	background-color: #F7F4F7;
    border: 1px solid #DDD;
    border-top: none;
    line-height: 22px;
    color: #DD7CB4;
	float: right;
}

/* This controls the titles for each column */
.noteheader
{
    width:auto;
    border-bottom: 1px solid #DDD;
    border-top: none;
    color: #DD7CB4;
    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;
}

.noa {
    float:left;
    display:block;
    background:url("../images/tabright8.gif") no-repeat right top;
    padding:5px 15px 4px 6px;
    color:#eee;
    font-weight: bold;
}


/* End of CSS Tabs */

.sposi {
margin: 10px 5px 10px 5px;
}


table {border-collapse:collapse; margin:10px 0 0 10px; padding:0; font-size:100%;}
td {margin:0; padding:4px; vertical-align:top; text-align:left;}

fieldset {padding-left: 5px;border: 1px solid #e891b8;margin-bottom: 10px}
legend{padding: 0 5px;text-transform: uppercase;color: #e891b8}
label.req strong, strong.asterisco{font-weight: bold;
    font-family: verdana,sans-serif;color: #e891b8}

fieldset.in label{float: left;text-align: left;margin: 0px 10px 5px 0;text-transform: uppercase;}
fieldset.in input, select{display: block;width: 180px}
fieldset.in input.large{width: 355px}
fieldset.in input.button{background-color:#eda8c7; color:#eee; font-size:93%;
  font-family: Verdana, Arial, SunSans-Regular, Sans-Serif; font-weight: bold; width: auto}
fieldset.in input.button:hover{background-color:#fdf9fb; color:#888; font-size:93%;
  font-family: Verdana, Arial, SunSans-Regular, Sans-Serif; font-weight: bold; width: auto}
fieldset.in table{margin:0;}
input#datamatrimonio{width: auto}
input#cap{width: auto}
input#cap_f{width: auto}
input#pwd{width: auto}
input#npwd{width: auto}
input#cpwd{width: auto}
input#urlsito{display:inline;}
select#provincia{width: auto}
select#provincia_f{width: auto}
fieldset#check {width: 230px; padding: 5px; margin: 1px}
fieldset#check label{float: left;text-transform: uppercase;padding:5px;margin:5px;}
fieldset#checks label{float: left;text-transform: uppercase;padding:5px;margin:5px;}
fieldset#checks select{text-transform: uppercase;}
fieldset#account p{float: right;width: 190px;color: #185DA1;margin-top: 10px}
fieldset#agree div#cond{width: 355px;height: 150px;overflow: auto;
    border:1px solid #666;margin: 10px 0;background-color: #e891b8}
fieldset#agree div#cond p{margin:0 5px 6px}
fieldset#radio {width: 300px; padding: 5px; margin: 1px}
fieldset#radio label{float: left;text-transform: uppercase;padding:5px;margin:5px;}

input.button{background-color:#eda8c7; color:#eee; font-size:93%;
  font-family: Verdana, Arial, SunSans-Regular, Sans-Serif; font-weight: bold;}
input.button:hover{background-color:#fdf9fb; color:#888; font-size:93%;
  font-family: Verdana, Arial, SunSans-Regular, Sans-Serif; font-weight: bold;}
  
.important{color:#f02025; background-color:inherit; font-weight:bold;}

select.icon-menu option {
background-repeat:no-repeat;
background-position:bottom left;
padding-left:20px;
}

.text {
	width:200px;
	margin:3px;
	text-align:center;
	float:left;
}

.text_top {
	background:url("../images/text_top_bg.gif") no-repeat;
	font-weight:bold;
}

.text_body {
	background:url("../images/text_bg.gif") repeat-y;
  padding:10px;
}

.text_bot {
  background:url("../images/text_bot_bg.gif") no-repeat;
}

.noscript{
  font-size: 12px;
  color: red;
}


#dhtmltooltip{
position: absolute;
left: -300px;
width: 150px;
border: 2px solid #e78bb5;
padding: 2px;
background-color: #fde7f4;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}

/* the div that holds the date picker calendar */
.dpDiv {
  }


/* the table (within the div) that holds the date picker calendar */
.dpTable {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-align: center;
  color: #505050;
  background-color: #ece9d8;
  border: 1px solid #AAAAAA;
  }


/* a table row that holds date numbers (either blank or 1-31) */
.dpTR {
  }


/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR {
  }


/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR {
  }


/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR {
  }


/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
  border: 1px solid #ece9d8;
  }


/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
  background-color: #CCCCCC;
  border: 1px solid #AAAAAA;
  }


/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.dpTDHover {
  background-color: #aca998;
  border: 1px solid #888888;
  cursor: pointer;
  color: red;
  }


/* the table cell that holds the name of the month and the year */
.dpTitleTD {
  }


/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD {
  }


/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD {
  }


/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
  background-color: #CCCCCC;
  border: 1px solid #AAAAAA;
  color: white;
  }


/* additional style information for the text that indicates the month and year */
.dpTitleText {
  font-size: 12px;
  color: gray;
  font-weight: bold;
  }


/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
.dpDayHighlight {
  color: 4060ff;
  font-weight: bold;
  }


/* the forward/backward buttons at the top */
.dpButton {
  font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: gray;
  background: #d8e8ff;
  font-weight: bold;
  padding: 0px;
  }


/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
  font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: gray;
  background: #d8e8ff;
  font-weight: bold;
  }
  
.select-free
 {
     position:absolute;
     z-index:10;
     cursor:move;
     overflow:hidden;/*must have*/
     width:33em;/*must have for any value*/;
    
 }

.select-free iframe
 {
     display:none;/*sorry for IE5*/
     display/**/:block;/*sorry for IE5*/
     position:absolute;/*must have*/
     top:0;/*must have*/
     left:0;/*must have*/
     z-index:-1;/*must have*/
     filter:mask();/*must have*/
     width:150px;/*must have for any big value*/
 }


