/****************************************************************************************************************
RIDEFINIZIONE DEI TAG HTML
****************************************************************************************************************/
body  {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	color: #5A5A5A;
	background-color : #C9D7E4;
	background-image : url("../immagini-gui/body_bg.jpg");
	background-repeat : repeat-x;
}
img  {
	border : 0px;
}
a {
	color : #175294;
	text-decoration : none;
}
a:hover {
	color: #6490C1;
	text-decoration : underline;
}
a:visited {
}
td {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	vertical-align : top;
	color: #5A5A5A;
}
dt {
}
dd {
}
hr {
}
ul {
}
li {
}
form {
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
}
input {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	border : 1px solid #5A5A5A;
}
select {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	border : 1px solid #5A5A5A;
}
textarea {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	border : 1px solid #5A5A5A;
	width : 60%;
}

/****************************************************************************************************************
IMPOSTAZIONI GENERALI
****************************************************************************************************************/
.InsidePage {
	width : 782px;
	background-color : White;
	border : 1px solid #175294;
	margin : 3px 3px 3px 3px;
	position : static;
	background-image : url("../immagini-gui/page_bg.gif");
}

/****************************************************************************************************************
INTESTAZIONE
****************************************************************************************************************/
.InsideHeader {
	height : 140px;
	width : 780px;
	top : 5px;
	left : 4px;
	background-image : url("../immagini-gui/header_bg.jpg");
	background-repeat : no-repeat;
}
.InsideHeader .InsideImage {
	margin-left : 15px;
	padding-top : 5px;
}
/* Menu di servizio  */
.InsideHeader .InsideServiceMenu {
	margin-top : 10px;
	margin-right : 22px;
	height : 24px;
	text-align : right;
}
.InsideHeader .InsideServiceMenu a {
	color : White;
	font-weight : bold;
	padding-left : 3px;
	padding-right : 3px;
}
.InsideHeader .InsideServiceMenu a:hover {
	background-color : #165396;
	text-decoration : none;
}
.InsideHeader .InsideServiceMenu ul {
	text-indent : 0px;
	margin: 0px 0px 0px 0px;
}
.InsideHeader .InsideServiceMenu  ul.InsideLevel1 {
}
.InsideHeader .InsideServiceMenu li {
	list-style-type : none;
	text-indent : 0px;
	display : inline;
}
.InsideHeader .InsideServiceMenu li a {
	height : 24px;
	padding-top : 5px;
}
.InsideHeader .InsideServiceMenu li.InsideLevel1Selected  a {
	background-color : #165396;
	text-decoration : none;
}

/* Menu principale  */
.InsideHeader .InsideMainMenu {
	width : 570px;
	margin-top : 10px;
	margin-left : 15px;
}
.InsideHeader .InsideMainMenu a {
	color : White;
	padding : 7px 3px 0px 3px;
	font-weight : bold;
	text-transform : uppercase;
}
.InsideHeader .InsideMainMenu a:hover {
	background-color : #6590BB;
	text-decoration : none;
}
.InsideHeader .InsideMainMenu ul {
	text-indent : 0px;
	margin: 0px 0px 0px 0px;
}
.InsideHeader .InsideMainMenu  ul.InsideLevel1 {
}
.InsideHeader .InsideMainMenu li {
	list-style-type : none;
	text-indent : 0px;
	display : inline;
}
.InsideHeader .InsideMainMenu li a {
	padding-top : 7px;
	height : 28px;
}
.InsideHeader .InsideMainMenu li.InsideLevel1Selected  a {
	background-color : #6590BB;
	text-decoration : none;
	padding-top : 7px;
	height : 28px;
}

/* Form ricerca  */
.InsideHeader .InsideForm {
	position : absolute;
	left : 615px;
	top : 112px;
}
.InsideHeader .InsideForm .InsideRow {
	display : inline;
}
.InsideHeader .InsideForm .InsideRow .InsideLabel {
	font-weight : bold;
	padding-right : 5px;
	color : White;
	width : 40px;
	display : inline;
}
.InsideHeader .InsideForm .InsideCommands {
	display : inline;
}
.InsideHeader .InsideForm  .InsideCommands a {
}
.InsideHeader .InsideForm  .InsideCommands a:hover {
}
.InsideHeader .InsideForm  .InsideCommands a:visited {
}

