/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font: 14px/normal Tahoma, Arial, Helvetica, sans-serif;
	background:url(../../img/backend/background.jpg) repeat-x;
}

a:focus {
	outline: 1px dotted invert;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/
h1,h2,h3,h4,h5,h6 {
	font-family:Arial,Helvetica,sans-serif;
	line-height:normal;
	margin-bottom:0.5em;	
}
h1 {
	font-size: 1.4em;
}

h2 {
	font-size: 1.2em;
}

h3 {
	font-size: 1em;
}

h4 {
	font-size: 0.8em;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 15px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

li {
	margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 1em;
}

/* `Table
----------------------------------------------------------------------------------------------------*/

#hor-minimalist-b {
	font-size: 12px;
	background: #fff;
	width: 100%;
	border-collapse: collapse;
	text-align: left;
}

#hor-minimalist-b th,#hor-minimalist-b th a {
	font-size: 14px;
	font-weight: bold;
	color: #db4865;
	padding: 5px 4px;
	border-bottom: 2px solid #6678b1;
	background: #93c3cd;
}

#hor-minimalist-b td {
	border-bottom: 1px solid #ccc;
	padding: 6px 8px;
}

#hor-minimalist-b .odd {
	background: #e8edff; 
}

#hor-minimalist-b tfoot tr td {
	border-top: 2px solid #6678b1;
	border-bottom: 0px;
	font-size: 14px;
	color: #99c;
}

#hor-minimalist-b tr.child {
	display:none;
}

#hor-minimalist-b .inserito{
	background: yellow;
	font-weight: bold;
}
/* `Form
----------------------------------------------------------------------------------------------------*/

div.main{
	background: transparent url(../../img/backend/transparent.png) repeat;
	width: 100%;		
}

div.ui-tabs-panel div.main {
	width:99%;
}

div.ui-tabs-panel h2 {
	font-size:0.9em;
}

div#content-login div.main{
	margin:0 auto;
	width: 25%;		
	
}

form {
	clear:both;
	padding:0pt;
	width:100%;
}

input.submitbutton {
	font-size:0.8em;
	height: 25px;
	cursor: pointer;
}

input.submitbutton:hover {
	text-decoration: underline;
}

div.submit {
	float:right;
	margin-right:5px;
}

fieldset {
	clear:left;
	margin-top:0px;
	padding:0px;
	width:100%;
	margin-bottom:0px;
}

label {
	display:block;
	margin-left:5px;
	text-align:left;
	font-size: 1em;
}

fieldset.actionbar {
	float:right;
	position:relative;
	top:-32px;
	background: transparent;
	border: 0;
	padding-right:5px;
	margin-bottom:-20px;
	width: 300px;	
}
form div.input {
	float:left;
	text-align:center;
	margin: 5px;
}

input[type="text"],input[type="password"] {
	border-bottom: 2px solid #AAAAAA;
	border-top: 1px solid #AAAAAA;
	border-right: 2px solid #AAAAAA;
	border-left: 1px solid #AAAAAA;	
	font-size:1em;
	padding:2px 5px;
}

div#flagbar{
	margin-left:510px;
	margin-top:5px;
	position:absolute;
	width:100px;
	z-index:10
}
/* Style maschera dei permessi */
div.aconame {
	float:left;
	font-weight:bold;
	line-height:24px;
}

tr.child div.aconame {
	float:left;
	line-height:16px;
	font-weight:normal;
	padding-left:40px;
}

div.acoimg{
	float:right;
}
/* Fine style maschera dei permessi */

.a-tab {
	font-size: 13px;
}

div.search {
	background: transparent url(../../img/backend/transparent.png) repeat;
}

td.tdcolor {
	width: 40px;
	border:1px dotted grey;
}
td.tddel {
	width: 120px;
	text-align:center;
}

div.error-message {
	color: red;
}

li.galleryimage {
	float:left;
	list-style-type:none;
	margin:20px;
	text-align:center;
	width:205px;
}
div.gallerycontainer {
	border:2px dotted grey;
	height: 205px;
}

fieldset.addtag div.submit {
	float:left;
}

li.listatags{
	float:left;
	list-style-type:none;
	margin:3px;
	padding:1px;
	width:175px;
}

div#documentdetail {
	background:transparent url(../../img/backend/transparent.png) repeat scroll 0 0;
	width:101%;
	margin-top:5px;	
}

div.totale-documento{
	color:#2C4359;	
	text-align:right;
	font-size:1.1em;
}
div.totale-documento p{
 margin-top: -10px;
}
p.totale {
	font-weight:bold;	
	color:#DB4865;
	font-size:1.3em;
}
div.related-img {
	float:left;
}

/* PARTE DELL'UTENTE */
tr.lista-domini {
	font-size: 1.7em;
}
tr.lista-caselle {
	font-size: 1.2em;
}

tr.lista-caselle li {
	list-style-type:none;
	border-left: 2px dotted #DB4865;
	padding:3px;
}

div.img-cert {
	float: left;
	width:35px;
}
div.invia-dati {
	float: left;
	width:35px;
}
div.casella-dominio {
	float: left;
	width:280px;
}
div.intestatario-casella {
	float: left;
	width:150px;
}

#loading{
	background-color:red;
	border:2px dotted black;
	color:white;
	display:none;
	font-size:150%;
	font-weight:bold;
	left:50%;
	padding:3px;
	position:fixed;
	top:50%;
	z-index:5000;
}
