/* RIDEFINIZIONE TAG */
/*
varde 4caf38
rosso af3838
*/
body{
	width: 100%;
	font-size: 12px;
	font-family: Trebuchet MS,Verdana,Helvetica,Arial,sans-serif;
	margin: 0px;
}



/* STRUTTURA PRINCIPALE */

.error_reporing{
	
}

.hide_for_print{
	
	display: none;
}

.header{
	border: 1px solid #000;
	background-image: url('../../images/layout/header_bg.png');
	background-repeat: repeat-x;
	color: #000;
	font-size: 16px;
	height: 61px;
	font-weight: bold;
	display: none;
}

.menu{
	
}

.subtitle{
	border-top: 1px solid #bcbcbc;
	border-bottom: 1px solid #000;
	background-image: url('../../images/layout/subtitle_bg.png');
	background-repeat: repeat-x;
	height: 30px;
	color: #fff;
	padding-left: 5px;
	font-size: 20px;
	font-weight: bold();
}

.subsubtitle{
	padding-top: 5px;
	font-weight: bold;
	border-bottom: 1px solid #000;
}

.content_class{
	width: 100%;
}

.error{
	display: none;
	width: 98%;
	height: 25px;
	padding-left: 5px;
	padding-top: 5px;
	background-color: #b24141;
	color: #fff;
	font-weight: bold;
}

.footer{
	border: 1px solid #000;
	background-image: url('../../images/layout/footer_bg.png');
	background-repeat: repeat-y;
	background-position: top right;
	background-color: #5b5b5b;
	color: #fff;
	height: 40px;
}

.copy{
	width: 100%;
	text-align: right;
	font-size: 10px;
	font-style: italic;
}


/* TABELLE */
.admin_table{
	width: 100%;
}

.admin_table th{
	border: 1px #d5d5d5 solid;
	background-color: #f2f3f5;
	background-image: url('../../images/layout/th_bg.png');
	background-repeat: repeat-x;
	height: 22px;

}

.admin_table td{
	padding-left: 2px;

}
.data_form_table{
	width: 90%;
	
}

/* LINK */

a:link{
	color: #000;
	font-weight: bold;
}

a:visited {
	color: #000;
	font-weight: bold;
}

a:hover{
	color: #000;
	font-weight: bold;
}


