@charset "utf-8";
/* CSS Document */

body {
	color: #FFFFFF;
	background-color: #E4A3DD;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}

#rating {
	font-size: 15px;
}

.standard #voto1 {
	background-image: url(images/star0.gif);
	background-repeat: no-repeat;
}
.standard #voto2 {
	background-image: url(images/star0.gif);
	background-repeat: no-repeat;
}
.standard #voto3 {
	background-image: url(images/star0.gif);
	background-repeat: no-repeat;
}
.standard #voto4 {
	background-image: url(images/star0.gif);
	background-repeat: no-repeat;
}
.standard #voto5 {
	background-image: url(images/star0.gif);
	background-repeat: no-repeat;
}
.on1 #voto1 {
	background-image: url(images/star1.gif);
	background-repeat: no-repeat;
}
.on1 #voto2 {
	background-image: url(images/star0.gif);
	background-repeat: no-repeat;
}
.on1 #voto3 {
	background-image: url(images/star0.gif);
	background-repeat: no-repeat;
}
.on1 #voto4 {
	background-image: url(images/star0.gif);
	background-repeat: no-repeat;
}
.on1 #voto5 {
	background-image: url(images/star0.gif);
	background-repeat: no-repeat;
}

.on2 #voto1 {
	background-image: url(images/star1.gif);
	background-repeat: no-repeat;
}
.on2 #voto2 {
	background-image: url(images/star1.gif);
	background-repeat: no-repeat;
}
.on2 #voto3 {
	background-image: url(images/star0.gif);
	background-repeat: no-repeat;
}
.on2 #voto4 {
	background-image: url(images/star0.gif);
	background-repeat: no-repeat;
}
.on2 #voto5 {
	background-image: url(images/star0.gif);
	background-repeat: no-repeat;
}

.on3 #voto1 {
	background-image: url(images/star1.gif);
	background-repeat: no-repeat;
}
.on3 #voto2 {
	background-image: url(images/star1.gif);
	background-repeat: no-repeat;
}
.on3 #voto3 {
	background-image: url(images/star1.gif);
	background-repeat: no-repeat;
}
.on3 #voto4 {
	background-image: url(images/star0.gif);
	background-repeat: no-repeat;
}
.on3 #voto5 {
	background-image: url(images/star0.gif);
	background-repeat: no-repeat;
}

.on4 #voto1 {
	background-image: url(images/star1.gif);
	background-repeat: no-repeat;
}
.on4 #voto2 {
	background-image: url(images/star1.gif);
	background-repeat: no-repeat;
}
.on4 #voto3 {
	background-image: url(images/star1.gif);
	background-repeat: no-repeat;
}
.on4 #voto4 {
	background-image: url(images/star1.gif);
	background-repeat: no-repeat;
}
.on4 #voto5 {
	background-image: url(images/star0.gif);
	background-repeat: no-repeat;
}

.on5 #voto1 {
	background-image: url(images/star1.gif);
	background-repeat: no-repeat;
}
.on5 #voto2 {
	background-image: url(images/star1.gif);
	background-repeat: no-repeat;
}
.on5 #voto3 {
	background-image: url(images/star1.gif);
	background-repeat: no-repeat;
}
.on5 #voto4 {
	background-image: url(images/star1.gif);
	background-repeat: no-repeat;
}
.on5 #voto5 {
	background-image: url(images/star1.gif);
	background-repeat: no-repeat;
}

.stella {
	background-image: url(images/star0.gif);
	background-repeat: no-repeat;
	font-size: 15px;
}
.stella:hover {
	background-image: url(images/star1.gif);
	background-repeat: no-repeat;
}
.top {
	background-image: url(images/topblack.gif);
	background-repeat: no-repeat;
	height: 10px;
}
.bottom {
	background-image: url(images/bottomblack.gif);
	background-repeat: no-repeat;
	height: 18px;
}
.corp {
	background-image: url(images/bodyblack.gif);
	background-repeat: repeat-y;
}

