* { padding: 0; margin: 0; }

html,body {
 font-family: Arial, Helvetica, sans-serif;
 margin: 0;
 padding: 0;
 font-size: 13px;
  height: 100%;
}

#wrapper { 
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -4em;

}
.logo{
	margin:0em;
/* 	height:60px;
	width:250px; */
}

.username{
	font-weight: bold;
	padding-right: 10px;
}

#header {
position:relative;
/* width: 100%;*/
 color: #333;
 padding: 10px;
 border: 1px solid #FFFFCC;
 height: 63px;
 margin: 10px 0px 5px 0px;
 background: #FFFFCC;
}
#navigation {
 /*width: 100%;*/
 color: #333;
 padding: 3px;
 border: 0px solid #ccc;
 margin: 0px 0px 5px 0px;
 background-color:white;
 font-size:11px;
 
}
#content { 

 color: #333;
/* border: 1px solid #ccc;*/
 background:#ffffff;
/* margin: 0px 0px 5px 0px;*/
 padding: 10px;
 min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto 1em;
}
.push{
	clear: both;
	height: 4em;
}
#footer { 
 
 color: #333;
 border: 1px solid #FFFFCC;
 /*margin: 0px 0px 10px 0px;*/
 padding: 10px;
 clear: both;
 position:relative;
 bottom:0;
 z-index: 10;
 height: 4em;
 margin: 1em auto auto auto;
/* margin-top: -3em;*/
 background-color:#FFFFCC;
 
}
footer{
	text-align:center;
}
/*menu orizzontale*/
h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:bold;
	/*margin-left:0.5em;*/
	padding:1px;
	}

hr {
	border:none;
	border-top:1px solid #CCCCCC;
	height:1px;
	margin-bottom:25px;
	}

ul#menu{
	margin:0;
	padding:5px;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	height:30px;
	text-transform:uppercase;
	font-size:12px;
	font-weight:bold;
	/* background:#007b9d; */
	background: #FFFF66;
	font-family:Helvetica,Arial,Verdana,sans-serif;
	vertical-align: middle;
	/*border-bottom:8px solid #00b8f0;
	border-top:1px solid #00b8f0;*/
	-moz-border-radius: 1em;
-webkit-border-radius: 1em;
border-radius: 1em;
	}

ul#menu li{
	display:block;
	float:left;
	margin:0;
	pading:0;
	}

ul#menu li a{
	display:block;
	float:left;
	color:#black;
	text-decoration:none;
	padding:7px 10px 3px 10px;
	height:20px;
	}

ul#menu li a:hover{
	background:#FFCC00;
	-moz-border-radius: 1em;
-webkit-border-radius: 1em;
border-radius: 1em;
	}
ul#menu li a:active{
	background:#00b8f0;
	-moz-border-radius: 1em;
-webkit-border-radius: 1em;
border-radius: 1em;
	}

ul#menu li a.current,ul#menu li a.current:hover{
	background:#00b8f0;
	-moz-border-radius: 1em;
-webkit-border-radius: 1em;
border-radius: 1em;
	}
#info_header{
float:right;
top:2em;
right:2em;
position:absolute;
	
}

#info_title{
	float:right;
top: 1em;
right:44%;
position:absolute;
}

/* label{
display:block;
font-weight:bold;
text-align:right;
text-align:left;
width:218px;
float:left;
margin-top:0em;
margin-left:0em;
margin-right:1em;
} */

.fixedLabel{
 margin-left:0em;
margin-right:0em;
font-weight: bold;
}

.form_field{
	margin-top: 5px 0px 5px 0px;
	padding: 5px 2em 5px 2em;
}

.form_field_batch{
	padding-top:5px;
	margin-bottom:0em;
	padding-right: 2em;
	height:35px;
}

.form_field_center{
	padding-top:5px;
	margin-bottom:1em;
	height:35px;
}

/*form*/

.membershipRequestLabel{
	width: 200px;
	display:inline-block;
	font-weight:bold;
	text-align:right;
	margin-top:0em;
	margin-left:0em;
	margin-right:1em;
}

.accountEditLabel{
	width: 200px;
	display:inline-block;
	text-align:right;
}

