/* CSS Reset | v1.0 | 20080212 */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body { line-height: 1; }
ol, ul { /*list-style: none;*/ }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus { outline: 0; }
/* remember to highlight inserts somehow! */
ins { text-decoration: none; }
del { text-decoration: line-through; }
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body {
	background: white;
	font-family: Tahoma, Verdana, Geneva, Helvetica, Arial, sans-serif;
	font-size: 100%;
	color: #231f20;
}
p { margin: 5px 0; }
th, td { padding: 5px; }
#wp1 {
	width: 100%;
	height: 90px;
	background: white;
	overflow: hidden;
	border-bottom: 1px solid #231f20;
}
#wp2 {
	position: relative;
	font-size: 0.9em;
	clear: both;
	margin: 0 auto;
	text-align: left;
	width: 1000px;
	/* background: url(../img/left-right.gif) repeat-y; */
	overflow: hidden;
}
.headtitle {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 1000px;
	height: 90px;
}
.headtitle #lang {
	position: absolute;
	width: 100px;
	height: auto;
	text-align: left;
	top: 33px;
	left: 0px;
	z-index: 100;
}
.headtitle #lang a, .headtitle #lang a:hover {
	border: none !important;
	text-decoration: none !important;
}
.headtitle #lang img {
	width: auto;
	max-width: 24px;
	height: auto;
}
* html body { overflow: hidden; }
.no_view { display: none; }
.clear {
	float: left;
	clear: both;
}
#login #lang {
	position: absolute;
	width: 425px;
	height: auto;
	text-align: center;
	top: -40px;
	left: 0px;
	z-index: 100;
}
#login #lang a, #login #lang a:hover {
	border: none !important;
	text-decoration: none !important;
}
#login #lang img {
	width: auto;
	max-width: 24px;
	height: auto;
}
#login {
	position: relative;
	/*
	background: url('../personal/img/logo.gif') no-repeat 1.2em 1em;
	*/
	border: 1px solid #231f20;
	color: #231f20;
	margin: 6em auto 0.2em auto;
	padding: 0;
	width: 425px;
}
#login form#loginform {
	margin: 0;
	padding: 120px 50px 0 50px;
	min-height: 230px;
	height: auto !important; /* min-height fast hack */
	height: 230px;
}
#login form#logoutform {
	margin: 0;
	padding: 120px 50px 0 50px;
	min-height: 55px;
	height: auto !important; /* min-height fast hack */
	height: 55px;
}
#login #login_error {
	position: relative;
	top: 110px;
	width: 320px;
	margin: 10px auto;
}
#login #login_ok {
	position: relative;
	top: 120px;
	background: #f2f2f2;
	border-bottom: 1px solid #231f20;
	font-size: 13px;
	font-weight: bold;
	padding: .8em;
	width: 301px;
	margin: 0 50px;
	margin-bottom: 15px;
	text-align: center;
	overflow: hidden;
}
#login p {
	font-size: 12px;
	text-align: left;
}
#login #login_error a {
	color: #ebcd4e;
	border-color: #ebcd4e;
}
#login input { padding: 0.15em; }
#login .input {
	font-size: 1.2em;
	margin-top: 0px;
	width: 97%;
}
#login p label { font-size: 1.2em; }
#login #submit {
	margin: 0 auto;
	font-size: 13px;
}
.submit input {
	border: 1px solid #cc0000;
	background: #d94040;
	color: white;
	padding: 4px;
	border-radius: 3px;
	font-weight: bold;
	cursor: pointer;
}
.submit { float: right; }
hr {
	clear: both;
	margin-top: 50px;
	display: block;
	width: 100%;
	margin: 0;
	height: 1px;
	border: 0;
	color: #bccbd9;
	background-color: #bccbd9;
}
input, textarea, select {
	max-width: 100%;
	margin-bottom: 5px;
}
h1 {
	margin-bottom: 3px;
	font-size: 1.4em;
	line-height: 1.4em;
	color: #cc0000;
	font-family: Georgia;
}
h2 {
	margin-bottom: 3px;
	font-size: 1.1em;
	line-height: 1.3em;
	color: #cc0000;
	font-family: Georgia;/* background: lime; */
}
h3 {
	margin-bottom: 3px;
	font-size: 1em;
	line-height: 1.3em;
	color: #cc0000;
	font-family: Georgia;/* background: lime; */
}
h1 a, h2 a, h3 a { color: #cc0000; }
a {
	color: #231f20;
	text-decoration: none;
	border-bottom: 1px dotted #231f20;
}
a:hover { border-bottom: 1px solid #231f20; }
.ulCnt { margin-top: 30px; }
.ulCnt li {
	padding: 2px 0 2px 16px;
	text-align: right;
	border-bottom: 1px dotted #231f20;
	background: url(../img/pt.gif) no-repeat 8px 10px;
	font-family: Tahoma;
	font-size: 0.95em;
	text-align: left;
	line-height: 1.2em;
}
.ulCnt a {
	display: block;
	padding: 3px;
	border: none;
	color: #231f20;
}
.ulCnt a:hover { border: none; }
/* ---[ BEGIN LAYOUT ]------------------------------- */

/* ---[ TOP ]------------------------------- */

#wp1 img {
	margin: 0;
	padding: 0;
	border: none;
}
/* ---[ BREADCRUMB ]------------------------------- */

#breadcrumb {
	margin: 4px auto;
	padding: 8px;
	font-size: 0.7em;
	border: 3px solid #f2f2f2;
	height: 10px;
	line-height: 10px;
	color: #231f20;
	width: 968px;
	letter-spacing: 0.1em;
}
#breadcrumb a {
	color: #cc0000;
	border-bottom: 1px dotted #cc0000;
}
#breadcrumb a:hover {
	text-decoration: none;
	border-bottom: 1px solid #cc0000;
}
.path { float: left; }
.session_info {
	float: right;
	letter-spacing: 0.1em;
}
/* ---[ LAYOUT ]------------------------------- */

