/* CSS Custom */
/* 2023: CSS simile al sito Rheavendors */
.login-form {
	width: 340px;
	margin: 25px auto;
}

.login-form h2 {
	font-size: 2.5rem;
	color: #767574;
	font-weight: normal;
}

.login-form label {
	color: #737373;
	font-weight: normal;
}

.login-form a {
	font-weight: bold;
}

.login-form a:hover { 
	font-weight: bold;
	color: #737373;
	font-weight: bold;
} 

.login-form input { 
	border: 1px solid #737373 !important;
	border-radius: 3px;
}

.login-form button { 
	background: transparent;
	border: 1px solid #737373;
}
/*
DEFINIRE LE SEGUENTI CLASSI:
main
LeftColumn
CentralColumn
RightColumn
Header
Footer
ViewPane
Body
SearchPane
NewsPane
Banner
SpotPane
RelatedLinks
ActionBar
Sametime
viewPreview
*/
BODY {
	background-color: #FFFFFF;
	background-image: url('/appl/home.nsf/0/FD49E1165AD6FFC3C12589D7004595B1/$FILE/rheavendors_background.png');
	background-repeat: no-repeat;
	background-attachment: scroll;
}
A {
	font-family: Roboto,sans-serif;	
	font-size: 14px;
	color: #737373;
	text-decoration: underline;
}
.main {
	position: relative;
	top: 0px;
	left: 0px;
	margin-left:auto;
	margin-right:auto;
	width: 100%;
}
table#mainTable {
	margin-left:auto;
	margin-right:auto;
	width: 100%;
}
.LeftColumn { 
	width: 0%;
	background-color: #;
}
.CentralColumn {
	width: 100%;
	background-color: #;
}
.RightColumn {
	width: 0%;
	background-color: #;
}
.Header {
	font-family: Roboto,sans-serif;	
	font-size: 15px;
}
.TopBar {
	width:100%;
}
.TopBar A {
	font-family: Roboto,sans-serif;	
	font-size: 14px;
	color: #737373;
}
.TopBar TABLE {
	padding-bottom:1px;
}
.TopBar TD {
	font-family: Roboto,sans-serif;
	font-size: 14px;
	color: #000000;
	white-space: nowrap;
	padding-left:1px;
	padding-right:1px;
}
.TopBar INPUT {
	font-size:14px;
}
.Footer {
	padding-top:1px;
	font-family: Roboto,sans-serif;
	font-size:14px;
	color:#black;
	background-color: #FFFFFF;
}
.Footer font {
	font-family: Roboto,sans-serif;
	font-size:14px;
}
.Footer A {
	font-size: 14px;
	color: #737373;
}
.ViewPane {
	font-family: Roboto,sans-serif;
}
.ViewPane P {
	font-weight: bold;
	margin-bottom:1px;
}
.ViewPane TABLE {
	width: 100%;
	border: 0px solid #C8C8C8;
	margin-bottom:1px;
}
.ViewPane TH {
	font-size: 14px;
	color: #white;
	background: #FF8100 none no-repeat;
}
.ViewPane TD {
	font-size: 14px;
	color: #black;
	background: #white none no-repeat;
}
.ViewPane UL {
	margin:0px;
	padding-left:0px;
	list-style-position:inside;
}
.ViewPane LI {
	list-style-type: disc;
	list-style-image: url();
}
.ViewPane A {
	font-size: 14px;
	color: #737373;
	margin-left:1px;
}
.viewPreview {
	font-family: Roboto,sans-serif;
}
.viewPreview TABLE {
	width: 100%;
	border: 0;
	border-bottom: #FF8100 1px solid;
}
.viewPreview TH {
	font-size: 14px;
	color: #black;
	background-color: #white;
	border-bottom: #FF8100 1px solid;
}
.viewPreview TD {
	font-size: 14px;
	color: #black;
	background-color: #white;
}
.ViewList {
	font-family: Roboto,sans-serif;
	border: 0px solid #C8C8C8;
}
.ViewList A {
	font-family: Roboto,sans-serif;	
	font-size: 14px;
	color: #737373;
}
.ViewList TD {
	font-size: 14px;
	padding-left:1px;
	padding-right:1px;
}
.Body {
	border: 0px solid #C8C8C8;
	margin-bottom:1px;
	background-color: #white;
}
/* Gestione della forzatura del font */
.Body FONT {
	font-family: Roboto, sans-serif;
	font-size: 14px;
}
.Body H1 {	
	font-size: 14px;
	color: #white;
	background-color: #blue;
}
.Body TH {
	/* Gestione della forzatura del font */
	font-family: Roboto, sans-serif;
	font-size: 14px;
	color: #white;
	/* background-color: #blue; NASCONDO IL BACKGROUND COLOR DELLE CELLE PER FARLE IMPOSTARE DA NOTES */
}
.Body TD {	
	/* Gestione della forzatura del font */
	font-family: Roboto, sans-serif;
	font-size: 14px;
	color: #black;
	/* background-color: #white; NASCONDO IL BACKGROUND COLOR DELLE CELLE PER FARLE IMPOSTARE DA NOTES */
	padding:1px;
}
.Body INPUT,TEXTAREA,SELECT {
	font-family: Roboto,sans-serif;	
	font-size: 14px;
	color: #black;
	border: 1px solid black;
}
/* Gestione della forzatura del font */
.Body A {
	font-size: 14px;
	color: #737373;
}
.Body LI {
	list-style-type: disc;
	list-style-image: url();
}
.NewsPane {
	font-family: Roboto,sans-serif;
}
.NewsPane TABLE {
	width: 100%;
	border: 0px solid #C8C8C8;
	margin-bottom:1px;
}
.NewsPane TH {	
	font-size: 14px;
	color: #white;
	background:  #blue none no-repeat;
}
.NewsPane TD {
	font-size: 14px;
	color: #black;
	background:  #white none no-repeat;
}
.NewsPane A {
	font-size: 14px;
	color: #737373;
}
.SpotPane {
	font-family: Roboto,sans-serif;
}
.SpotPane P {
	font-weight: bold;
	margin-top:1px;
}
.SpotPane TABLE {
	width: 100%;
	border: 0px solid #C8C8C8;
	margin-bottom:1px;
}
.SpotPane TH {
	font-size: 14px;
	color: #white;
	background:  #FF8100 none no-repeat;
}
.SpotPane TD {
	font-size: 14px;
	color: #black;
	background:  #white none no-repeat;
}
.SpotPane A {
	font-size: 14px;
	color: #737373;
}
.SpotPane UL {
	margin:0px;
	padding-left:0px;
	list-style-position:inside;
}
.SpotPane LI {
	list-style-type: disc;
	list-style-image: url();
}
.Banner {
	font-family: Roboto,sans-serif;
}
.Banner P {
	font-weight: bold;
	margin-top:1px;
}
.Banner TABLE {
	width: 100%;
	border: 0px solid #C8C8C8;
	margin-bottom:1px;
	margin-right:1px;
}
.Banner TH {
	font-size: 14px;
	color: #white;
	background:  #blue none no-repeat;
}
.Banner TD {
	font-size: 14px;
	color: #black;
	background:  #white none no-repeat;
}
.Banner A {
	font-size: 14px;
	color: #737373;
}
.SearchPane {
	font-family: Roboto,sans-serif;
}
.SearchPane TABLE {
	width: 100%;
	border: 0px solid #C8C8C8;
	margin-bottom:1px;
}
.SearchPane TH {
	font-size: 14px;
	color: #white;
	background:  #FF421E none no-repeat;
}
.SearchPane TD {
	font-size: 14px;
	color: #black;
	background:  #white none no-repeat;
}
.SearchPane INPUT {
	font-family: Roboto,sans-serif;	
	font-size: 14px;
}
.RelatedLinks {
	font-family: Roboto,sans-serif;
}
.RelatedLinks P {
	font-weight: bold;
	margin-top:1px;
}
.RelatedLinks TABLE {
	width: 100%;
	border: 0px solid #C8C8C8;
	margin-bottom:1px;
}
.RelatedLinks TH {
	font-size: 14px;
	color: #white;
	background:  #blue none no-repeat;
}
.RelatedLinks TD {
	font-size: 14px;
	color: #black;
	background:  #white none no-repeat;
}
.RelatedLinks UL {
	margin:0px;
	padding-left:0px;
	list-style-position:inside;
}
.RelatedLinks LI {
	list-style-type: disc;
	list-style-image: url();
}
.RelatedLinks A {
	font-size: 14px;
	color: #737373;
}
.SametimePane {
	font-family: Roboto,sans-serif;
}
.SametimePane TABLE {
	width: 100%;
	border: 0px solid #C8C8C8;
	margin-bottom:1px;
}
.SametimePane TH {
	font-size: 14px;
	color: #white;
	background:  #blue none no-repeat;
}
.SametimePane TD {
	font-size: 14px;
	color: #black;
	background:  #white none no-repeat;
}
.SametimePane A {
	font-size: 14px;
	color: #737373;
}
.ActionBar {
	
}
.ActionBar TABLE {
	width: 100%;
	border:0px;
	margin:0px;
}
.ActionBar TD {
	background-color:#CCCCCC;
	padding-left:1px;
	padding-right:1px;
	width:auto;
}
.ActionBar IMG {
	border: 0px;
}

.box{
	width: 100%;
	height: 200px;
	overflow:auto;
	border:0px;
}
.nsInputTable {
	border:0px;
	border-spacing:0px;
}
.nsInputTable td {
	border:0px;
	border-spacing:0px;
	background-color:transparent;
	padding: 2px;
}
.nsInputTable input, select, textarea {
	font-family: Roboto,sans-serif;
	border: 1px solid #737373 !important;
	border-radius: 3px;
}
.nsInputTable button {
    background: transparent;
    border: 1px solid #737373;
}
.nsInputTable font {
	font:14px Roboto, sans-serif;
	color:#black;
}
.nsLabelCell {
	width:25%;
}
.nsLabelCell font {
	padding-left:10px;
}
.nsLabelCell img {
	visibility:hidden;
}
.nsDisclaimer textarea {
	width: 75%;
	align:center;
}
.nsButtonCell font {
	font: bold;
}
