a:active, a:link, a:visited {  
	color: #666666;	
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline; 
	letter-spacing: 1px
}

a:hover {
	color: #666666;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none; 
	letter-spacing: 1px
}

a.redlink:active, a.redlink:link, a.redlink:visited {  
	color: #a70606;	
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline; 
	letter-spacing: 1px;
	font-weight: bold;
}

a.redlink:hover {
	color: #a70606;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none; 
	letter-spacing: 1px;
	font-weight: bold;	
}

.redlink {
	color: #a70606;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	font-weight: bold;	
}

a.whitelink:active, a.whitelink:link, a.whitelink:visited {  
	color: #f3eeee;	
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline; 
	letter-spacing: 1px;
	font-weight: bold;	
}

a.whitelink:hover {
	color: #f3eeee;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none; 
	letter-spacing: 1px;
		font-weight: bold;
}

input, textarea {
	border: 1px solid #666666;
	font-size: 10px;
	background: #f1f5fa;
	color: #171717;
}

input[type='image'] {
	background: #CCCCCC;
	color: black;
	border: 0px solid gray;
}

input[type='submit'], input[type='button'] {
	background: #CCCCCC;
	color: black;
	margin: 5px;
	border-color: gray;
}

select {
	background: #171717;
	color: #CCCCCC; 
	border: 1px solid #666666;
}

.tableControl, .actionButtons {
	width: 100%;
}

.tableControl {
	text-align: right;
}

.footer {
	text-align: center;
	font-size: 10px;
}

.rich-table {
    width:100%;
}
 
h1 {
	font-size: 12px;
	color: #a70606;
	font-weight: bold;
}

body {
	margin: 0px;
	font-family: Arial, Tahoma,sans-serif;
	color: #ffffff;
	background-color: #000000;
	padding: 0px;
	font-size: 12px;
}

.columnHeader:hover
{
    color: #FFFFFF;
}

.message {
	border: 1px solid #FFCC00;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #F0F8FF;
	font-size: 12px;
}

.name {
	vertical-align: top;
	font-weight: bold;
	width: 115px;
	float: left;
	padding: 5px;
	margin-top: 3px;
	clear: left;
}
.value {
	float: left;
	padding: 5px;
}
.error {
	margin-left: 20px;
	margin-top: 5px;
	float: left;
	padding: 5px;
	border: 1px solid #990000;
}

/* messaggi */
.messaggi {
	margin-top: 20px;
	color: #BDA284;
	padding: 8px;
	border: 1px solid #BDA284;
	display: block;
	background-color: #4F0A0A;
}

.errors {
	color: #990000;
}
.errors input {
	border: 1px solid #990000;
}
.errors textarea {
	border: 1px solid #990000;
}
.required {
	color: #990000;
	padding-left: 2px;
}

/* date picker style */
div.seam-date 
{
  margin-top: 5px;
  border: 1px solid #AAAAAA;
  background-color: #FFFFFF;  
  color: #505050;
  font-family: Arial, Tahoma, Helvetica, sans-serif;
  font-size: 12px;
}

table.seam-date td {
  font-family: Arial, Tahoma, Helvetica, sans-serif;
  font-weight: 12px; 
}

.seam-date-monthNames
{
  width: 70px;
  border: 1px solid #dddddd;
  border-right: 3px solid #444444;
  border-bottom: 3px solid #444444;
  background-color: #ffffff; 
  font-size: 12px;
  cursor: pointer;	
  font-family: Arial, Tahoma, Helvetica, sans-serif;
  font-weight: normal;
}

a.seam-date-monthNameLink, a.seam-date-monthNameLink:visited
{
  text-align: center;
  display: block;
  color: #555555;  
}

a.seam-date-monthNameLink:hover
{ 
  background-color: #CCCCCC;
  color: red;  
}

.seam-date-years
{
  height: 10em;
  overflow: auto;
  width: 60px;
  border: 1px solid #dddddd;
  border-right: 3px solid #444444;
  border-bottom: 3px solid #444444;
  background-color: #ffffff; 
  font-size: 12px;
  cursor: pointer;	
  font-family: Arial, Tahoma, Helvetica, sans-serif;
  font-weight: normal;
}

