/*
	CREDEM Web CSS
	Code by Mind srl
	http://wwmind.com
*/

/* -- TAG -- */
BODY {
	margin: 0px;
	padding: 0px;
	background: #fff url(../../../PublishingImages/base/bg_body.jpg) repeat-x left top;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
H1 {
	margin: 0px;
	padding: 0px;
}
H3 {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
}
H4 {
	color: #284E36;
	font-size: 13px;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}
H5 {
	color: #284E36;
	font-size: 12px;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}
FORM {
	margin: 0;
	padding: 0;
}
FIELDSET, LEGEND {
	margin: 0;
	padding: 0;
	text-align: left;
	border: 0;
}
LABEL {
	cursor: pointer;
}
TEXTAREA {
	margin: 10px 0px 0px 0px;
	width: 99%;
	height: 42px;
	background: #fff;
	border: 1px solid #E7E5E2;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
}
P {
	margin: 0px;
	padding: 0px;
}
A {
	color: #000;
	text-decoration: none;
}
A:hover {
	color: #9E3039;
}
IMG {
	margin: 0px;
	padding: 0px;
	border: none;
}
HR {
	border: 0;
	height: 1px;
	color: #E8EADF;
	background-color: #E8EADF;
}
/* -- LAYOUT -- */
#wrap {
	width: 960px;
	margin: 5px auto;
}
#header {
	float: left;
	width: 960px;
	margin-bottom: 15px;
}
#logo {
	float: left;
	width: 179px;
	height: 89px;
}
/* contenitore dei menu */
#menuwrap {
	float: left;
	width: 781px;
	background-color: transparent;
}
/* menu generale in alto */
#menugen {
	text-align: right;
	margin-right: 0px;
}
#menugen UL, #menu UL, #submenu UL {
	list-style-type: none;
	/*margin: 0px 0px 0px 29px;*/
	margin: 5px 0px 0px 10px;
	padding: 0px;
}
#menugen UL LI {
	display: inline;
	padding-left: 20px;
}
#menugen UL LI A {
	color: gray;
}
#menugen UL LI A:hover {
	color: #9E3039;
}
/* menu principale a tab */
#menu {
	text-align: right;
	height: 42px;
	margin-bottom: 10px;
}
#menu UL LI {
	display: inline;
	margin: 0px;
	padding: 0px;
}
#menu UL LI A#privati,
#menu UL LI A#giovani,
#menu UL LI A#smallbusiness,
#menu UL LI A#bancadimpresa,
#menu UL LI A#privatebanking {
	display: inline-block;
	text-indent: -10000px;
	height: 42px;
}
#menu UL LI A:hover#privati.current 		{ background: transparent url(../../../PublishingImages/Menu/menu_privati_cur.gif) no-repeat left top; }
#menu UL LI A:hover#giovani.current 		{ background: transparent url(../../../PublishingImages/Menu/menu_giovani_cur.gif) no-repeat left top; }
#menu UL LI A:hover#smallbusiness.current 	{ background: transparent url(../../../PublishingImages/Menu/menu_smallbusiness_cur.gif) no-repeat left top; }
#menu UL LI A:hover#bancadimpresa.current 	{ background: transparent url(../../../PublishingImages/Menu/menu_bancadimpresa_cur.gif) no-repeat left top; }
#menu UL LI A:hover#privatebanking.current 	{ background: transparent url(../../../PublishingImages/Menu/menu_privatebanking_cur.gif) no-repeat left top; }

