/*CLASSI GENERICHE*/
*{
	padding:0px;
	margin:0px;	
	font-family: "Trebuchet MS",Verdana, Arial, Helvetica;
}

ul{
	list-style-type: none;
}
body{
	background-color: #FFFFFF;
	border:0px;
}
.mainDiv{
	height: 98%;
}
.mainContainer{
	background-color: white;
	width: 100%;
	
	/*border:0px*/
}

tr{
	/*border:0px;*/
	color:#000000;
	
}

td{
	/*border:0px;*/
	color:#000000;
	
}
p, ul, li{
	color:#000000;
	font-size:11px;
}
a{
	color:#000000;
	font-size:11px;
}
a:hover{

	color:#5A6464;
	font-size:11px;
}

a:focus {
	outline: 0;
}

img{
	border: none;
}
/*
.controlpanel{
	padding-left: 10px;
	width: 150px;
	background-color: #DAD3DA;
}
*/

															/*///////////// FORM ///////////////*/
form {
	width: 650px;
	padding-bottom: 50px;
}

fieldset {
	border: 1px solid #CCCCCC;
	padding: 0px 20px 30px 10px;
}

legend {
	font-size: 20px;
	color: #907C75;
}

label {
	font-size: 14px;
	font-weight: bold;
	color: #9C9C9C;
}

input {
	vertical-align: top;
	font-size: 15px;
	color: #685954;
	padding: 3px;
	margin-left: 3px;
	margin-bottom: 3px;
}

.deleteImage{
	color: #907C75;
	text-decoration: none;
	font-weight: bold;
	display: block;
	padding-top: 5px;
}

.deleteImage:hover{
	color: #F49A00;
}

															/*//////////////////////////////////*/

.compursoryField{
	color: red;
}

.compulsoryField{
	color: red;
}

.controlpanel{
	position: relative;
	left: 280px;
	width: 150px;
	background-color: #DAD3DA;
}

.controlpanelText{
	color: white;
}

											/*BACKOFFICE MENU'*/
.topMenuContainer{
	padding: 5px;
}
.leftbomenu{
	text-align: left;
	width: 50%;
	float: left;
}
.rightBomenu{
	text-align: right;
	width: 40%;
	float: right;	
}
p.pBomenu{
	color:#FFFFFF;
	font-size:11px;
	font-weight: bold;
}
a.aBomenu{
	color:#FFFFFF;
	font-size:11px;
	text-decoration: none;
	font-weight: bold;
}
a.aBomenu:hover{
	color:#CCCCCC;
	font-size:11px;
	text-decoration: none;
	font-weight: bold;
}

											/*HEADER*/
td.header{
	background-image: url("../system_media/images/boheader.jpg");
	/*border:0px;*/
	background-position: left top;
	background-repeat:no-repeat;
	height: 200px;
}

											/*MENU'*/
td.listMenu{
	width: 200px;
	padding-top: 29px;
	padding-left: 5px;
	vertical-align: top;
}
a.menu{
	color:#907C75;
	font-size:14px;
	text-decoration: none;
	font-weight: bold;
}
a.menu:hover{
	color: #F49A00;
	font-size:14px;
	text-decoration: none;
	font-weight: bold;
}

a.menu#active{
	color: #F49A00;
	font-size:14px;
	text-decoration: none;
	font-weight: bold;
}


											/*MSG AREA*/
/*
#msgArea{
	position: absolute;
	top: 40%;
	left: 40%;
	
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #CCCCCC;
	min-height: 40px;
	border:medium; 
	border-color: #999999;
	border-style:solid;
	text-align: center;
	vertical-align:middle;
	font-size:14px;
	font-weight: bold;
}
*/

#msgArea{
	position: absolute;
	top: 40%;
	left: 40%;
	background-color: #CCCCCC;
	min-height: 40px;
	border:medium; 
	border-color: #999999;
	border-style:solid;
	
	
}
.topMsgAreaSpan{
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	
	
	text-align: center;
	vertical-align:middle;
	font-size:14px;
	font-weight: bold;
	border: none;
	
}


.bottomMsgAreaSpan{
	text-align: right;
	vertical-align: text-bottom;
	padding-top: 10px;
}

.closeMsgArea{
	text-decoration: none;
	
	font-weight:normal; 
}
/*
#msgAreaConfirm{
	position: absolute;
	top: 40%;
	left: 40%;
	
	padding-top: 20px;
	padding-bottom: 10px;
	background-color: #CCCCCC;
	min-height: 40px;
	border:medium; 
	border-color:green;
	border-style:solid;
	text-align: center;
	vertical-align:middle;
	font-size:14px;
	font-weight: bold;
}
.msgAreaError{
	position: absolute;
	top: 40%;
	left: 40%;
	
	padding-top: 30px;
	padding-bottom: 10px;
	background-color: #CCCCCC;
	min-height: 40px;
	border:medium;
	border-color:red;
	border-style:solid;
	text-align: center;
	vertical-align:baseline;
	font-size:14px;
	font-weight: bold;
} */