a.seam-date-yearLink, a.seam-date-yearLink:visited
{
  text-align: center;
  display: block;
  color: #555555;    
}

a.seam-date-yearLink:hover
{
  background-color: #CCCCCC;
  color: red;    
}  

tr.seam-date-header
{
  padding: 2px 0px 2px 0px;
}
  
td.seam-date-header
{
  padding: 0px 8px 0px 8px;
  text-align: center;
  color: gray;
  font-family: Arial, Tahoma, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 12px;  
}

td.seam-date-header-prevMonth
{
  background-image: url("../img/cal-prev.png");
  background-repeat: no-repeat;
  background-position: center;
  padding: 0px 2px 0px 2px;
  width: 17px;
  height: 16px;
  margin-left: 2px;
}

td.seam-date-header-nextMonth
{
  background-image: url("../img/cal-next.png");
  background-repeat: no-repeat;
  background-position: center;
  padding: 0px 2px 0px 2px;
  width: 17px;
  height: 16px;
  margin-right: 2px;
}

tr.seam-date-headerDays
{
  color: white;
  font-weight: normal;
}

tr.seam-date-headerDays > td
{
  background-color: #CCCCCC;
  border: 1px solid #AAAAAA;
  color: white;
  text-align: center;
  width: 26px;   
}

tr.seam-date-footer
{
  background-color: white; 
  color: #505050;
  font-weight: bold;
}

tr.seam-date-footer > td
{
  text-align: center;
}

td.seam-date-inMonth
{
  background-color: white; 
  color: black;
  font-weight: normal;
  cursor: pointer;
  border: 1px solid #ece9d8;
}

td.seam-date-outMonth
{
  background-color: white; 
  color: #999999;
  font-weight: normal;
  cursor: pointer;
  border: 1px solid #ece9d8;
}

td.seam-date-selected
{
  background-color: #CCCCCC;        
  border: 1px solid #AAAAAA; 
  color: black;
  font-weight: normal;
}

td.seam-date-dayOff-inMonth
{
  background-color: #efefef;
  color: black;
  font-weight: normal;
  cursor: pointer;
  border: 1px solid #ece9d8;
}

td.seam-date-dayOff-outMonth
{
  background-color: #efefef;
  color: #999999;
  font-weight: normal;
  cursor: pointer;
  border: 1px solid #ece9d8;
}

td.seam-date-hover 
{
  background-color: #CCCCCC;
  border: 1px solid #AAAAAA;
  cursor: pointer;
  color: red;
}

