a.interwiki { background: transparent url(/lib/images/interwiki.png) 0px 1px no-repeat; padding-left: 16px;}a.iw_wp {  background-image: url(/lib/images/interwiki/wp.gif)}a.iw_wpde {  background-image: url(/lib/images/interwiki/wpde.gif)}a.iw_wpit {  background-image: url(/lib/images/interwiki/wpit.gif)}a.iw_wpmeta {  background-image: url(/lib/images/interwiki/wpmeta.gif)}a.iw_doku {  background-image: url(/lib/images/interwiki/doku.gif)}a.iw_sb {  background-image: url(/lib/images/interwiki/sb.gif)}a.iw_amazon {  background-image: url(/lib/images/interwiki/amazon.gif)}a.iw_amazon_de {  background-image: url(/lib/images/interwiki/amazon.de.gif)}a.iw_amazon_uk {  background-image: url(/lib/images/interwiki/amazon.uk.gif)}a.iw_phpfn {  background-image: url(/lib/images/interwiki/phpfn.gif)}a.iw_bug {  background-image: url(/lib/images/interwiki/bug.gif)}a.iw_coral {  background-image: url(/lib/images/interwiki/coral.gif)}a.iw_google {  background-image: url(/lib/images/interwiki/google.gif)}a.iw_meatball {  background-image: url(/lib/images/interwiki/meatball.gif)}a.iw_wiki {  background-image: url(/lib/images/interwiki/wiki.gif)}a.mediafile { background: transparent url(/lib/images/fileicons/file.png) 0px 1px no-repeat; padding-left: 18px; padding-bottom: 1px;}a.mf_jpg {  background-image: url(/lib/images/fileicons/jpg.png)}a.mf_jpeg {  background-image: url(/lib/images/fileicons/jpeg.png)}a.mf_gif {  background-image: url(/lib/images/fileicons/gif.png)}a.mf_png {  background-image: url(/lib/images/fileicons/png.png)}a.mf_tgz {  background-image: url(/lib/images/fileicons/tgz.png)}a.mf_tar {  background-image: url(/lib/images/fileicons/tar.png)}a.mf_gz {  background-image: url(/lib/images/fileicons/gz.png)}a.mf_zip {  background-image: url(/lib/images/fileicons/zip.png)}a.mf_pdf {  background-image: url(/lib/images/fileicons/pdf.png)}a.mf_txt {  background-image: url(/lib/images/fileicons/txt.png)}a.mf_ps {  background-image: url(/lib/images/fileicons/ps.png)}a.mf_doc {  background-image: url(/lib/images/fileicons/doc.png)}a.mf_xls {  background-image: url(/lib/images/fileicons/xls.png)}a.mf_ppt {  background-image: url(/lib/images/fileicons/ppt.png)}a.mf_rtf {  background-image: url(/lib/images/fileicons/rtf.png)}a.mf_xml {  background-image: url(/lib/images/fileicons/xml.png)}a.mf_swf {  background-image: url(/lib/images/fileicons/swf.png)}a.mf_rpm {  background-image: url(/lib/images/fileicons/rpm.png)}a.mf_deb {  background-image: url(/lib/images/fileicons/deb.png)}a.mf_conf {  background-image: url(/lib/images/fileicons/conf.png)}a.mf_sxw {  background-image: url(/lib/images/fileicons/sxw.png)}a.mf_sxc {  background-image: url(/lib/images/fileicons/sxc.png)}a.mf_sxi {  background-image: url(/lib/images/fileicons/sxi.png)}a.mf_sxd {  background-image: url(/lib/images/fileicons/sxd.png)}a.mf_odc {  background-image: url(/lib/images/fileicons/odc.png)}a.mf_odf {  background-image: url(/lib/images/fileicons/odf.png)}a.mf_odg {  background-image: url(/lib/images/fileicons/odg.png)}a.mf_odi {  background-image: url(/lib/images/fileicons/odi.png)}a.mf_odp {  background-image: url(/lib/images/fileicons/odp.png)}a.mf_ods {  background-image: url(/lib/images/fileicons/ods.png)}a.mf_odt {  background-image: url(/lib/images/fileicons/odt.png)}/**
 * Basic styles. These styles are needed for basic DokuWiki functions
 * regardless of the used template. Templates can override them of course
 */

div.clearer {
  clear: both;
  line-height: 0px;
  height: 0;
  overflow:hidden;
}

