﻿/*tag*/
* {
font-family:"Segoe UI",Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
HTML {
margin: 0px;
padding:0px;
text-align: center;
}

BODY{
color:#006699;
margin:0px;
padding:0px;
}

form {
margin:0;
padding:0;
}

h1 {
margin:0px;	
padding:0px;
font-size:22px;
	font-weight:normal;
	letter-spacing:-1px;
}
h2 {
margin:0px;	
padding:0px;
}
h3 {
margin:0px;	
padding:0px;
}
h4 {
margin:0px;	
padding:0px;
}

p {
margin:0px;	
padding:0px;
}

a {
font-weight: normal;
text-decoration: none;
color:#000000;
}

a:link {
text-decoration: none;
}

a:visited {
text-decoration: none;
}

a:hover{
text-decoration: underline;
}

ul
{
padding:0px;
margin:0px;
list-style:none;
 
}
ul li
{
padding:0px;
margin:0px;
list-style:none;
}

fieldset
{
padding:10px;
}

fieldset legend
{
font-size:16px;
font-weight:normal;
letter-spacing:-1px;
margin-bottom:10px;
}

/*Contenitori*/

div#LoginCenteredContent {
	width: 400px;
	height: 500px;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -200px; 
	/* Half the width of the DIV tag which is 50 pixels */
	margin-top: -250px; 
	/* Half the height of the DIV tag which is also 50 pixels */
}


/* classi */
.BoxGrigio {
	background-image:url('../Admin/Images/risvolto_bg.png');
	background-position:right bottom;
	background-repeat:no-repeat;
	background-color:#A0A5A8;
	/*min-height: 35px;
	height: auto !important;
	height:35px;*/
	padding:0px;
	padding-bottom:25px;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	color:#FFFFFF;
	font-size:14px;

}

.BoxBlue {
	background-image:url('../Admin/Images/risvolto_bg.png');
	background-position:right bottom;
	background-repeat:no-repeat;
	background-color:#006699;
	/*min-height: 35px;
	height: auto !important;
	height:35px;*/
	padding:0px;
	padding-bottom:25px;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	color:#FFFFFF;
	font-size:14px;

}

.BoxBlue a 
{
    color:#FFFFFF;
}

.fontSmall
{
	font-size:9px;
}

.SelectfontSmall
{
	font-size:10px;
}

.spacer
{

	height:0px;
}
.spacer5
{
	height:5px;

}
.spacer10
{
	height:10px;

}

.clear {
	clear:both;
}



.ButtonGrey
{
	font-size:12px;
	margin:0px;
	border-style:solid;
	border-color:#333333;
	border-width:1px;
	line-height:25px;
	padding:0px;
	padding-left:3px;
	padding-right:3px;
	background-image:url('../Admin/Images/ButtonGreyBg.png');
	background-repeat:no-repeat;
	background-position:left top;
	vertical-align:baseline;
	min-height: 25px;
	height: auto !important;
	height:25px;
	text-decoration:none;
	color:#000000;
}

.ButtonGrey:hover
{
	margin:0px;
	border-style:solid;
	border-color:#333333;
	border-width:1px;
	line-height:25px;
	padding:0px;
	padding-left:3px;
	padding-right:3px;
	background-image:url('../Admin/Images/ButtonGreyHoverBg.png');
	background-repeat:no-repeat;
	background-position:left top;
	height:25px;
	cursor:pointer;
	text-decoration:none;
	color:#000000;
}

a.ButtonGrey 
{
    color:#000000;
    }


.Pad10 
{
    padding:10px;
}
.TextLineHeight
{
    line-height:1.5em;
}

.TextRight 
{
    text-align:right;
}
.TextLeft
{
    text-align:left;
}
.FloatLeft
{
	float:left;
}
.FloatRight
{
	float:right;
}