/* menu tab off */
#menu UL LI A#privati 							 { width: 146px; background: transparent url(../../../PublishingImages/Menu/menu.png) no-repeat left top; background-position: 0 -552px;}
#menu UL LI A#giovani                { width: 151px; background: transparent url(../../../PublishingImages/Menu/menu.png) no-repeat left top; background-position: 0 -184px;}
#menu UL LI A#smallbusiness          { width: 151px; background: transparent url(../../../PublishingImages/Menu/menu.png) no-repeat left top; background-position: 0 -736px;}
#menu UL LI A#bancadimpresa          { width: 151px; background: transparent url(../../../PublishingImages/Menu/menu.png) no-repeat left top; background-position: 0 0;}
#menu UL LI A#privatebanking    		 { width: 151px; background: transparent url(../../../PublishingImages/Menu/menu.png) no-repeat left top; background-position: 0 -368px;}
/* menu tab on */
#menu UL LI A#privati.current        { background: transparent url(../../../PublishingImages/Menu/menu_privati_cur.gif) no-repeat left top; }
#menu UL LI A:hover#privati          { background-position: 0 -644px; }
#menu UL LI A#giovani.current        { background: transparent url(../../../PublishingImages/Menu/menu_giovani_cur.gif) no-repeat left top; }
#menu UL LI A:hover#giovani          { background-position: 0 -276px; }
#menu UL LI A#smallbusiness.current  { background: transparent url(../../../PublishingImages/Menu/menu_smallbusiness_cur.gif) no-repeat left top; }
#menu UL LI A:hover#smallbusiness    { background-position: 0 -828px; }
#menu UL LI A#bancadimpresa.current  { background: transparent url(../../../PublishingImages/Menu/menu_bancadimpresa_cur.gif) no-repeat left top; }
#menu UL LI A:hover#bancadimpresa    { background-position: 0 -92px; }
#menu UL LI A#privatebanking.current { background: transparent url(../../../PublishingImages/Menu/menu_privatebanking_cur.gif) no-repeat left top; }
#menu UL LI A:hover#privatebanking   { background-position: 0 -460px; }