/* Container */

#wpid {
	float: left;
	width: 200%;
	position: relative;
	left: 200px;
	border-left: 1px solid #f2f2f2;
}
#rwp {
	float: left;
	width: 100%;
	position: relative;
	left: 50%;
	margin-left: -402px;
	border-left: 1px solid #f2f2f2;
}
#wp2 .nrb, #wp2 .nlb { border-left: 1px solid transparent; }
#mwp {
	float: right;
	width: 50%;
	position: relative;
	right: 100%;
}
#mpd { margin: 4px 5px 4px 405px;/* overflow: hidden; */ }
#mpde {
	margin: 4px 5px 4px 205px;
	/* overflow: hidden; */
	position: relative;
	left: 200px;
}
#mpdf {
	margin: 4px 5px 4px 5px;
	/* overflow: hidden; */
	position: relative;
	left: 200px;
}
#md {
	width: 100%;
	/* overflow: hidden; */
	font-size: 0.9em;
}
#md img { /* border: none; */ }
/* Left, Right */

#lt {
	float: left;
	width: 192px;
	position: relative;
	margin-left: -50%;
	left: 200px;
	padding: 4px;
	overflow: hidden;
	font-size: 0.8em;
}
#rt {
	float: left;
	width: 192px;
	position: relative;
	left: 0px;
	padding: 4px;
	overflow: hidden;
	font-size: 0.8em;
}
#lt img, #rt img { border: none; }
/* Footer */

#footer {
	clear: both;
	width: 1000px;
	margin: 0 auto;
	height: 1px;
	border-top: 1px dotted #231f20;
}
.bottom {
	width: 1000px;
	margin: 0 auto;
	padding-bottom: 20px;
	font-size: 0.7em;
	text-align: center;
	color: #231f20;
}
* html #footer-wrap {
	float: left;
	position: relative;
	width: 100%;
	padding-bottom: 10010px;
	margin-bottom: -10000px;
}
#footer-wrap {
	clear: both;
	margin-top: 10px;
}
/* ---[ END LAYOUT ]------------------------------- */
	
/* ---[ MAIN CONTENT ]------------------------------- */

/* Contenuto pagina */

.content {
	line-height: 1.4em;
	text-align: justify;
	font-size: 0.9em;
}
.content ul {
	list-style-type: none;
	margin: 5px 0;
}
.content ol {
	/*list-style-type: decimal;*/
	margin: 5px 0;
}
.content ul li, .content ol li, .table ul li, .table ol li {
	margin: 0 0 0 10px;
	padding: 0 8px 0 8px;
	background: url(../img/pt.gif) no-repeat;
	background-position: left 0.8em;
	line-height: 1.7em;
}
.content ol li, .table ol li {
	background: none;
	background-position: none;
	margin: 0 0 0 25px;
	padding: 0 10px 0 0;
}
.content img {
	padding: 1px;
	border: 1px solid #f2f2f2;
	margin: 0 10px 10px 10px;
}
.content a, h2 a, .table a {
	color: #cc0000;
	border-bottom: 1px dotted #cc0000;
	text-decoration: none;
}
.content a:hover, h2 a:hover, .table a:hover {
	color: #cc0000;
	border-bottom: 1px solid #cc0000;
	text-decoration: none;
}
.content a.nf, a.nf {
	color: #231f20;
	border: none;
}
.content a.nf:hover, a.nf:hover {
	text-decoration: underline;
	border: none;
}
.content hr {
	color: #f2f2f2;
	background-color: #f2f2f2;
}
fieldset {
	border: 1px solid #abadb3;
	border-radius: 3px;
	margin-bottom: 20px;
	padding: 15px 0;
}
form { margin: 10px; }
legend {
	margin-left: 10px;
	padding: 5px 10px;
	color: #cc0000;
	background: white;
	border: 1px solid #abadb3;
	border-radius: 3px;
	font-weight: bold;
	font-family: Georgia;
}
/*
legend {
	margin-left: 10px;
	padding: 5px;
	color: white;
	background: #e52852;
	border: 1px solid #e52852;
	font-weight: bold;
}
*/

