body {
	font-family: 'Arial', 'Helvetica CE', Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	/* background: url('../../pics/my/gradient-background.gif') repeat-y top #D5D5D5; */
	background: #005e84;
	line-height: 1.6;
}

h1 {
	font-family: 'Rosario', Tahoma, sans-serif;
	font-weight: normal;
	font-size: 250%;
	padding: 10px 24px;
	margin: 0;
	color:#036;
}

h1 a {
	color: white;
	text-decoration: none;
}

h1 img {
	vertical-align: middle;

}


a {
	color: #2f497d;
}

#langPanel {
	position: absolute;
	right: 22px;
	bottom: 10px;
	color: white;
	font-size: 90%;
}

#langPanel a img {
	vertical-align: middle;
	margin-left: 8px;
	border: 1px solid silver;
}

#bodyHelper {
	/* width: 1100px; */
	width: 100%!important;
	margin: 0 auto;
}

#bgHelper {
}

#header {
	border: 0;
	/* background: #90AFC6; */
	background: url('../../pics/w3pics/stripes.png') top left no-repeat #009ddc;
	position: relative;
}

#header h1 {
	padding: 0px 0px 35px 20px;
}

#header p.companyDetail {
	float: right;
}



#nav ul {
	height: 2.3em;
	list-style: none;
	margin: 0;
	-webkit-padding-start: 0;
	/* width: 100% !important; */
	margin-left: 64px;
	margin-top: -25px;

}
#nav ul li {
	float: left;
}
#nav ul li a {
	padding: 0.4em 13px;
	display: block;
	color: white;
	border-right: 1px solid white;
	text-decoration: none;
}

#nav ul li:last-child a {
	padding: 0.4em 13px;
	display: block;
	color: white;
	border-right: 0px;
	text-decoration: none;
}


#languagePanel {
	font-weight: bold;
	font-size: 90%;
	padding: 3px 10px;
	background: rgb(240, 240, 240);
	color: gray;
}

#languagePanelMenu {
	border: 1px solid silver;
	padding: 2px 7px;
	display: none;
	background: white;
}

#languagePanelMenu a {
	display: block;
	color: #2f497d;
}

#languagePanelMenu a:hover {
	font-weight: bold;
}

#myBellaDatiPanel {
	text-decoration: none;
	position: absolute;
	right: 3px;
	font-weight: bold;
	font-size: 90%;
	background: silver;
	top: 0;
	padding: 3px 10px;
	background: rgb(240, 240, 240);
	color: gray;
}

#myBellaDatiPanel :hover {
	text-decoration: underline;
}

#userDetail {
	float: right;
	padding: 27px 20px 10px 0px;
	text-align: right;
}

#userDetail, #userDetail a {
	color: #fff;	
}

#userDetail img {
	margin-right: 8px;
}

#userDetail .company {
	font-size: 140%;
	font-family: Tahoma, Geneva, 'Lucida Sans Unicode', 'Lucida Grande',
		'MS Sans Serif', sans-serif;
}

#userDetail a.logout {
	margin-left: 10px;
	color: gray;
	font-size: 90%;
}

#userDetail .user {
	margin-top: 5px;
}

#userDetail .lang {
	margin-top: 10px;
	font-size: 90%;
}

#breadcrumbs {
	float: left;
	clear: both;
}

#breadcrumbs li {
	float: left;
	padding-left: 20px;
	background: red;
}

#content {
	min-height: 350px;
	background: white;
	/* width: 1066px; */
	min-width: 1066px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

#contentPadding {
	/* padding: 30px; */
	padding: 20px;
	padding-top:15px;
}

.sideCol {
	width: 170px;
	float: left;
	margin-left: 70px;
	position: relative;
}

.sideCol h2 img {
	position: absolute;
	left: -60px;
	top: 5px;
}

h1, h2, h3, h4, h5 {
	color: #036;
}

.sideCol p {
	line-height: 1.4;
	color: gray;
}

.contentCol {
	width: 750px;
	float: right;
}

h2 {
	font-family: 'Mako', 'Lucida Sans', Tahoma, sans-serif;
	
	font-weight: normal;
	font-size: 180%;
	margin-top: 16px;
	line-height: 1.1;
	margin-bottom: 1em;
}
h2 a {
	text-decoration: none;
}
h2 a:hover {
	text-decoration: underline;
}

