﻿body#extranet {
	background: #ecebe7 url('../tmp/bg_body_ribo.jpg') repeat-x;
}
.hidden {
	display: none;
}
.show {
	display: block;
}
#content2 {
	float: left;
	width: 500px;
	margin-top: 12px;
	padding-bottom: 2em;
}

ul.MenuInt {
padding-top:20px;
	font-size: 12px;
}


body#extranet #content h3 {
	/*margin-bottom: 0;*/
   margin-bottom: 48px;
	color: #FF6937;
}
body#extranet .avviso {
	color: #0058B0;
	font-weight: bold;
	border-style: dotted;
	border-width: 1px;
	border-color: #FFFFFF;
	padding: 5px;
	font-size: 100%;
	background: #F3F3F1;
}
.login_status {
	position: absolute;
	top: 8px;
	right: 0;
	font-size: 11px;
	color: #FFFFFF;
}
.login_name {
	font-weight: bold;
	text-transform: uppercase;
}
body#extranet #content h4 {
	color: #3F4D56;
	font-size: 15px;
	font-weight: bold;
	font-family: "Lucida Grande", Arial, Helvetica, Verdana, Tahoma, sans-serif;
}
body#extranet #content h4 b {
	margin-right: 5px;
	color: #84AC26;
	font-size: 1.3636em;
}
body#extranet #content h4 strong {
	margin-right: 5px;
	color: #84AC26;
	font-size: 1.3636em;
}
body#extranet #content img {
	padding: 2px;
	border: 6px #DCE0D5 solid;
	background: #CBCEC2;
}
body#extranet #content .button {
	display: inline; /* IE6 double margin float bug hack */;
	float: left;
	margin-left: 10px;
	background: url('../images/bg_clients_button_p.gif') no-repeat right top;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: lowercase;
}
body#extranet #content .button a {
	display: block;
	float: left;
	height: 18px;
	padding: 6px 12px 0;
	background: url('../images/bg_clients_button_a.gif') no-repeat left top;
	color: #FFF;
	text-decoration: none;
}
body#extranet #content .pagination {
	display: inline; /* IE6 double margin float bug hack */;
	float: right;
	margin: 5px 32px 0 0;
	color: #899EAC;
	font-size: 1.1em;
	font-weight: bold;
}
body#extranet #content .pagination a {
	margin: 0 3px;
	color: #3F4D56;
	text-decoration: none;
}
body#extranet #content .pagination a.previous {
	padding-left: 16px;
	background: url('../images/bg_pagination_previous.gif') no-repeat left bottom;
}
body#extranet #content .pagination a.next {
	padding-right: 16px;
	background: url('../images/bg_pagination_next.gif') no-repeat right bottom;
}
body#extranet #content #client-text {
	position: relative;
	width: 539px;
	margin: 17px 0 0 14px;
}
body#extranet #content #client-text h5 {
	margin-bottom: .75em;
	padding-bottom: 10px;
	border-bottom: 1px solid #CBCEC2;
	color: #3F4D56;
	font-size: 1.2em;
}
body#extranet #content #client-text p.features {
	position: absolute;
	top: 0;
	right: 0;
	padding-left: 15px;
	background: url('../images/bg_features.gif') no-repeat;
	color: #3F4D56;
	font-size: 1.1em;
}
body#extranet .data {
	color: #CC3300;
	font-size: 10px;
	font-weight: bold;
	text-transform: none;
	font-style: normal;
}
/* ------------------ account --------------- */
body#account  {
	font-family: "Lucida Grande", Arial, Helvetica, Verdana, Tahoma, sans-serif;
	font: 12px;
	background-color: #ecebe7;
	color: #3F4D56;
}
body#account #content textarea {
	border-style: solid;
	border-width: 1px;
	border-color: #DDDFD5;
	font-size: 14px;
	color: #335980;
}
body#account #content  input {
	border-style: solid;
	border-width: 1px;
	border-color: #DDDFD5;
	font-size: 15px;
	color: #335980;
}
body#account #content select {
	border-style: solid;
	border-width: 1px;
	border-color: #DDDFD5;
	font-size: 14px;
	color: #335980;
}
.TABLETAB {
	font: 12px ;
}

.tabletab td.TDData {
	wrap:no-wrap;
	width:120px;
}
#login {
	margin-left: 20px;
}



body#extranet #sidebar #subnav li.current a {
	display: block;
	border-bottom: 1px solid #fff;
	color: #003366;
	height: 16px;
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 30px;

   /*height: 0;
      padding: 0;
      background: none;*/
}
body#extranet #sidebar #subnav li.current a:hover {
	background: #EBECE6;
	display: block;
	text-decoration: none;
	color: #335980;
}
