/**
 * @copyright &copy; 2011 by Roberto Rocco Angeloni <roberto@roccoangeloni.it>
 * @license http://opensource.org/licenses/lgpl-3.0.html GNU Lesser General Public License, version 3.0 (LGPLv3)
 * @version $Id: style.css $
 * @package rproject
 *
 * Permission to use, copy, modify, and distribute this software for any
 * purpose with or without fee is hereby granted, provided that the above
 * copyright notice and this permission notice appear in all copies.
 *
 * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
 * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
 * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
 * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
 * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 */

body {
	background-color: #8898a8;
	color: #313131;
	font-family: Ubuntu,'Tahoma','Gill Sans',verdana,sans-serif;
	font-size: 85%;
	margin: 0px;
	padding: 0px;
}

a { color: #313131; text-decoration: none; }
a:link { text-decoration: none; }
a:active {}
a:visited { text-decoration: none; }
a:hover {}

div { margin: 0px; border: 0px; padding: 0px; }
pre { text-align: left; border: 1px solid gray; overflow: scroll; }

form {
	color: #484848;
	text-align: left;
}
fieldset {
	border: 1px solid #888888;
	padding: 0.5em;
	border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px;
}
/* Da monitor pec: inizio. */
fieldset.bottoniera {
	background-color: #F8F8F8;
	border: 0px;
	padding: 1em;
	text-align: center;
}
fieldset.titolo {
	background-color: #F8F8F8;
	border: 0px;
	padding: 1em;
	text-align: center;
	font-weight: bold;
}
/* Da monitor pec: fine. */

h1,h2,h3 { margin:0px; }
h1 {
	margin: 0px;
	clear: left;
	color: #333333;
	font-family: Ubuntu,arial,sans-serif;
	font-size: 110%;
	letter-spacing: 1px;
}
h3 {
	/* CSS3 */
	text-shadow: 1px 1px 1px #a1a1a1;
}

hr {
	border: 1px solid #9FA3A6;
	padding: 1px;
	border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px;
}

iframe {
	margin: 0px; border:0px; padding: 4px 2px;
/*	background-color: white; */
	border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px;
}

/* Da monitor pec: inizio. */
legend { font-weight: bold; }
input {}
input[type="button"].bottoniera { margin-left: 0.5em; margin-right: 0.5em; }
table {
	padding: 2px;
	border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px;
}
th {
	color: #eeeeee;
	background-color: #888888;
	border: 1px solid #888888;
	border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px;
	padding: 1px 0.4em;
}
/* Da monitor pec: fine. */

/* ********************************* Classi ********************************* */

.messaggio {
	margin: 10px;
	padding: 10px;
	border: 1px solid #AA4400;
	background-color: #FFFFAA;
	color: #AA4400;
	width: 70%;
}

.page {
	border-collapse: collapse;
	width: 99%;
	height: 99%;
}

.page_top {
	height: 15%;
	text-align: center;
	vertical-align: middle;
}

.page_left {
	width: 20%;
	text-align: left;
	vertical-align: top;
}

.page_center {}

.page_right {
	width: 20%;
	text-align: left;
	vertical-align: top;
}

.page_bottom {
	height: 5%;
	text-align: center;
	vertical-align: middle;
}

div.content_list {
	border: 1px solid #f8f8f8;
	padding: 0.4em;
	background-color: #f8f8f8;
/*	width: 20em;
	font-weight: bold;*/
	opacity:0.9; filter:alpha(opacity=90); -moz-opacity:0.9;
	border-radius: 8px; -moz-border-radius: 8px; -webkit-border-radius: 8px;
}
div.content_item {
	vertical-align:text-top;
	font-size: 12px;
}
p.content_item {
	font-size: 10px;
	margin: 0.1em;
	border: 0px;
	padding: 0.1em;
}

h1.logo {
	color: #111122;
	background-color: #ffffff;
	margin: 0.2em;
	margin-bottom: 0em;
	border: 1px solid #9FA3A6;
	padding: 0.4em;
	width: 20em;
	font-weight: bold;
	border-radius: 8px; -moz-border-radius: 8px; -webkit-border-radius: 8px;
}
h2.logo {
	color: #111122;
	background-color: #ffffff;
	margin: 0.1em;
	margin-top: -1em;
	border: 1px solid #9FA3A6;
	padding: 0.2em;
	font-size: 10px;
	width: 40em;
	border-radius: 8px; -moz-border-radius: 8px; -webkit-border-radius: 8px;
}

ul.breadcrumb {
	list-style-type: none;
	display: block;
	background-color: #f0f0f0;
	margin: 0.1em;
	border: 0px;
	padding: 0.4em 1em;
	border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px;
}
li.breadcrumb, a.breadcrumb:link, a.breadcrumb:active, a.breadcrumb:visited, a.breadcrumb:hover {
	display: inline;
	font-size: 12px;
	font-weight: bold;
}
ul.obj_actions {
	display:inline;
	list-style-position: inside;
	text-align: left;
	margin: 0.1em;
}
li.obj_actions {
	display:block;
	font-size: 12px;
	font-weight: bold;
}

table.menu {}
th.menu {
	color: #111122;
	background-color: #f0f0f0;
	font-size: 12px;
	font-weight: bold;
	margin: 0.1em;
	border: 0px;
	padding: 0.4em 1em;
	border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px;
}
td.menu {
	color: #9FA3A6;
	font-size: 12px;
	font-weight: normal;
}
input.menu {
	color: #6C7073;
	border: 1px solid #9FA3A6;
}

.login { padding: 2px; }

table.login {
	background-color: #ffffff;
	border: 1px solid #9FA3A6;
	border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px;
}
th.login {
	color: #111122;
	background-color: #9FA3A6;
	font-size: 12px;
	font-weight: bold;
    border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px;
}
td.login {
	color: #9FA3A6;
	background-color: #ffffff;
	font-size: 12px;
	font-weight: normal;
}
input.login {
	color: #6C7073;
	border: 1px solid #9FA3A6;
	border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px;
}

table.formtable {
	background-color: #ffffff;
	text-align: left;
	border: 1px solid #9FA3A6;
	border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px;
	padding: 2px;
}
th.formtable {
	color: #111122;
	text-align: center;
	background-color: #9FA3A6;
	font-size: 12px;
	font-weight: bold;
	border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px;
	padding: 2px;
}
td.formtable {
	color: #9FA3A6;
	background-color: #ffffff;
	font-size: 12px;
	font-weight: normal;
}
input.formtable {
	color: #6C7073;
	border: 1px solid #9FA3A6;
	border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px;
	padding: 2px;
}
textarea.formtable {
	color: #6C7073;
	border: 1px solid #9FA3A6;
	text-align: left;
	border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px;
	padding: 2px;
}
select.formtable {
	text-align: left;
	background-color: #ffffff;
	border-bottom-width: 1px;
	border-color: #6C7073;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
	color: #6C7073;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-indent: 2px;
}
file.formtable {
	color: #6C7073;
	border: 1px solid #9FA3A6;
	border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px;
	padding: 2px;
}

div.formView { display:table; }
div.formView_row { display:table-row; }
div.formView_title, div.formView_group {
	display:table-cell;
	vertical-align: top;
	text-align: right;
	font-weight: bold;
	padding: 0.1em 0.2em;
}
div.formView_group {
	background-color: #e0e0e0;
	text-align: center;
	/* CSS3 */
	border-radius: 8px; -moz-border-radius: 8px; -webkit-border-radius: 8px;
}
div.formView_value { display:table-cell; }
div.middle_content { border:0px solid red; }

form.search {}
label.search {
	color: #444444;
/* 	background-color: #9FA3A6; */
/* 	font-size: 12px; */
	font-weight: bold;
/*     border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; */
}
input.search {
	color: #6C7073;
	border: 1px solid #e0e0e0;
	border-radius: 8px; -moz-border-radius: 8px; -webkit-border-radius: 8px;
	padding:4px;
	padding-right: 20px;
	background-image:url('icons/glass.png');
	background-repeat:no-repeat;
	background-attachment:scroll;
	background-position:right center;
}

/* ********************************* Elementi ********************************* */

/* Da monitor pec: inizio. */
#header_left {
	background: transparent url(panel42_left.png) no-repeat scroll center top;
	width: 20px;
	height: 42px;
	margin: 0px;
	border: 0px;
	padding: 0px;
	float: left;
	display: inline-block;
	margin-left: -20px
}
#header_right {
	background: transparent url(panel42_right.png) no-repeat scroll center top;
	width: 20px;
	height: 42px;
	margin: 0px;
	border: 0px;
	padding: 0px;
	margin-right: -20px;
	float: right;
	clear: none;
	display: inline-block;
}
#header {
	height: 5em;
	margin: 0px;
	border: 0px;
	padding: 0px;
	text-align: center;
	background: transparent url(panel42_middle.png) repeat-x scroll center top;
	width: 50em;
	margin-top: -6px;
	margin-left: auto;
	margin-right: auto;
}
h1.kheader {
	color: #E8E8E8;
	font-size: 160%;
	padding-top: 0.5em;
	clear: none;
}
#midtainer {
	margin: 0px;
	border: 0px solid red;
	padding: 0px;
	background: #FFFFFF url(topTile.gif) repeat-x scroll center top;
	width: 100%;
}
#midtainerBot {
	background: #FFFFFF url(botTile.gif) repeat-x scroll center bottom;
	height: 5em;
}
#middle_container { overflow: auto; }
#footer {
	color: transparent; /* #E8E8E8; */
	background: transparent url(footerTile.png) repeat-x scroll center top;
	text-align:center;