#w3footer {
	padding: 5px 20px;
}

#footer {
	clear: both;
	color: silver;
	/* padding: 14px 20px; */
	font-size: 90%;
	text-align: left;
	/* height: 20px; */
	margin: 0 auto;
	/* background: #395163; */
	background: #005e84;
}

#footer a {
	color: rgb(220, 220, 220);
}

#footer a:hover {
	color: white;
}

#footerTerms {
	float: right;
}

#footerTerms a {
	padding-left: 14px;
}

#footerTerms a img {
	vertical-align: text-bottom;
	border-bottom: 1px solid rgb(220, 220, 220);
}

/* Forms */
div.t-error {
	border: 0;
	margin-top: 15px;
}

div.t-error div {
	display: none;
}

div.t-error ul {
	list-style-image: url('../../pics/mybelladati/formError.gif');
}

div.t-error ul li {
	padding-bottom: 8px;
}

form table.layouter {
	border: 0;
	background: none !important;
	margin: 8px 0 15px;
}

form table.layouter td,table.layouter th {
	border: 0;
	text-align: left;
}

form table.layouter th {
	padding: 10px 10px;
}

form table.layouter td {
	padding: 1px 10px;
	vertical-align: middle;
}

fieldset.sendPanel {
	margin-top: 30px !important;
}

/* Popup layout */
.t_popupLayout {
	background: white;
}

h2.t_popupLayoutTitle {
	/* background: #90afc6; */
	background: #009ddc;
	/* 	padding: 14px 0 10px 20px; */
	padding: 10px 0 10px 10px;
	font-size: 150% !important;
	margin: 0;
	color: white;
}

.t_popupLayoutTitleBgHelper {
	
}

.t_popupLayoutBody {
	padding-right: 15px;
	background: url('../../pics/bg/bg_right.png') no-repeat right bottom;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-bottom-left-radius: 8px;
}

.t_popupLayoutBodyBgHelper {
	padding: 15px 0 15px 15px;
	background: url('../../pics/bg/bg_left.png') no-repeat left bottom;
}

.t_popupLayoutBody form {
	margin: 0 !important;
	padding: 0 !important;
}

.t_popupLayoutCloser {
	float: right;
	cursor: pointer;
	font-size: 150%;
	line-height: 70%;
	text-decoration: none;
	color: white !important;
	margin-right: 12px;
}

.t_popupLayoutCloser:hover {
	color: white !important;
}

p {
	margin-bottom: 0.8em;
}

h3.sectionTitle {
	border-bottom: 1px solid silver;
	font-family: Tahoma, Geneva, 'Lucida Sans Unicode', 'Lucida Grande',
		'MS Sans Serif', sans-serif;
	font-weight: normal;
	font-size: 160%;
	padding-bottom: 3px;
	margin: 2em 0 1em;
}

table.list {
	width: 100%;
	border: 1px solid #c9c9c9;
}

table.list th,table.list td {
	border-bottom: 1px solid #c9c9c9;
	border-right: 1px solid #c9c9c9;
}

table.list th {
	background-color: #e9e9e9;
	text-align: center;
	font-style: italic;
}

table.list td {
	padding-left: 5px;
	padding-right: 5px;
}

table.detail {
	width: 40em;
	margin-bottom: 1.8em;
	margin-right: 5px;
	border: 1px solid #c9c9c9;
}

.t_popupLayout table.detail {
	width: 100%;
}

table.detail th,table.detail td {
	vertical-align: middle;
	border-bottom: 1px solid #c9c9c9;
}

table.detail th {
	vertical-align: top;
	background-color: #d9d9d9;
	padding-left: 5px;
}

table.detail td {
	padding-left: 5px;
}

.addLink {
	padding-left: 20px;
	background: url('../../pics/mybelladati/add.gif') no-repeat left;
}

.editLink {
	padding-left: 20px;
	background: url('../../pics/mybelladati/edit.gif') no-repeat left;
}

.removeLink {
	padding-left: 20px;
	background: url('../../pics/mybelladati/remove.gif') no-repeat left;
}

