
@import url('../croppic/assets/css/main.css');
@import url('../croppic/assets/css/croppic.css');
/* OLD form.php */

.public_form {
	padding: 20px;
}

.public_form DIV {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	margin-bottom: 6px;
}

.public_form INPUT,
.public_form SELECT,
.public_form TEXTAREA {
	width: 400px;
}

.public_form .radiobox,
.public_form .checkbox {
	border: 0px;
	width: 16px;
}

.public_form .submit,
.submit {
	border: 1px solid #666666;
	background-color: #666666;
	color: #FFFFFF;
	width: 125px;
}

/* OLD model.php */

.category {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	padding-left: 40px;
}

.category A {
	
}

.category A:hover {
	
}

.category_recods {
	width: 700px;
	margin: 40px;
}

.category_recods TR TH,
.category_recods TR TD {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	padding: 4px 6px 4px 6px;
}

.category_recods TR TH {
	text-align: left;
	background-color: #DDDDDD;
}

.category_recods TR TD {
	vertical-align: top;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #AAAAAA;
}

.category_empty {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	padding-left: 40px;
	padding-top: 20px;
}




#gmap {
	width: 100px;
	height: 100px;
}

#gmap_box {
	clear: both;
	padding-bottom: 20px;
}

.tool_box {
	font-family: "Trebuchet MS";
	font-size: 11px;
	padding: 10px;
	position: absolute;
	top: 10px;
	left: 50%;
	width: 600px;
	margin-left: -300px;
	height: 400px;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	opacity: 0.95;
	overflow: auto;
	z-index: 99999999;
}

.tool_box_close {
	text-align: right;
}

.cerca_div INPUT {
	width: 180px;
	border: 1px solid #666666;
}

.cerca_result_what {
	padding-bottom: 20px;
}

.cerca_result_hits {
	padding-bottom: 3px;
}

.cerca_result_url {
	padding-bottom: 3px;
	color: #999999;
}

.cerca_result_content {
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #666666;
}

#admin_bar {
	background-color: #A6CFFD;
	border: 10px solid #FFFFFF;
	padding: 10px;
	font-family: "Trebuchet MS", Verdana;
	color: #000000;
	font-size: 12px;
	position: absolute;
	bottom: -500px;
	right: 0px;
	z-index: 999;
	/* margin-bottom: 30px; */
}

#admin_bar A {
	color: #AF3C00;
}

.edit_lingua {
	padding: 5px 0px 5px 10px;
	font-family: "Trebuchet MS", Verdana;
	color: #000000;
	font-size: 12px;
}

.edit_contenuto {
	padding: 5px 0px 20px 10px;
}

.login {
	clear: left;
	float: right;
	padding: 5px;
}

.login A {
	font-family: "Trebuchet MS", Verdana;
	color: #898989;
	font-size: 10px;
	text-decoration: none;
	display: block;
	width: 41px;
	height: 14px;
	line-height: 14px;
	text-align: center;
	background-image: url(../images/login_bg.png);
	background-position: top left;
	background-repeat: no-repeat;
}

.mysql_error {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 900000;
	width: 400px;
	padding: 10px;
	font-family: "Trebuchet MS", Verdana;
	color: #FF0000;
	font-size: 11px;
	line-height: 14px;
	background-color: #FFFFFF;
	border: 1px dotted #FF0000;
}

.gray_4 {
	color: #444444;
	font-weight: normal;
}

/*
TABLE {
	margin: 0px;
	margin-top: 20px;
}

TABLE TR TH {
	text-align: left;
	background-color: #A6CFFD;
	padding: 6px;
	white-space: nowrap;
}

.TH_light {
	background-color: #EAF4FF;
	white-space: nowrap;
	font-weight: 800;
}

TABLE TR TD {
	padding: 6px;
	vertical-align: top;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #999999;
	
}


DIV,
A,
TABLE TR TH,
TABLE TR TD {
	font-family: 'Droid Sans', "Trebuchet MS", Verdana;
	color: #000000;
	font-size: 14px;
	line-height: 20px;
}
*/

.a_button {
	color: #FFFFFF;
	background-color: #ff8040;
	border-radius: 5px;
	text-decoration: none;
	padding: 2px 5px 2px 5px;
	font-size: 13px;
	line-height: 26px;
}

/* FORM 06/2010 */

@import url(http://fonts.googleapis.com/css?family=Droid+Sans);

.form_td_caption {
	font-weight: 800;
}

.form_table {
	margin: 10px;
}

.form_td_label {
	width: 150px;
	white-space: nowrap;
	padding: 6px 10px 6px 10px;
}

.form_td_element {
	padding: 6px 10px 6px 10px;
	width: 350px;
}

INPUT {
	border: 1px solid #999999;
	width: 300px;
	height: 20px;
}

SELECT {
	border: 1px solid #999999;
	width: 300px;
	padding-top: 3px;
	padding-bottom: 3px;
}

INPUT,
SELECT {
	border-radius: 5px;
}

TEXTAREA {
	border: 1px solid #999999;
	width: 500px;
	height: 150px;
	border-radius: 5px;
}

INPUT,
SELECT,
TEXTAREA,
.form_td_label,
.form_td_element,
.form_input,
.form_select,
.form_textarea,
.form_button,
.form_captcha,
.form_privacy {
	font-family: 'Droid Sans', "Trebuchet MS", Verdana;
	color: #000000;
	font-size: 14px;
	vertical-align: top;
}

.form_input_number {
	width: 20px !important;
	text-align: center;
}

.form_textarea {
	width: 300px;
	height: 150px;
}

.form_privacy {
	width: 300px;
	height: 40px;
	font-size: 10px;
}

.form_checkbox,
.form_radio {
	width: 10px;
}

.form_button,
.button {
	border: 1px solid #ff8040;
	background-color: #ff8040;
	color: #FFFFFF;
	width: 100px;
	margin-left: 5px;
	margin-right: 5px;
	height: 26px;
}

.form_captcha {
	width: 30px;
	border: 1px solid #666666;
}

.form_td_quest_bar {
	text-align: right;
	padding: 10px 0px 20px 0px;
	font-family: "Trebuchet MS", Verdana;
	color: #666666;
	font-size: 11px;
	vertical-align: top;
}

#admin_bar {
	bottom: 0px;
	position: fixed;	
}

INPUT[type="checkbox"],
INPUT[type="radio"] {
	width: 20px !important;
	height: 20px !important;
	margin-top: 0px !important;
}

/* CMS globals style here */