/* Put all generic definitions here. */
/* isol */
a, a:active, a:link { color: #ff9900; }
a:hover { color: #003399; }
a:visited { color: #003399; }


body
{
	margin: 0;
	padding: 0;
	font-size: 12px;
	background: #FFFFFF;
	color: #212121;
	font-family: verdana, arial, helvetica, sans-serif;
}

H1,H2,H3,H4 { font-family: Arial, Helvetica, sans-serif; }

h1
{
	font-size: 20px;
	color: #D8622C;
	border-bottom: 1px solid #d1d1d1;
	margin: 0 0 15px 0;
}

.h1Black { color: #212121; }

h2
{
	border-bottom: 1px solid #e1e1e1;
	background-color: #f8f8f8;
	font-size: 16px;
	padding: 2px 0 1px 5px;
	color: #393939;
	margin: 25px 0 12px 0;
}

h3
{
	border-bottom: 1px #d1d1d1 solid;
	padding: 0 0 0 1px;
	margin: 15px 0 10px 0;
	color: #474747;
}

DIV.small { font-size: 80%; }

H1.pagename
{
font-family: verdana, arial, helvetica, geneva, sans-serif;
font-style: normal;
font-variant: normal;
font-size: 1.5em;
font-weight: bold;
line-height: 1.2777em;
color: #003399 ;
	border-bottom: 1px solid #d1d1d1;
	margin: 0 0 15px 0;
        
}

IMG.inline
{
	border: 1px solid #d1d1d1;
	padding: 3px;
}

A.footnoteref
{
	vertical-align: super;
	font-size: 70%;
}

A.footnote { color: #0044AA; }

P.versionnote
{
	color: blue;
	font-size: 130%;
	text-align: center;
	background: #EAEAEA;
	padding: 12px 12px 12px 12px;
}


hr
{
	border-color: #ABABAB;
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	margin: 12px 0px 8px 0px;
}

/* Added in v1.5.1 */
H3.leftmenuheading { margin-top: 0; }

/* Edit.jsp BODY element */
.leftmenu
{
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	width: 18%;
	vertical-align: top;
	background-color: #FFF9F1;
}

.leftmenuContent { padding: 10px 10px 10px 10px; }

.leftmenuContent ul
{
	line-height: 1.5em;
	list-style-type: square;
	margin: 0 0 0.5em 1.5em;
	padding: 0;
	list-style-image: url("wiki.dx:/templates/smallpiece/images/bullet_gray.gif");
}

/*
.head_menu
{
	padding: 4px 2em 4px 13px;
	height: 13px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
	border-bottom: 1px solid #F66F2C;
	background: #FF923E url("images/bar2_top_back.gif") repeat-x left top;
}
*/

/*.main
{
	margin: 0;
	padding: 0;
	clear: both;
	width: 100%;
	border: 0;
}
*/

.page
{
	border-left: 1px solid #9F9F9F;
	background: url("images/page_back.gif") repeat-y left top;
	padding: 0;
	vertical-align: top;
}

.pageEdit
{
	border-left: 1px solid #9F9F9F;
	background: #D9E8FF url("images/page_edit_back.gif") repeat-y left top;
	vertical-align: top;
}

.pageContent { padding: 15px 20px 10px 22px; }
.page_alt { padding: 15px 20px 10px 22px; }
A.wikipage { color: #ff9900; }
A.wikipage:hover { color: #003399; }

/* Normal, internal wiki reference */
A.editpage
{
	color: #E03123;
	text-decoration: none;
	border-bottom: 1px dashed #E03123;
}

A.external { }

/* External reference */
A.interwiki { }

/* Interwiki reference */
/* Added in 1.6.3 */
TD.diffadd
{
	background: #99FF99;
	font-family: monospace;
}

TD.diffrem
{
	background: #FF9933;
	font-family: monospace;
}

TD.diff
{
	background: #FFFFFF;
	font-family: monospace;
}

/* Added in 1.6.9 */
TABLE.wikitable { }
TABLE.wikitable * TD { text-align: left; }
TABLE.wikitable * TH { }

/* This is the Edit.jsp editor style */
TEXTAREA.editor { }

pre
{
	white-space: pre;
	margin: 2em 0 2em 0;
	padding: 10px;
	overflow: auto;
	background-color: #F4F9FF;
	border-color: #DBDEF2;
	border-width: 1px;
	border-style: solid;
}

/* The text how the "This is a preview" comment should be shown. */
.previewnote
{
	text-align: center;
	font-size: 100%;
	padding: 1em;
	border-color: #D1D1D1 #D1D1D1 #F5D6D3 #D1D1D1;
	border-width: 1px;
	border-style: solid;
	background-color: #fff0f0;
}

.previewnotebottom
{
	text-align: center;
	font-size: 100%;
	background: #fff0f0;
	padding: 1em;
	border-color: #F5D6D3 #D1D1D1 #d1d1d1 #D1D1D1;
	border-width: 1px;
	border-style: solid;
}

/* How the preview content should be shown */
.previewcontent
{
	padding: 1em;
	background-color: #FFFFFF;
	border-color: #D1D1D1;
	border-width: 0px 1px 0px 1px;
	border-style: solid;
}

/* How the system messages should be shown (DisplayMessage.jsp) */
.messagecontent { background: #E0E0E0; }

/* How the "This page has been modified..." -comment should be shown. */
.conflictnote { }

/* For the weblog plugin */
.weblog { margin-left: 20px; }
.weblogentry { }

.weblogentryheading
{
	background: #E0E0E0;
	font-size: 120%;
	font-family: sans-serif;
	margin-top: 2ex;
}

.weblogentrybody
{
	font-family: sans-serif;
	font-size: 85%;
	margin-left: 10px;
}

.weblogentryfooter
{
	font-size: 9px;
	margin-left: 10px;
	clear: both;
}

P.locknote
{
	color: #DD0000;
	background: #EAEAEA;
	padding: 12px 12px 12px 12px;
}

/* For the CalendarTag */
TABLE.calendar { font-size: 80%; }
TABLE.calendar TD { text-align: center; }
TABLE.calendar TD.othermonth { color: #707070; }
TABLE.calendar TD.link { background: #E0E0E0; }

TABLE.calendar TR.month
{
	font-size: 120%;
	font-family: sans-serif;
}

TABLE.calendar TR.weekdays { color: #FF0000; }

/* For the BreadcrumbsTag */
.breadcrumbs
{
        border-bottom: 1px solid #1D63AE;
	font-size: 10px;
	height: 24px;
        vertical-align: middle;
}

.breadcrumbs a, .breadcrumbs a:link, .breadcrumbs a:active, .breadcrumbs a:visited
{
	font-weight: bold;
	text-decoration: none;
}

.breadcrumbs a:hover { color: #FF8936; }

/* For the image plugin tag. */
/*
.imageplugin { margin: 5px 5px 5px 5px; border: 0px;}
.imageplugin img { border: 0px; }
.imageplugin caption { font-size: 80%; }
*/

/* For the search_highlight.js.  This style defines the how the words that have
   been found look like.  If you look for "thingy", you will get these following
   in the results.

   <span class="searchword">thingy</span>
 */

.searchword { background-color: #FFFF93; }

/* For the weblogarchive plugin. */
.weblogarchive { }

.weblogarchive ul
{
	margin-top: 0px;
	padding: 0px;
}

.weblogarchive li
{
	display: block;
	list-style-type: none;
	margin-left: 1em;
}

.archiveyear
{
	font-weight: bold;
	text-decoration: none;
	margin-left: 0px !important;
}

.archiveyear:after { content: " AD"; }

/*  Error handling  (2.2+) */
.error
{
	color: #ff2222;
	font-weight: bold;
}

/*  Index plugin */
div.index { }

div.index .header
{
	padding: 4px;
	background: #f0f0f0;
}

div.index .body { }
div.index .section { color: red; }

/*  Table of contents plugin */
.toc
{
	background: #f5f5f5;
	border: 1px solid #e1e1e1;
	padding: 10px 12px 0 12px;
	margin-bottom: 10px;
}

.toc h4 { margin: 0; }

.toc ul
{
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}

.toc li
{
	margin-left: 0em;
	padding-left: 0;
	display: block;
}

/*  Here's a nice style you can use to put comment boxes on pages.  It's used
    on some pages. */

div.commentbox
{
	float: right;
	width: 20%;
	border-style: double;
	background: #f0f0f0;
	font-size: 80%;
	padding: 4px;
	margin: 0 0 8px 8px;
	border-color: #B9B9B9;
	border-width: 3px;
}

.commentbox ul, .commentbox ol
{
	padding-left: 1em;
	margin-left: 4px;
}

/*  To make centering easier */
.center { text-align: center; }

.center table
{
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

/* The CSS Styles for the Contextual diff provider */
.diff-wikitext
{
	margin: 10px;
	padding: 5px;
	border-width: thin;
	border-style: inset;
	font-family: courier new , monospace;
}

.diff-insertion
{
	background: #ddffdd;
	text-decoration: none;
	color: #8000ff;
}

.diff-deletion
{
	background: #ffdddd;
	text-decoration: line-through;
	color: red;
}

.diff-nextprev
{
	font-size: 60%;
	vertical-align: super;
	text-decoration: none;
}

.zebra-table TH
{
	background: #e0e0e0;
	padding: 3px;
	background-color: #D1DDEC;
	border-color: #8F8F8F;
	border-width: 1px;
	border-style: solid;
}

.zebra-table td
{
	padding: 3px;
	border-color: #939393;
	border-width: 1px;
	border-style: solid;
}

.zebra-table TR.even TD { border: 1px solid #939393; }

.zebra-table TR.odd TD
{
	background: #f0f0f0;
	padding: 3px;
	border: 1px solid #939393;
}

.versionhistory
{
	font-size: 80%;
	font-family: arial, helvetica, sans-serif;
}

.attachments
{
	font-family: arial, helvetica, sans-serif;
	font-size: 90%;
}

.attachments h3
{
	margin-bottom: 0px;
	padding: 0 0 5px 0;
}

.versionhistory
{
	font-size: 85%;
	font-family: arial, helvetica, sans-serif;
}

/*  Stili personalizzati  */
/*
.header
{
	background: #f1f1f1 url("images/header_back.gif") repeat-x top left;
	height: 60px;
	border-bottom: 1px solid #9F9F9F;
	padding: 0;
}
*/

.header2
{
	background: url("images/header_back2.gif") no-repeat top left;
	padding: 15px 0 0 66px;
	color: #686868;
	font-size: 25px;
	float: left;
	width: 50%;
	height: 41px;
}

/*
.header3
{
	text-align: right;
	padding: 18px 15px 0 0;
	margin-left: 60%;
}*/

.clear { clear: both; }

.pageFooter
{
	border-top: 1px solid #9f9f9f;
	clear: both;
}

.pageactions
{
	border-top: 1px solid #d1d1d1;
	margin-top: 50px;
	padding-top: 5px;
}

ul
{
	line-height: 1.5em;
	list-style-type: square;
	margin: 0 0 0.5em 1.5em;
	padding: 0;
	list-style-image: url("wiki.dx:/templates/smallpiece/images/bullet.gif");
}

.pageContent table
{
	background-color: #ffffff;
	border-spacing: 0px;
	border-collapse: collapse;
}

.pageContent table th
{

	padding: 3px;
	background-color: #F2F2F2;
	border-color: #9CB4EA;
	border-width: 1px;
	border-style: solid;
}

.pageContent table td
{/* border um inhalt zb bilder */
	padding: 3px;
	border: 0px solid #9CB4EA;
}

.rssSection
{
	text-align: left;
	margin-top: 15px;
}

textarea
{
	border: 1px solid #999999;
	padding: 3px;
}

/*  Button styles  */
.ed_button, /*input[type='submit']*/
{
	margin-right: 4px;
	background: #f1f1f1 url("images/buttons_back.gif") no-repeat top left;
	font-size: 12px;
	border: 1px solid #999999;
}

.searchbox {
float:right;
padding-top: 2px;
#padding-top: 1px;
padding-right: 4px;
}

/*input
{
	background: #f9f9f9;
	font-size: 12px;
	border: 1px solid #999999;
}
*/