/* CSS Document */ /*GENERAL*/
body {
	margin: 0px;
	background: top left repeat-x url(../images/kplace/bg_repeat_kp.gif);
}

#all {
	min-width: 760px;
}

#header {
	float: left;
	clear: both;
	position: relative;
	width: 100%;
	background: no-repeat url(../images/kplace/sf-sin_kp.gif);
}

#page-body {
	float: left;
	clear: both;
	position: relative;
	width: 100%;
}

#footer {
	float: left;
	clear: both;
	position: relative;
	width: 100%;
}

.clear {
	clear: both;
	font-size: 1px;
}

/* HEADER */
#logo {
	padding: 0px;
	float: left;
}

#login {
	margin: 0px 5px;
	float: right;
    padding: 15px 5px 5px 5px;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
	line-height: 16px;
	height: 90px;
	background: top right no-repeat url(../images/kplace/sf-dx_kp.gif);
}

#login a,#login a:hover {
	color: #000000;
	text-decoration: underline;
}

a:link,a:visited {
	font-size: 11px;
	border: 0px;
	color: #0075bb;
	text-decoration: none;
	border: 0px;
}

a:hover,a:active {
	border: 0px;
	font-size: 11px;
	color: red;
	text-decoration: underline;
}

input {
	padding: 2px;
	margin-right: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
}

input.button {
	font-weight: bold;
	font-size: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 2px;
}

select {
	padding: 2px;
	margin-top: 5px;
	margin-bottom: 5px;
}

/* CONTENT */
form {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

img {
	border: 0px;
}

th.icon,td.icon {
	float: none;
}

#content {
	position: relative;
	float: right;
	clear: right;
	width: 80%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

#content-data {
	padding: 5px;
	margin: 5px;
}

#content-data h1 {
	font-size: 16px;
	color: #333333;
}

#content-data h2 {
	font-size: 14px;
	color: #BEBEBE;
}

#content-data h3 {
	color: #333333;
	font-weight: bold;
	font-size: 12px;
	text-align: left;
	padding: 5px 5px 5px 5px;
	margin: 0px;
}

#content-data h1,#content-data h2 {
	margin: 3px 0px 10px 0px;
}

#content-data h6 {
	color: #E01B35;
	font-weight: bold;
	font-size: 12px;
	text-align: left;
	padding: 0px 5px 2px 5px;
	margin: 0px;
}

#content-data a {
	text-decoration: none;
	color: #4F4F4F;
}

#content-data a:hover {
	text-decoration: underline;
	color: #E7472B;
}

/*tabella selezione test center in Gestione TC*/
.lightButton {
	background-color: white;
	font-weight: 800;
	font-size: 12px;
	color: #BEBEBE;
	border: 0px;
}

.lightTable {
	border: 0px;
	text-align: center;
	width: 60%;
	color: #999999;
}

.lightTable thead th {
	font-size: 14px;
}

.lightTable a:link,a:visited {
	font-size: 11px;
	border: 0px;
	color: #BEBEBE;
	text-decoration: none;
	border: 0px;
}

.lightTable a:hover,a:active {
	border: 0px;
	font-size: 11px;
	color: red;
	text-decoration: underline;
}

.lightTable .innerLightTable {
	border: 1px solid #BEBEBE;
	text-align: left;
	width: 100%;
}

.lightTable .innerLightTable .rightElement {
	float: right;
}

.lightTable .innerLightTable .leftElement {
	color: black;
	font-weight: bold;
	float: left;
}

.lightTable .innerLightTable td {
	border-bottom: 1px solid #eeeeee;
}

.errorForm {
	font-weight: bold;
	font-size: 12px;
	color: #E01B35;
	border: 1px solid #E01B35;
	background-color: #FFCCCC;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;
}

.warnForm {
	font-weight: bold;
	font-size: 12px;
	color: #FF9933;
	border: 1px solid #FF9933;
	background-color: #FFFFCC;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;
}

.infoForm {
	font-weight: bold;
	font-size: 12px;
	color: green;
	border: 1px solid green;
	background-color: #CCFF99;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;
}