div.no {
  display: inline;
  margin: 0;
  padding: 0;
}

.hidden {
  display: none;
}

div.error {
  background: #fcc url(/lib/styles/../images/error.png) 0.5em 0px no-repeat;
  color: #000;
  border-bottom: 1px solid #faa;
  font-size: 90%;
  margin: 0;
  padding-left: 3em;
  overflow: hidden;
}

div.info {
  background: #ccf url(/lib/styles/../images/info.png) 0.5em 0px no-repeat;
  color: #000;
  border-bottom: 1px solid #aaf;
  font-size: 90%;
  margin: 0;
  padding-left: 3em;
  overflow: hidden;
}

div.success {
  background: #cfc url(/lib/styles/../images/success.png) 0.5em 0px no-repeat;
  color: #000;
  border-bottom: 1px solid #afa;
  font-size: 90%;
  margin: 0;
  padding-left: 3em;
  overflow: hidden;
}

div.notify {
  background: #ffc url(/lib/styles/../images/notify.png) 0.5em 0px no-repeat;
  color: #000;
  border-bottom: 1px solid #ffa;
  font-size: 90%;
  margin: 0;
  padding-left: 3em;
  overflow: hidden;
}


/* image alignment */
.medialeft {
  float: left;
	margin-right: 1em;
}
.mediaright {
  float: right;
	margin-left: 1em;
}
.mediacenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.leftalign {text-align: left;}
.centeralign {text-align: center;}
.rightalign {text-align: right;}

em.u {
  font-style: normal;
  text-decoration: underline;
}
em em.u {
  font-style: italic;
}