/* sottomenu */
#submenu {
	margin-top: 8px;
}
#submenu UL LI {
	display: inline;
	padding-right: 10px;
}
#submenu UL LI A {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #284E36;
	padding-right: 30px;
}
#submenu UL LI A:hover {
	color: #9E3039;
}
/* contenuti */
#content {
	float: left;
	width: 960px;
	margin: 0px;
	padding: 0px;
}
#leftcol {
	float: left;
	width: 240px;
	margin: 7px 20px 0px 0px;
	padding: 0px;
}
/* sezione centrale */
#centercol {
	float: left;
	width: 466px;
	margin: 7px 12px 0px 14px;
	padding: 0px;
}
#centercolFrame
{
	margin-left:10px;
	padding: 0px;
}
/* titoli della sezione centrale */
#centercol H2, #centercol H3, #centercol H4 {
	color: #004300;
}
#centercol H2 {
	font-size: 24px;
	margin: 0;
	padding: 20px 0 0 0;
	/*text-transform: capitalize;*/
}
#centercol H3 {
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}
#centercol H4 {
	font-size: 18px;
	margin: 0;
	padding: 10px 0 0 0;
}
#centercol P {
	font-size: 14px;
	margin: 0;
	padding: 10px 0 0 0;
	text-align: justify;
}
#centercol IMG.visual {
	float: left;
	margin-top: 10px;
	margin-right: 20px;
}
#centercol UL {
	list-style: url(../../../PublishingImages/base/arrow_list.gif);
}
#centercol UL LI {
	font-size: 14px;
	/*line-height: 20px;*/
	padding: 1px 0;
	margin: 0;
	text-align: justify;
}
#centercol .paginterna H5 {
	font-size: 17px;
	margin: 0px;
	padding: 0px;
}
#centercol .paginterna P {
	margin: 0;
	padding: 0 0 5px 0;
}
#centercol .paginterna IMG.visual {
	float: left;
	margin: 0px 15px 0px 0px;
	padding: 0px;
}
#centercol .paginterna SPAN {
	float: right;
	display: block;
}
#centercol .paginterna A {
	background: transparent !important;
	margin: 0px !important;
	padding: 0px !important;
	display: inline !important;
}
#centercol .paginterna A:hover {
	background: transparent !important;
}
.informativa
{
	margin-bottom: 8px;
}
.pdf {
	/*margin: 10px 0;*/
	margin: 0px;
	padding: 0;
}
.pdf A, .pdf A:link, .pdf A:visited {
	background: transparent url(../../../PublishingImages/varie/pdf_icon.gif) no-repeat left top;
	text-decoration: underline;
	color: #000;
	padding-left: 20px;
	line-height: 18px;
}
.pdf A:hover, A:hover.pdf {
	background: transparent url(../../../PublishingImages/varie/pdf_icon.gif) no-repeat left top;
	text-decoration: underline;
	color: #9E3039;
	/*padding-left: 20px;*/
}
.calltoaction {
	margin: 0 !important;
	padding: 0 !important;
}
.calltoaction A IMG {
	float: right;
}
DIV.disclaimer {
	border-top: 1px solid #E8EADF;
	/*border-bottom: 1px solid #E8EADF;*/
}
.disclaimer P {
	font-size: 11px !important;
	color: #666;
	padding: 8px 0px !important;
	margin: 0 !important;
	text-align: justify;
}
/* colonna destra */
#rightcol {
	float: right;
	width: 217px;
	margin: 0px;
	padding: 0px;
}
/* piede */
#footerMaster {
	float: left;
	width: 950px;
	font-size: 11px;
	margin: 20px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	border-top: 1px solid #ccc;
}
#footerMaster SPAN {
	color: #999;
}
#leftfooter {
	float: left;
	width: 480px;
}
#rightfooter {
	float: right;
	width: 470px;
}
#rightfooter UL {
	list-style-type: none;
	text-align: right;
	margin: 0px;
	padding: 0px;
}
#rightfooter UL LI {
	display: inline;
	margin: 0px;
	padding: 0px 8px 0px 4px;
	border-right: 1px solid #ccc;
}
#rightfooter UL LI.last {
	border: none;
	padding-right: 0px;
}
#rightfooter UL LI A {
	color: #999;
	text-decoration: underline;
}
#rightfooter UL LI A:hover {
	color: #9E3039;
	text-decoration: underline;
}
/* box */
.box {
	margin: 0px 0px 5px 0px;
}
.box H3 {
	margin: 0px;
	padding: 0px;
}
.box H3 SPAN {
	background: #fff;
	padding: 0px 4px;
}
/* base link box */
.box A {
	display: block;
	width: 100%;
	padding: 3px 0px;
	/*background: url(../../../PublishingImages/base/arrow_link.gif) no-repeat right center;*/
}
.box A:hover {
	display: block;
	width: 100%;
	padding: 3px 0px;
	/*background: url(../../../PublishingImages/base/arrow_link_over.gif) no-repeat right center;*/
	text-decoration: none;
}
.box A SPAN {
	background-color: #fff;
	padding-right: 5px;
}
/* link 3: linea grigia sottile cerchio vuoto */
A.link3,
#centercol A.link3,
.box A.link3 {
	display: block;
	text-align: right;
	margin-top: 4px;
	margin-bottom: 0px;
	padding: 1px 0px;
	background: #fff url(../../../PublishingImages/base/link3.png) no-repeat right 0;
}
A:hover.link3,
#centercol A:hover.link3,
.box A:hover.link3 {
  padding: 1px 0px;
	background-position: right -26px;
}
.box A.link3 B {
	font-weight: normal;
	margin-right: 22px;
	padding-left: 4px;
	background-color: #fff !important;
	color: #000;
}
.box A:hover.link3 B {
	font-weight: normal;
	margin-right: 22px;
	padding-left: 4px;
	background-color: #fff !important;
	color: #9E3039;
}
/* link 4: cerchio verde vuoto a destra */
A.link4,
#centercol A.link4,
A:hover.link4,
#centercol A:hover.link4 
{
	display: inline !important;
	background: none !important;
	margin: 0px;
	padding: 0px;
	color: #9E3039;
	text-decoration: none;
}
A.link4 SPAN,
#centercol A.link4 SPAN, .box A.link4 B {
	display: inline-block !important;
	background: transparent url(../../../PublishingImages/base/arrow_empty.png) no-repeat right 0;
	margin: 0px;
	padding: 2px 20px 0px 0px;
	cursor: pointer;
	color: #000;
	text-decoration: none;
}
A:hover.link4 SPAN,
#centercol A:hover.link4 SPAN {
	display: inline-block !important;
	background-position: right -66px;
	margin: 0px;
	padding: 2px 20px 0px 0px;
	cursor: pointer;
	color: #9E3039;
	text-decoration: none;
}
.alignIE7
{
white-space: nowrap !important;
float: left !important;
margin: 0px 20px 0px 0px;
}
/* banner */
.banner {
	width: 240px;
	height: 105px;
	margin-bottom: 8px;
}
.banner A {
	border: 0;
	display: block;
	width: 240px;
	height: 105px;
	background: none;
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	-khtml-opacity:1.0;
	opacity:1.0;
}
.banner A:hover {
	border: 0;
	display: block;
	width: 240px;
	height: 105px;
	background: none;
	filter:alpha(opacity=85);
	-moz-opacity:0.85;
	-khtml-opacity:0.85;
	opacity:0.85;
}
/* box news */
.news {
	margin-top: 0px!important;
}
#news P {
	font-size: 12px;
}
#news A {
	display: block;
	width: 100%;
	text-align: right;
	margin-bottom: 0px;
	padding: 0px;
	background: url(../../../PublishingImages/base/arrow_link_news.png) no-repeat right 0;
	font-size: 12px;
	color: black;
}
#news A:hover {
	background-position: right -25px;
}
#news A SPAN {
	background-color: #fff;
	padding: 2px 19px 2px 5px;
	background: url(../../../PublishingImages/base/arrow_link_news.png) no-repeat right 2px;
}
#news A:hover SPAN {
	background-position: right -23px;
	color: #9E3039;
	text-decoration: none;
	font-family: arial, helvetica, sans-serif;
}
/* box scopri anche */
#scoprianche UL {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#scoprianche A {
	display: inline;
	text-align: left;
	line-height: 24px;
	font-weight: bold;
	padding-right: 24px;
	background: url(../../../PublishingImages/base/arrow_link_scoprianche.gif) no-repeat right center;
}
#scoprianche A:hover {
	background: url(../../../PublishingImages/base/arrow_link_scoprianche_over.gif) no-repeat right center;
}
/* box di login */
#login {
	width: 217px;
	margin-top: 0px;
}
#logintop {
	width: 217px;
	height: 22px;
	margin: 0px;
	padding: 0px;
	background: transparent url(../../../Privati/PublishingImages/login/logintop.gif) no-repeat left top;
}
#logintop H2 {
	text-align: right;
	font-size: 14px;
	margin: 0px;
	padding: 1px 8px 0px 0px;
}
#logintopsmall {
	width: 217px;
	height: 22px;
	margin: 0px;
	padding: 0px;
	background: transparent url(../../../Privati/PublishingImages/login/logintopsmall.gif) no-repeat left top;
}
#logintopsmall H2 {
	text-align: right;
	font-size: 14px;
	margin: 0px;
	padding: 1px 8px 0px 0px;
}
#logincontent {
	background-color: #EEECEA;
	padding: 5px 5px 0px 5px;
}
#logincontent .riga1 {
	display: block;
	width: 200px;
	margin: 10px 0px 5px 0px;
	padding: 0px;
}
#logincontent .riga2 {
	display: block;
	width: 200px;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}
