@charset "utf-8";
/* 
########################################
########################################
##									  ##
## F5 - Content Management System 	  ##
##									  ##
## Copyright © 2012					  ##
## 	Reload - Laboratorio Multimediale ##
## 	(http://www.reloadlab.it -		  ##
## 	info@reloadlab.it)				  ##
##									  ## 
## author:							  ##
## 	Domenico Gigante				  ##
## 	(domenico@reloadlab.it)			  ##
## 	Alessio Attanasio				  ##
##  (aatt@reloadlab.it)				  ##
##									  ##
########################################
########################################
*/

html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	background-color: #f6f6f6; /* BLU SCURO */
}
body,td,th {
	font-family: "MS Sans Serif", Verdana, Arial, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333;
	text-decoration: none;
	line-height: 1.6em;
}
a {
	color: #316AC5;
}
img {
	border: none;
	vertical-align: middle;
}
small {
	font-size: 0.80em;
	line-height: 1.4em;
}
form {
	margin: 0px;
	padding: 0px;
}
label {
	color: #777;
}
input, select {
	font-size: 1.0em;
}
input.submit {
	background-color: #EEEBDA;
	color: #777;
	text-transform: lowercase;
	font-weight: bold;
}
.clear {
	clear: both;
	font-size: 1px;
}
.left {
	float: left;
}
.right {
	float: right;
}
.boxPad6 {
	padding: 6px;
}

/* LOGIN */
#loginContainer {
	text-align: center;
	vertical-align: middle;
}
#loginform {
	text-align: center;
}
#loginform table {
	font-weight: bold;
	background-color: #e9e9e9;
	border: 1px solid #fff;
	margin: 0 auto;
}
#loginform table td {
	padding: 8px 15px;
}

/* TD MAIN */
#main {
	margin: 0px;
	padding: 0px 4px;
	height: 100%;
}
.logout {
	font-size: 11px;
	text-align: right;
	padding: 2px;
	padding-right: 10px;
	color: #333333;
}
.logout a {
	color: #333333;
}
#logo {
	background-color: #e9e9e9;
	padding: 10px;
	border: 1px solid #fff;
	border-bottom: none;
}
#foot {
	margin: 0px;
	padding: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#credits {
	font-size: 0.8em;
	font-weight: bold;
	margin: 0px;
	text-align: center;
}

/* MENU PRINCIPALE */
ul#generalMenu {
	position: relative;
	z-index: 1000;
	margin: 0;
	border: 1px solid #FFFFFF;
	border-bottom: 1px solid #D8D2BD;
	padding: 0;
	height: 23px;
	list-style-type: none;
	background-color: #EEEBDA;
}
ul#generalMenu ul {
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
}
ul#generalMenu li {
	position: relative;
	display: inline;
	float: left;
}
ul#generalMenu li a {
	display: block;
	text-decoration: none;
	text-transform: capitalize;
	color: #333;
	background-color: #EEEBDA;
	padding-left: 15px;
	padding-top: 2px;
	padding-right: 15px;
	border-right: 1px solid #F9F9F9;
}
* html ul#generalMenu li a { /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
}
ul#generalMenu li a:hover {
	background: #316ac5;
	color: #FFFFFF;
}
ul#generalMenu li a.selected {
	background: #316ac5;
	color: #FFFFFF;
}
ul#generalMenu li ul {
	position: absolute;
	left: 0;
	display: block;
	visibility: hidden;
}
ul#generalMenu li ul li {
	display: list-item;
	float: none;
}
ul#generalMenu li ul li ul {
	top: 0;
}
ul#generalMenu li ul li a {
	margin: 0;
	border-top-width: 0;
	border-bottom: 1px solid #FFFFFF;
	padding-left: 15px;
	padding-top: 2px;
	padding-right: 15px;
	width: 150px; /*width of sub menus*/
	background-color: #F9F9F9;
}
ul#generalMenu li ul li a:hover { /*sub menus hover style*/
	background: #316ac5;
	color: #FFFFFF;
}
.downarrowclass {
	position: absolute;
	top: 8px;
	right: 7px;
}
.rightarrowclass {
	position: absolute;
	top: 6px;
	right: 5px;
}
/* FINE MENU PRINCIPALE */