/* syntax highlighting code */
.code .br0  { color: #66cc66; }
.code .co1  { color: #808080; font-style: italic; }
.code .co2  { color: #808080; font-style: italic; }
.code .co3  { color: #808080; }
.code .coMULTI  { color: #808080; font-style: italic; }
.code .es0  { color: #000099; font-weight: bold; }
.code .kw1  { color: #b1b100; }
.code .kw2  { color: #000000; font-weight: bold; }
.code .kw3  { color: #000066; }
.code .kw4  { color: #993333; }
.code .kw5  { color: #0000ff; }
.code .me1  { color: #006600; }
.code .me2  { color: #006600; }
.code .nu0  { color: #cc66cc; }
.code .re0  { color: #0000ff; }
.code .re1  { color: #0000ff; }
.code .re2  { color: #0000ff; }
.code .re3  { color:#ff3333; font-weight:bold; }
.code .re4  { color: #009999; }
.code .st0  { color: #ff0000; }
.code .sy0  { color: #66cc66; }

#pl_si_throbber {
    visibility: hidden;
}

.pl_si_out {
    margin: 1em auto 1em auto;
    vertical-align: middle;
    width: 80%;
    text-align: left;
}

// Setup VIM: ex: et ts=4 enc=utf-8 :
/*
 * admin plugin extension - style additions
 *
 * @author  Christopher Smith  chris@jalakai.co.uk
 * @link    http://wiki.jalakai.co.uk/dokuwiki/doku.php/tutorials/adminplugin
 */

/* overall containing div */
#plugin__manager {}

#plugin__manager h2 { margin-left: 0;}
#plugin__manager form { display: block; margin: 0; padding: 0;}
#plugin__manager legend { display: none;}
#plugin__manager fieldset { width: auto;}
#plugin__manager .button { margin: 0;}
#plugin__manager p, #plugin__manager label { text-align: left;}
#plugin__manager .hidden { display: none;}
#plugin__manager .new { background: #dee7ec;}
#plugin__manager input[disabled] { color: #ccc; border-color: #ccc;}  /* IE won't understand but doesn't require it */

#plugin__manager .pm_menu, #plugin__manager .pm_info { margin-left: 0; text-align: left; }
#plugin__manager .pm_menu { float: left; width: 48%; }
#plugin__manager .pm_info { float: right; width: 50%; }

#plugin__manager .common { }
#plugin__manager .common form { }
#plugin__manager .common fieldset { margin: 0; padding: 0 0 1.0em 0; text-align: left; border: none;}
#plugin__manager .common label { padding: 0 0 0.5em 0;}
#plugin__manager .common input {  }
#plugin__manager .common input.edit { width: 24em; margin: 0.5em;}
#plugin__manager .common .button { }

#plugin__manager form.plugins { }
#plugin__manager .plugins fieldset { color: #000; background: #fff; text-align: right; border-top: none; border-right: none; border-left: none;}
#plugin__manager .plugins fieldset.protected { background: #fdd; color: #000; }
#plugin__manager .plugins fieldset.disabled { background: #e0e0e0; color: #a8a8a8; }

#plugin__manager .plugins .legend { color: #000; background: inherit; display: block; margin: 0; padding: 0; font-size: 1em; line-height: 1.4em; font-weight: normal; text-align: left; float: left; padding: 0; clear: none;}
#plugin__manager .plugins .button { width: 5em; font-size: 95%;}

#plugin__manager .plugins fieldset.buttons { border: none;}
#plugin__manager .plugins fieldset.buttons .button { float: left; }

#plugin__manager .pm_info h3 { margin-left: 0; }
#plugin__manager .pm_info dl { margin: 1em 0; padding: 0;}
#plugin__manager .pm_info dt { width: 6em; float: left; clear: left; margin:0; padding: 0;}
#plugin__manager .pm_info dd { margin:0 0 0 7em; padding: 0; background: none;}

#plugin__manager .plugins .enable { float: left; width: auto; margin-right: 0.5em;}

/* end admin plugin styles */
#acl__manager label {
  text-align: left;
  font-weight: normal;
  display: inline;
}
#acl__manager table {
  margin-left: 10%;
  width: 80%;
}
/* User Manager specific styles */
#user__manager tr.disabled {
  color: #6f6f6f;
  background: #e4e4e4;
}
#user__manager tr.user_info {
  vertical-align: top;
}
#user__manager div.edit_user {
  width: 46%;
  float: left;
}
#user__manager table {
  margin-bottom: 1em;
}
#user__manager input.button[disabled] {
  color: #ccc!important;
  border-color: #ccc!important;
}
/* IE won't understand but doesn't require it */
div.dokuwiki table.gallery td {
  padding: 1em;
  text-align: center;
  vertical-align: middle;
}

div.dokuwiki table.gallery img.tn {
  padding: 0.4em;
  border: 1px solid #000;
}

div.dokuwiki div.gallery {
  clear: left;
  margin-bottom: 1em;
}

/*div.dokuwiki div.gallery div {
  float: left;
}*/

div.dokuwiki div.gallery img.tn {
  margin: 9px;
  vertical-align: middle;
  padding: 0.4em;
  border: 1px solid #000;
}

div.dokuwiki table.gallery_left,
div.dokuwiki div.gallery_left {
    float: left;
}

div.dokuwiki div.gallery div {
    float: left;
}

div.dokuwiki table.gallery_right,
div.dokuwiki div.gallery_right {
    float: right;
}

div.dokuwiki table.gallery_center,
div.dokuwiki div.gallery_center {
    margin-left: auto;
    margin-right: auto;
}

div.dokuwiki div.gallery_center {
    width: 80%;
    text-align: center;
}

/* for lightbox */

#gallery__lightbox {
    background-color: #eee;
    padding: 10px;
    border-bottom: 1px solid #666;
    border-right: 1px solid #666;
}
#gallery__overlay {
    background-image: url(/lib/plugins/gallery/images/overlay.png);
}
#gallery__lightboxCaption {
    color: #333;
    background-color: #eee;
    font-size: 10px;
    line-height: 10px;
    text-align: center;
    border-bottom: 1px solid #666;
    border-right: 1px solid #666;
}

* html #gallery__overlay {
    background-image: url(/lib/plugins/gallery/images/overlayie.png);
}
/* plugin:configmanager */
#config__manager div.success,
#config__manager div.error,
#config__manager div.info {
  background-position: 0.5em;
  padding: 0.5em;
  text-align:center;
}

#config__manager fieldset {
  margin: 1em;
  width: auto;
  margin-bottom: 2em;
	/* background-color: __background_alt__ */ ;
  color: #222 /* #222 */ ;
  padding: 0 1em;
}
#config__manager legend {
    font-size: 1.25em;
}

#config__manager form { }
#config__manager table {
    margin: 1em 0;
    width: 100%;
}

#config__manager fieldset td {
    text-align: left;
}
#config__manager fieldset td.value {
    /* fixed data column width */
    width: 30em;
}
#config__manager td input.edit {
    width: 30em;
}
#config__manager td select.edit { }
#config__manager td textarea.edit {
    width: 27.5em;
    height: 4em;
}

#config__manager tr .input,
#config__manager tr input,
#config__manager tr textarea,
#config__manager tr select {
  background-color: #fff;
  color: #000;
}