a {
	color: #FFFFFF;
	text-decoration: underline;
}
.TL {
	background-image: url(images/TL.gif);
	background-repeat: no-repeat;
	height: 8px;
	width: 8px;
	background-position: bottom;
}
.TR {
	background-image: url(images/TR.gif);
	background-repeat: no-repeat;
	height: 8px;
	width: 8px;
	background-position: bottom;
}
.Titolo {
	background-color: #000000;
	font-weight: bolder;
	font-size: 14px;
	color: #FF00FF;
}
.Titolo a{
	color: #FF00FF;
	text-decoration: none;
}
.Titolo a:hover{
	text-decoration: underline;
}
.BL {
	background-image: url(images/BL.gif);
	background-repeat: no-repeat;
	height: 8px;
	width: 8px;
}
.BR {
	background-image: url(images/BR.gif);
	background-repeat: no-repeat;
	height: 8px;
	width: 8px;
}
.T {
	background-image: url(images/T.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.B {
	background-image: url(images/B.gif);
	background-repeat: repeat-x;
}
.L {
	background-image: url(images/L.gif);
	background-repeat: repeat-y;
	width: 8px;
}
.R {
	background-image: url(images/R.gif);
	background-repeat: repeat-y;
	width: 8px;
}
.Sottotitolo {
	font-size: small;
	font-style: italic;
	color: #FF99FF;
	text-align: justify;
}
.Contenuto {
	font-size: small;
	text-align: justify;
}
.CellaContenuto {
}
.Info {
	font-size: x-small;
}
.Autore {
	color: #FF00FF;
}
.Autore a{
	color: #FF00FF;
	text-decoration: none;
}
.Autore a:hover{
	text-decoration: underline;
}

.Header {
	background-position: center;
	background-image: url(images/tpb.gif);
	background-repeat: no-repeat;
	height: 98px;
}
.UHeader {
	background-position: center top;
	background-image: url(images/underheader.gif);
	background-repeat: no-repeat;
}
.RegError {
	color: #FF00FF;
	text-align: center;
}
.Reg {
	font-size: x-small;
}
.xsmall {
	font-size: smaller;
}
.CommentoPostTop {
	color: #999999;
}
.CommentoPostBody {
	text-align: left;
}
.Quote {
	background-color:#999999;
	color:#000000;
	margin-left:5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	padding: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #000000;
	border-bottom-color: #000000;
}
.Quote .Quote {
	background-color:#CCCCCC;
	color:#000000;
	margin-left:5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	padding: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #000000;
	border-bottom-color: #000000;
}
.MenuSx{
	font-size: 11px;
	font-weight: bold;
	letter-spacing: -0.1em;
}
.MenuSx a{
	text-decoration: none;
}
.MenuSx a:hover{
	text-decoration: underline;
}
.Categoria{
	text-align: center;
	font-weight: bold;
	font-variant: normal;
	text-decoration: none;
	font-size: 10px;
}
.Categoria a{
	text-decoration: none;
}
.Categoria a:hover{
	text-decoration: underline;
}
.News{
	text-align: left;
}
.News a{
	text-decoration: none;
}
.News a:hover{
	text-decoration: underline;
}
.NewsTitolo{
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	padding-bottom: 5px;
	text-align: left;
}
.NewsSottotitolo a{
	font-size: 12px;
	font-style: italic;
	color: #FF99FF;
	text-align: justify;
}
.NewsInfo{
	font-size: 10px;
	font-style: italic;
	font-weight: bold;
}
.SxNewsTitolo{
}
.SxNewsTitolo a{
	font-size: 10px;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
}
.SxNewsTitolo a:hover{
	text-decoration: underline;
}
.SxNewsTitoloGrey a{
	font-size: 10px;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
	color: #FF99FF;
}
.SxNewsTitoloGrey a:hover{
	text-decoration: underline;
}
.SxNewsTitoloGrey{
}
.CatSxTitolo {
	color: #FF00FF;
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
}
.CatList{
	padding-bottom: 5px;
	padding-left: 5px;
}
.CatList a{
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
.CatList a:hover{
	text-decoration: underline;
}
.CatListGrey{
	padding-bottom: 5px;
	padding-left: 5px;
}
.CatListGrey a{
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #FF99FF;
}
.CatListGrey a:hover{
	text-decoration: underline;
}
.SxDataNews{
	font-size: 9px;
	font-weight: bold;
}
.SxDataNews a{
	text-decoration: none;
	color: #FF99FF;
}
.SxDataNews a:hover{
	text-decoration: underline;
}
.SxDataNewsGrey{
	font-size: 9px;
	font-weight: bold;
}
.SxDataNewsGrey a{
	text-decoration: none;
	color: #FFFFFF;
}
.SxDataNewsGrey a:hover{
	text-decoration: underline;
}
.MenuSxPref a{
	text-decoration: none;
}
.MenuSxPref a:hover{
	text-decoration: underline;
}
.MenuSxPrefGrey a{
	text-decoration: none;
	color: #FF99FF;
}
.MenuSxPrefGrey a:hover{
	text-decoration: underline;
}
.Root1{
	background-image:url(images/root1.gif);
	background-repeat: no-repeat;
	width: 90px;
	height: 40px;
	float: left;
	text-align: center;
	font-size: 12px;
	padding-top: 17px;
	font-weight: bolder;
}
.Root1 a{
	text-decoration: none;
	color: #FF99FF;
}
.Root1 a:hover{
	color: #FFFFFF;
}
.Root1:hover{
}
.Root2{
	background-image:url(images/root2.gif);
	background-repeat: no-repeat;
	width: 90px;
	height: 40px;
	float: left;
	text-align: center;
	font-size: 12px;
	padding-top: 17px;
	font-weight: bolder;
}
.Root2 a{
	text-decoration: none;
	color: #FF99FF;
}
.Root2 a:hover{
	color: #FFFFFF;
}
.Root2:hover{
}
.Root3{
	background-image:url(images/root3.gif);
	background-repeat: no-repeat;
	width: 90px;
	height: 40px;
	float: left;
	text-align: center;
	font-size: 12px;
	padding-top: 17px;
	font-weight: bolder;
}
.Root3 a{
	text-decoration: none;
	color: #FF99FF;
}
.Root3 a:hover{
	color: #FFFFFF;
}
.Root3:hover{
}
.Root4{
	background-image:url(images/root4.gif);
	background-repeat: no-repeat;
	width: 90px;
	height: 40px;
	float: left;
	text-align: center;
	font-size: 12px;
	padding-top: 17px;
	font-weight: bolder;
}
.Root4 a{
	text-decoration: none;
	color: #FF99FF;
}
.Root4 a:hover{
	color: #FFFFFF;
}
.Root4:hover{
}
.Root5{
	background-image:url(images/root5.gif);
	background-repeat: no-repeat;
	width: 90px;
	height: 40px;
	float: left;
	text-align: center;
	font-size: 12px;
	padding-top: 17px;
	font-weight: bolder;
}
.Root5 a{
	text-decoration: none;
	color: #FF99FF;
}
.Root5 a:hover{
	color: #FFFFFF;
}
.Root5:hover{
}
.Cerca{
	float: right;
	height: 40px;
	padding-top: 15px;
	padding-right: 10px;
}
.CercaButt{
	height: auto;
	font-size: 12px;
	width: 25px;
}

.HPPImage {
	float: left;
	padding-right: 3px;
}
.HPNewsLink {
	font-size: 9px;
}
.HPNewsLink a {
	text-decoration: none;
}
.HPNewsLink a:hover {
	text-decoration: underline;
}
.HPNewsLinkTitle {
	font-size: 10px;
	color: #CCCCCC;
	font-weight: bold;
	text-align: right;
	text-decoration: underline;
}
.Pink13px {
	font-size: 13px;
	color: #FF00FF;
	font-weight: bold;
	text-decoration: none;
}
.Pink13px a{
	font-size: 13px;
	color: #FF00FF;
	font-weight: bold;
	text-decoration: none;
}
.Pink13px a:hover{
	color: #FF00FF;
	text-decoration: underline;
}
.Bold13px{
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}
.Bold13px a{
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}
.Bold13px a:hover{
	text-decoration: underline;
}
.Bold13pxGrey{
	font-size: 13px;
	color: #FF99FF;
	font-weight: bold;
	text-decoration: none;
}
.Bold13pxGrey a{
	font-size: 13px;
	color: #FF99FF;
	font-weight: bold;
	text-decoration: none;
}
.Bold13pxGrey a:hover{
	color: #FF99FF;
	text-decoration: underline;
}
.Normal10px{
	font-size: 10px;
	text-decoration: none;
}
.Normal10pxGrey{
	font-size: 10px;
	color: #FF99FF;
	text-decoration: none;
}
.Normal10px a{
	font-size: 10px;
	text-decoration: none;
}
.Normal10pxGrey a{
	font-size: 10px;
	color: #FF99FF;
	text-decoration: none;
}
.Normal10px a:hover{
	font-size: 10px;
	text-decoration: underline;
}
.Normal10pxGrey a:hover{
	font-size: 10px;
	color: #FF99FF;
	text-decoration: underline;
}
.Bold13pxPink{
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #FF00FF;
}
.RegFnc{
	color: #FFFFFF;
}
.RegFnc a{
	color: #FFFFFF;
	text-decoration: none;
}
.RegFnc a:hover{
	text-decoration: underline;
}
.RegFncGrey{
	color: #FF99FF;
}
.RegFncGrey a{
	color: #FF99FF;
	text-decoration: none;
}
.RegFncGrey a:hover{
	text-decoration: underline;
}
.BackGrey{
	background-color: #FF99FF;
	font-size: 11px;
}
#CurrentItem .iteml {
	height: 20px;
	width: 6px;
	background-image: url(images/iteml.gif);
}
#CurrentItem .itemc {
	height: 20px;
	background-image: url(images/itemc.gif);
	background-repeat: repeat-x;
	font-size: 11px;
	font-weight: bolder;
	color: #FF00FF;
	vertical-align: middle;
}
#CurrentItem .itemc a {
	color: #FF00FF;
	text-decoration: none;
}
#CurrentItem .itemc a:hover {
	text-decoration: underline;
}
#CurrentItem .itemr {
	height: 20px;
	width: 10px;
	background-image: url(images/itemr.gif);
}
#NormalItem .iteml {
	height: 20px;
	width: 6px;
}
#NormalItem .itemc {
	height: 20px;
	font-size: 11px;
	color: #666666;
	vertical-align: middle;
}
#NormalItem .itemc a {
	color: #FF99FF;
	text-decoration: none;
}
#NormalItem .itemc a:hover {
	color: #FF99FF;
	text-decoration: underline;
}
#NormalItem .itemr {
	height: 20px;
	width: 10px;
}
.UnderPink{
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FF00FF;
}
.RSSFeed{
	color: #FF8800;
	text-align: center;
	font-size: 14px;
	padding-bottom: 5px;
}
.RSSFeed a{
	color: #FF8800;
	text-decoration: none;
}





