.edit
{
	font: 7pt Verdana, Tahoma, Arial, sans-serif;
}

a.edit:link { color: #0086b8; text-decoration: none; font-weight: bold; }
a.edit:visited { color: #0086b8; text-decoration: none; font-weight: bold; }
a.edit:hover { color: #04b0f0; text-decoration: none; font-weight: bold; cursor: pointer}

a.taglist_entry:link { font-weight: normal; color: #666666; }
a.taglist_entry:visited { font-weight: normal; color: #666666; }
a.taglist_entry:hover { font-weight: normal; color: #04b0f0; text-decoration: underline; }

a.taglist_controls:link { font-weight: bold; color: #9b9b9b; }
a.taglist_controls:visited { font-weight: bold; color: #9b9b9b; }
a.taglist_controls:hover { font-weight: bold; color: #04b0f0; text-decoration: underline; }

a.navigation:link { font-weight: bold; color: #9b9b9b; }
a.navigation:visited { font-weight: bold; color: #9b9b9b; }
a.navigation:hover { font-weight: bold; color: #04b0f0; text-decoration: underline; }

a.page_link
{
	text-decoration: none;
}

a.page_link:hover
{
	color: #663366;
	text-decoration: none;
}

.page_menu
{
	color: #999999;
	background-color: #f4f4f4;
	padding: 7px;

	-moz-border-radius: 8px;
	border-radius: 8px;
	box-shadow: 1px 1px 3px #dddddd;

	height: 27px;

	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

span.uploader_icon
{
	width: 16px;
	height: 16px;
	margin: 0px 2px;
	display:block;
	background:transparent url('https://www.carlo-orlandi.com/img/uploader.png') center top no-repeat;
	background-position: 0px 0px, 0 0;
	float:right;	

	opacity: 0.5;
	filter: alpha(opacity=50); /* IE8 and earlier */


}

span.uploader_icon:hover
{
	background:transparent url('https://www.carlo-orlandi.com/img/uploader.png') center top no-repeat;
	background-position: 0px -16px, 0 0;

	opacity: 1;
	filter: alpha(opacity=100); /* IE8 and earlier */	
}

span.database_icon
{
	 width: 16px;
	 height: 16px;
	 margin: 0px 2px;
	 display:block;
	 background:transparent url('https://www.carlo-orlandi.com/img/db.png') center top no-repeat;
	 background-position: 0px 0px, 0 0;
	 float:right;
	 
	opacity: 0.5;
	filter: alpha(opacity=50); /* IE8 and earlier */	 
}

span.database_icon:hover
{
	background:transparent url('https://www.carlo-orlandi.com/img/db.png') center top no-repeat;
	background-position: 0px -16px, 0 0;
	
	opacity: 1;
	filter: alpha(opacity=100); /* IE8 and earlier */		
}

#page_button:hover
{
	background: -moz-linear-gradient( bottom, #b5b5b5, #e0e0e0 );
	color: #ffffff;
}

div.error
{
	background: #f0ee8e url(./img/sign_warning.png) no-repeat 10px 50%;
	border: 2px solid #d5d01c;

	-moz-border-radius: 8px;
	border-radius: 8px;

	padding: 10px;
	padding-left: 35px;

	color: #8b8812;
	font-weight: bold;
}

/* GALLERY */

div.gallery_balloon
{
	width: 183px;
	padding: 10px;
	margin:15px;
	margin-right:24px;
	margin-bottom:30px;
	background-color:#f4f4f4;
	box-shadow: 1px 1px 3px #dddddd;

	-moz-border-radius: 8px;
	border-radius: 8px;
}

div.gallery_navbar
{
	padding:5px;
	background-color:#f4f4f4;

	font-size: 9pt;
	color: #999;
	font-weight: bold;
	text-align: left;

	-moz-border-radius: 8px;
	border-radius: 8px;
}

div.gallery_riga
{
	width: 699px;
	float: left;
	
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

div.gallery_pic
{
	float:left;
	width: 203px;
	margin: 15px;
	text-align: left;
}

div.gallery_title
{
	font: 10pt Arial, san-serif !important;
	font-weight: bold;
	text-align: left;
	margin-top:3px;
}

div.gallery_title_big
{
	font: 14pt Arial, san-serif !important;
	font-weight: bold;
	text-align: left;
	margin-top: 20px;
}

div.gallery_title a
{
	color: #000000;
}

div.gallery_title a:hover
{
	color: #04b0f0;
	text-decoration: underline;
}

div.gallery_descr
{
	font-size: 9pt;
	text-align: left;
	margin-bottom: 20px;
	margin-top: 10px;
}

div.gallery_dati
{
	font-size: 8pt;
	color: #b9b9b9;
	text-align: left;
	margin-top: 3px;
}

div.gallery_category_title
{
	font-size: 10pt;
	color: #555;
	font-weight: bold;
	padding: 5px;
	padding-top: 0;
	border-bottom: 1px solid #ccc;
}

div.gallery_category
{
	font-size: 10pt;
	color: #555;
	text-align: left;
}

div.gallery_category:hover
{
	background: #e1e1e1;

	-moz-border-radius: 4px;
	border-radius: 4px;
}

div.gallery_category_dati
{
	font-size: 8pt;
	color: #9e9e9e;
	text-align: left;
	margin-top: 3px;
	font-weight: normal;
}

div.gallery_category img
{
	border: 1px solid #999;
}

div.gallery_balloon td
{
	color: #555;
}

div.photo
{
	float:left;
	margin-top: 15px;
	text-align: left;
	
	width: 100%;
	
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.comment
{
	color: #595959;
	background-color: #f2f2f2;
	border: 1px solid #d6d6d6;
	padding: 10px;
	margin-top: 15px;

	width: 400px;
	
	-moz-border-radius: 8px;
	border-radius: 8px;

	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

img.comment_button_del
{
	float: right;
	margin-top: 4px;
	margin-left: 4px;
	cursor: pointer;
	opacity: 0.3;
	filter: alpha(opacity=30); /* For IE8 and earlier */
}

img.comment_button_del:hover
{
	opacity: 1;
	filter: alpha(opacity=100); /* For IE8 and earlier */
}

.comments_title
{
	font: 18pt Arial, san-serif !important;
	color: #868686;
	margin-top: 22px;
	padding-bottom: 5px;
	font-weight: bold;
	text-align: left;
	border-bottom: 1px solid #d3d3d3;
	width: 400px;
}

input, textarea, select, td
{
	font: 8pt Verdana, Tahoma, Arial, sans-serif;
}

input, textarea, .tag_del_list
{
	padding: 3px;
	border: 2px solid #d5d5d5;
	background-color: #f5f5f5;

	-moz-border-radius: 4px;
	border-radius: 4px;

	resize: none;

	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

input:hover, textarea:hover
{
	background-color: #f9f9f9;
}

select
{
	border: 2px solid #d5d5d5;
	background-color: #e5e5e5;
}

input[type=button], input[type=submit]
{
	-moz-border-radius: 4px;
	border-radius: 4px;
	
	cursor: pointer;
	background-color: #e5e5e5;
	background: -moz-linear-gradient( bottom, #d7d7d7, #ffffff );
	font-weight: bold;
	color: #9c959f;
	border: 1px solid #aeaeae;
}

input[type=button]:hover, input[type=submit]:hover
{
	background-color: #ebebeb;
	background: -moz-linear-gradient( bottom, #bcbcbc, #ffffff );
	border-color: #afafaf;
	color: #7e7e7e;
}

input[disabled], input[disabled]:hover
{
	background-color: #d7d7d7;
	background: -moz-linear-gradient( bottom, #d7d7d7, #ffffff );
	color: #aeaeae;
	border: 1px solid #d5d5d5;

	cursor: progress;
}

form
{
    padding: 0 0 30px 0;
}

#upload_toolbar
{
	float: right;
	width: 220px;
	margin: 15px 0;
	margin-right: 15px;
	
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

#media_list
{
	float: left;
	width: 699px;
	
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.undef_row
{
	-moz-border-radius: 6px;
	border-radius: 6px;
	
	margin: 15px 0;
	border: 1px solid #f1d964;
	
	background: #f7e986;
	background: -moz-linear-gradient( bottom, #f7e986, #fcf7cf );
	
	font-size: 8pt;
	
	word-wrap: break-word;
	white-space: normal;

	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.media_row
{
	-moz-border-radius: 6px;
	border-radius: 6px;
	
	margin: 15px 0;
	border: 1px solid #cacaca;
	
	color: #3f3f3f;
	
	height: 52px;
	
	background: #f5f5f5;
	background: -moz-linear-gradient( bottom, #afc2e4, #f5f5f5 );
	
	font-size: 8pt;
	
	word-wrap: break-word;
	white-space: normal;

	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.undef_row button, .media_row button
{
	font-size: 8.5pt;
	float: right;
	margin-left: 5px;
}

.undef_file_thumb
{
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
	
	border-right: 1px solid #f1d964;
	
	width: 50px;
	height: 50px;
	
	float: left;
	
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

#media_list_title
{
	-moz-border-radius: 6px;
	border-radius: 6px;

	padding: 10px;
	background-color: #F5F5F5;
}

#filelist_container
{
    -moz-border-radius: 6px;
	border-radius: 6px;
	
	padding: 10px;
    /*border: solid 2px #ccc;*/
    background-color: #F5F5F5;
	
	/*-moz-box-shadow: 0 0 16px #ccc;*/
}

#filelist
{
    list-style: none;
    padding: 0;
    margin: 0;
}

#directory_list
{
	-moz-border-radius: 6px;
	border-radius: 6px;
	
	margin-top: 10px;
	padding: 10px;
    background-color: #F5F5F5;
}

.cancel
{
	width: 16px;
	height: 16px;
	background: url('img/cancel.png');
	margin-top: 5px;
	float: right;
	opacity: 0.5;
	filter: alpha(opacity=50); /* IE8 and earlier */
}

.cancel:hover
{
	cursor: pointer;
	
	opacity: 1.0;
	filter: alpha(opacity=100); /* IE8 and earlier */
}

.loader
{
    position: absolute;
    bottom: 10px;
    right: 0;
    color: green;
}

.progressbar_text
{
	position: relative;
	top: 1px;
	right: 6px;
	display: none;
}

.upload_filename
{
	font-weight: bold;
	font-size: 8pt;
}

.upload_row
{
	-moz-border-radius: 6px;
	border-radius: 6px;
	
	margin-top: 10px;
	padding: 5px;
	border: 1px solid #e9e9e9;
	
	font-size: 8pt;
	
	word-wrap: break-word;
	white-space: normal

	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.progressbar_bg
{
	-moz-border-radius: 6px;
	border-radius: 6px;

	margin-top: 5px;
	float: left;
	width: 168px;
	background-color: #ebebeb;
	background: -moz-linear-gradient( bottom, #ebebeb, #d2d2d2 );

	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.progressbar
{
    -moz-border-radius: 6px;
	border-radius: 6px;

	text-align: right;
	color: #ffffff;
	font-size: 8pt;

	width: 0%;
	background-color: #51a4ff;
	height: 16px;

	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.progressbar_done
{
    -moz-border-radius: 6px;
	border-radius: 6px;

	text-align: right;
	color: #ffffff;
	font-size: 8pt;

	width: 0%;
	background-color: #72de8a;
	height: 16px;

	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.temp_file_row
{
	margin-top: 10px;
	width: 200;
}

.temp_file_thumb
{
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
	
	border: 2px solid #f1d964;
	
	width: 50px;
	height: 50px;
	
	float: left;
	
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.temp_file_button_back
{
	background: -moz-linear-gradient( bottom, #f7e986, #fcf7cf );
	
	border-top: 2px solid #f1d964;
	border-bottom: 2px solid #f1d964;
	border-right: 2px solid #f1d964;
	
	width: 50px;
	height: 50px;
	
	float: left;
	
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.temp_file_button_front
{
	width: 50px;
	height: 50px;
	
	background-repeat: no-repeat;
	background-position: 0 -2px;
	
	opacity: 0.8;
	filter: alpha(opacity=80); /* IE8 and earlier */
}

.temp_file_button_front:hover
{
	width: 50px;
	height: 50px;
	
	background-position: 0 -52px;
	
	opacity: 1.0;
	filter: alpha(opacity=100); /* IE8 and earlier */
	
	cursor: pointer;
}

#blanket
{
   background-color: #111;
   opacity: 0.85;
   position: absolute;
   z-index: 9001;
   top: 0px;
   left: 0px;
   width: 100%;
}

#editPopup
{
	position: fixed;
	top: 17%;
	left: 50%;
	z-index: 9002;

	box-shadow: 0px 10px 10px #222222;
	background-color: #FFFFFF;
	-moz-border-radius: 8px;
	border-radius: 8px;
	
	width: 720px;
	padding: 20px;

	margin-left: -360px;
	
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.popup .items { display: none }

.popup:hover > .items
{
	display: block;
	font-size: 7pt;
	
	-moz-border-radius: 8px;
	-moz-border-radius: 8px;

	border-radius: 8px;
	border-radius: 8px;

	box-shadow: 0px 5px 5px #443f47;

	padding: 5px;
	line-height: 15px;

	background-color: white;
	position: absolute;
	z-index: 1;
}

.popup .items a
{
	color: #737373;
	font-weight: normal;
	text-decoration: none;
	line-height: 17px;
}

.popup .items a:hover
{
	text-decoration: underline;
}

.bbcode_button
{
	border: 1px solid #d5d5d5;
	float: left;
	margin-left: 5px;
	background-color: #f0eef1;

	-moz-border-radius: 4px;
	border-radius: 4px;

	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;

	opacity: 0.5;
	filter: alpha(opacity=50); /* IE8 and earlier */
}

.bbcode_button:hover
{
	background-color: #f0eef1;

	cursor: pointer;

	opacity: 0.8;
	filter: alpha(opacity=80); /* IE8 and earlier */
}

.tags_label
{
	background-color: #d5d5d5;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.tags_input
{
	background-color: #d5d5d5;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.tag_delete
{
	background-color: #cc3333;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 3px;
	color: #660000;

	font-weight: bold;

	float: left;

	cursor: pointer;

	margin: 3px 0;
	margin-right: 3px;

	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.tag_delete:hover
{
	background-color: #660000;
	color: #ffffff;
}

.tag
{
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 3px 6px;
	
	background-color: #e5e5e5 !important;
	color: #7a7a7a !important;

	font-size: 7pt;

	cursor: pointer;

	text-decoration: none;
	font-weight: normal !important;
	line-height: 20px;
	white-space: nowrap;

	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.tag:hover, .media_row .tag:hover
{
	background-color: #04b0f0 !important;
	color: #ffffff !important;
}

.media_row .tag
{
	font-size: 7pt;
	padding: 2px 3px;
	background-color: #698cb8 !important;
	color: #d3dde4 !important;
}


.color_block
{
	width: 35px;
	height: 16px;

	cursor: pointer;

	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.color_block:hover
{
	border-width: 2px !important;
}

table.overlay
{ 
	pointer-events: none;
	
	position: absolute; 
	bottom: 10px;
	left: 10px;
	
	display: none;
	
	color: #ffffff !important;
	width: 220px;
	height: 90px;

	text-align: left;

	background: rgb( 0, 0, 0 );
	background: rgba( 0, 0, 0, 0.7 );
	
	border: 1px solid #818181;

	padding: 10px;

	-moz-border-radius: 8px;
	border-radius: 8px;
}

table.overlay td
{ 
   font: 7pt Verdana, Tahoma, Arial, sans-serif !important;
}

div.bbcode_btn
{
	font: 7pt Verdana, Tahoma, Arial, sans-serif;
	font-weight: bold;
	height: 18px;
	border: 1px solid #cccccc;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #333333;
	padding-left: 4px;
	padding-right: 4px;
	
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #cccccc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#cccccc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#cccccc 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#cccccc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */

}

img.pic_
{
}

img.pic_left
{
border: 1px solid #999;
margin: 15px;
margin-left: 0px;
}

img.pic_right
{
border: 1px solid #999;
margin: 15px;
margin-right: 0px;
}