#config__manager tr.default .input,
#config__manager tr.default input,
#config__manager tr.default textarea,
#config__manager tr.default select,
#config__manager .selectiondefault {
  background-color: #ccddff;
  color: #000;
}

#config__manager tr.protected .input,
#config__manager tr.protected input,
#config__manager tr.protected textarea,
#config__manager tr.protected select,
#config__manager tr.protected .selection {
  background-color: #ffcccc!important;
  color: #000 !important;
}

#config__manager td.error  { background-color: red; color: #000;}

#config__manager .selection {
  width: 14.8em;
  float: left;
  margin: 0 0.3em 2px 0;
}

#config__manager .selection label {
  float: right;
  width: 14em;
  font-size: 90%;
}

/* IE6 correction */
* html #config__manager .selection label {
  padding-top: 2px;
}

#config__manager .selection input.checkbox {
  padding-left: 0.7em;
}

#config__manager .other {
  clear: both;
  padding-top: 0.5em;
}

#config__manager .other label {
  padding-left: 2px;
  font-size: 90%;
}

/* end plugin:configmanager */
/* ================================ GENERAL ================================= */
html, body 
{
	margin: 0;
	padding: 0;
	min-height: 100%;
}

* 
{
	font-family: Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px; 
}

body 
{
	margin: 0 0 0 0;
	background-color: #365fa2;
	/*background-image: url(/lib/tpl/r7throot7_bis/images/sfondo_top.jpg);*/
	background-position: bottom;
	background-attachment: fixed;
	background-repeat:repeat-x;
}

