@media print {
	#menu, .title, .title_box, .filter_block, .no_print {
		display: none;
	}
}

html {
	font-family:Verdana, Helvetica, sans-serif;
	font-size:0.75em;
	color: #703F1F;
}

* {margin: 0; padding: 0;}

p {margin: 10px 0px;}

select {max-width: 450px;}

#container, #container_login {
	width:100%;
	clear:both;
	padding: 0px;
	margin: 5px 0px 450px 0px;
}

#top {
	height: 50px;
	width: 960px;
	background: #D6A036;
	color: #FFF;
}
#top .user {
	float: left;
	padding: 5px;
	font-size: 150%;
}
#top .user img {
	margin-left: 5px;
	margin-bottom: -5px;
}
#top .title {
	float: right;
	font-size: 200%;
	padding: 10px;
}

.ordprev {
	float: right;
}
.ordprev em {
	font-size: 200%;
	font-weight: bold;
	font-style: normal;
}

/* pagina login  ----------------------------------------------------- */
#login {
	margin-top: 60px;
	width: 550px;
	height: 350px;
	border: 1px solid #CCC;
	padding-top: 30px;
	background: url("../img_home/back_contenuti.png") repeat-x;
	color: #666;
}
#login img {
	margin-top: 40px;
}
#login b {
	font-family: 'latolight';
	font-size: 120%;
	font-weight: normal;
}
/* pagina login  END-------------------------------------------------- */

/* menu -------------------------------------------------------------- */
#menu {
	height: 50px;
	width: 960px;
	margin: 5px 0px;
	background: #D6A036;
	font-size: 120% !important;
}
#menu ul {
	padding:0;
	margin:0;
	list-style: none;
	height: 50px;
	line-height: 50px;
}
#menu li {
	position: relative;
	display: inline-block;
	margin: 0px 10px;
}
#menu li a {
	color: #FFF;
	padding-left:10px;
}
#menu li a:hover {
	color: #FC6;
}
#menu ul ul {
	display: none;
}
#menu ul ul {
	width: 220px !important;
	height: 24px !important;
	line-height: 24px !important;
	font-size: 100% !important;
	text-align: left !important;
}
#menu ul li ul li {
	width: 220px !important;
	z-index: 3000;
	background: #CAAA33;
	border-left: 2px #FFF solid;
	border-bottom: 1px #FFF solid;
}
#menu ul li:hover ul {
	display: inline-block;
	padding-left: 5px;
	position: absolute;
	top: 35px;
	left: 0px;
}
#menu img {
	margin-bottom: -5px !important;
}
/* menu END----------------------------------------------------------- */

/* main -------------------------------------------------------------- */
#main, #paginazione{
	width: 960px;
	margin: 5px 0px;
	padding: 0px;
}
#main a {
	color: #703F1F;
}
/* main END----------------------------------------------------------- */

/* custom combobox --------------------------------------------------- */
.custom-combobox {
	position: relative;
	display: inline-block;
}
.custom-combobox-toggle {
	position: absolute;
	top: -2px;
	bottom: 0;
	margin-left: 0px;
	padding: 0;
	line-height: 15px !important;
	height: 17px !important;
	/* support: IE7 */
	height: 1.7em;
	font-size: 65% !important;
}
.custom-combobox-input {
	margin: 0;
	padding: 2px 4px;
	background: white !important;
	width: 240px !important;
	font-size: 1.1em !important;
	color: #000;
}
/* custom combobox END------------------------------------------------ */

/* box inserimento riba ---------------------------------------------- */
#insert_riba {
	margin: 4px;
	border: 1px solid #804000;
}
/* box inserimento riba END------------------------------------------- */