.prefixEditLabel{
	width: 250px;
	display:inline-block;
	text-align:right;
}

.submission_label{
	text-align:left;
	margin-left: 10px;
}

/* #items label{
	width:125px;
	text-align:left;
	margin-left:0;
} */

.changePasswordLabel{
	width: 150px;
	display:inline-block;
	text-align:right;
}

div#roles{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

label {
	/*font-weight:bold;*/
	padding:0em 0em 1em 0em;
}

input, textarea, select {  
	padding: 3px 5px 3px 10px;
    border: solid 1px #E5E5E5;  
    margin-left: 10px;
    outline: 0;  
    font: normal 13px/100% Verdana, Tahoma, sans-serif;  
    background: #FFFFFF;  
    box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;  
    -moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;  
    -webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px; 
    background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));  
    background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);
}

.accountEditInput{
	display:inline-block;
	width: 300px;
}

.prefixInput{
	display:inline-block;
	width: 230px;
}

.errorInput{
	border: 1px solid red;
}
    
.formValue{
	font: normal 13px/100% Verdana, Tahoma, sans-serif;
	padding: 3px 5px 3px 10px;
}
.accountEditFormValue{
	display:inline-block;
}



    

textarea {  
	display:inline-block;
    width: 100%;  
    /*max-width: 500px;  */
    height: 90px;  
    line-height: 100%;  
    margin-bottom:0em;
    }  
    
.requestInputTitle{
	width: 90%	
}

textarea.inputInTable { 
    outline: 0;  
    font: normal 13px/100% Verdana, Tahoma, sans-serif;  
    width: 95%; 
    }    

.sendrequest{
	padding:2px 2px 2px 2px;
	margin-left: 0px;
	width:95px;
	font-size:9px;
	color:#007b9d;
}

.callbackField
{
	color: silver;
}
input:hover, textarea:hover,  
input:focus, textarea:focus,
select:hover, select:focus {  
    border-color: #00B7EF;  
    } 

input.button {  
   width: auto;  
    padding: 5px 5px;  
    background: #DEDEDE;  
    border:solid 2px #FFFFCC;  
    font-size: 12px;  
    width:150px;
    color: #FF9900;
    width: 200px;  
      
     box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;  
    -moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;  
    -webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px; 
    
     background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));  
    background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px); 
    -webkit-border-radius: 5px;  
    -moz-border-radius: 5px;   
    -webkit-border-radius: 5px;  
    -moz-border-radius: 5px; 
    } 

input.button:hover {  
    width: auto;  
    padding: 5px 5px; 
    background: #FFFF66;  
    border:solid 2px #DEDEDE;  
    font-size: 12px;  
    width:200px;
    color: #00b8f0;
    -webkit-border-radius: 5px;  
    -moz-border-radius: 5px; 
    } 
.button{
	width: auto;  
    padding: 5px 5px;  
    background: #DEDEDE;  
    border:solid 2px #00b8f0;  
    font-size: 12px;  
    width:100px;
    color: #333;  
    -webkit-border-radius: 5px;  
    -moz-border-radius: 5px; 
     box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;  
    -moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;  
    -webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px; 
    
     background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));  
    background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px); 
    -webkit-border-radius: 5px;  
    -moz-border-radius: 5px; 
    /* text-transform:uppercase; */
    font-weight: bold;
	
}
.button:hover {  
    width: auto;  
    padding: 5px 5px;  
    background: #00b8f0;  
    border:solid 2px #DEDEDE;  
    font-size: 12px;  
    width:100px;
    color: #00b8f0;
    -webkit-border-radius: 5px;  
    -moz-border-radius: 5px; 
    } 
input.nav_button{
	width: auto;  
    padding: 5px 5px;  
    background: #DEDEDE;  
    border:solid 2px #008B45;  
    font-size: 12px;  
    width:100px;
    color:#008B45;
    width: 200px;  
      
     box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;  
    -moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;  
    -webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px; 
    
     background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));  
    background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px); 
    -webkit-border-radius: 5px;  
    -moz-border-radius: 5px;   
    -webkit-border-radius: 5px;  
    -moz-border-radius: 5px; 
    text-transform:uppercase;
}
input.nav_button:hover {  
    width: auto;  
    padding: 5px 5px;  
    background: #008B45;  
    border:solid 2px #DEDEDE;  
    font-size: 12px;  
    width: 200px;  
    color: #ffffff;  
    -webkit-border-radius: 5px;  
    -moz-border-radius: 5px; 
    
    } 