.boMsgError{
	color: red;
}
.boMsgConfirm{
	color: green;
}
.boMsgNotice{
	color: blue;
}
.boMsgDebug{
	color: orange;
}
.boMsgSystem{
	color: black;
}

											/*VIEW AREA*/
td.viewArea{
	width: 100%;
	height: 400px;
	vertical-align: top;
	padding-left: 10px;
}

.leftViewAreaSpan100{
	width: 100%;
}

.leftViewAreaSpan70{
	width: 70%;
	float: left;
}

.rightViewAreaSpan{
	float: right;
	width: 28%;
	margin-top: 80px;
	margin-right:10px;
	padding-left:5px;
	vertical-align: top;
	border: 2px;
	border-color: #CCCCCC;
	border-style: solid;
}

.rightViewAreaSpan a{
	color: #907C75;
}

.rightViewAreaSpan a:hover{
	color: #F49A00;
}


											/*FOOTER*/
/*p.pfooter{
	color:#000000;
	font-size:10px;
	text-align: right;
	padding-right: 5px;
	background-color: green;
}*/

.footer{
	/*position: bottom;*/
	height:2%;
	font-size:10px;
	text-align: right;
	padding-right: 5px;
	background-color: #D40D16;
}

a.afooter{
	color:#000000;
	font-size:10px;
}

a.afooter:hover{

	color: white;
	font-size:10px;
}

											/*MODULE MENU*/
.topModuleMenuContainer{
	background-color: #907C75;
	padding: 5px;
	text-align: left;
	/*vertical-align:middle;*/
	width: 100%;
	height: 10px;
}

.topMenuMiniIconsSpan{
	float:left;
	margin: 5px 5px 5px 0px;
	width: auto;
}

.menuMiniIcons{
	vertical-align: middle;
	padding-left: 10px; 
/*	padding-top: 5px; */
	margin-right: 3px;
	height: 30px;
	border-style: none;
	/*margin:  1px;*/
	/*border-color: white;*/
}


.moduleTitle{
	text-align: left;
	color:#F49A00;
	font-size:13px;
	font-weight: bold;
	vertical-align: top;
	padding-bottom: 5px;
}
.description{
	padding-top:5px;
	padding-bottom:10px;
	text-align: center;
	vertical-align: middle;
}

.moduleMenuContainer{
	width: 700px;
	vertical-align: middle;
}

.moduleMenuContainerSpan{
	width:150px;
	height:150px;
	float:left;
	margin-right:10px;
}

p.ModuleMenuDescription{
	color:#000000;
	font-size:11px;
	text-align: left;
}

p.pModuleMenu{
	color:#FFFFFF;
	font-size:11px;
	font-weight: bold;
}
a.aModuleMenu{
	color:#FFFFFF;
	font-size:11px;
	font-weight: bold;
	vertical-align: top;
	text-decoration: none;
}
a.aModuleMenu:hover{
	color:#CCCCCC;
	font-size:11px;
	font-weight: bold;
	vertical-align: top;
	text-decoration: none;
}

a.aModuleMenu#active{
	color:#CCCCCC;
	font-size:11px;
	font-weight: bold;
	vertical-align: top;
	text-decoration: none;
}

a.aModuleMenuRed{
	color: #F49A00;
	font-size:12px;
	text-decoration: none;
	font-weight: bold;
}

a.aModuleMenuRed img{
	filter: alpha(opacity=50); 
	-moz-opacity: 0.5; 
	opacity: 0.5;
}

a.aModuleMenuRed:hover img {
	filter: alpha(opacity=100);   
	-moz-opacity: 1.0;   
	opacity: 1.0;
}

a.aModuleMenuRed:hover{
	color: #907C75;
	font-size:12px;
	text-decoration: none;
	font-weight: bold;
}

										/* Upload Manager Classes */

.uploadImageContainer{
	text-align: center;
	float: left;
	padding-left: 15px;
}




											/*Tabella Utenti*/
.listUsersTable{
	padding: 5px;
	background-color: #E3DEDE;
	width: 100%;
	text-align: left;
}
tr.userTableTitle{
	font-weight: bold;
	font-size: 12px;
	background-color: #BDBDBD;
	height: 22px;
}

											/*Tabella prodotti*/