#contenitore {
	background-color: #FFFFFF;
	min-height: 78%;
	height: auto !important;
	height: 78%;
	border: 1px solid #FFFFFF;
	border-top: none
}
#spalla {
	margin: 0px;
	padding: 0px;
	width: 25%;
	border-right: 1px solid #D8D2BD;
	vertical-align: top;
	background: #f6f6f6 url(index.php?page=util&action=img&img=spalla-bg&ext=png) no-repeat top left;
}
.spallaHeight {
	min-height: 478px;
	height: auto !important;
	height: 478px;
}
#centro {
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}
#centro #spaziatore {
	padding-top: 4px;
	padding-right: 20px;
	padding-bottom: 8px;
	padding-left: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#centro h2 {
	border-bottom: 1px solid #D8D2BD;
	color: #3F88B8;
	display: block;
	font-size: 1.3em;
	font-weight: bold;
	margin: 10px 0;
	text-transform: uppercase;
}
#centro h2 strong {
	color: #993333;
}
#centro h3, .giallo h3, .attachForm h4 {
	margin: 0px;
	margin-bottom: 6px;
	font-size: 1.1em;
	background-color: #E0E8EF;
	color: #333333;
	font-weight: bold;
	padding: 5px;
}
#centro h4 {
	color: #3F88B8;
	background-color: #E0E8EF;
	font-size: 1.1em;
	font-weight: bold;
	margin: 10px 0 0 0;
	text-transform: uppercase;
	padding: 5px;
}
#centro p {
	margin-bottom: 10px;
}
div.responseOK, p.responseOK {
	background-color: #f1edb5;
	padding: 3px 5px;
	color: green;
	font-weight: bold;
	margin-bottom: 10px;
}
div.responseKO, p.responseKO {
	background-color: #f6e8cd;
	padding: 3px 5px;
	color: red;
	font-weight: bold;
	margin-bottom: 10px;
}
#centro p.responseOK {
	background-color: #f1edb5;
	padding: 3px 5px;
	color: green;
	font-weight: bold;
	margin-bottom: 10px;
}
#centro p.responseKO {
	background-color: #f6e8cd;
	padding: 3px 5px;
	color: red;
	font-weight: bold;
	margin-bottom: 10px;
}

.stileTable {
	border-collapse: separate;
	border-spacing: 0px;
	empty-cells: show;
	border: 1px solid #D8D2BD;
	border-right: none;
	border-bottom: none;
}
.stileTable th {
	padding: 2px 5px;
	background-color: #EEEBDA;
	border: 1px solid #D8D2BD;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	vertical-align: middle;
}
.stileTable td {
	padding: 2px 5px;
	border: 1px solid #D8D2BD;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	background-color: #FCFCFC;
	vertical-align: middle;
}
.stileStatoY td {
	background-color: #FCFCFC;
}
.stileStatoN td {
	background-color: #F3F3F3;
}

.giallo {
	background-color: #F3F3F3;
	padding: 6px;
}
.giallo.search {
	margin-bottom: 10px;
}
.attachSearch {
	padding: 6px;
	text-align: right;
}
#spalla .giallo {
	background-color: transparent;
}

.giallo .stileTableDefault {
	border-collapse: separate;
	border-spacing: 0px;
	empty-cells: show;
	border: 1px solid #fff;
}
.giallo .stileTableDefault th.tdFormHead,
.giallo .stileTableDefault td.tdFormHead {
	padding: 2px 5px;
	background-color: #EEEBDA;
	border: 1px solid #D8D2BD;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	vertical-align: top;
}
.giallo .stileTableDefault td.tdForm {
	padding: 2px 5px;
	background-color: #FCFCFC;
	border: 1px solid #fff;
	vertical-align: top;
}

.profileTable {
	border-collapse: separate;
	border-spacing: 0px;
	empty-cells: show;
	margin-bottom: 10px;
}
.profileTable td {
	padding: 6px;
	background-color: #F3F3F3;
	vertical-align: middle;
}

.stileTableProfile {
	border-top: none;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: none;
}
.stileTableProfile th {
	padding: 2px 5px;
	border-bottom: 1px solid #EEEBDA;
	border-right: 1px solid #EEEBDA;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	color: #777;
	text-align: left;
	width: 1%;
	white-space: nowrap;
	vertical-align: top;
}
.stileTableProfile tr td {
	padding: 2px 5px;
	background-color: #FCFCFC;
	border: 1px solid #EEEBDA;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	vertical-align: top;
}
.stileTableProfile tr td.odd {
	background-color: #F3F3F3;
	border: 1px solid #EEEBDA;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	vertical-align: top;
}