.actionsMenu {
	height: 2em;
	margin-top: 10px;
}

.actionsMenu li {
	float: left;
	margin-right: 20px;
}

.contactType {
	background: #22355c;
	color: white;
	padding: 3px 8px;
	margin-top: 25px;
}

table.purchaseHeader {
	background: white;
	line-height: 1.6;
	margin: 0;
	cursor: pointer;
	border-top: 1px solid silver;
	border-right: 1px solid gray;
	border-left: 1px solid silver;
	background: rgb(240, 240, 240);
	width: 100%;
	text-align: left;
}

.purchaseHeader td h3 {
	margin: 0;
}

.purchaseHeaderAction {
	width: 10em;
}

.purchaseActions {
	font-size: 90%;
	width: 13em;
	padding-left: 10px;
}

.purchaseValidity {
	width: 10em;
	font-size: 90%;
}

.purchaseActions a {
	font-weight: bold;
}

table.purchaseList {
	width: 100%;
	background: rgb(240, 240, 240);
	border-right: 1px solid gray;
	border-left: 1px solid silver;
	margin-bottom: 1.2em;
}

table.purchaseList th {
	width: 15em;
}

table.purchaseList td,table.purchaseList th {
	padding: 2px 6px;
	border-bottom: 1px solid silver;
	font-size: 90%;
}

div.t-data-grid {
	font-family: inherit;
}

table.t-data-grid th,table.t-data-grid td {
	padding: 4px 6px !important;
	border: 0;
}

.t-data-grid th {
	background: #22355c;
	font-weight: bold;
}

.tariffBox {
	border-bottom: 1px solid silver;
	padding: 9px 0;
}

.tariffBox h3 {
	margin: 0 0 4px;
}

.tariffDescription {
	margin-left: 25px;
}

.tariffBox .pricing {
	float: right;
}

.statusDiscarded,.active,.expired,.evaulation {
	padding: 0 4px;
	margin-right: 10px;
	width: 10em;
	float: left;
	display: block;
	font-weight: bold;
}

.statusDiscarded {
	color: silver;
}

.active {
	color: #8ce229;
}

.expired {
	color: #f40a0a;
}

.evaulation {
	background: #ffba15;
}

.help {
	color: rgb(70, 70, 70);
	margin-bottom: 1.2em;
}

.demoVersion {
	background: #cef3ff;
	padding: 12px 8px;
	color: black;
}

.demoSelectNext {
	float: left;
	width: 50px;
	cursor: pointer;
	background: url("../../pics/belladati/demoNext.gif") no-repeat center;
}

.demoSelectPrevious {
	float: left;
	width: 50px;
	cursor: pointer;
	background: url("../../pics/belladati/demoPrevious.gif") no-repeat
		center;
}

.disNext {
	cursor: inherit;
	background: url("../../pics/belladati/demoNextDis.gif") no-repeat center
		;
}

.disPrevious {
	cursor: inherit;
	background: url("../../pics/belladati/demoPreviousDis.gif") no-repeat
		center;
}

.demoSelect,.demoSelectPrevious,.demoSelectNext {
	height: 8em;
}

.demoSelect table {
	height: 10em;
}

.demoSelect {
	float: left;
	position: relative;
	overflow: hidden;
}

.demoSelect td {
	vertical-align: middle;
}

.demoSelectContents {
	width: 3000px;
	font-size: 90%;
}

.demoSelect,.demoSelectContents div {
	width: 552px;
}

.demoSelectContents div {
	float: left;
}

.demoSelectContents img {
	margin-right: 15px;
}

.demoSelectPadding {
	padding: 0 0;
}

.demoSelectPadding h3 {
	margin-top: 0;
}

.myBellaDatiPopupMenu {
	display: none;
	/* background: #537b99; */
	background: #009ddc;
	width: 20em;
	padding: 5px 10px;
}
.myBellaDatiPopupMenu a {
	color: white;
	text-decoration: none;
	padding: 0;
}
.myBellaDatiPopupMenu a:hover {
	text-decoration: underline;	
}


.unpaidInvoiceRow {
	background: #ffcbbb;
}

.invoiceLink {
	background: url('../../pics/pdf.gif') no-repeat left;
	padding-left: 20px;
}