#logincontent INPUT {
	width: 136px;
	margin: 0px;
	padding: 0px;
	background: #fff;
	border: 2px solid #E7E5E2;
}
#logincontent span.loginbutton A{
	display: block;
	width: 200px;
	margin: 0px;
	padding: 0px;
	height: 2px;
}
#logincontent span.loginbutton IMG {
	width: 61px;
	height: 16px;
	margin: 0px 4px 0px 0px;
	padding: 0px;
	float: right;
	background: none;
}
.label {
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
}
.input {
	display: block;
	width: 136px;
	float: right;
}
#loginbottom {
	width: 217px;
	height: 10px;
	margin: 0px;
	padding: 0px;
	background: transparent url(../../../Privati/PublishingImages/login/loginbottom.gif) no-repeat left top;
}
/* login pagine interne */
#loginsmall {
	width: 217px;
	height: 20px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background: transparent url(../../../PublishingImages/box/login/login_internal_bg.gif) no-repeat left top;
}
#loginsmall A {
	text-align: left;
	font-size: 14px;
	line-height: 20px;
	margin: 0px;
	padding: 0px;
	background: none;
	cursor: pointer;
}
#loginsmall H2 {
	width: 187px;
	height: 20px;
	margin: 0px;
	padding: 0px 0px 0px 27px;
	text-align: left;
	font-size: 14px;
	line-height: 20px;
	color: black;
}
#loginsmall H2:hover{
	color: #9E3039;
}
.loginsmallfont A H2
{
	font-size: 13px !important;
}
A.forminvia {
	display: block;
	width: 48px;
	height: 15px;
	float: right;
	margin: 5px 0px 0px 0px;
	padding: 0px;
	background: none !important;
}
A:hover.forminvia {
	display: block;
	width: 48px;
	height: 15px;
	float: right;
	margin: 5px 0px 0px 0px;
	padding: 0px;
	background: none !important;
}
/* -- banner --*/
#banner1, #banner2 {
	width: 240px;
	height: 105px;
	margin: 0px;
	padding: 0px;
}
/* altro */
.clear {
	clear: both;
	width: 0px;
	height: 0px;
	margin: 0px;
	padding: 0px;
}
.noprint {
	margin: 0px;
	padding: 0px;
	background: none;
}
#centercol TABLE.dati TH {
	text-align: center;
	color: #6D7D87;
	font-size: 13px;
	font-weight: bold;
	padding: 6px 4px;
	vertical-align: top;
	border-right: 1px solid #FFF;
	background-color: #efefef;
}
#centercol TABLE.dati TD {
	text-align: right;
	font-size: 13px;
	padding: 6px 4px;
	vertical-align: top;
	border-bottom: 1px solid #E8EADF;
}
#centercol TABLE.dati TD SPAN{
	font-size: 11px;
}
#centercol TABLE.dati TH SPAN {
	font-size: 11px;
	font-weight: normal;
	white-space: nowrap;
}
#centercol TABLE.dati TD.dida {
	text-align: right;
	font-size: 11px;
	color: #6D7D87;
	padding: 6px 0px;
	vertical-align: top;
	border-left: 1px solid #E8EADF;
	border-bottom: none;
}
#centercol TABLE.dati TD.empty {
	border: none;
}
TABLE.daticredem TH {
	text-align: left;
	color: #004300;
	font-size: 14px;
	font-weight: bold;
	padding: 4px 0px 4px 6px;
	border-bottom: 1px solid #E8EADF;
	border-left: 1px solid #E8EADF;
}
TABLE.daticredem TD {
	font-size: 13px;
	font-weight: bold;
	padding: 4px 0px 4px 6px;
	border-left: 1px solid #E8EADF;
	color: #000;
}
.utlimidocLabel
{
	color: #284E36;
	font-weight: bold;
}
.ultimistudiLabel
{
	color: #284E36;
	font-weight: bold;
}
/* elementi nascosti in screen view */
.printonly, .hide { display: none; }
/* linea customizzata per le linee delle viste che utilizzano una group by */
.alink span:hover
{
	color: #9E3039; 
}
.alink span
{
	color: #000;
	text-decoration: underline;	
}
.alinkunder{
	background-image: none;
}
.alinkunder span
{
	color: #000;
	text-decoration: underline;
}
.alinkunder span:hover
{
	color: #9E3039; 
}
#boxinfo, #ultimidoc
{
	display: none;
}
.ms-WPBody td
{
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
}
.search
{
	margin: 0px;
}
#customContent
{
	padding: 10px 5px 10px 0px;
}
.mainContainer
{
	margin-left: 0px;
	margin-right: 0px;
}
.nobg
{
	background-color: #fff !important;
}
.withbg
{
	background-color: #efefef;
}
.classBR
{
}
#customlogin
{
	float: right;
}
.alignLeft
{
	text-align: left !important;
}
SELECT
{
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
}
.widthextend
{
	width: 100% !important;
}
#prospetti
{
	margin-left: 10px;
}
.prospettiForms
{
	width: 100% !important;
}
.prospettiAll
{
	width: 100% !important;
	margin-left: 10px;
}
.textareaForms {
	margin: 0px;
	width: 99%;
	height: 60px;
	background: #fff;
	border: 1px solid #aeaeae;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
}
.ricercaFilialiPopup, .detectBrowserPopup, .genericbox
{
	background: transparent url('../../../PublishingImages/box/webpartbody_left.gif') no-repeat left bottom;
}
.boxinfo
{
	width: 196px;
}
.boxinfo tr td span
{
	margin-left: 3px;
}
.boxinfo tr td img
{
	padding-bottom: 2px;
}