.actionBar {
	background-color: #EEEBDA;
	padding: 2px;
	text-align: right;
	border-bottom: 1px solid #ccc;
}
#spalla .actionBar {
	background-color: transparent;
}
.actionBar img {
	cursor: hand;
}
.actionBar strong {
	padding-right: 8px;
}
.stileAction img {
	border: none;
	vertical-align: middle;
}

table.attachments {
	border-collapse: separate;
	border-spacing: 5px;
	empty-cells: show;
}
table.attachments td {
	vertical-align: top;
}
.directory {
	border: 1px solid #D8D2BD;
}
.attach {
	border: 1px solid #D8D2BD;
}

ul.dirlistMenu {
	margin: 0;
	padding: 0;
	padding-left: 36px;
	padding-top: 11px;
}
ul.dirlistMenu li.first-item {
	margin: 0;
	padding: 0;
	list-style: none url(index.php?page=util&action=ico&img=diropen);
}
ul.dirlistMenu li.first-item ul {
	margin: 0;
	padding: 0;
	padding-left: 11px;
	padding-top: 11px;
}
ul.dirlistMenu li.first-item ul li {
	list-style: none url(index.php?page=util&action=ico&img=openList);
	vertical-align: middle;
}
ul.dirlistMenu li.first-item ul li.diropen {
	list-style: none url(index.php?page=util&action=ico&img=closeList);
	vertical-align: middle;
}
ul.dirlistMenu li.first-item ul.dirlist li {
	margin-bottom: 5px;
}
ul.dirlistMenu li.first-item ul.dirlist li a {
	text-decoration: none;
}
ul.dirlistMenu li.first-item ul.dirlist li span.dirlistHL,
ul.dirlistMenu li.first-item ul.Block li a.dirlistHL {
	color: #990000;
	font-weight: bold;
}
#dirlist li {
	padding-bottom: 5px;
	margin-top: 2px;
}
#dirlist li a {
	display: block;
	padding: 3px;
	padding-left: 6px;
	background-color: #F6EDDC;
	cursor: move;
}
#dirlist li a:hover {
	display: block;
	background-color: #EEEBDA;
	text-decoration: none;
	font-weight: bold;
}

.calendarContainer td {
	font-size: 13px;
}

.googleMap {
	text-align: left;
	margin: 0 auto;
}

ul.listRule,
ul.listRule ul {
	margin: 0px;
	padding: 0px;
	padding-left: 32px;
	padding-top: 8px;
}
ul.listRule li {
	margin-bottom: 5px;
	padding-left: 5px;
	list-style-image: url(index.php?page=util&action=ico&img=chat);
}
ul.listRule li li {
	list-style-image: url(index.php?page=util&action=ico&img=rule);
}

#contextMenu {
	border-top: 1px solid #D8D2BD;
}
a.contextMenuItem {
	display: block;
	text-decoration: none;
	color: #333;
	padding-left: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-left: 1px solid #D8D2BD;
	border-right: 1px solid #D8D2BD;
	border-bottom: 1px solid #D8D2BD;
	background: #fff url(index.php?page=util&action=img&img=freccia_dx) no-repeat 5px center;
}
a.contextMenuItem:hover {
	color: #fff;
	background: #316ac5 url(index.php?page=util&action=img&img=freccia_dx_w) no-repeat 5px center;
}

.backStyle {
	background-color: #F3F3F3;
	border: 1px solid #E0E8EF;
	padding: 4px;
	height: 20px;
}

#chatAdvise {
	background-color: #EEEBDA;
	border: 0px;
	border-top: 1px solid #D8D2BD;
	border-left: 1px solid #D8D2BD;
}
#chatMessageAdvise {
	margin: 5px;
	margin-bottom: 0px;
	padding: 5px;
	overflow: auto;
	background-color: #FCFCFC;
}

.itemMenu {
	display: none;
}
#generalContextMenu {
	border-top: 1px solid #D8D2BD;
	z-index: 50;
}
a.generalContextMenuItem {
	display: block;
	text-decoration: none;
	color: #333;
	padding-left: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-left: 1px solid #D8D2BD;
	border-right: 1px solid #D8D2BD;
	border-bottom: 1px solid #D8D2BD;
	padding: 2px 5px;
	background: #fff;
}
a.generalContextMenuItem:hover {
	color: #fff;
	background: #316ac5;
}
a.generalContextMenuItem img {
	vertical-align: middle;
}

ul.tagsList {
	margin: 0px;
	padding: 0px;
	padding-left: 32px;
	padding-top: 8px;
}
ul.tagsList li {
	margin-bottom: 5px;
	padding-left: 5px;
	list-style-image: url(index.php?page=util&action=ico&img=tag);
}