/* Distributed as part of The Coolest DHTML Calendar
   Author: Mihai Bazon, www.bazon.net/mishoo
   Copyright Dynarch.com 2005, www.dynarch.com
*/

/* The main calendar widget.  DIV containing a table. */

div.calendar { position: relative; }

.calendar, .calendar table {
  border: 1px solid #bdb2bf;
  font-size: 11px;
  color: #000;
  cursor: default;
  background: url("images/aqua/normal-bg.gif");
  font-family: "trebuchet ms",verdana,tahoma,sans-serif;
}

.calendar {
  border-color: #797979;
}

/* Header part -- contains navigation buttons and day names. */

.calendar .button { /* "<<", "<", ">", ">>" buttons have this class */
  text-align: center;    /* They are the navigation buttons */
  padding: 2px;          /* Make the buttons seem like they're pressing */
  background: url("images/aqua/title-bg.gif") repeat-x 0 100%; color: #000;
  font-weight: bold;
}

.calendar .nav {
  font-family: verdana,tahoma,sans-serif;
}

.calendar .nav div {
  background: transparent url("images/aqua/menuarrow.gif") no-repeat 100% 100%;
}

.calendar thead tr { background: url("images/aqua/title-bg.gif") repeat-x 0 100%; color: #000; }

.calendar thead .title { /* This holds the current "month, year" */
  font-weight: bold;      /* Pressing it will take you to the current date */
  text-align: center;
  padding: 2px;
  background: url("images/aqua/title-bg.gif") repeat-x 0 100%; color: #000;
}

.calendar thead .headrow { /* Row <TR> containing navigation buttons */
}

.calendar thead .name { /* Cells <TD> containing the day names */
  border-bottom: 1px solid #797979;
  padding: 2px;
  text-align: center;
  color: #000;
}

.calendar thead .weekend { /* How a weekend day name shows in header */
  color: #c44;
}

.calendar thead .hilite { /* How do the buttons in header appear when hover */
  background: url("images/aqua/hover-bg.gif");
  border-bottom: 1px solid #797979;
  padding: 2px 2px 1px 2px;
}

.calendar thead .active { /* Active (pressed) buttons in header */
  background: url("images/aqua/active-bg.gif"); color: #fff;
  padding: 3px 1px 0px 3px;
  border-bottom: 1px solid #797979;
}

.calendar thead .daynames { /* Row <TR> containing the day names */
  background: url("images/aqua/dark-bg.gif");
}

/* The body part -- contains all the days in month. */

.calendar tbody .day { /* Cells <TD> containing month days dates */
  font-family: verdana,tahoma,sans-serif;
  width: 2em;
  color: #000;
  text-align: right;
  padding: 2px 4px 2px 2px;
}
.calendar tbody .day.othermonth {
  font-size: 80%;
  color: #999;
}
.calendar tbody .day.othermonth.oweekend {
  color: #f99;
}

.calendar table .wn {
  padding: 2px 3px 2px 2px;
  border-right: 1px solid #797979;
  background: url("images/aqua/dark-bg.gif");
}

.calendar tbody .rowhilite td,
.calendar tbody .rowhilite td.wn {
  background: url("images/aqua/rowhover-bg.gif");
}

.calendar tbody td.today { font-weight: bold; /* background: url("today-bg.gif") no-repeat 70% 50%; */ }

.calendar tbody td.hilite { /* Hovered cells <TD> */
  background: url("images/aqua/hover-bg.gif");
  padding: 1px 3px 1px 1px;
  border: 1px solid #bbb;
}

.calendar tbody td.active { /* Active (pressed) cells <TD> */
  padding: 2px 2px 0px 2px;
}

.calendar tbody td.weekend { /* Cells showing weekend days */
  color: #c44;
}

.calendar tbody td.selected { /* Cell showing selected date */
  font-weight: bold;
  border: 1px solid #797979;
  padding: 1px 3px 1px 1px;
  background: url("images/aqua/active-bg.gif"); color: #fff;
}

.calendar tbody .disabled { color: #999; }

.calendar tbody .emptycell { /* Empty cells (the best is to hide them) */
  visibility: hidden;
}

.calendar tbody .emptyrow { /* Empty row (some months need less than 6 rows) */
  display: none;
}

/* The footer part -- status bar and "Close" button */

.calendar tfoot .footrow { /* The <TR> in footer (only one right now) */
  text-align: center;
  background: #565;
  color: #fff;
}

.calendar tfoot .ttip { /* Tooltip (status bar) cell <TD> */
  padding: 2px;
  background: url("images/aqua/status-bg.gif") repeat-x 0 0; color: #000;
}

.calendar tfoot .hilite { /* Hover style for buttons in footer */
  background: #afa;
  border: 1px solid #084;
  color: #000;
  padding: 1px;
}

.calendar tfoot .active { /* Active (pressed) style for buttons in footer */
  background: #7c7;
  padding: 2px 0px 0px 2px;
}

/* Combo boxes (menus that display months/years for direct selection) */

.calendar .combo {
  position: absolute;
  display: none;
  top: 0px;
  left: 0px;
  width: 4em;
  cursor: default;
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: #797979;
  background: url("images/aqua/normal-bg.gif"); color: #000;
  z-index: 100;
  font-size: 90%;
}

.calendar .combo .label,
.calendar .combo .label-IEfix {
  text-align: center;
  padding: 1px;
}

.calendar .combo .label-IEfix {
  width: 4em;
}

.calendar .combo .hilite {
  background: url("images/aqua/hover-bg.gif"); color: #000;
}

.calendar .combo .active {
  background: url("images/aqua/active-bg.gif"); color: #fff;
  font-weight: bold;
}

.calendar td.time {
  border-top: 1px solid #797979;
  padding: 1px 0px;
  text-align: center;
  background: url("images/aqua/dark-bg.gif");
}

.calendar td.time .hour,
.calendar td.time .minute,
.calendar td.time .ampm {
  padding: 0px 5px 0px 6px;
  font-weight: bold;
  background: url("images/aqua/normal-bg.gif"); color: #000;
}

.calendar td.time .hour,
.calendar td.time .minute {
  font-family: monospace;
}

.calendar td.time .ampm {
  text-align: center;
}

.calendar td.time .colon {
  padding: 0px 2px 0px 3px;
  font-weight: bold;
}

.calendar td.time span.hilite {
  background: url("images/aqua/hover-bg.gif"); color: #000;
}

.calendar td.time span.active {
  background: url("images/aqua/active-bg.gif"); color: #fff;
}
.Commento {
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.Commento .NomeUtente {
	font-size: 13px;
	font-weight: bolder;
	color: #FFFFFF;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.Commento .Util2 {
	padding: 5px;
	font-size: 10px;
	color: #FFFFFF;
}
.Commento .Util3 {
	padding: 5px;
	font-size: 10px;
	color: #FFFFFF;
}
.Commento .Util4 {
	font-size: 10px;
	color: #FFFFFF;
	padding: 5px;
}


.Commento .ContCommento {
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.Commento .td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
.Commento .Util1 {
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.Commento .Avatar {
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.Commento .Avatar img {
	max-width: 80px;
}
.Commento .Accesso {
	font-size: 10px;
	color: #FFFFFF;
	padding-left: 5px;
}
.Commento .DatiUser {
	font-size: 9px;
	color: #FFFFFF;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.Commento .noborder {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
.Commento .td-sub {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#Profilo {
	background-color: #000000;
}
#Profilo td {
	padding-top: 5px;
	padding-bottom: 5px;
}
.pm-div {
	border: thin solid #333333;
	background-color: #FFFFFF;
	color: #000000;
	min-height: 150px;
	padding: 5px;
}
.td-pm {
	text-align: right;
	padding: 5px;
}
.td-pm-d {
	text-align: left;
	padding: 5px;
}
.TitoloPost {
 	font-size: 17px;
	text-align: justify;
	font-weight: bolder;
	color: White;
}
.DspWhite{
	height:20px;
	font-size:11px;
	color:#FFFFFF;
	text-align: left;
}
.DspWhite a{
	height:20px;
	text-decoration:none;
	color:#FFFFFF;
	text-align: left;
}
.DspWhite a:hover {
	text-decoration:underline;
	text-align: left;
}
.DspGrey{
	height:20px;
	background-color:#222222;
	font-size:11px;
	color:#FF99FF;
	text-align: left;
}
.DspGrey a {
	height:20px;
	color:#FF99FF;
	background-color:#222222;
	text-decoration:none;
	text-align: left;
}
.DspGrey a:hover {
	text-decoration:underline;
	text-align: left;
}
.DscTree {
	font-variant:small-caps;
	font-size:11px;
	font-weight:bold;
	padding-bottom:3px;
	border-bottom:solid thin #FF00FF;
	color: #FF00FF;
}
.DscTree a{
	color: #FF00FF;
	text-decoration:none;
}
.DscTree a:hover{
	color:#FF99FF;
	text-decoration:underline;
}
.DscBioTitolo {
	color: #FF00FF;
	font-size: 18px;
	border-bottom:solid thin #FF00FF;
	font-weight:bold;
	padding-right:5px;
	text-align:right;
}
.DscBio {
	text-align:justify;
	padding-left:5px;
	padding-top:15px;
}
.MusicPediaLogo {
	width:240px;
	height:80px;
	background-image:url(images/dsp.jpg);
	background-repeat:no-repeat;
}
.MusicPediaLogo:hover {
	width:240px;
	height:80px;
	background-image:url(images/dsp-hover.jpg);
	background-repeat:no-repeat;
}
.VideografiaLogo {
	width:180px;
	height:60px;
	background-image:url(images/videografia.jpg);
	background-repeat:no-repeat;
}
.VideografiaLogo:hover {
	width:180px;
	height:60px;
	background-image:url(images/videografia-hover.jpg);
	background-repeat:no-repeat;
}
.DiscografiaLogo {
	width:180px;
	height:60px;
	background-image:url(images/discografia.jpg);
	background-repeat:no-repeat;
}
.DiscografiaLogo:hover {
	width:180px;
	height:60px;
	background-image:url(images/discografia-hover.jpg);
	background-repeat:no-repeat;
}

.VideografiaOutLogo {
	width:180px;
	height:60px;
	background-image:url(images/videografia-out.jpg);
	background-repeat:no-repeat;
}
.VideografiaOutLogo:hover {
	width:180px;
	height:60px;
	background-image:url(images/videografia-out-hover.jpg);
	background-repeat:no-repeat;
}
.DiscografiaOutLogo {
	width:180px;
	height:60px;
	background-image:url(images/discografia-out.jpg);
	background-repeat:no-repeat;
}
.DiscografiaOutLogo:hover {
	width:180px;
	height:60px;
	background-image:url(images/discografia-out-hover.jpg);
	background-repeat:no-repeat;
}
hr {
	color: #FF00FF;
}
.MspTitolo {
 	font-size: 17px;
	text-align: justify;
	font-weight: bolder;
	color: #FF00FF;
	background-image:url(images/twirledbig.gif);
	background-repeat:repeat-x;
	border-bottom:solid thin #FF00FF;
	border-top:solid thin #FF00FF;
	text-align:center;
	padding: 5px;
}
.MspCover {
	padding:2px;
	border:solid thin #FF00FF;
}
.MspInfoGrey{
	height:20px;
	font-size:11px;
	color:#FF99FF;
	padding-left:15px;
}
.MspInfoGrey a{
	font-size:11px;
	color:#FF99FF;
	text-decoration:none;
}
.MspInfoGrey a:hover{
	font-size:11px;
	color:#FF99FF;
	text-decoration:underline;
}
.MspInfoWhite{
	height:20px;
	font-size:11px;
	color:#FFFFFF;
	padding-left:15px;
}
.MspInfoWhite a{
	font-size:11px;
	color:#FFFFFF;
	text-decoration:none;
}
.MspInfoWhite a:hover{
	font-size:11px;
	color:#FFFFFF;
	text-decoration:underline;
}
#MspInfoDx {
	text-align:left;
}
.MspTracklistSubGrey{
	font-size:9px;
	color:#FFFFFF;
	background-color:#222222;
	text-align: left;
}
.MspTracklistSubWhite{
	font-size:9px;
	color:#FF99FF;
	background-color: #000000;
	text-align: left;
}
.MspSelectInserimento{
	width:300px;
	font-size:11px;
	margin:10px;
}
.MspInputInserimento{
	width:150px;
	font-size:11px;
	margin-top:5px;
	margin-bottom:5px;
}
.MspInputInserimento-{
	width:130px;
	font-size:11px;
	margin-top:5px;
	margin-bottom:5px;
}
.MspModifica{
	height:20px;
	font-size:11px;
	color:#FFFFFF;
}
.MspBottCalend{
	height:22px;
	width:22px;
	border-style:none;
	cursor: pointer;
	background-image: url(images/calendar.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.MspBottModifica{
	height:22px;
	width:22px;
	border-style:none;
	cursor: pointer;
	background-image: url(images/modifica.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.MspBottUndo{
	height:32px;
	width:32px;
	border-style:none;
	cursor: pointer;
	background-image:  url(images/undo.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.MspDivSospeso{
	height:290px;
	width:400px;
	margin-top:-290px;
	margin-left:42px;
	position: relative;
}
.MspContenutoSospeso{
	background-color:#000;
	border:solid thin #FF00FF;
}