/* menu tab generico */
#tabs_gen {height: 37px;margin: 0px;font-family: Arial, sans serif; font-size:12px;font-weight:bold;font-variant:uppercase;text-align:center;}
#tabs_gen UL {list-style-type:none;list-style-image:none;margin:0px;padding:0px;margin-left:15px;}
#tabs_gen UL LI {margin: 0px;border:0px;float:left;}


#tabs_gen UL LI A						{display:inline-block;height:30px;margin:0px; padding:15px 0px 0px 0px;margin-left:-1px;padding-left:-1px;text-decoration:none;}
#tabs_gen UL LI A.tab 					{ width: 144px; background: transparent url(../../../PublishingImages/varie/tabs_general.gif) no-repeat -1px -95px;color:#828d94 }
#tabs_gen UL LI A.tab.current			{ background: transparent url(../../../PublishingImages/varie/tabs_general.gif) no-repeat -1px 0;padding-top:10px;color:#336933; }
#tabs_gen UL LI A:hover.tab				{ background: transparent url(../../../PublishingImages/varie/tabs_general.gif) no-repeat -1px -48px;color:#9e3039; }
#tabs_gen UL LI A:hover.tab.current 	{ background: transparent url(../../../PublishingImages/varie/tabs_general.gif) no-repeat -1px 0;color:#336933; }
#tabs_gen UL LI A#credemrule 				{ width: 165px; background: transparent url(../../../PublishingImages/varie/tabs_general.gif) no-repeat 0 -283px; }
#tabs_gen UL LI A#credemrule.current		{ background: transparent url(../../../PublishingImages/varie/tabs_general.gif) no-repeat 0 -283px; }
#tabs_gen UL LI A:hover#credemrule			{ background: transparent url(../../../PublishingImages/varie/tabs_general.gif) no-repeat 0 -283px; }
#tabs_gen UL LI A:hover#credemrule.current 	{ background: transparent url(../../../PublishingImages/varie/tabs_general.gif) no-repeat 0 -283px; }

/* pulsante Mobile in home page*/
#pulsMobile { width: 217px;height: 28px;margin: 0px 0px 0px 0px;padding: 0px;background: transparent url(../../../PublishingImages/box/login/pulsante_mobile.gif) no-repeat left top;}
#pulsMobile A { text-align: left;font-size: 12px;line-height: 20px;margin: 0px;padding: 0px;background: none;cursor: pointer;text-decoration:none;color:#66757e;background:url(../../../PublishingImages/box/login/freccia_dx.gif) no-repeat 188px 6px}
#pulsMobile H2 {width: 187px;height: 28px;margin: 0px;padding: 5px 0px 0px 35px;text-align: left;font-size: 12px;line-height: 20px;color: black;color:#66757e}
#pulsMobile H2:hover{color: #9E3039;text-decoration:none}
#pulsMobile A:hover {background-image:url('../../../PublishingImages/box/login/freccia_dx_hover.gif');color: #9E3039}