/****************************************************************************************************************
BARRA A SINISTRA
****************************************************************************************************************/
.InsideLeft {
	width : 190px;
	float : left;
	padding-top : 5px;
	margin-left : 5px;
	padding-bottom : 10px;
}
.InsideLeft .InsideImage {
	margin-top : 20px;
}
/* Menu contestuale  */
.InsideLeft .InsideTreeMenu {
}
.InsideLeft .InsideTreeMenu  ul {
}
.InsideLeft .InsideTreeMenu  ul.InsideLevel1 {
	margin-left : 20px;
}
.InsideLeft .InsideTreeMenu  ul.InsideLevel2 {
	margin-left : 15px;
}
.InsideLeft .InsideTreeMenu  ul.InsideLevel3 {
	margin-left : 15px;
}
.InsideLeft .InsideTreeMenu  li {
}
.InsideLeft .InsideTreeMenu  li a {
}
.InsideLeft .InsideTreeMenu  li a:hover {
}
.InsideLeft .InsideTreeMenu  li a:visited {
}
.InsideLeft .InsideTreeMenu  li.InsideLevel1 a {
	font-size : 1;
	font-weight : bold;
}
.InsideLeft .InsideTreeMenu  li.InsideLevel1Selected a {
	font-size : 11px;
	font-weight : bold;
}
.InsideLeft .InsideTreeMenu  li.InsideLevel2 a {
	font-size : 11px;
	font-weight : bold;
}
.InsideLeft .InsideTreeMenu  li.InsideLevel2Selected a {
	font-size : 11px;
	font-weight : bold;
}
.InsideLeft .InsideTreeMenu  li.InsideLevel3 a {
	font-size : 11px;
	font-weight : normal;
}
.InsideLeft .InsideTreeMenu  li.InsideLevel3Selected a {
	font-size : 11px;
	font-weight : normal;
	font-weight : bold;
}
.InsideLeft .InsideTreeMenu  li.InsideLevel4 a {
	font-size : 9px;
	font-weight : normal;
}
.InsideLeft .InsideTreeMenu  li.InsideLevel4Selected a {
	font-size : 9px;
	font-weight : normal;
}

/* Form per il login  */
.InsideLeft .InsideForm {
	background-image : url("../immagini-gui/box_login.gif");
	width : 195px;
	height : 155px;
	padding : 10px 5px 5px 10px;
	background-repeat : no-repeat;
}
.InsideLeft .InsideForm .InsideRow {
	width : 160px;
}
.InsideLeft .InsideForm .InsideRow .InsideLabel {
	font-weight : bold;
	padding-right : 5px;
	color : White;
	width : 60px;
	display : block;
}
.InsideLeft .InsideForm  .InsideCommands {
	font-weight : bold;
	margin-top : 7px;
}
.InsideLeft .InsideForm  .InsideCommands a {
}
.InsideLeft .InsideForm  .InsideCommands a:hover {
	color : White;
	text-decoration : none;
}
.InsideLeft .InsideForm  .InsideCommands a:visited {
}
.InsideLeft .InsideForm  input {
	width : 160px;
}

.InsideLeft .InsideBox {
	background-image : url("../immagini-gui/box_utente.gif");
	width : 195px;
	height : 75px;
	padding : 10px 15px 5px 10px;
	background-repeat : no-repeat;
	text-align : center;
}
.InsideLeft .InsideBox .InsideBoxTitle {
	font-weight : bold;
	color : White;
	margin-right : 15px;
	margin-bottom : 10px;
}
.InsideLeft .InsideBox a {
	margin-right : 15px;
}
.InsideLeft .InsideBox a:hover {
	color : White;
	text-decoration : none;
}

/****************************************************************************************************************
SEZIONE PRINCIPALE
****************************************************************************************************************/
.InsideMain {
	margin-left : 200px;
	width : 565px;
	padding-bottom: 10px;
}
/* Percorso utente  */
.InsideMain .InsideUserPath {
	width : 530px;
	border-top : 1px solid #175294;
	border-bottom : 1px solid #175294;
	height : 22px;
	padding-top : 4px;
}
/* Comando stampa  */
.InsideMain .InsidePrint {
	margin-left : 545px;
	margin-top : -20px;
}
/* Elementi vari  */
.InsideMain .InsideMessage {
	font-weight : bold;
	margin : 5px 0px 5px 0px;
	color : Red;
}
.InsideMain .InsideTitle {
	font-size : 18px;
	font-weight : bold;
	margin-bottom : 5px;
	width : 500px;
}
.InsideMain .InsideSubtitle {
	font-size : 12px;
	font-weight : bold;
	margin-bottom : 10px;
}
.InsideMain .InsideText {
	text-align : justify;
	margin-top : 5px;
	margin-bottom : 5px;
}
.InsideMain .InsideFooter {
	font-size : 10px;
	margin-top : 10px;
	margin-bottom : 10px;
}
.InsideMain .InsideImage {
	margin-top : 5px;
	margin-bottom : 5px;
	float : left;
}
.InsideMain .InsideImage  img {
	margin-right : 10px;
	margin-bottom : 10px;
}
.InsideMain .InsideAttachment {
}

