/*------------------------------------------------------------------------------
  MyMemory Knowledge Storage System 
  By PkLab - Mechatronics
  site:http://www.pklab.net/
  Copyright (C) 2009  pklab
  
  $Author$
  $LastChangedDate$
  $Rev$

  DESCRIPTION
  -----------
  Main Style sheet 
------------------------------------------------------------------------------*/
@import url("bb.css");

body {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	font-size:10px;
	background-color: #FFFFFF;
	
}
.tags_div
{
	padding: 3px;
	border: 1px solid #A8A8C3;
	background-color: white;
	width: auto;
	-moz-border-radius: 8px;
	}
  
p,table,tr,td,li
{
	font-size: small;
	/*font-size:14px;*/
}
li{
	margin-left:0px;
  padding-left:0px;
}

ul{
	list-style-image: url("/myimg/arrow.png");
}


/*---------------------------------------------------
Main Layouts
---------------------------------------------------*/
.BandTable{
	background-color: #bec3c6;/* #787d80;*/
	width: 100%;
	/*top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	right: 0px;
	bottom: 0px;
*/
}

.BandLeft,
.BandRight
{
	width: 3%;
}
.BandCenter{
	width: 94%;
}

.BandLeft{
	background-image: url(/myimg/band-left.png);
	background-position: right;
}

.BandRight{
	background-image: url(/myimg/band-right.png);
}



.BodyTable{
	width: 100%;
	top: 0px;
	/*
	padding-right: 5%;
	padding-left: 5%;
	*/
}

.NavBar td,
.NavBar{
	font-size: 9px;
	background-color: #f9f9fc;
}
/*per gallery 2*/
#gsHeader{
	background-image: url(./myimg/head_bkg50.png);
	background-repeat: repeat-x;
}

.HeadCell{
	/*background-image: url(./myimg/head_bkg.png);*/
	background-image: url(./myimg/head_bkg1000.png);
	background-repeat: repeat-x;
	font-size:1.0em;
}

.Search{
	margin-top:20;
	float:right;
	font-size:1.0em;
}
input,select {
	font-size: 80%;
  	background-color: #FAFAFA;
   	border: solid 1px #C6C6C6;
    padding: 2px;
}

.LangBtn{
	background-image: url(./myimg/lang_bkg.png);
	position:absolute;
	right:0px;
	top:0px;
	background-repeat: no-repeat;
	/*float:right;*/
	font-size:9px;
	height: 20px;
	width: 140px;
	text-align: center;
	vertical-align: bottom;
	font-family: "Trebuchet MS", "Luxi sans", sans-serif;
	/*font-weight: bold;*/
}

.TopBtn{
	background-image: url(/myimg/top-btn.png);
	background-repeat: no-repeat;
	float:left;
	font-size:9px;
	height: 30px;
	width: 80px;
	text-align: center;
	vertical-align: bottom;
	margin-top:58;
	padding-top:12;
	padding-bottom:0;
	font-family: "Trebuchet MS", "Luxi sans", sans-serif;
	/*font-weight: bold;*/
}

.TopBtn A:link,
.TopBtn A:visited,
.TopBtn A:active
{
   text-decoration: none;
   color:#ffffff;
}

