﻿/* CSS Document */
body {
	background-color:#ffffff;
	color:#666;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}

p {
	padding:0px 0px 0px 0px;
	margin:0px 0px 20px 0px;
	line-height: 1.5;
	text-align: justify;
}

html { 
	font-size: 11px; 
	font-family: arial, times new roman; 
}

h1{
	text-transform: uppercase;
	font-size: 13pt;
	margin: 0px;
	padding: 0px 0px 5px 0px;
	color: #006699;
}
h2{
	font-size: 11pt;
	margin: 0px;
	padding: 0px 0px 15px 0px;
	color: #006699;
}

#header {
	background: url(../images/top.gif) no-repeat;
	height: 176px;
	width: 1024px;
	overflow: hidden;
}

#content {
	background: url(../images/bg.gif) top left repeat-y;
	/*width: 1024px;*/
	padding-left: 45px;
	text-align: left;
}

#navigation {
	background-color: #006699;
	height: 30px;
	color: #FFF;
	font-weight: 700;
	line-height: 30px;
	padding: 5px 10px;
	font-size: 13px;
}




#text{
	width: 100%;
	padding: 5px 0px 0px 0px;
	margin: 5px 0px 0px 0px;
	font-size: 12px;
	background: url(../images/linee.gif) top left repeat-y;
}
#text p{
	font-size: 12px;
}

#footer{
  width: 1024px;
  border-top: 1px #006699 dotted;
  margin-top: 7px;
}

#footer_link{
	height: 10px;
}

#footer_link a{
	color: #006699;
}

#footer_link a:hover{
	color: #666;
}


.corpo{
	border-right: 1px dotted rgb(0, 102, 153);
	overflow:hidden;
}


#logintitolo, #loginform, #logintesto{
	padding-right: 13px;
}
.login{
	width: 213px;
	height: 86px;
	text-align: right;
	font-family: "Tahoma";
	color: #006699;
}
.login_intestazione{
	height: 37px;
	border-bottom: 1px #66A3C2 solid;
	padding-right: 13px;
	font-size: 9pt;
	font-weight: bold;
	letter-spacing: 0px;
}
.login_intestazione span{
	display: block;
	padding-top: 10px;
}
.login_corpo{
	background-color: #EAEAEA;
	padding-top: 5px;
	height: 132px;
}
.login_corpo form{
	margin: 0px;
	padding: 0px;
}
.login_corpo label{
	margin-right: 5px;
}
.login_corpo ul{
	list-style: none;
	margin: 0px;
	padding: 0px 10px 0px 0px;	
}
.login_corpo li{
	padding: 2px;
}
.login_corpo input{
	font-family:"Tahoma";
	font-weight: bold;
	font-size: 10pt;
	width: 100px;
	padding: 2px 5px 2px 2px;
	color: #BEBEBE;
	text-align: right;
	border: solid 1px #CFCFCF;
}
.login_corpo input[type="password"]{
}
.login_corpo input[type="button"]{
	padding: 0px 0px 0px 0px;
	border: solid 1px #CFCFCF;
	text-align: center;
	width: auto;
}
.login_corpo span{
	display: block;
	padding: 5px 10px 0px 0px;
}
.login_corpo a{
	color: #006699;
	text-decoration: underline;
}
.login_corpo a:hover{
	color: #BEBEBE;
	text-decoration: underline;
}

.riepilogo{
	margin: 0px 0px 10px 0px;
}
.riepilogo label{
	display: block;
	color: white;
	margin-left: inherit;
	width: 110px;
	padding: 2px 5px 2px 5px;
	background-color: #006699;
}
.riepilogo ul{
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 15px 0px;
	background-color: #E4E1E1;
}
.riepilogo li{
	padding: 0px;
	margin: 0px;

	font-size: 10pt;
	padding: 1px 3px 1px 3px;
}
.riepilogo ul li a{
	font-size: 10pt;
	color: #006699;
	text-decoration: none;
}
.riepilogo ul li a:hover{
   text-decoration: underline;
   color: #FD0002;
}


#right .riepilogo label{
	text-align: right;
	margin-left: auto;
}

#right .riepilogo ul li{
    text-align: right;
    margin-left: auto;
}

#middle{
	padding-right: 10px;
}



.logo{
	position: relative;	
}
.logo a{
	display: block;
	width: 513px;
	height: 93px;
}
.logo h1{
	position: absolute;
	top: 62px;
	left: 60px;
	background: url(../images/logo_vibo_valentia.png) no-repeat;
	margin: 0px;
	padding: 0px;
	text-indent: -9999px;
}

.bg1{
	background-color: silver;
}
.bg2{
	background-color: #CECECE;
}

.navigator{
	margin: 0px 0px 10px 0px;
}
.navigator a{
	padding: 0px 5px 0px 5px;
	color: #006699;
}
.navigator a:hover{
	color: #FD0002;
}