a { color: #003399 /* #003399 */ ;}
a:hover {color: #000;}
.wikilink1 {color: #003399 /* #003399 */ ;}
.wikilink2 {color: #FF0000 /* red */ ;}

a img { border: none; }

ol 
{
	line-height: 1.5em;
	margin: 0 0 .5em 2.0em;
	padding: 0;
}

ul 
{
	list-style-type: square;
	margin: 0 0 2.0em 2.0em;
	padding: 0;
	/* list-style-image: url(/lib/tpl/r7throot7_bis/images/doblebullet.gif); */
}

html> body> #dokuwiki 
{
	width: 880px; 
	margin: 0px auto;
	background: #fff;
	border-left: 5px solid #7490ac /* #7490ac */ ;
	border-right: 1px solid #7490ac /* #7490ac */ ;
}

#contenitore {width: 880px; margin: 0px auto; background-color: #fff; }

#riflesso
{
	width: 880px; 
	margin: 2px auto;
}

/* ================================ HEADER ================================== */
#header
{
	text-align: center;
	height: 120px;
	width: 880px;
	margin: 0px auto;
	border-bottom: 0px solid #7490ac /* #7490ac */ ;
	background: url(/lib/tpl/r7throot7_bis/images/logo_online.png) top left no-repeat;
	padding: 0px;
}
#header a {margin: 0px; padding: 0px; border: none}
#logo {margin-top: 0px; margin-bottom: 0px; }

/* ================================= MENU =================================== */
.menu
{
	text-align: center;
	height: 0px;
	width: 880px /*960px*/ ;
	margin: 3px 0px 0px 0px !important; /* tutti i browser standard */
	margin: 21px 0px 0px 0px; /* per IE & */
	padding-top: 0px;
	background: url(/lib/tpl/r7throot7_bis/images/logo.jpg) bottom left no-repeat;
	float: left;
}

*:first-child+html .menu /* solo IE 7.0 */
{
	margin: 31px !important;
}

.menu ul 
{
	margin: 0;
	padding: 0;
	display: inline;
}
.menu ul li {display: inline; padding: 0 1em 0 1em; margin: 0 5px 0 5px;}
.menu ul li a 
{
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
.menu ul li a:hover {text-decoration: underline;}
.menu .level1, .menu .li {display: inline}


/* ================================== SIDE ================================== */
.sidebar
{
	width: 200px;
	float: left;
	padding: 25px 10px 10px 10px;
	margin: 0px;
	margin-top: 0px;
	text-align: left;
	color: #000;
	line-height: 15pt;
/*	background-image: url(/lib/tpl/r7throot7_bis/images/sfondo_sidebar.jpg);
	background-repeat: repeat-y; */ /* proviamo a togliere lo sfondo della sidebar */
}

.sidebar h1
{
	text-align: left;
	font-size: 11px;
}
.sidebar .buscar { padding: 5px; }
.buscar input { width: 70px }
.sidebar ul { margin: 0px 0px 5px 0px; padding: 5px 0px 0px 18px; line-height: 25px; }
.sidebar li { list-style:none; }
.sidebar li a {text-decoration: none; font-size: 14px; color: #003399; font-weight: normal; }
.sidebar li a:hover {text-decoration: underline; color: #80b3ff; }

.search
{
	width: 170px;
}
.search input {width: 110px;}
.search .button {width: 50px; margin-left: 4px; font-size: 12px; }
.search form
{
	border: none;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 15px;
	text-align: center;
}
.actions
{
	/* border: 1px solid #7490ac #7490ac */ ;
	/* background-color: #F2F2F2 #F2F2F2 */ ;
	margin: 0 auto;
	width: 155px;
	text-align: center;
	padding: 5px;
	margin-bottom: 15px;
}


/* ================================= CONTENT ================================ */
#Content
{
	margin-left: 220px;
	margin-right: 0px;
	margin-top: 0px;
	padding: 25px 25px 15px 20px;
	color: #222 /* #222 */ ;
	line-height: 24px;
	background-color: #fff;
	border-left: 1px solid #98ABFF;
}

#Content a {text-decoration: none;}
#Content a:hover {text-decoration: none; color: #0077aa;}

/* ================================== BODY ================================== */
#body
{
	margin: 0 auto;
/*	background-color: #083167; */
	color: #000;
	padding: 0px;
/*	background-image: url(/lib/tpl/r7throot7_bis/images/sfondo_sidebar.jpg);
	background-repeat: repeat-y; */ /* proviamo a togliere lo sfondo della sidebar */ 
}

#body_top, #body_bottom
{
	height: 0px;
	background-color: transparent;
	color: #000;
}

#body h1, #body h2, #body h3, #body h4, #body h5
{
	margin: .5em 0 0 0;
	font-family: Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
/*	font-weight: bold; */
	margin-top: 35px;
	border-bottom: 1px solid #7490ac /* #7490ac */ ;
}
#body h1 a, #body h2 a, #body h3 a, #body h4 a, #body h5 a
{
	font-size: 1em;
	font-family: inherit;
	color: #003399;
	background-color: inherit;
}

#body h1 {font-size: 1.7em;}
#body h2 {font-size: 1.5em;}
#body h3 {font-size: 1.3em;}
#body h4, #body h5 {font-size: 1em;}
#body input {border: solid 1px #8cacbb;}
#body input:hover {border: solid 1px #000;}

#body .sidebar h2 {border-bottom: none; font-size: 1em;}


.code, .file 
{
	border: 1px dashed #999 /* #999 */ ;
	background-color: #FAFAFA /* #FAFAFA */ ;
	padding: 5px;
	overflow: auto;
}
.code, .code * 
{
	font-size: 1em;
	font-family: "Courier New",Courier,monospace;
}

/* ============================= DOKUWIKI LEVELS ============================ */
#body h1 { margin-left: .5em; margin-top: 1em; }
div.level1 { margin: 1em 0 3em 0; padding: 0 0 1em 1em; text-align: justify; background-image: url(/lib/tpl/r7throot7_bis/images/postfooter.gif); background-position: bottom; background-repeat: no-repeat; }
#body h2 { margin-left: .5em; margin-top: 1em; }
div.level2 { margin: 1em 0 0 2em; text-align: justify; }
#body h3 { margin-left: 1.5em; margin-top: 1em; }
div.level3 { margin: 1em 0 0 3em; text-align: justify; }
#body h4 { margin-left: 2.5em; margin-top: 1em; }
div.level4 { margin: 1em 0 0 4em; text-align: justify; }
#body h5 { margin-left: 3.5em; margin-top: 1em; }
div.level5 { margin: 1em 0 0 5em; text-align: justify; }


/* ================================== TABLE ================================== */
#body table
{
	border: solid 1px #999; 
	margin: 5px 0 5px 0;
	border-collapse: collapse;
}
#body table th
{
	border: solid 1px #999;
	background-color: #eee;
	padding: 2px 5px 2px 5px;
}

#body table td
{
	border: solid 1px #ccc; background-color: #fff;
	padding: 2px 5px 2px 5px;
}

#body table tr:hover { background-color: #ffffe5; }
#body table td.rightalign { text-align: right; }
#body table td.centeralign { text-align: center; }
#body table td.leftalign { text-align: left; }

.gallery, .gallery tr, .gallery td { border: 5px solid #fff }
#body .gallery td { border: 1px solid #fff }

/* ================================= FOOTER ================================= */
#footer
{
	clear: both;
	text-align: center;
	height: 76px;
	width: 880px;
	margin: 0 0 0 0;
	background-color: #F2F2F2 /* #F2F2F2 */ ;
	padding-top: 0px;
	border-top: 1px solid #7490ac /* #7490ac */ ;
	border-bottom: 1px solid #7490ac /* #7490ac */ ;
}

#footer li { display: inline;}
#footer ul { padding: 0; margin-top: 10px;}

#footer li a
{
	border: solid 1px #8cacbb;
	background-color: #efebe7;
	color: #000;
	text-decoration: none;
	white-space: nowrap;
	padding: 0px 10px 0px 10px;
}
#footer li a:hover
{
	border: solid 1px #000;
	background-color: #efebe7;
	color: #000;
}
#footer .links li a
{
	padding: 15px; margin: 0px;
	background-color: transparent;
	border: none;
}
#footer .links li a:hover
{
	background-color: transparent;
	border: none;
}

#footer input
{
	border: solid 1px #8cacbb;
	margin-left: 2px;
}
#footer input:hover {border: solid 1px #000;}
#footer form {float: right;}
#footer p {margin: 0;}

/* ==================================== RSK  =================================== */
/* ================================== BUTTONS ================================== */
.button .no{float: right; margin-bottom:3px}
.button
{
  background:  #fff url(/lib/tpl/r7throot7_bis/images/buttonshadow.png) repeat-x bottom !important;
  background:  #fff;
  border: none;
  font-size: 12px;
}

/* ================================== TOC ================================== */
/* TOC control */
#dokuwiki div.toc {float: left;}
#dokuwiki div.tocheader {text-align: right;}
#dokuwiki #toc__inside {text-align: right;}

#dokuwiki ul.toc
{
  padding: 0;
  padding-right: 1em;
}

#dokuwiki ul.toc li
{
  background-position: right 0.6em;
  padding-right:0.4em;
  direction: rtl;
}

#dokuwiki ul.toc li.clear{padding-right:0.4em;}
#dokuwiki pre {text-align: left;}

#dokuwiki div.toc
{
  margin: 1.2em 0 0 2em;
  float: right;
  width: 200px;
  font-size: 80%;
  clear: both;
}

#dokuwiki div.tocheader
{
  border: 1px solid #7490ac /* #7490ac */ ;
  /* background-color: __background_alt__ ; */
  text-align: left;
  font-weight: bold;
  padding: 3px;
  margin-bottom: 2px;
}

#dokuwiki span.toc_open,
#dokuwiki span.toc_close
{
    border: 0.4em solid /* __background_alt__ */ ;
    float: right;
    display: block;
    margin: 0.4em 3px 0 0;
}

#dokuwiki span.toc_open span, #dokuwiki span.toc_close span{display: none;}

#dokuwiki span.toc_open
{
    margin-top: 0.4em;
    border-top: 0.4em solid #222 /* #222 */ ;
}

#dokuwiki span.toc_close
{
    margin-top: 0;
    border-bottom: 0.4em solid #222 /* #222 */ ;
}

#dokuwiki #toc__inside
{
  border: 1px solid #7490ac /* #7490ac */ ;
  /* background-color: __background__ */ ;
  text-align: left;
  padding: 0.5em 0 0.7em 0;
}

#dokuwiki ul.toc
{
  list-style-type: none;
  list-style-image: none;
  line-height: 1.2em;
  padding-left: 1em;
  margin: 0;
}

#dokuwiki ul.toc li
{
  background: transparent url(/lib/tpl/r7throot7_bis/images/tocdot2.gif) 0 0.6em no-repeat;
  padding-left: 0.4em;
}

#dokuwiki ul.toc li.clear
{
  background-image: none;
  padding-left: 0.4em;
}

#dokuwiki a.toc:link, #dokuwiki a.toc:visited {color: #003399 /* #003399 */ ;}

#dokuwiki a.toc:hover, #dokuwiki a.toc:active {color: #222 /* #222 */ ;}



/* ================================== TOOLBAR ================================== */
button.toolbutton
{
  /* background-color:  __background__ */ ;
  padding: 0px;
  margin: 0 1px 0 0;
  border: 1px solid #7490ac /* #7490ac */ ;
  cursor: pointer;
}

/* nice alphatransparency background except for IE <7 */
html>body button.toolbutton
{
  background:  #fff url(/lib/tpl/r7throot7_bis/images/buttonshadow.png) repeat-x bottom !important;
  border: 1px solid #dedede;
}

div.picker
{
  width: 250px;
  border: 1px solid #7490ac /* #7490ac */ ;
  /* background-color:  __background_alt__ ; */
}

button.pickerbutton
{
  padding: 0px;
  margin: 0 1px 1px 0;
  border: 0;
  background-color: transparent;
  font-size: 80%;
  cursor: pointer;
}

textarea
{
	border: 1px solid #ccccff;
	background-color: #fafafa;
	width: 530px;
	font-size: 100%;
}
/* =================================== BLOG ==================================== */
#dokuwiki div.inclmeta
{
	width: 450px;
	padding-left: 20px;
	padding-right: 10px;
	border-left: 1px dotted #808080;
	border-right: 1px dotted #808080;
	background-color: #FAFAFA;
	margin-bottom: 40px;
	margin: 0px auto;
	text-align: left;
}
#dokuwiki div.inclmeta a {font-size:10px}

#aaaContent .aaahentry
{
	background: url(/lib/tpl/r7throot7_bis/images/tribal.gif) no-repeat bottom center;
	padding-bottom: 60px;
	margin-bottom: 20px;
}

#dokuwiki div.inclmeta span.comment
{
  background: transparent url(/lib/tpl/r7throot7_bis/images/ico/comment.png) 0px 1px no-repeat;
  padding: 0px 0px 1px 20px;
}
#dokuwiki div.inclmeta abbr.published
{
  background: transparent url(/lib/tpl/r7throot7_bis/images/ico/clock.png) 0px 1px no-repeat;
  padding: 1px 0px 1px 20px;
  border-bottom: 0;
}
#dokuwiki div.inclmeta span.author
{
  background: transparent url(/lib/tpl/r7throot7_bis/images/ico/user.png) 0px 1px no-repeat;
  padding: 1px 0px 1px 20px;
}
#dokuwiki div.tags {display: inline;float: right;}
#dokuwiki div.tags span
{
  background: transparent url(/lib/tpl/r7throot7_bis/images/ico/tag.png) 0px 1px no-repeat;
  padding: 1px 0px 1px 20px;
  display: inline;
}
#dokuwiki div.inclmeta a.permalink
{
  background: transparent url(/lib/tpl/r7throot7_bis/images/ico/permalink.png) 0px 1px no-repeat;
  padding: 1px 0px 1px 20px;
}


/* ================================== DISCUSSION ==================================== */
#Content .comment_wrapper {padding-top: 20px; margin-top: 50px; background: url(/lib/tpl/r7throot7_bis/images/tribal.gif) no-repeat top center;}
#discussion__comment_text {width: 475px}

#Content .comment_wrapper .comment_head
{
	background-color: #fff;
	background: #fff url(/lib/tpl/r7throot7_bis/images/comment-head.gif) no-repeat bottom left;
	height: 60px;
	margin: 0px;
	width: 450px;
}
#Content .comment_wrapper .entry_content {padding: 0px; margin: 0px}

#Content .comment_wrapper .comment_body
{
	text-align: left;
	margin: 0px; padding: 0px;
	background-color: #fafafa;
	border-bottom: 1px solid #d1d1d1;
	border-left: 1px solid #d1d1d1;
	border-right: 1px solid #d1d1d1;
	border-top: 1px solid #fafafa;
	width: 450px;
}
#Content .comment_wrapper .comment_body p {padding: 10px; color: #6D6D6D}
#Content .comment_wrapper .comment_form
{
	margin-top: 50px;
	text-align: right;
}

/* ================================== GALERIA ==================================== */
.migaleria {text-align: left}
.migaleria img
{
	border: 1px solid #d1d1d1;
	margin: 6px;
	padding: 5px;
}
.migaleria p {padding: 10px;}


/* ================================== OTHER ==================================== */
.medialeft
{
	padding: 8px;
}

.breadcrumbs
{
	font-family: Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 0px;
	margin: 0px !important;
	margin-top: -20px;
	text-align: left;
	padding: 5px 23px;
	background-color: #fff;
}
.center
{
	text-align: center;
	margin: 0px auto;
}
.buttons ul {padding: 0px; margin: 0px; list-style: none; margin-top: 20px}
.buttons li{display: inline; padding: 0px; margin: 0px;}
.buttons li .li {display: inline}

.tribal
{
	background: #fff url(/lib/tpl/r7throot7_bis/images/tribal.gif) no-repeat bottom center;
	padding-bottom: 60px;
	margin-bottom: 20px;
}
/**
 * The CSS in here cotrols the appearance of the media manager
 */

#media__manager {
    height: 100%;
    overflow: hidden;
}

#media__left {
    width: 30%;
    border-right: solid 1px #7490ac /* #7490ac */ ;
    background-color: #fff;
    height: 100%;
    overflow: auto;
    position: absolute;
    left: 0;
}

#media__right {
    width: 69.7%;
    background-color: #fff;
    height: 100%;
    overflow: auto;
    position: absolute;
    right: 0;
}

#media__manager h1 {
    margin: 0;
    padding: 0;
    margin-bottom: 0.5em;
}

/* --- Tree formatting --- */

#media__tree img {
    float:left;
    padding: 0.5em 0.3em 0 0;
}

#media__tree ul {
    list-style-type: none;
    list-style-image: none;
}

#media__tree li {
    clear: left;
    list-style-type: none;
    list-style-image: none;
}
* html #media__tree li {
    border: 1px solid /* __background__ */ ;
}/* I don't understand this, but this fixes a style bug in IE;
it's dirty, so any "real" fixes are welcome */