/*
	text-shadow: 3px 3px 3px #666666; -moz-text-shadow: 3px 3px 3px #666666; -webkit-text-shadow: 3px 3px 3px #666666;
*/
	transition:color,text-shadow 1s;-webkit-transition:color,text-shadow 1s;-moz-transition:color,text-shadow 1s;-o-transition:color,text-shadow 1s;
}
#footer a {
  color: transparent;
  font-style: italic;
  transition:color,text-shadow 1s;-webkit-transition:color,text-shadow 1s;-moz-transition:color,text-shadow 1s;-o-transition:color,text-shadow 1s;
}
#footer:hover {
  color: #E8E8E8;
  text-shadow: 3px 3px 3px #666666; -moz-text-shadow: 3px 3px 3px #666666; -webkit-text-shadow: 3px 3px 3px #666666;
}
#footer:hover a {
  color: #E8E8E8;
  transition:color,text-shadow 1s;-webkit-transition:color,text-shadow 1s;-moz-transition:color,text-shadow 1s;-o-transition:color,text-shadow 1s;
}

/* Da monitor pec: fine. */

#left {
	float: left;
	width: 14%;
	/*   CSS3 */
	border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px;
}
#left_content {
	width:100%;
	overflow:auto;
	position:relative;
	top:0em;
	bottom:4px;
}
#middle, #middle_noright {
	width: 70%;
	padding-left:15%;
	padding-right:15%;
	background-color: transparent;
	/*   CSS3 */
	border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px;
}
#middle_noright {
	padding-right:0;
	width: 84%;
}
#breadcrumb_after {}
#right {
	float: right;
	width: 14%;
	/*   CSS3 */
	border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px;
}