input.addButton{
	width: auto;  
    padding: 5px 5px;  
    background: #DEDEDE;  
    border:solid 2px #008B45;  
    font-size: 14px;  
    width:150px;
    color:#008B45;
    width: 200px;  
      
     box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;  
    -moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;  
    -webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px; 
    
     background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));  
    background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px); 
    -webkit-border-radius: 5px;  
    -moz-border-radius: 5px;   
    -webkit-border-radius: 5px;  
    -moz-border-radius: 5px; 
	
}
input.removeButton{
	width: auto;  
    padding: 5px 5px;  
    background: #DEDEDE;  
    border:solid 2px #EE0000;  
    font-size: 14px;  
   
    color:#EE0000;  
    width: 200px;  
    
     box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;  
    -moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;  
    -webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px; 
    
     background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));  
    background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px); 
    -webkit-border-radius: 5px;  
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px;  
    -moz-border-radius: 5px; 
	
}
input.addButton:hover {  
    width: auto;  
    padding: 5px 5px;  
    background: #008B45;  
    border:solid 2px #DEDEDE;  
    font-size: 14px;  
    width: 200px;  
    color: #ffffff;  
    -webkit-border-radius: 5px;  
    -moz-border-radius: 5px; 
    
    } 
input.removeButton:hover {  
    width: auto;  
    padding: 5px 5px;  
    background: #EE0000;  
    border:solid 2px #DEDEDE;  
    font-size: 14px;  
    width: 200px;  
    color: #ffffff;  
    -webkit-border-radius: 5px;  
    -moz-border-radius: 5px; 
    }   
.buttons{
	margin: auto auto;
	background:green;
}

.activeField{
	margin: auto;
	text-align: center;
}

radiobutton{
	width:199px;
	 background: none;
    border: 0;
}
input.radio{
	
	width:30px;
	 background: none;
    border: 0;
}
input.radiocheck{
	
	width:12px;
	 background: none;
    border: 0;
}

table#submission_form{
	font: inherit;
}

table#submission_form .error{
	margin-left: 10px;
}

table#submission_form td{
	vertical-align: text-top;
}

/*Submission Form editore*/
#items fieldset{
	text-align:center; 
}
/* #items table td{
	width:170px;
} */
/* #items table td.file{
	width:200px;
	padding-right: 18px;
}
#items input,select{
	width:150px;
}
#items textarea{
width:200px;
height:39px;
margin-bottom:0;
} */
.submissionProductTypeInput{
	width: 100px;
	padding-left: 5px;
}
.submissionDrmTypeInput{
	width: 120px;
	padding-left: 5px;
}
.submissionTitleInput{
	width: 150px;
	padding-left: 5px;
}
.submissionIsbnInput{
		width: 150px;
	padding-left: 5px;
}
.submissionFileInput{
		width: 200px;
	padding-left: 5px;
}
.submissionRequestTypeInput{
	width: 230px;
	padding-left: 5px;
}

.submissionNotesInput{
	width: 200px;
	padding-left: 5px;	
	line-height: normal;
	height: auto;
  margin-bottom: 0em;	
}

#products{
	height:auto;
}
/*Pages*/

.dynamic{
	
	height:20px;
	clear:both;
}
.login_box{
	width:500px;
	background:#f2f3f3;
	-webkit-border-radius: 9px;
-moz-border-radius: 9px;
border-radius: 9px;
padding-top:2em;
padding-bottom:2em;
margin-left: auto;
margin-right: auto;
text-align: center;
}
.title_page {
color:#FF9900;
background:#f2f3f3;
/*border:solid 3px #007b9d;*/
height:30px;
padding:3px 0 3px 0;
margin:0 auto 0em;
text-align:center;
letter-spacing:2px;
clear:both;
text-transform:uppercase
}