.listProductsTable{
	padding: 5px;
	background-color: #CCCCCC;
	width: 100%;
	text-align: left;
}
tr.listProductsTable{
	font-weight: bold;
	font-size: 12px;
	background-color: #65b8b8;
	height: 22px;
}
.arrowSortAndDescImg{
	border-style: none;
}
td.imageTd{
	width: 130px;
	background-color: white;
	text-align: center;
	border-color: black;
}
td.imageTdNoPublished{
	width: 130px;
	background-color: red;
	text-align: center;
	border-color: black;
}
td.descriptionTd{
	/*width: 50%;*/
	padding-left: 5px;
}
td.categoryTd{
	text-align: right;
	padding-right: 5px;
}
td.rightTd{
	width: 150px;
	padding-left: 5px;
}
p.productInShowcase{
	color: white;
	font-size:11px;
}
p.productInShowcaseOblique{
	color: white;
	font-size: 9px;
	font-style: oblique;
}
.ShowCategoryMsg{
	background-color: white;
}
p.ShowCategoryMsg{
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

												/*VETRINA*/
.showcaseDiv{
	width: 920px;
}
.showcaseSpan{
	width: 300px;
	float: left;
	padding: 5px;
	border-style:solid;
	border-width:medium;
	border-color: #FFFFFF;
	background-color: #CCCCCC;
}
a.aShowcaseSpan{
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	color: red;
}
a.aShowcaseSpan:hover{
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	color: black;
}
p.ShowcaseMessage{
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	color: red;
}

												/*NEWSLETTER*/
/*///////////////////////////////*/
/*///////LISTA NEWSLETTER///////*/
/*/////////////////////////////*/
.listNewsletterTable{
	padding: 5px;
	background-color: #E3DEDE;
	width: 100%;
	text-align: left;
}

tr.newsletterTableTitle{
	font-weight: bold;
	font-size: 12px;
	background-color: #CCCCCC;
	height: 22px;
}

.newsletterID{
	text-align: center;
}

.newsletterImg{
	width: 155px;
	text-align: center;
}

.newsletterData{
	width: 100%;
	text-align: center;
	
}

.newsletterData2{
	padding-left: 5px;
	padding-top: 5px;
	vertical-align: text-top;
}

.newsletterDataTitle{
	color: white;
}

.newsletterAction{
	text-align: center;
	padding-left: 15px;
	padding-right: 15px;
	font-weight: bold;
}

.newsletterAction a{
	text-decoration: none;
}

/*///////////////////////////////*/
/*/////LISTA NEWSLETTERUSER/////*/
/*/////////////////////////////*/

tr.newsletteruserTableTitle{
	font-weight: bold;
	font-size: 12px;
	background-color: #BDBDBD;
	height: 22px;
	text-align: center;
}

.newsletterUserSeparator{
	background-color: white;
	text-align: center;
	height: 30px;
}

.newsletterUserSeparatorTitle{
	color: #D50D17;
	font-weight: bolder;
}

.newsletterUserData{
	padding-left: 5px;
}

.newsletterUserImg{
	padding-left: 5px;
	width: 150px;
}

/*///////////////////////////////*/
/*////PREVIEW NEWSLETTERUSER////*/
/*/////////////////////////////*/

.NewsletterPreviewTitle{
	text-align: center;
	color:#D40D16;
	font-size:13px;
	font-weight: bold;
	vertical-align: top;
	padding-bottom: 5px;
}

.newsletterPreviewImageContainer{
	text-align: right;
}

.newsletterPreviewImage{
	max-width: 250px;
}

.newsletterPreviewData{
	text-align: left;
}

/*///////////////////////////////*/
/*////CANALI NEWSLETTERUSER/////*/
/*/////////////////////////////*/

.newsletterChannelListImg{
	width: 460px;
	text-align: center;
}

.newsletterLink a{
	color:#F49A00;
	font-size:11px;
	font-weight: bold;
	text-decoration: none;
}
.newsletterLink a:hover{

	color:#5A6464;
	font-size:11px;
	font-weight: bold;
	text-decoration: none
}

/*//////////////////////////////////*/
/*/////////////CESTINO//////////////*/
/*//////////////////////////////////*/
.emptyTrash{
	background-color: white;
	text-align: center;
	font-weight: bold;
}

.emptyTrash a{
	text-decoration: none;
}


																	/*NAVIGATOR*/
.navigator{
	
}
.navigator a{
	color:#5A6464;
	font-size:11px;
	text-decoration: none;
	font-weight: bold;
}

.navigator a:hover{
	color:black;
	font-size:11px;
	text-decoration: none;
	font-weight: normal;
	font-weight: bold;
}

.navigator #active{
	color:black;
	font-size:11px;
	text-decoration: none;
	font-weight: normal;
	font-weight: bold;
}

																/*UPLOAD MANGER*/
.leftFrame{
	padding-top: 5px;
	padding-left: 5px;
	vertical-align: top;
}

.leftFrame a{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
}

.leftFrame a:hover{
	color: #A6A6A6;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
}

.TextBO{
	height: 410px;
	width: 450px;
	vertical-align:middle;
	background-color: #CCCCCC;
}

.TextBO a{
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

.TextBO a:hover{
	text-decoration: none;
	font-weight: bold;
	color: #A6A6A6;
}

																	/*DIGITAL ARCHIVE*/
.searchForLetter{
	text-align: center;
	padding: 5px 0px 5px 0px;
	font-size: 14px;
	background-color: #CCCCCC;
}

.searchForLetter a{
	text-decoration: none;
	color: #FFFFFF;
}

.searchForLetter a:hover{
	text-decoration: none;
	color: #000000;
}

																	/*LANGUAGE*/
																	
.languageFlag{
	width: 25px;
}