div.button {
	border: 1px solid #D8D2BD;
	float: right;
	margin-bottom: 5px;
}
div.button a {
	display: block;
	text-decoration: none;
	color: #333;
	padding: 2px 5px;
	background: #fff;
}
div.button a:hover {
	color: #fff;
	background: #316ac5;
}
div.button img {
	vertical-align: middle;
}
.mr5 {
	margin-right: 5px;
}

span.order {
	display: block;
	width: 12px;
	float: right;
	height: 12px;
	margin-top: 4px;
}
span.order a.tp {
	display: block;
	width: 12px;
	height: 6px;
	background: transparent url(index.php?page=util&action=img&img=order_tp) no-repeat center center;
}
span.order a.bt {
	display: block;
	width: 12px;
	height: 6px;
	background: transparent url(index.php?page=util&action=img&img=order_bt) no-repeat center center;
}

.stileChildRaw {
	display: none;
}

.imgContainer {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 100px;
	height: 100px;
	float: left;
	overflow: hidden;
	padding: 5px 5px 24px 5px;
	margin: 0px 10px 10px 0px;
	border: 1px solid #D8D2BD;
	background: #fcfcfc;
	position: relative;
}
.imgContainer * {
	vertical-align: middle;
}
/*\*//*/
.imgContainer {
    display: block;
}
.imgContainer span {
    display: inline-block;
    height: 100%;
    width: 1px;
}
/**/
.imgStatoY {
	background: #fcfcfc;
}
.imgStatoN {
	background: #F3F3F3;
}
.imgContainer:hover {
	background: #EEEBDA;
}
.imgContainer .openContextMenu, .imgContainer .posAbs {
	position: absolute;
	bottom: 5px;
	right: 5px;
}

#cboxLoadedContent .stileTableDefault {
	border-collapse: separate;
	border-spacing: 0px;
	empty-cells: show;
	border: 1px solid #D8D2BD;
	border-top: none;
	border-right: none;
	border-bottom: none;
}
#cboxLoadedContent .stileTableDefault {
	border-top: 1px solid #D8D2BD;
}
#cboxLoadedContent .stileTableDefault th {
	padding: 2px 5px;
	background-color: #EEEBDA;
	border: 1px solid #D8D2BD;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
}
#cboxLoadedContent .stileTableDefault td {
	padding: 2px 5px;
	background-color: #FCFCFC;
	border: 1px solid #D8D2BD;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
}
#cboxLoadedContent .stileTableDefault td.odd {
	background-color: #F3F3F3;
}
#cboxLoadedContent .hr {
	height: 1px;
	background: transparent;
	border-bottom: 1px solid #D8D2BD;
	margin: 15px 0px 5px 0px;
}
#cboxLoadedContent h3 {
	margin: 0px;
	font-size: 1.1em;
	margin-bottom: 6px;
	background-color:#E0E8EF;
	color:#333333;
	font-weight:bold;
	padding: 5px;
}
#cboxLoadedContent .attachPmStyle {
	margin: 0px;
	margin-bottom: 3px;
}