/* --- options --- */

#media__opts {
    padding-left: 1em;
    margin-bottom: 0.5em;
}

#media__opts input {
    float: left;
    position: absolute;
}
* html #media__opts input {
    position: static;
}

#media__opts label {
    display: block;
    float: left;
    margin-left: 30px;
}
* html #media__opts label {
    margin-left: 10px;
}

#media__opts br {
    clear: left;
}

/* --- file list --- */

#media__content img.load {
    margin: 1em auto;
}

#media__content #scroll__here {
    border: 1px dashed #7490ac /* #7490ac */ ;
}

#media__content .odd {
    /* background-color: __background_other__ */ ;
    padding: 0.4em;
}

#media__content .even {
    padding: 0.4em;
}

#media__content a.mediafile {
    margin-right: 1.5em;
    font-weight: bold;
}

#media__content div.detail {
    padding: 0.3em 0 0.3em 2em;
}

#media__content div.detail div.thumb {
    float: left;
    width: 130px;
    text-align: center;
    margin-right: 0.4em;
}


#media__content img.btn {
    vertical-align: text-bottom;
}

#media__content div.example {
		/*  color: __text_neu__; */
    margin-left: 1em;
}

/* --- upload form --- */

#media__content div.upload {
    font-size: 90%;
    padding: 0 0.5em 0.5em 0.5em;
}

