/* --- MAIN --- */
* {
	margin: 0;
	padding: 0;
}

body {
	color: #aeaeae;
	font-size: 14px;
	font-family: 'FontSiteSansLight';
	background: url('../../App_Images/background.jpg');
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-color: #1c3745;
	height: 100%;
}

table {
	padding: 0;
	margin: 0;
}

a {
	outline: none;
	text-decoration: none;
	color: #809096;
	font-weight: bold;
	font-size: 10px;
}

	a:link {
		color: #809096;
	}

	a:visited {
		color: #809096;
	}

	a:active {
		color: #809096;
	}

	a:hover {
		color: #0c171d;
	}

legend {
	color: #364550;
	font-size: 10px;
	height: 15px;
}

h1 {
	font-size: 60px;
	letter-spacing: 0;
	font-weight: normal;
	margin: 0;
}

h2 {
	font-size: 30px;
	font-weight: normal;
	margin: 0;
	color: #fff;
}

h3 {
	font-size: 18px;
	font-weight: normal;
	margin: 0;
}

h4 {
	font-size: 16px;
	font-weight: bold;
	color: #ff8800;
}

h5 {
	font-size: 10px;
	font-weight: bold;
}


select {
	font-family: 'FontSiteSansRoman';
	color: #252526;
	background-color: #fff;
	border: 0px;
	padding: 5px;
}

Input {
	font-family: 'FontSiteSansRoman';
	color: #252526;
	background-color: #fff;
	padding: 5px;
	border: 1px solid #fff;
}

	Input:focus {
		/*border:1px solid #f80;*/
	}

	Input:invalid {
		border: 1px solid #f00;
	}

	input.button {
		font-size: 14px;
		color: #FFFFFF;
		background-color: #f80;
		padding: 5px 20px 5px 20px;
		border: 0;
		cursor: pointer;
	}

		input.button:hover {
			color: #252526;
			background-color: #fff;
		}

	input:disabled{
		color:#61717c;
	}

.compactName {
	font-family: 'FontSiteSansBlackCondensed';
	letter-spacing: normal;
	font-size: 15px;
	color: #809096;
	line-height: 20px;
}

.compactRule {
	font-family: 'FontSiteSansCondensed';
	letter-spacing: normal;
	font-size: 15px;
	color: #3791af;
	line-height: 20px;
}

.compactText {
	font-family: 'Arial';
	letter-spacing: -0.25px;
	font-size: 9px;
}

.uppercase {
	text-transform: uppercase;
}

.offline {
	color: #aaa;
}

/* FORM */
.nomeCampo {
	font-family: Verdana;
	color: #5b768a;
	font-size: 10px;
	line-height: 17px;
}

.nomeCampoBold {
	color: #5b768a;
	font-size: 10px;
	line-height: 17px;
	font-family: Verdana;
	font-weight: bold;
}

.fElem {
	float: left;
	padding: 3px 15px 5px 0;
	/*border:1px solid red;*/
	color: #5B768A;
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	line-height: 17px;
}


/* ERRORI */
.errorMsg, .error {
	font-family: 'FontSiteSansCondensed';
	color: red;
}

.errorMsg {
	margin: 10px 0 20px 30px;
}

.defaultColor {
	color: #f80;
}

/* COLORI */
.blue {
	font-size: 9px;
	color: #008;
}

.green {
	font-size: 9px;
	color: #080;
}

.orange {
	font-size: 9px;
	color: #f80;
}

.dark {
	color: #1c3745;
}

.makeOnline {
	border: 1px solid silver;
	padding: 1px;
	margin-left: 3px;
}

.makeToEdit {
	opacity: 0.7;
	-webkit-filter: grayscale(50%);
	-moz-filter: grayscale(50%);
	-o-filter: grayscale(50%);
	-ms-filter: grayscale(50%);
	filter: grayscale(50%);
	border: 1px solid red;
	padding: 1px;
	margin-left: 3px;
	border-radius: 10px;
}

.makeTransp {
	opacity: 0.3;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	filter: grayscale(100%);
	border: 1px solid black;
	padding: 1px;
	margin-left: 3px;
	border-radius: 10px;
}

.makeGray {
	opacity: 0.5;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	filter: grayscale(100%);
}

.alert {
	font-size: 12px;
	color: #f80;
	font-family: Arial;
	font-weight: bold;
}

.row-offline {
	text-decoration: line-through;
	color: #aaa;
}

/* FIELDSET */
/* seo icons */
fieldset {
	position: relative;
	border-radius: 3px;
	border: 1px solid #888;
}

	fieldset .imgseo {
		width: 25px;
		position: absolute;
		right: 1px;
		bottom: 1px;
		cursor: pointer;
	}

		fieldset .imgseo img {
			width: 25px;
		}
