﻿/*
------------------------------------------
PAGE SOCI
------------------------------------------
*/

/* Ricerca alfabetica */
.foundChar {
	width: 100%;
	clear: both;
	
}

.foundChar ul {
	margin: 0px;
	padding: 0px;
}

.foundChar ul li{
	margin: 0px;
	padding: 0px;
	
	list-style-type: none;
	float: left;
}

.foundChar ul li a {
	display: block;
	
	width: 23px;
	padding: 5px;
	margin-left: 1px;
	
	text-decoration: none;
	background-color: #9DADCF;	
	color: #FFFFFF;
	text-align: center;
	font-weight: normal;
}

.foundChar ul li a:hover {
	background-color: #1A2146;
}

.foundChar ul li a.sel {
	background-color: #1A2146;
	font-weight: bold;
}

/* elenco */
#result {
	width: 300px;
	float: left;
	margin: 5px 0px 2px 0px;
}

#result .userList {
	width: 100%;
	border-width:0px;
	margin-left: 1px;
}

#result .userList tr td 
{
	margin: 1px;
	padding: 3px;
}

#result .userList .cellHeader {
	font-weight: bold;
}

#result .userList .tableRow1 {
	background-color: #F1F1F1;
}

#result .userList .tableRow2 {
	background-color: #FFFFFF;
}

#result .userList .tableRowSel {
	background-color: #9DADCF;
	color: #FFFFFF;
}

/*Dettaglio*/
#profileDetails {
	float: left;
	padding: 5px 0 0 10px;
	width: 580px;
}

#profileDetails .tableDett {
	clear: both;
	width: 100%;
	margin-bottom: 20px;
}

#profileDetails h2 {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: normal;
}

#profileDetails .tableDett tr td, #profileDetails .tableDett tr th {
	padding: 3px 2px;
}

#profileDetails .tableDett .tableRowHeader{
	color: #002146;
	font-weight: bold;
	background-color: #9DADCF;
}

#profileDetails .tableDett .tableRow1{
	background-color: #FFFFFF;	
}

#profileDetails .tableDett .tableRow2{
	background-color: #F1F1F1;	
}

#profileDetails .tableDett .cellHeader {
	background-color: #9DADCF;
	color: #FFFFFF;
	width: 120px;
}

/*Elementi form inserimento dati*/
.short, .normal, .long {
	padding: 0px;
	margin: 0px;
}

.short {
	width: 100px;
}

.normal {
	width: 250px;
}

.long {
	width: 340px;
}