.center_text {
	text-align: center;
}
.contact_detail {

background:#f2f3f3;
border:solid 1px #FF9F00;
height:18px;
font-size:14px;
margin:1em;
-webkit-border-radius: 90px;
-moz-border-radius: 90px;
border-radius: 90px;
text-align:center;
clear:both;
position:relative;
letter-spacing:2px;
text-transform:uppercase;
color:#5C5C5C;
}

.contact_detail h1, h2, h3, h4, h5, h6{
	font-weight: bold;
}

.instruction_box{
	margin: 0.5em 0em 0.5em 0em;
}
.description{
	margin: 0.5em 0 0.5em 0;
}
.text_line{
	margin-bottom:1em;
	height:15px;
}

.text_line label{
	
	margin-top:0;
}
.test_line_title{
	margin-bottom:1em;
	height:25px;
	background:#f2f3f3;
	
}
.test_line_title label{
	
	margin:0;
}
.caption{
	margin:2em 2em;
	color:white;
}
/*parte amministrator*/
#admin_wrapper{
	width:80%;
	float:left;
	
}
#admin_panel {
	list-style: none;
	margin: 0;
	padding: 0;
	}

img {
	border: none;
	}
	
#admin_panel {
	
	width: 200px;
	margin: 0 1em 0 0;
	border:solid 3px #3688BA;
	
	postion:relative;
	float:left;
	}
	
#admin_panel li a {
	font-family: 'Helvetica', Arial, Verdana, sans serif;
	text-decoration: none;
	}	
	
#admin_panel li a:link, #admin_panel li a:visited {
	font-size: 12px;
	display: block;
	padding:19px 8px 8px 20px;
	margin-top:-10px;
	color: #43433e;
	text-decoration: none;
	right:11px;
	}
	
#admin_panel li a:hover{
	/*color: #3688BA;*/
	background:#3688BA;
	
	color: #fff;
	left:-6px;
	padding:19px 8px 8px 20px;
	/*margin-top:-10px;*/
	}
#admin_panel li a:active{
	background:red;/*#00b8f0;*/
}
.table_admin{
	positon:relative;
	float:right;
	margin-right:4em;
	
}

.form{float:left;
	width:80%;
}
.adapter{
	
	margin-left:2em;
}
/*pagine con form*/
.buttons_box{
	clear:both;
	position:relative;
	display:block;
	margin:1em auto;
	text-align:center;
}
.form_list{
height:auto;
height:auto !important; 	
margin: auto;
text-align: center;
}
#products{
	
	margin-bottom:4em;
	clear:both;
	text-align:center;
	 
	 
}

.list_line{
	line-height: 1.8em;
}

.form_section{
	margin-bottom:0em;
	height:auto;
	height:auto !important; 
	
}

table#requestNotes{
	table-layout: fixed;
}

.requestNotesText{
	text-align: left;
	vertical-align: top;
}

table.info{
	table-layout: fixed;
}

.checklistResultsWrapper{
	white-space: nowrap;
	padding: 0px 5px 0px 0px;
}

table.custom{
	border:solid 3px #DEDEDE;
	/*margin:0 5%;*/
	width:100%;
}
table.custom th{
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica,sans-serif;
	color: #000;
	border-right: 1px solid #007B9D;
	border-bottom: 3px solid #007B9D;
	border-top: 1px solid #007B9D;
	border-left:1px solid #007B9D;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background:#DEDEDE;
	white-space: nowrap;
}
table.custom td{
	border-right: 1px solid #DEDEDE;
	border-bottom: 1px solid #DEDEDE;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color:#000;
	font-size:11px;
	text-align: center;
}
/*table checklist*/
table.checklist{
	border:solid 3px #DEDEDE;
	/*margin:0 5%;*/
	width:100%;
	float:left;
	margin-bottom: 1em;
/* 	margin-bottom:2em;
	margin-top:3.7em; */
}
table.checklist th{
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica,sans-serif;
	color: #000;
	border-right: 1px solid #007B9D;
	border-bottom: 3px solid #007B9D;
	border-top: 1px solid #007B9D;
	border-left:1px solid #007B9D;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background:#DEDEDE;
	/*width:50em;*/
}

table.checklist th.otherAuthorsHeader{
	border: 0px solid #fff;
	background:#fff;
}