/* box richieste ----------------------------------------------------- */
#box_anag {
	float: left;
	margin-bottom: 30px;
}
#box_list {
	float: right;
}
#box_ges_anag, #box_ges_list, #box_ges_ord, #box_ges_prezzi, #box_ges_ricarichi, #box_ges_articoli, #box_ges_riba {
	text-align: left;
}
#box_anag, #box_list {
	width: 460px;
	margin-top: 5px;
	text-align: left;
}
#box_anag h2, #box_list h2, #box_ges_anag h2, #box_ges_list h2, #box_ges_ord h2, #box_ges_prezzi h2, #box_ges_ricarichi h2, #box_ges_articoli h2, #box_ges_riba h2, .title_box {
	height: 30px;
	line-height: 30px;
	color: #FFF;
	background: #D6A036;
	text-align: center;
}
#box_anag p, #box_list p, #box_ges_anag .block, #box_ges_list .block, #box_ges_ord .block, #box_ges_prezzi .block, #box_ges_ricarichi .block, #box_ges_articoli .block, #box_ges_riba .block, .filter_block{
	width: 98%;
	border: 1px solid #804000;
	background: #EADEAB;
	margin-left: 5px;
	padding: 5px;
}
	.ico_warn {
	margin-left: 5px;
	margin-bottom: -6px;
	border: 2px solid red;
	padding: 2px;
	display: none;
}

.sel_print {
	border: 1px solid #D6A036;
	padding: 4px;
	float: left;
}
.info_pag {
	font-size: 70%;
	font-style: italic;
	font-weight: normal;
	float:right;
	padding-right: 5px;
	color: #D6A036;
	line-height: 10px;
}

/* box richieste END-------------------------------------------------- */


/* grid -------------------------------------------------------------- */
#grid {
	width: 100%;
	margin: 0px;
	padding: 0px;
	margin-top: 20px;
}
#grid table {
	width: 100%;
}
#grid th {
	border: 1px solid #804000;
	background: #EADEAB;
	padding: 5px;
}
#grid td {
	border: 1px solid #CA6500;
	background: #F7E8C9;
	padding: 2px;
}
#grid tr:hover td {
	border: 1px solid #CA6500;
	background: #D3C9B0;
}
/* grid END----------------------------------------------------------- */

/* totale ordine ----------------------------------------------------- */
#totale_ordine {
	float: right ;
	width: 300px;
	margin-top: 15px;
}
#totale_ordine .letters, #totale_ordine .numbers {
	float: left;
	width: 120px;
	font-weight: bold;
}
#totale_ordine .letters {
	text-align: left;
}
#totale_ordine .numbers {
	font-size: 120%;
	text-align: right;
}
/* totale ordine END-------------------------------------------------- */

/* help tooltip ----------------------------------------------------- */
#help {
	position: absolute;
	display: none;
	background-color: #FFDAC7;
	border: 1px solid #C86400;
	color: #8A450E;
	padding: 15px;
	display: inline-block;
	max-width: 650px;
}
#help ul {
	list-style-position:inside;
}
#help th {
	padding: 3px;
	background: #E5C4B5;
	border: 1px solid #C86400;
}
#help td {
	padding: 3px;
	background: #F7F6EF;
	border: 1px solid #C86400;
}
/* help tooltip END -------------------------------------------------- */

/* generic ----------------------------------------------------------- */

.no_float {
	clear: both;
	font-size: 0px;
	line-height: 0px;
	height: 0px;
}

.fl_left {
	float: left;
}

.fl_right {
	float: right;
}

.m_left_5 {
	margin-left: 5px;
}

.m_left_10 {
	margin-left: 10px;
}

.m_left_20 {
	margin-left: 20px;
}

.m_right_10 {
	margin-right: 10px;
}

.m_right_5 {
	margin-right: 5px;
}

.m_top_5 {
	margin-top: 5px;
}

.uppercase {
	text-transform: uppercase;
}

.numeric {
	text-align: right;
}

.no_wrap {white-space: nowrap;}
.wrap_word {
	word-wrap: break-word;
	white-space: normal !important;
}

.hidden {display: none !important;}

.warn {color: #C00;}

.highlight {background: #80FF00 !important;}

.provvisorio {
	background: #800000 !important;
	color: #FFF !important;
	padding: 1px 3px;
}

.done {
	background: #3f3 !important;
	color: #000 !important;
	padding: 1px 3px;
}

.page { 
	padding: 3px;
	float: left;
}

/* alert e info ----------------------------------------------------- */
.ui-icon-info {
	margin-left:0px;
	margin-right:3px;
	float:left;
}

.ui-state-highlight{
	padding:2px 5px;
	margin:2px;
}

.ui-icon-alert {
	margin-left:3px;
	margin-right:3px;
	float:left;
}

.ui-state-error {
	 padding: 0.7em;
	 font-weight:bold;
}
/* alert e info END-------------------------------------------------- */