a.services_links:link{
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

a.services_links:visited {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

a.services_links:hover{
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

a.more_details:link{
	color: #4caf38;
	font-weight: bold;
	text-decoration: none;
}

a.more_details:visited {
	color: #4caf38;
	font-weight: bold;
	text-decoration: none;
}

a.more_details:hover{
	color: #4caf38;
	font-weight: bold;
	text-decoration: none;
}

a.less_details:link{
	color: #af3838;
	font-weight: bold;
	text-decoration: none;
}

a.less_details:visited {
	color: #af3838;
	font-weight: bold;
	text-decoration: none;
}

a.less_details:hover{
	color: #af3838;
	font-weight: bold;
	text-decoration: none;
}


/* BOTTONI */
.button, .zip_button, .search_button, .new_button, .update_button, .confirm_button, .delete_button, .reset_button, .back_button, .next_button, .select_button, .logout_button, .pdf_button, .users_button, .ais_button, .history_button{
	padding-left: 24px;
	padding-bottom: 2px;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	background-color: #d1d1d1;
	height: 20px;
	font-weight: bold;
}

.button{
	padding-left: 2px;
	padding-right: 2px;
}

.zip_button{
	background-image: url('../../images/layout/zip_button.png');
	background-repeat: no-repeat;
}

.pdf_button{
	background-image: url('../../images/layout/pdf_button.png');
	background-repeat: no-repeat;
}

.search_button{
	background-image: url('../../images/layout/search_button.png');
	background-repeat: no-repeat;
}

.new_button{
	background-image: url('../../images/layout/new_button.png');
	background-repeat: no-repeat;
}

.update_button{
	background-image: url('../../images/layout/update_button.png');
	background-repeat: no-repeat;
}

.confirm_button{
	background-image: url('../../images/layout/confirm_button.png');
	background-repeat: no-repeat;
}


.delete_button{
	background-image: url('../../images/layout/delete_button.png');
	background-repeat: no-repeat;
}

.reset_button{
	background-image: url('../../images/layout/reset_button.png');
	background-repeat: no-repeat;
}

.back_button{
	background-image: url('../../images/layout/back_button.png');
	background-repeat: no-repeat;
}

.next_button{
	background-image: url('../../images/layout/next_button.png');
	background-repeat: no-repeat;
}

.select_button{
	background-image: url('../../images/layout/next_button.png');
	background-repeat: no-repeat;
}

.users_button{
	background-image: url('../../images/layout/users_button.png');
	background-repeat: no-repeat;
}

.logout_button{
	background-image: url('../../images/layout/logout_button.png');
	background-repeat: no-repeat;
}

.ais_button{
	background-image: url('../../images/layout/ais_button.png');
	background-repeat: no-repeat;
}

.history_button{
	background-image: url('../../images/layout/history_button.png');
	background-repeat: no-repeat;
}
/* CONTENITORI */

.loading{
	width: 100%;
	height: 200px;
	padding-top: 140px;
	text-align: center;
	background-image: url('../../images/layout/loading.gif');
	background-repeat: no-repeat;
	background-position: center 30%;
	font-weight: bold;
	font-style: italic;
}

.small_loading{
	width: 16px;
	height: 16px;
	background-image: url('../../images/layout/small_loading.gif');
	background-repeat: no-repeat;
}

.services_div{
	width: 100%
	/*height: 300px;
	overflow: auto;*/
}

.flag{
	border: 1px #92c5f8 solid;
}


.small_flag{
	width: 12%;
	height: 12%;
}

.data_form{
	
	
	
}

.search_form{
	
	
	
}

.cell_style_1{
	background-color: #ffffff;
	border-bottom: 1px solid #000;
}

.cell_style_2{
	background-color: #f3f4f6;
	border-bottom: 1px solid #000;
	
}

.cell_style_error{
	border: 2px solid #b24141;
}

.highlight{
	background-color: #ffc4c4;
}

.cell_style_ais_data{
	background-image: url('../../images/layout/ais_data.png');
	background-repeat: no-repeat;
	background-position: top right;
	padding-right: 20px;
	color: #6380aa;
}

.om_cell_style_1{
	
}

.om_cell_style_2{
	background-color: #d6f2ff;
}

.om_cell_style_4{
	background-color: #fcffd6;
}

.om_cell_style_null{
	background-color: #e0ffd6;
}

.menu_manager{
	background-image: url('../../images/layout/v_button.png');
	background-repeat: repeat-y;
	background-position: top left;
	width: 16px;
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	border-left: 1px solid #bcbcbc;
	border-right: 1px solid #bcbcbc;
}

.cell_style_local_data{
	color: #000000;
}

.cell_style_matching_data{
	color: #000000;
	font-weight: bold;
}

.notifications{
	color: #b00;
	text-decoration: blink;
}

.ship_name_notifications{
	color: #b00;
}

.number{
	text-align: right;
}

.imp{
	font-weight: bold;
	text-decoration: underline;
	color: #006300;
}

.min_column{
	width: 1%;
	padding-right: 3px;
	padding-left: 3px;
}

.ship_name{
	width: 200px;
}

.notification{
	color: #b00;
}

.fast_search{
	background-color: #fff;
	position:absolute;
	margin-top: 0px;
	width: 398px;
	border-left: 1px #000 solid;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
}


.fast_search_el{
	cursor:pointer;
	padding-left: 5px;
	border-bottom: solid #000 1px;
}

.fast_search_over{
	color: #000;
	border-bottom: solid #000 1px;
	padding-left: 5px;
	cursor:pointer;
	background-color: #ffc4c4;
}

