/* auth-login */
        
#arealogin
{
		border: 3px solid #8397b3;
		width : auto;
		margin : 2px;
		padding:1px;
		background : #F6F4F5;
		color : Black;
		margin-top : 12px;
		height : 150px;
		margin-right : 6px;
		text-align: center;
}

#arealogin_titolo
{
		padding: 1px 0px 2px 15px;
		margin: 1px;
		border-bottom: 3px solid #B7B3B3;
		background: #808080 url(/moduli/auth/css/default/image/title.gif) no-repeat left;
		text-decoration: none;
		color: White;
		width : auto;
		font-weight : bolder;
}

#arealogin_form 
{
		width : auto;
}

#arealogin_form_riga
{
	   padding-top: 5px;
	   position: relative;
	   top: 0px;
	   height: 27px;
}

#arealogin_form_labelleft
{
		float: left;
		left: 10px;
		font-size: 12px;
                width: 65px;
		text-align: left;
}
	
	#arealogin_form_labelright
	{
		float: left;
		left: 10px;
		font-size: 12px;
                width: 65px;
		text-align: right;
		padding-right: 3px; 
       }

	#arealogin_form_input
	{
		float: left;
		left: 65px;
		font-size: 10px;
        }

	#arealogin_form_input INPUT
	{
		color: #0000FF;
        }


	#arealogin_form_button
	{
		font-size: 10px;
                width: auto;
		text-align: center;
 		margin: 0em auto;
       }

	#arealogin_form_button INPUT
	{
		color: Black;
		font-size : 10px;
		background : url(/moduli/cms/auth/css/default/image/bg_button.gif) repeat-x;
		border-right: 1px solid Gray;
		border-left: 0px solid White;
		border-top: 0px solid #33CCFF;
		font-weight : bolder;
	}

	#arealogin_form_button INPUT:hover
	{
		color: Blue;
                font-style: italic;
		background : url(/moduli/cms/auth/css/default/image/bg_button_on.gif) repeat-x;
        }
        
/* auth-edit */        
        
#sx {
	float: right;
	width: 100%;
	padding : 0;
	margin: 0;
        border : 1px solid #8397b3;
}

#sx h1 {
	font-size: 11px;
	color: White;
	font-weight: bold;
	margin: 0px;
	padding: 4px 3px 3px 3px;
	background-color : Gray;
	background-image : url(/moduli/cms/auth/css/default/image/h1.gif);
	width : auto;
	height : 14px;
}

#sx .elenco {
	width : auto;
	padding : 0px 0px 0px 0px;
	margin: 3px;
	list-style-type : none;
	overflow : auto;
	height : 300px;
	text-align : left;
}

#sx .elenco li{
	border-bottom : 1px solid Gray;
	padding-top : 3px;
	padding-left : 7px;
	margin:3px;
	list-style-type : none;
	text-align : left;
}

#sx .elenco a{
	text-decoration : none;

}


#text_contents {
	display: block;
	text-decoration: none;
	color: Black;
	border-right: 2px solid #4A584A;
	padding: 0em;
	background : transparent;
	width: 574px;
	margin-left:0px;
	text-align : left;
	vertical-align : top;
	float : left;
	background-color : #9BB1BD;
}

#text_contents .riga{
        position: relative;
	border-bottom : 1px solid #CCCCCC;
	padding : 5px;
	margin:1px 0px 0px 0px;
	font-weight : bold;
	border-left : 5px solid #4A50DE;
	height: 25px;
	background-color : #DEEEF6;
}

#text_contents .riga LABEL {
	float: left;
	padding-right: 5px;
	width: 120px;
	text-align: right;
}

#text_contents .riga INPUT {
	float: left;
	color: #0000FF;
}

#text_contents .riga SELECT{
	float: left;
	color: #0000FF;
 }

#text_contents .riga #button {
	float: left;
	padding: 0px;
        font-size:10pt;
        background-color: #B0B3F1; 
        color: #1D1F5B;
        }

#text_contents .permessi_container {
        position: relative;
	border-bottom : 1px solid #CCCCCC;
	padding : 5px;
	margin:1px 0px 0px 0px;
	font-weight : bold;
	border-left : 5px solid #4A50DE;
	height: 320px;
	background-color : #DEEEF6;
}

#text_contents .permessi_titolo {
	padding : 5px;
	margin:1px 0px 0px 0px;
	font-weight : bold;
	background-color : #DEEEF6;
	border: 0px solid;
   font-size : 12pt;
}

#text_contents .permessi_riga {
	font-weight : bold;
	background-color : #DEEEF6;
	border: 0px solid;
}

#text_contents .permessi_colleft {
	float: left;
	padding : 0px;
	font-weight : bold;
	background-color : #DEEEF6;
	width: 250px;
	border: 0px solid;
}

#text_contents .permessi_collefttop {
   vertical-align: top;
   text-align: left;
   font-size : 8pt;
   color: #0000FF;
}

#text_contents .permessi_colleftmiddle {
   vertical-align: middle;
}

#text_contents .permessi_colleftmiddle SELECT{
	color: #0000FF;
	font-size: 12px;
	width: 250px; 
 }

#text_contents .permessi_colleftbottom {
   vertical-align: bottom;
   text-align: right;
}

#text_contents .permessi_colright {
	float: right;
	padding : 0px;
	font-weight : bold;
	background-color : #DEEEF6;
	width: 250px;
	border: 0px solid;
}

#text_contents .permessi_colrighttop {
   vertical-align: top;
   text-align: left;
   font-size : 8pt;
   color: #0000FF;
}

#text_contents .permessi_colrightmiddle {
   vertical-align: middle;
}

#text_contents .permessi_colrightmiddle SELECT{
	color: #0000FF;
	font-size: 12px;
	width: 250px; 
 }

#text_contents .permessi_colrightbottom {
   vertical-align: bottom;
   text-align: right;
}


#text_contents .permessi_container INPUT {
	float: left;
	padding: 0px;
        font-size:10pt;
        background-color: #B0B3F1; 
        color: #1D1F5B;
        }

#text_contents .riga SELECT {
	float: left;
	color: #0000FF;
}

#text_contents .risposta {
	padding : 5px;
	margin:0px;
	border-bottom : 1px solid #CCCCCC;
	text-align : center;
        background-color: #B0B3F1;
        color: #FF0000; 
 }


#text_contents .invio {
	padding : 5px;
	margin:0px;
	border-bottom : 1px solid #CCCCCC;
	text-align : right;
	background-color : #9BB1BD;
}

#text_contents .invio INPUT {
        font-size:12pt;
        background-color: #B0B3F1; 
        color: #1D1F5B;
        }