/* Da monitor pec: inizio. */
#top_menu {
	margin: 0em;
	border: 0px solid #00cc00;
	padding: 0.5em;
	color: #008800;
	text-align: left;
}
#top_menu a { color: #008800; }
/* Da monitor pec: fine. */

#underconstruction {
	color: black;
	background-color: yellow;
	font-weight: bold;
	margin-top: 6em;
	margin-left: 12em;
	text-align: center;
	width: 30em;
	border: 6px solid black;
	border-radius: 8px; -moz-border-radius: 8px; -webkit-border-radius: 8px;
	transform: rotate(-20deg); -webkit-transform: rotate(-20deg); -o-transform: rotate(-20deg); -moz-transform: rotate(-20deg);
	box-shadow: 10px 10px 10px #666666; -moz-box-shadow: 10px 10px 10px #666666; -webkit-box-shadow: 10px 10px 10px #666666;
}
#underconstruction h1 { text-shadow: none; }
#user_div {
	position:absolute;
	top:0;
	right:0;
	text-align: right;
	font-weight: bold;
	color: #E8E8E8;
	text-shadow: 3px 3px 3px #666666; -moz-text-shadow: 3px 3px 3px #666666; -webkit-text-shadow: 3px 3px 3px #666666;
}

#search_div {
	position:absolute;
	top:5em;
	right:0;
/* 	float:right; */
	
	text-align: left;
	margin: 0px;
	border: 0px solid #f0f0f0;
	padding: 0px;
	
	color: transparent;
	
	background-color: #f0f0f0;
	background-image:url('icons/glass.png');
	background-repeat:no-repeat;
	background-attachment:scroll;
	background-position:right center;
	
	border-radius: 8px; -moz-border-radius: 8px; -webkit-border-radius: 8px;
	
	overflow: hidden;
	
	width: 20px;
	transition:width 1s;-webkit-transition:width 1s;-moz-transition:width 1s;-o-transition:width 1s;
}
#search_div:hover { width: 100px; color: inherit; }
#search_div form { color: inherit; margin:0px; border:0px; padding:0px;}
#search_object {
	margin: 2px;
	margin-right: 20px;
	border: 0px solid #f0f0f0;
	color: inherit;
	background-color: transparent;
	width: 80px;
	
	transition:color 1s;-webkit-transition:color 1s;-moz-transition:color 1s;-o-transition:color 1s;
}
/* #search_object:hover { width: 100px; } */

#user_div a { color: #E8E8E8; }