table.checklist td{
	border-right: 1px solid #DEDEDE;
	border-bottom: 1px solid #DEDEDE;
	background: #fff;
	padding: 6px 5px 6px 6px;
	color:#000;
	font-size:10px;
}

.checkresult{
	display:inline-block;
  margin-right:-3px;
  padding: 0px 5px 0px 5px;
  /*width:71px;*/
}


/*other authors checklist*/
#tabs{
	
	width:29%;
	float:right;
}
.text_tab{
	margin-bottom:0.5em;
	margin-top:0.5em;
	height:15px;
	
}
.checklist_wrapper{
	
	margin-bottom:16em;
}
label.otherauthors{
	width:199px;
	font-size:13px;
}
label.otherstab{
	width:141px;
	margin:0 1.2em;
}
/*isbnprefix table*/
#isbnPrefixesTable{
	margin-bottom:auto;
	clear:both;
}
#isbnPrefixesTable td{
	
	width:220px;
	
}
#isbnPrefixesTable td label{
	width:200px;
	text-align:center;
	font-size:13px;
	margin:0;
}
#isbnPrefixesTable td.prefix label{
	width:200px;
	text-align:right;
	font-size:13px;
	margin:0;
}
/*errors*/
.error{
	color:red;
}
.error_box {
background:red;
border:solid 3px #DEDEDE;
height:15px;
padding:10px;
margin:1em auto 1em;
-webkit-border-radius: 90px;
-moz-border-radius: 90px;
border-radius: 90px;
color:white;
text-align:center;
letter-spacing:2px;
text-transform:uppercase;
font-weight:bold;
}
.error_line{
	margin-left:21em;
}
.table_error{
	font-size:11px;
}
.success{
background:#008B45;
border:solid 3px #DEDEDE;
height:15px;
padding:10px;
margin:1em auto 1em;
-webkit-border-radius: 90px;
-moz-border-radius: 90px;
border-radius: 90px;
color:white;
text-align:center;
letter-spacing:2px;
text-transform:uppercase;
font-weight:bold;
	
}

.success_message
{
border:solid 3px #DEDEDE;
-webkit-border-radius: 90px;
-moz-border-radius: 90px;
border-radius: 90px;
height:15px;
padding:10px;
margin:1em auto 1em;
color:black;
text-align:center;
letter-spacing:2px;
font-weight:bold;
}


.expectedReturnDateInput{
	width: 100px;
}

.conversionEditLabel{
	width: 200px;
	display:inline-block;
	text-align:right;	
}

#update{
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:3px;
	font-size:13px;
}

.checklistUserSeparator{
	border-left: 2px inset black;
	border-right: 2px inset black;
}

.checklistUserStatement{
	text-align: center; 
	text-transform:uppercase;
}

.conversionSubmissionLabel{
	width: 200px;
	display:inline-block;
	text-align:right;	
}

.conversionSubmissionInput{
	width: 200px;
}

.testSetField{
	border: 1px solid grey; 
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 10px; 
	margin: 5px;
}


.deleteapprovalbutton{
	width:200px;
}

.batchSubmissionFileInput{
	width: 200px;
}

.batchSubmissionEMailInput{
	width: 300px;
}




/* #nav {
    margin:0;
    padding:0;
    list-style:none;
} */

#nav{
	margin:0;
	padding:5px;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	height:30px;
	font-size:11px;
	font-weight:bold;
	/* background:#007b9d; */
	background: #FFFF66;
	font-family:Helvetica,Arial,Verdana,sans-serif;
	vertical-align: middle;
	/*border-bottom:8px solid #00b8f0;
	border-top:1px solid #00b8f0;*/
	-moz-border-radius: 1em;
-webkit-border-radius: 1em;
border-radius: 1em;
	}
 
#nav li {
    float:left;
    display:block;
    width:100px;
    background:#FFFF66;
    position:relative;
    z-index:500;
    margin:0 1px;
    -webkit-transition: all 0.1s ease-in-out;
        -moz-transition: all 0.1s ease-in-out;
        -ms-transition: all 0.1s ease-in-out;
        -o-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out;
}
#nav li.first {
        -moz-border-radius:5px 0 0 5px;
        -webkit-border-radius:5px 0 0 5px;
    border-radius:5px 0 0 5px;
    }