.payDetailsTable {
	width: 100%;
	border: 1px solid red;
	padding: 8px 10px 4px;
	margin-bottom: 10px;
}

.payDetailsTable th {
	padding-right: 10px;
}

.downloadList {
	
}

.downloadListItem {
	border: 1px solid silver;
	margin-bottom: 1em;
}

.downloadLinks {
	float: right;
	margin-top: 8px;
	margin-right: 14px;
	font-size: 90%;
}

.downloadLink {
	background: #8fe321;
	font-weight: bold;
	font-size: 120%;
	color: black;
	padding: 2px 14px;
	margin: 3px 0;
	text-decoration: none;
	border: 1px solid yellow;
	border-top-color: #ccff89;
	border-left-color: #ccff89;
	border-right-color: #67a309;
	border-bottom-color: #67a309;
	text-shadow: 1px 1px #ccff89;
	border-radius: 12px;
	float: left;
}

.downloadListItem .downloadLink {
	float: right;
	display: block;
	font-size: 150%;
	margin-right: 10px;
}

.downloadLink:hover {
	background: #b3ff51;
}

.downloadListItem h3 {
	padding: 4px 8px;
	border: 0 !important;
	background: rgb(245, 245, 245);
}

p.downloadDoc {
	padding-left: 30px;
	color: gray;
	font-size: 90%;
}

p.downloadDescription {
	padding-left: 30px;
	font-size: 90%;
	margin-bottom: 3px;
}

.archiveDoc {
	color: gray;
	font-size: 90%;
	margin-bottom: 0;
}

.downloadVersionHeader {
	border-bottom: 1px solid silver;
	font-size: 170%;
	font-weight: bold;
	font-style: italic;
	padding-top: 8px;
}

.latestDownloadItem {
	margin-bottom: 1em;
}

.latestDownloadItem h3 img {
	vertical-align: middle;
}

.myBellaDatiIndexPage {
	width: 100%;
	margin: 30px auto;
}

.myBellaDatiIndexPage h2 {
	margin: 0 !important;
	padding-top: 1em;
}

.myBellaDatiIndexPage td {
	padding: 15px 10px 80px;
}

.myBellaDatiIndexPage td img {
	float: left;
	vertical-align: middle;
	margin-right: 1em;
}

#myBellaDatiWhyCaption {
	font-size: 140%;
}

#myBellaDatiWhy {
	font-size: 110%;
	list-style: square;
	margin-left: 2em;
	margin-bottom: 1em;
}

#myBellaDatiCreateAccount {
	font-weight: bold;
}

/*belladati registration*/
.formFrame h2 {
	background: url('../../pics/belladati/regPoint.png') no-repeat left top;
	width: 48px;
	height: 48px;
	line-height: 48px;
	text-align: center;
}





.leftCol {
	float: left;
	width: 49%;
}
.rightCol {
	float: right;
	width: 49%;
}

.helpBox {
	margin: 0 0 10px 50px;	
	padding-right: 40px;
}

.helpBox h2 {
	padding-top: 0.6em !important;
	position: relative;	
}
.helpBox h2 img {
	left: -50px;
	top: 12px;
	position: absolute;		
}
ul.chapterList {
	font-size: 140%;
	font-weight: normal;
	margin-bottom: 20px;
	font-family: Tahoma, Geneva, 'Lucida Sans Unicode', 'Lucida Grande', 'MS Sans Serif', sans-serif;
}
ul.chapterList li {
	background: url('../../pics/support/goto.gif') no-repeat left;
	padding-left: 25px;
	margin-bottom: 0.8em;
}
ul.productChapterList {
	margin-left: 40px;
}
img.inline {
	vertical-align: text-bottom;
	margin-right: 5px;
}
img.productLogo {
	vertical-align: middle;
	margin-right: 15px;		
}


ul.list {
 	list-style: square;
	margin-left: 40px;
	margin-bottom: 1em;
}

.contactFrame {
	padding: 10px 14px;
	background: #d6fc94;
	float: right;
	margin-left: 14px;
	margin-bottom: 14px;
}

.partnerIndexFrame {
	padding: 10px 14px;
	background: #d6fc94;
	margin-bottom: 1.5em;
	font-size: 160%;
}