@import url(layout2.css);

/* link */
a:link {
	color: white;
	text-decoration: none;
}

a:visited {
	color: white;
	text-decoration: none;
}

a:hover {
	color: gray;
	text-decoration: none;
}

a:active {
	color: white;
	text-decoration: none;
}

a.tabletLink:link {
	color: black;
	text-decoration: underline;
	font-weight: 700;
}

a.tabletLink:visited {
	color: black;
	text-decoration: underline;
	font-weight: 700;
}

a.tabletLink:hover {
	color: gray;
	text-decoration: none;
	font-weight: 700;
}

a.contentLink:link {
	color: black;
	text-decoration: none;
	font-weight: 700;
}

a.contentLink:visited {
	color: black;
	text-decoration: none;
	font-weight: 700;
}

a.contentLink:hover {
	color: gray;
	text-decoration: none;
	font-weight: 700;
}

/* elementi html */
body {
	color: black;
	font-family: Verdana, sans-serif;
	text-decoration: none;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	background-color: white;
	background-image: url(img/background.gif);
	background-position: 50% 40px;
	background-repeat: no-repeat;
}

br {
	clear: left;
	padding-top: 5px;
}

hr {
	border: 0;
	width: 100%;
	background-color: #000;
	height: 1px;
	margin-bottom: 20px;
}

hr.groupDetail {
	border: 1px solid silver;
	margin: 5px;
}

h1 {
	color: red;
	font-size: x-large;
}

p {
	font-weight: 700;
	font-size: 12px;
	color: #454545;
}

img {
	border: 0px;
}

label {
	margin-top: 5px;
	margin-bottom: 10px;
	width: 200px;
	font-weight: 700;
	border-bottom: 1px solid #cecece;
	float: left;
}

select {
	border: 1px solid #7f9db9;
}

fieldset.info {
	width: 650px;
	background-color: #EEEEEE;
	position: relative;
	display: block;
	padding: 20px;
}

/* sistemo per firefox */
fieldset[class="info"] { 
	padding: 0px 20px 5px 20px;
}

legend.infoLegend {
	font-weight: 700;
	color: gray;
	position: absolute;
	top: -7px;
}

/* classi */
span.emphasize {
	color: blue;
	padding-left: 7px;
}

img.actionIcon {
	padding-top: 4px;
	vertical-align: text-bottom;
}

img.formIcon {
	margin-bottom: 7px;
}

img.language {
	padding: 0px 3px;
}

img.colorPreview {
	margin-bottom: 6px;
	border: 1px solid #7f9db9;
}

img.relImage {
	border-width: 0px;
	margin-bottom: 30px;
	margin-left: 20px;
	cursor: pointer;
}

.form input.text,select.lselect {
	width: 300px;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 20px;
	border: 1px solid #7f9db9;
	font-family: 'Verdana';
	font-size: 10px;
}

.form select.nslselect {
	width: 300px;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 20px;
	border: 1px solid #7f9db9;
	font-family: 'Verdana';
	font-size: 10px;
}

.form input.password {
	width: 100px;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 20px;
	border: 1px solid #7f9db9;
	font-family: 'Verdana';
	font-size: 10px;
}

.form input.checkbox {
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 20px;
	font-family: 'Verdana';
	font-size: 10px;
}

.form span.radio {
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 20px;
	font-family: 'Verdana';
	font-size: 10px;
}

.form span.checkbox {
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 20px;
	font-family: 'Verdana';
	font-size: 10px;
}

.form span.category {
	display: block;
	float: left;
	margin: 5px 5px 10px 20px;
	font-weight: bold;
}

.form input.image {
	border-width: 0px;
	margin-left: 20px;
}

.form div.textarea {
	float: left;
	margin-left: 20px;
}

.form input.button {
	width: 140px;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	border: 1px solid #7f9db9;
	font-family: 'Verdana';
	font-size: 10px;;
}

/* usato nella home del CMS */
div.text div {
	float: left;
	display: block;
	border-bottom: 1px solid #CECECE;
	padding-top: 5px;
	padding-left: 7px;
	color: blue;
	font-weight: 700;
}

/* usato per la toolbar dei contenuti */
table#gekoMenuContainer td.gekoMenuCell {
	width: 300px;
	border-bottom: 1px solid #808080;
	border-left: 1px solid white;
	border-top: 1px solid white;
	background-color: #ECE9D8;
}

table#gekoMenuContainer td.gekoMenuHelp {
	width: 16px;
	border-bottom: 1px solid #808080;
	border-right: 1px solid #808080;
	border-top: 1px solid white;
	background-color: #ECE9D8;
	padding: 0px 3px;
}

/* usati per tutte le voci dei menu, nella varie sezioni */
.voceMenu {
	border: solid 1px #ece9d8;
}

.voceMenuover {
	border: solid 1px #ece9d8;
	cursor: pointer;
	background-color: #316ac5;
	color: white;
}

.voceMenudown {
	border: solid 1px #ece9d8;
	cursor: pointer;
	background-color: #316ac5;
	color: white;
}

/* tooltip della guida */
div#tipDiv {
	position: absolute;
	visibility: hidden;
	left: 0;
	top: 0;
	z-index: 10000;
	background-color: #ECE9D8;
	border: 1px solid #808080;
	width: 240px;
	padding: 4px;
	color: #00000;
	font-size: 11px;
	line-height: 1.3;
}