/* bottom */
.toptext {
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

a.toplink:link {
	font-size: 12px;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none; 
}

a.toplink:active {
	font-size: 12px;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}

a.toplink:visited {
	font-size: 12px;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}

a.toplink:hover {
	font-size: 12px;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	color: #bda485;
	text-decoration: none;
}


/* fine top */

/* bottom */
.bottomtext {
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

a.bottomlink:link {
	font-size: 11px;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	color: #666666;
	text-decoration: none; 
	border-bottom: 1px dashed #666666;
	letter-spacing: 1px
}

a.bottomlink:active {
	font-size: 11px;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	color: #666666;
	text-decoration: none;
	border-bottom: 1px dashed #666666;
	letter-spacing: 1px
}

a.bottomlink:visited {
	font-size: 11px;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	color: #666666;
	text-decoration: none;
	border-bottom: 1px dashed #666666;
	letter-spacing: 1px
}

a.bottomlink:hover {
	font-size: 11px;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: 1px dashed #FFFFFF;
	letter-spacing: 1px
}

.menuBottomTD {
	align: center;
	width: 70px;
}

/* fine bottom */

/* home */

/* home */

/* generici */
.centra { 
	align: center;
	text-align: center;
}

.titolo {
	color: #a70606;
	font-weight: bold;
}

.allineainalto td {
	vertical-align: top;
}

.allineasinistra td {
	text-align: left;
}

/* fine generici */

/* rich */ 
.rich-tabhdr-side-cell {
	border-top: 1px solid #333333;
	border-right: 1px solid #333333;
	border-left: 1px solid #333333;
	color: #666666;
}

.rich-tabhdr-side-cell a:link, a:active, a:visited {
}

.rich-tabhdr-side-cell a:hover {
	color: #666666;
}

.rich-tabpanel-content {
	border-top: 1px solid #333333;
	background-color: black;
	color: #FFFFFF;
}

.rich-table {
	border: 0px solid black;
	background-color: transparent;
}

.rich-table-cell  {
	border-top: 0px solid black;
	border-bottom: 1px solid #333333;
	border-left: 0px solid black;
	border-right: 0px solid black;
	text-align: center;
}

.rich-table-subheadercell {
	/*background-color: #171717;*/
	border: 0px solid black;
	color: #666666; 
}

.rich-table-cell-basket  {
	border-top: 0px solid black;
	border-bottom: 1px solid #333333;
	border-left: 0px solid black;
	border-right: 0px solid black;
	text-align: center;
	background-color: #171717;
}

.rich-panel-header {
	padding-left: 8px;
    font-size: 25px;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: normal;
}

.rich-panel-header-basket {
	text-align: right;
}

.rich-panel-body-basket {
	padding: 0px;
	border: 1px solid #333333;
	background-color: #171717;
}

.rich-panel-header-search-music {
	padding-left: 33px; 
    font-size: 12px;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: normal;
	border-left: 1px solid #333333;
}

.rich-panel-body-search-music {
	padding: 0px;
	padding-left: 30px;
	color: #666666;
	border-left: 1px solid #333333;
}

.rich-list-item {
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	color: #666666;
}

.rich-list-item a:link, a:active, a:visited {
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	text-decoration: underline;
}

.rich-list-item a:hover {
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	color: #666666;
	text-decoration: none;
}

/* Drag and Drop */
.drgind_fly{
	z-index : 1000;
	top:40; 
	left : 40;
	position : absolute;
}
.drgind_internal{
	opacity:0.93;  
	filter:alpha(opacity=93);
	position : absolute;
}

.drgind_wordcut{
	padding : 0px 0px 0px 3px;
	width : 150px;
	overflow : hidden;	
	float : left;
	white-space: nowrap;
}
.drgind_text{
	border-top-width: 1px;
	border-top-style: solid;
	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	
	border-right-width: 1px;
	border-right-style: solid;
}

.drgind_marker {
	border-top-width: 0px;
	border-top-style: solid;
	
	border-bottom-width: 0px;
	border-bottom-style: solid;
	
	border-left-width: 0px;
	border-left-style: solid;

	vertical-align : top;
}/* order is sufficient! */
.drgind_reject .drgind_marker{
	background-color : #EF6771;
	border-top-color : #96000B;
	border-left-color : #96000B;
	border-bottom-color : #96000B;
	vertical-align : top;
}

.drgind_accept .drgind_marker, .drgind_default .drgind_marker {
	background-color : #cccccc;
	border-top-color : #cccccc;
	border-left-color : #cccccc;
	border-bottom-color : #cccccc; 
	vertical-align : top;
}
.drgind_text{
vertical-align : top;border-top-color:#cccccc;border-bottom-color:#cccccc;border-right-color:#cccccc;background-color:#333333;color:#FFFFFF;}
.drgind_text_content{
color:#FFFFFF;font-weight:bold;font-family:Arial, Tahoma, Verdana, sans-serif ;font-size:11px;}

/* Fine Drag and Drop */

/* modal panel newsletter */
.dr-mpnl-pnl-h {
	background-image: url("img/menu.jpg");
	border-bottom: 1px solid #4E0202;
}

.dr-mpnl-pnl {
border: 2px solid #4E0202;
}

.width_50p {
	width: 50%;
}

.width_150 {
	width: 150px;
}

.topalign {
	vertical-align : top;
}

.centeralign {
	text-align: center;
}

.errorMessage {
	color: #a70606;
	font-weight: bold;
}