.riga_admin_form {
	clear: both;
	line-height: 2em;
	padding: 2px 0;
}
.riga_admin_form a { }
.riga_admin_form img { border: none; }
.label_admin_form {
	float: left;
	width: 17%;
	text-align: right;
	padding: 1px;/* background: red; */
}
/*
label.error {
	color: #dd0000;
	font-weight: bold;
	padding-left: 3px;
	vertical-align: top;
}

input.error, select.error {
	border: 2px solid #dd0000;
	width: 70%;
}
*/

div.message {
	background: transparent url(../img/msg_arrow_bt.gif) no-repeat scroll bottom center;
	padding-bottom: 7px;
	z-index: 1;
}
div.error {
	background-color: #ffeeee;
	border-color: #dd0000;
	color: black;
	border-style: solid solid none solid;
	border-width: 2px;
	padding: 0px 3px 1px 3px;
	font-size: 0.85em;
	height: 1.2em;
	line-height: 1.2em;
}
.control_admin_form {
	float: left;
	width: 80%;
	/* background: lime; */
	line-height: 2.3em;
}
.control_admin_form input, .control_admin_form select, .control_admin_form textarea {
	border: 1px solid #abadb3;
	border-radius: 3px;
	padding: 3px;
}
.control_admin_form input[type="text"]:focus, .control_admin_form select:focus { /* background: #fbec88; */ border: 1px solid #fad42e;/* padding: 3px; */ }
.control_admin_form select { font-size: 1em; }
.admin_button {
	width: 100%;
	line-height: 20px;
	float: left;
	text-align: center;
}
.table {
	font-size: 0.85em;
	width: 100%;
	font-family: Tahoma;
}
.table img {
	border: none;
	margin: 0px;
	padding: 0px;
}
.table th {
	font-weight: bold;
	padding: 8px 4px;
	text-align: left;
	background-color: white;
	font-size: 1.0em;
	font-family: Tahoma;
	border: 1px solid #f2f2f2;
}
.table td {
	border: 1px solid #f2f2f2;
	vertical-align: top;
}
.th_tab_1 { width: 1%; }
.th_tab_5 { width: 5%; }
.th_tab_7 { width: 7%; }
.th_tab_8 { width: 8%; }
.th_tab_9 { width: 9%; }
.th_tab_10 { width: 10%; }
.th_tab_11 { width: 11%; }
.th_tab_12 { width: 12%; }
.th_tab_13 { width: 13%; }
.th_tab_14 { width: 14%; }
.th_tab_15 { width: 15%; }
.th_tab_20 { width: 20%; }
.th_tab_25 { width: 25%; }
.th_tab_30 { width: 30%; }
.th_tab_35 { width: 35%; }
.th_tab_50 { width: 50%; }
.table td p { margin: 0; }
.terms {
	width: 588px;
	border: 1px solid #abadb3;
	border-radius: 3px;
	padding: 5px;
	font-size: 0.85em;
	line-height: 1.2em;
	text-align: justify;
}
.savedata, .add_candidate {
	margin: 8px auto;
	font-size: 1.3em;
	text-align: center;
}
.savedata a, .add_candidate a {
	color: #cc0000;
	border-bottom: 1px dotted #cc0000;
}
.savedata a:hover, .add_candidate a:hover { border-bottom: 1px solid #cc0000; }
.connectedSortable li {
	margin: 3px;
	padding: 3px;
	border: 1px solid #231f20;
	font-size: 1em;
	background: #f2f2f2;
	width: 320px;
	display: inline-block;
	height: 25px;
	line-height: 25px;
	cursor: pointer;
}
.pair {
	font-size: 1.2em;
	float: left;
	clear: both;
	width: 100px;
	margin: 3px;
	padding: 3px;
	height: 27px;
	line-height: 27px;
	text-align: center;
	background: #f2f2f2;
}
.connectedSortable .position { float: right; }

.signupPcDefault {
	border: none;
	padding: 8px;
	color: #FFF;
	background-color: indianred;
	cursor: pointer;
}

.signupPcDefault:hover {
	color: #000;
	background-color: #EEE;
}