.BodyCell,
.BodyRow{
	background-color: #FFFFFF;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.FooterRow,
.FooterCell
{
	background-color: #bec3c6;
	font-size: 9px;
	text-align: center;
}


/*---------------------------------------------------
TITLES STYLES
---------------------------------------------------*/
.Title, h1,h2,h3,h4
{
	font-family:"trebuchet ms", "luxi sans", sans-serif;
	color : #3a85e5;
	border-bottom-color: #3a85e5;
	margin-top: 1.5em;
	margin-right: 0pt;
	margin-bottom: 0pt;
	margin-left: 0pt;
	padding-top: 2px;
	padding-right: 0pt;
	padding-bottom: 2px;
	padding-left: 0pt;
	font-weight: normal;
	line-height: 1.2em;
  width: auto;
	overflow-x: auto;
}


h1{
	border-bottom-width: 2px;
	border-bottom-style: solid;
	font-size: 1.6em;

}

h2{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	font-size: 1.3em;
}

h3{
	font-size: 1.2em;
	font-style: italic;
	font-weight: bold;
	padding-left: 20px;
	/*text-decoration: underline;*/
}

h4{
	font-size: 1.2em;
	border-top: thin dotted;
	border-right: thin none;
	border-bottom: thin none;
	border-left: thin none;
}

A:hover{
	background-color: #CCFF66;
}

A:link,
A:visited,
A:active
{
   text-decoration: none;
   color : #0066CC;
}

.Title A:link,
.Title A:visited,
.Title A:active
{
   padding-right: 13px;
   text-decoration: none;
   color : #0066CC;
   background: url(/myimg/visited.png) no-repeat right center;
}

.Title a:visited
{
	background: url();
}

.HeadRow A:link,
.HeadRow A:visited,
.HeadRow A:active
{
   text-decoration: none;
   /*color : #DBDDF2;*/
}

/*---------------------------------------------------
CONTENT STYLES
---------------------------------------------------*/
.SectionHead 
{
	/*word-wrap: break-word;*/
	border: 1px dotted #666666;
	margin: 0px;
	padding: 0px;
	width: auto;
	overflow:hidden;
	font-family:"trebuchet ms", "luxi sans", sans-serif;
	font-size : 18px;
	/*overflow-x: auto;*/
}
/*tutti gli elementi table tr td p contenuti in SectionHead*/
table.SectionHead, tr.SectionHead ,td.SectionHead 
{
	word-wrap: break-word;
	font-family:"trebuchet ms", "luxi sans", sans-serif;
	font-size : 18px;
	margin: 0px;
	padding: 0px;
	width: auto;
	/*overflow-x: auto;*/
}

.Abstract{
	/*font-style: italic;*/
	margin: 15px;
}
.SmallAbstract{
	margin: 10px;
}

.Doc ,.PrivateDoc
{
	padding: 20px 30px;
	line-height: 20px;
	/*
	page-break-before: auto;
	page-break-after: auto;
	*/
	display: block;
}
.PrivateDoc
{
	background-color: #FFE1E1;
}

.Content, .Content table tr td p{
	margin: 5px;
	/*overflow-x: auto;
	overflow-y: auto;
  */
}

.DocMeta{
	font-size: 9px;
	font-style: italic;
	border-top-style: none;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #c0c0c0;
	border-right-color: #c0c0c0;
	border-bottom-color: #c0c0c0;
	border-left-color: #c0c0c0;
	width: auto;
	/*background-color: #EAEAEA;*/
	/*border: 1px dotted #666666;*/
}
.DocInfo{
	font-size: 9px;
	/*background-color: #EAEAEA;*/
	/*border: 1px dotted #666666;*/
}
/*---------------------------------------------------
	Formati monospaced
---------------------------------------------------*/
span.keyword {color: #0000FF}
span.comment {color: #228B22}
span.string {color: #A020F0}

code,
samp,
pre,
kbd,
tt{
	font-family: courier, monospace;
}


code{
	color: #cc0066;
}

kbd{
	padding: 0px 1px 0px 1px;
	border-width: 1px 2px 2px 1px;
	border-style: solid;
}

pre
{
	/*display: block;*/
	/*width: 95%;*/
	overflow-x: auto;
	overflow-y: auto;
	border: 1px dashed #C1B496; 
	background-color: #f0eee6;
	padding: 4pt;
	white-space: pre;
	/* begin css 3 or browser specific rules - do not remove!
	see: http://forums.techguy.org/archive/index.php/t-249849.html */
	white-space: pre-wrap;
	word-wrap: break-word;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
    /* end css 3 or browser specific rules */
}

/*---------------------------------------------------
 STILI LATERALI
---------------------------------------------------*/
.MoreInfo
{
  background-color: #EDECFB;
  border: 1px dotted #666666;
  margin-right:15;
  margin-top:15;
  margin-bottom:10;
  padding:5;
  width:150;
  font-size:10px;
  overflow-x: auto;
  overflow-y: auto;
  line-height: 15px;
  float:left;

}
.MoreInfo ul
{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	padding: 0px;
    /*list-style-image: url(/myimg/freccetta-grigio.png);*/
}

.MoreInfo li
{
  font-size:10px;
  padding-right: 0pt;
  padding-bottom: 0px;
/*	margin-top: 0px;
	margin-right: 0pt;
	margin-bottom: 0x;
	margin-left: 0px;
	padding-top: 0px;
	padding-left: 0px;
    font-size:10px;
*/
}

.Brothers{
	background-color: #EDECFB;
	border: 1px dotted #666666;
  margin:10;
  padding:10;
	width:auto;
  font-size: 12px;
	overflow-x: auto;
	overflow-y: auto;
  /*float:left;*/
}

.Brothers ul,
.Brothers ol
{
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 18px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


.SideBar{
	background-color: #EAEAEA;
	background-color: #ffffff;
	border: 1px dotted #666666;
	width: 200px;
  margin-left:15;
  clear:right;
	float: right;
}
.ImgList{
	background-color: #F0F0F0;
	/*background-color: #ffffff;*/
	border: 1px dotted #666666;
	width: 120px;
  margin-right:15;
	padding:10;
  /*clear:right;*/
	float: left;
}
.ImgList img{
		padding:2px;
    }

.MenuTop,.MenuItem,.SideBar{
	font-size: 9px;
}

.MenuItem{
	/*background-color: #EAEAEA;
	background-color: #fAfAfA;*/
	margin: 0px;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 20px;
}

.MenuTop{
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #3a85e5;
  font-family: "Trebuchet MS", "Luxi sans", sans-serif;
	font-size: 1em;
  
	font-weight: bold;
	/*text-transform: uppercase;*/
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin-top:  0px;
	margin-bottom:  0px;
	margin-left: 0px;
	margin-right: 0px;
}

.MenuTopOld{
	/*border: 1px solid #0000cc;*/
	/*background-color: #f9f9fc;*/
  height:25px;
	background-repeat: no-repeat;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 9px;
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin-top:  0px;
	margin-bottom:  0px;
	margin-left: 0px;
	margin-right: 0px;
  background: url(/myimg/button.png) no-repeat left top;
}

.MenuItem ul
{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 18px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
   list-style-image: url(/myimg/freccetta-grigio.png);
	
}

.MenuItem li
{
	margin-top: 0px;
	margin-right: 0pt;
	margin-bottom: 0x;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0pt;
	padding-bottom: 5px;
	padding-left: 0px;
    font-size:10px;
	/*list-style-type: none;*/
	/*background-repeat: no-repeat;*/
	/*background-position: left center;*/
}

/*---------------------------------------------------
show messages
---------------------------------------------------*/
.mkInfo,
.mkError,
.mkWarning,
.mkDebug 
{
	margin: 20px;
	padding: 10px 10px 10px 50px;
	background-repeat: no-repeat;
	color : Black;
	font-size : 12px;
  width: auto;
	overflow-x: auto;
	overflow-y: auto;
}

.mkInfo {
	border: 1px solid #0000cc;
	background-color: #ebe8ff;
	background-image: url(./myimg/dialog-information.png);
	/*width: 50%;*/
}
.mkWarning {
	border: 1px solid #00cc00; 
	background-color: #ebffe8;
	background-image: url(./myimg/dialog-warning.png);
}
.mkError
{
	border: 1px solid #cc0000; 
	background-color: #ffebe8;
	background-image: url(./myimg/dialog-error.png);
}
.mkDebug 
{
	border: 1px solid #cc0000; 
	background-color: #ffebe8;
	background-image: url(./myimg/debug.png);
}

.EvidenceBox
{
	background-color: #FFF3DF;
	border: 1px solid #ffa500;
	color: #6d4c07;
	/*font-size: 85%;*/
	/*font-weight: bold;*/
	margin: 1em 0em 0em 0em;
	padding: 0.5em 1em 0.5em 3em;
	vertical-align: middle;
	background-repeat: no-repeat;
	/*background-position: 5px center;*/
	background-position: 5px 5px;
	background-image: url(./myimg/info.gif);

}

.portalMessage,.system-message,  /*old to remove from document*/
.SystemMessage,
.PortalMessage
{
	background-color: #ffce7b;
	border: 1px solid #ffa500;
	color: #6d4c07;
	font-size: 85%;
	font-weight: bold;
	margin: 1em 0em 0em 0em;
	padding: 0.5em 1em 0.5em 3em;
	vertical-align: middle;
  line-height: 14px;
	background-repeat: no-repeat;
	background-position: 5px center;
	background-image: url(./myimg/info.gif);

}
.portalMessage a {
  color: #6d4c07;
  text-decoration: underline;
}