#pageListCnt {
    background-color: #F3F3F3;
    padding: 6px;
	position: relative;
	height: 34px;
	margin-bottom: 10px;
}
.pageListCmb {
	border: 1px solid #D8D2BD;
	background: #E0E8EF url(index.php?page=util&action=ico&img=bullet_arrow_down) no-repeat right center;
	padding-right: 32px;
	height: 32px;
	float: right;
	cursor: pointer;
}
.pageListInp {
	height: 32px;
	border-right: 1px solid #D8D2BD;
	padding-left: 28px;
	padding-right: 12px;
	background: #FCFCFC;
	font-size: 14px;
	font-weight: bold;
	line-height: 32px;
}
.pageDir {
	background: #FCFCFC url(index.php?page=util&action=ico&img=dirclosed) no-repeat 4px center;
}
.pageRoot {
	background: #FCFCFC url(index.php?page=util&action=ico&img=dirclosed) no-repeat 4px center;
}
.pagePage {
	background: #FCFCFC url(index.php?page=util&action=ico&img=file) no-repeat 4px center;
}
.pageLink {
	background: #FCFCFC url(index.php?page=util&action=ico&img=link) no-repeat 4px center;
}
#pageListSlt {
	position: absolute;
	visibility: hidden;
	height: 150px;
	overflow: auto;
	border: 1px solid #D8D2BD;
	background-color: #ffffff;
	padding-right: 20px;
}
#pageListSlt ul {
	margin: 0;
	padding: 0;
}
#pageListSlt ul li {
	margin: 0;
	padding: 0;
}
#pageListSlt ul li a, #pageListSlt ul li span {
	display: block;
	margin: 0;
	padding: 2px 5px;
	text-decoration: none;
	color: #333;
	font-weight: bold;
	border: 0px none;
	white-space: nowrap;
}
#pageListSlt ul li a.root, #pageListSlt ul li span.root {
	background-image: url(index.php?page=util&action=ico&img=dirclosed);
	background-repeat: no-repeat;
}
#pageListSlt ul li a.directory, #pageListSlt ul li span.directory {
	background-image: url(index.php?page=util&action=ico&img=clipboard);

	background-repeat: no-repeat;
}
#pageListSlt ul li a.page, #pageListSlt ul li span.page {
	background-image: url(index.php?page=util&action=ico&img=file);
	background-repeat: no-repeat;
}
#pageListSlt ul li a.symlink, #pageListSlt ul li span.symlink {
	background-image: url(index.php?page=util&action=ico&img=link);
	background-repeat: no-repeat;
}
#pageListSlt ul li a.selected {
	background-color: #E0E8EF;
}
#pageListSlt ul li a:hover {
	background-color: #E0E8EF;
}

ul#listaTipiAllegati {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
ul#listaTipiAllegati li {
	margin: 0px;
	padding: 0px;
}
ul#listaTipiAllegati li a.attachTitle {
	display: block;
	border-bottom: 1px solid #D8D2BD;
	background-color: #EEEBDA;
	padding: 4px 6px;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}
ul#listaTipiAllegati li div.thisIsYourPapi {
	margin-bottom: 27px;
	padding: 6px;
	border: 1px solid #D8D2BD;
	border-top: 0px none;
	zoom: 1;
}
ul#listaTipiAllegati li div.thisIsYourPapi h3 {
	margin-bottom: 0px;
	margin-top: 6px;
}
ul#listaTipiAllegati li div.thisIsYourPapi div.button {
	margin-bottom: 0px;
	margin-top: 5px;
}

ul#pageList {
	margin: 0;
	padding: 0;
	padding-left: 36px;
	padding-top: 11px;
}
ul#pageList li {
	padding-left: 24px;
	padding-bottom: 11px;
}
ul#pageList li.root {
	background-image: url(index.php?page=util&action=ico&img=dirclosed);
	background-repeat: no-repeat;
}
ul#pageList li.root ul {
	margin: 0;
	padding: 0;
	padding-left: 11px;
	padding-top: 11px;
}
ul#pageList li.root ul li.directory {
	background-image: url(index.php?page=util&action=ico&img=clipboard);
	background-repeat: no-repeat;
	border: 0 none;
}
ul#pageList li.root ul li.page {
	background-image: url(index.php?page=util&action=ico&img=file);
	background-repeat: no-repeat;
}
ul#pageList li.root ul li.symlink {
	background-image: url(index.php?page=util&action=ico&img=link);
	background-repeat: no-repeat;
}
ul#pageList li.root ul li.url {
	background-image: url(index.php?page=util&action=ico&img=world);
	background-repeat: no-repeat;
}
ul#pageList li.root ul li.directory.hide {
	background-image: url(index.php?page=util&action=ico&img=clipboard_hide);
}
ul#pageList li.root ul li.page.hide {
	background-image: url(index.php?page=util&action=ico&img=file_hide);
}
ul#pageList li.root ul li.symlink.hide {
	background-image: url(index.php?page=util&action=ico&img=link_hide);
}
ul#pageList li.root ul li.url.hide {
	background-image: url(index.php?page=util&action=ico&img=world_hide);
}

.messageRule {
	font-weight: bold;
	padding: 3px 2px;
	border-bottom: 1px solid #ccc;
	background-color: #f9f9f9;
}

.containerPoll {
	display: block;
	padding-bottom: 5px;
}

.pages {
	margin-top: 10px;
}

button {
	border: 1px solid #D8D2BD;
	background: #FFF;
	margin: 0;
	padding: 5px;
	font-size: 13px;
	line-height: 13px;
	font-weight: bold;
}
button:hover {
	color: #fff;
	background: #316ac5;
}
button.add {
	background-image: url("index.php?page=util&action=ico&img=add");
	background-position: 5px center;
	background-repeat: no-repeat;
	padding-left: 25px;
}