/* Box  */
.InsideMain .InsideBox {
	float : left;
	clear : left;
}
.InsideMain .InsideBox img {
	float : left;
	margin-right : 10px;
}
.InsideMain .InsideBox .InsideBoxTitle {
	font-weight : bold;
}


/* Form  */
.InsideMain .InsideForm {
	margin-bottom : 10px;
}
.InsideMain .InsideForm .InsideRow {
}
.InsideMain .InsideForm .InsideRow .InsideLabel {
	width : 130px;
	display : inline;
}
.InsideMain .InsideForm .InsideCommands  {
	display : inline;
	float : right;
	margin-top : 10px;
}
.InsideMain .InsideForm .InsideRowRequired {
}
.InsideMain .InsideForm .InsideRowRequired  .InsideLabel {
	font-weight : bold;
	width : 130px;
	display : inline;
}

/* Elenchi  */
.InsideMain .InsideList {
}
.InsideMain .InsideList .InsideBody {
}
.InsideMain .InsideList .InsideBody .InsideCategory {
	font-size : 12px;
	font-weight : bold;
	margin-top : 10px;
	margin-bottom : 5px;
	text-transform : uppercase;
	clear : both;
}
.InsideMain .InsideList .InsideBody .InsideRow {
	display : block;
	clear : both;
	margin-top : 5px;
}
.InsideMain .InsideList .InsideBody .InsideRow a {
	display : block;
	font-weight : bold;
}
.InsideMain .InsideList .InsideBody .InsideRow img {
	float : left;
	margin-right : 5px;
}
.InsideMain .InsideList .InsideBody .InsideRow .InsideText {
	display : block;
}
/* Scadenze e avvisiti  */
#Home_Page {
min-height: 700px;
}
#Home_Page .InsideMain {
	width : 300px;
}
#Home_Page .InsideMain .InsidePrint,
#Home_Page .InsideMain .InsideUserPath {
   display: none;
}

#Home_Page .InsideMain .InsideTitle {
	float : none;
        width: 300px;
}
#Home_Page .InsideMain .InsideText {
	width : 282px;
	float : none;
}
.InsideMain .InsideImage {
	float : none;
}
#Home_Page #Download,
#Home_Page #Novita,
#Home_Page #Scadenze {
        float: right;
	background-image : url("../immagini-gui/box_bianco.gif");
	width : 260px;
	height : 195px;
	background-repeat : no-repeat;
   margin: 0px 0px 10px 0px;
}
#Home_Page  #Download {
	background-image : url("../immagini-gui/box_cinema.gif");
}

#Home_Page #Novita .InsideTitle,
#Home_Page #Scadenze .InsideTitle {
	color : White;
	font-size : 12px;
	font-weight : bold;
	text-align : center;
	width : 250px;
	padding-top : 8px;
}
#Home_Page #Novita .InsideBody,
#Home_Page #Scadenze .InsideBody {
	width : 250px;
	margin-left : 5px;
	margin-top : 10px;
	overflow : auto;
	height : 155px;
}
#Home_Page #Novita .InsideBody {
	overflow : hidden;
}
#Home_Page #Scadenze .InsideCategory {
	display : none;
}
#Home_Page #Scadenze .InsideRow {
}
#Home_Page #Scadenze .InsideRow a {
	font-weight : bold;
	display : block;
}
#Home_Page #Scadenze .InsideText {
	width : 225px;
}
#Home_Page #Download .InsideTitle {
	color : White;
	font-size : 12px;
	font-weight : bold;
	text-align : center;
	width : 250px;
	padding-top : 3px;
	margin-bottom : 0px;
}
#Home_Page #Download .InsideBody {
	overflow : auto;
	width : 250px;
	margin-left : 5px;
	margin-top : 5px;
	overflow : auto;
	height : 155px;
}
#Home_Page #Download .InsideCategory {
	display : none;
}
#Home_Page #Download .InsideRow {
	padding-left : 3px;
	padding-right : 3px;
}
#Home_Page #Download .InsideRow a {
	font-weight : bold;
	display : block;
}
#Home_Page #Download .InsideText {
	width : 225px;
}
#Home_Page .ColonnaSinistra {
	width : 300px;
}