#nav li.last {
        -webkit-border-radius:0 5px 5px 0;
    -moz-border-radius:0 5px 5px 0;
        border-radius:0 5px 5px 0;
    }
#nav li li.last {
        -webkit-border-radius:0 0 5px 5px;
    -moz-border-radius:0 0 5px 5px;
        border-radius:0 0 5px 5px;
    }
#nav li a {
    display:block;
    padding:8px 5px 0 5px;
    font-weight:700;
    height:23px;
    text-decoration:none;
    text-align:center;
    color:#333;
}
#nav li a:hover {
    color:#00b8f0;
}
#nav li li:hover {
    -webkit-transform: translate(+10px,0);
    }
#nav a.selected {
    color:#00b8f0;
}
#nav ul {
    position:absolute;
    left:0;
    display:none;
    margin:0 0 0 -1px;
    padding:0;
    list-style:none;
}
#nav ul li {
    width:100px;
    float:left;
    border-top:1px solid #fff;
}
#nav ul a {
    display:block;
    height:auto;
    padding: 8px 5px;
    color:#666;
}
/* fix ie6, meglio inserirlo in un file .css separato */
html #nav ul {
    margin:0 0 0 -2px;
}


.instruction {
	font-style: italic;
}

table
{
border: 1px solid black;
padding: 5px 5px 5px 5px;
table-layout: fixed;
width: 150px;
font-size: 11px;
}
.ui-datepicker table
{
table-layout: auto;	
}
th, td
{
border: 1px solid black;
padding: 5px 5px 5px 5px;
width: 150px;
}
th
{
	font-weight: bold;
}

/*
.checkbox{
	width:0px;
	background: transparent;
    border: 20px;
    padding: 0px 0px 0px 0px;
}
*/
#searchingConsole{
	border-color: blue;
	border-style: groove;
	border-width: 1px;
	padding: 7px;
	margin: 7px;
}


.searchingConsoleLine{
	padding: 7px 0px 0px 0px;
	
}

.labelFilter{
	text-transform: uppercase;
	font-weight: bold;
	padding-left: 10px;
	
}

.checkboxCell{
	text-align: center;
	width: 20px;
}

.checkBoxLabel{ 
	/*line-height: 30px;
	text-align: center;
	vertical-align:top;
	padding-left: 10px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	display: inline;*/
	padding-left: 10px;
	font-weight: normal;
}

.channelIsOpen {
	color:green;
}

.channelIsClosed{
	color:red;
}

.channelOpentrue{color:green;}
.channelOpenfalse{color:red;}

.liaitemStatusREADY{color: green;}
.liaitemStatusOUTDATED{color: orange;}
.liaitemStatusDELETED{color: red;}
.liaitemStatusUNKNOWN{color: black;}

.itemValidTrue{color: green;}
.itemValidFalse{color: red;}

.importitemStatusREADY{color: green;}
.importitemStatusOUTDATED{color: orange;}
.importitemStatusDELETED{color: red;}
.importitemStatusUNKNOWN{color: black;}

.noticeMessageTypeERROR{color: red;}
.noticeMessageTypeWARNING{color: orange;}
.noticeMessageTypeINFO{color: green;}

.noticeStatusACTIVE{color: black;}
.noticeStatusEXPIRED{color: gray;}

.itemthroughchannelTobeexportedtrue{color:green;}
.itemthroughchannelBlockedtrue{color:red;}

.resourceItemStatusREADY{color: green;}
.resourceItemStatusOUTDATED{color: orange;}
.resourceItemStatusDELETED{color: red;}
.resourceItemStatusUNKNOWN{color: black;}

.importResultSUCCESS{color: green;}
.importResultABORTED{color: orange;}
.importResultFAILURE{color: red;}
.importResultUNKNOWN{color: black;}

.exportResultSUCCESS{color: green;}
.exportResultABORTED{color: orange;}
.exportResultFAILURE{color: red;}
.exportResultUNKNOWN{color: black;}

.noticeSeparator{height:2px;}
	
.specialTable
{
	width: 100%;
	padding-top: 30px;
}