#media__content form.upload {
    display: block;
    border-bottom: solid 1px #7490ac /* #7490ac */ ;
    padding: 0 0.5em 1em 0.5em;
}
#media__content form.upload fieldset {
    padding: 0;
    margin: 0;
    border: none;
    width: auto;
}
#media__content form.upload p {
    clear: left;
    text-align: left;
    padding: 0.25em 0;
    margin: 0;
    line-height: 1.0em;
}
#media__content form.upload label {
    float: left;
    width: 30%;
}
#media__content form.upload label.check {
    float: none;
    width: auto;
}
#media__content form.upload input.check {
    margin-left: 30%;
}

/* --- meta edit form --- */

#media__content form.meta {
    display: block;
    padding: 0 0 1em 0;
}

#media__content form.meta label {
    display: block;
    width: 25%;
    float: left;
    font-weight: bold;
    margin-left: 1em;
    clear: left;
}

#media__content form.meta .edit {
    font: 100% "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
    float: left;
    width: 70%;
    padding-right: 0;
    padding-left: 0.2em;
    margin: 2px;
}

#media__content form.meta textarea.edit {
    height: 8em;
}

#media__content form.meta div.metafield {
    clear: left;
}

#media__content form.meta div.buttons {
    clear: left;
    margin-left: 20%;
    padding-left: 1em;
}
