/**
 * Tableless Layout for default template
 *
 * @author Andreas Gohr <andi@splitbrain.org>
 * @author moraes <moraes@tipos.com.br>
 */

/* ---[ Ecran Dokuwiki ]------------------------------- */

.dokuwiki {
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background-color: #FFFFFF;
	color: #000000;
	position: relative;
	min-width: 730px;
	max-width: 	1000px;	
}

html>body div.dokuwiki {
   width: 100%;
}

body.viewer div.dokuwiki {
	background-color: #FFFFFF;
	color: #000000;	
	}

/* -------------- Top Row --------------- */
.stylehead {
	padding: 0px;
	margin: 0px;
 }

.header {
	padding: 0px;
	background-color: #6699FF;
	color: #006699;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	margin: 0px;
}

#header-top {
	width: 100%;
	height: 33px;
	background-color: #6699FF;
	padding: 0px;	
	margin: 0px;
   color: #FFFFFF;
	font-size: 0.9em;
}

#header-bar {
	background-color: #6699FF;
	color: #006699;
	width: 100%;
	height: 166px;
	padding: 0px;	
	margin: 0px -396px 0px 0px;
	float: left;
	background-image: url(images/bg-logo-bar.gif);
	background-repeat: repeat-x;
	background-position: left top;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

#logo {
	background-color: #006699;
	color: #6699FF;	
	height: 166px;
	width: 166px;
	padding: 0;
	margin: 0;
	float: left;
	border-right-width: 1px;	
	border-right-style: solid;
	border-right-color: #FFFFFF;
	}
#logo img  {
	display: block;
	margin: 33px;
	}

.bar-search {
	float: right;
	margin-top: 1px;	
}	

.text-search {
	background-image: url(images/arrow-search.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-color: inherit;
	color: #FFFFFF;
	display: inline;
	padding-left: 8px;
	padding-right: 4px;
	font-size: 0.9em;
}
		
#header-squares {
	height: 168px;	
	width: 395px;
	padding-top: 0px;
	margin: 0px;
	float: right;
	background-image: url(images/filets-verti.gif);
	background-repeat: no-repeat;
	background-position: 128px 1px; 
}

#contents-place {
	float: left;
	margin: 0px; 
	padding: 20px 0px 0px 128px;
}

#contents {
	float: right;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;	
	}

#contents dl {
	}
#contents dt {
	margin: 0;
	padding: 0;
	display: block;
	}
		
#contents dd {
	margin: 0;
	padding: 0;
	display: block;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #AAC6FF;
	}
#contents a {
	padding: 2px 13px 2px 122px;
	text-decoration: none;
	background-color: inherit;	
	color: #004466;
	display: block;
	border-bottom-style: none;
	margin-bottom: 0px;
	}
#contents a:hover {
	background-color: inherit;
	color: #FFFFFF;
	}
#contents a.active {
	background-color: inherit;
	font-weight: bold;
	color: #FFFFFF;
	}

.pagename {
	height:25px;
	float:left;
	font-size:200%;
	font-weight:bolder;
	background-color: inherit;	
	color: #CCCCCC;
	text-align:left;
	vertical-align:middle;
	padding:1px 0 0 1px;
}

.pagename a:link, .pagename a:visited {
  background-color: inherit;
  color:#004466;
  text-decoration:none;
}

.pagename a:hover, .pagename a:active {
  background-color: inherit;
  color:#FFFFFF;
}	
	
	
/* -------------- Barre Boutons Largeur fixe ou dynamique --------------- */

#theme {
	float: right;
	margin: 0;
	padding: 0;	
}	
#theme dl {
	margin: 0;
	display: inline;
	padding: 0;
}	
#theme dd {
	margin: 0;
	padding: 0px 0px 0px 2px;
	display: inline;
	}
#theme img {
	border: 0;
	}
#theme a:hover img {
	background: #FFFFFF;
	color: inherit;
}
#theme dd a img#ddicon { 
  background: #6699FF;
  color: inherit;
}
#theme dd a:hover img#ddicon { background: #FFFFFF; color: inherit; }
	
/* ------------- Cadrage Page et Sidebar ----------------------- */

.corps-cadre-a {
	padding: 0px 0px 0px 0px;
	margin: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;	
}

.corps-cadre-b {
	background-image: url(images/bg-bodytoc.gif);
	background-repeat: repeat-y;
	background-position: right top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;	
}

.page-cadre {
	margin-right: -167px;
	width: 100%;
	background-repeat: repeat-y;
	background-position: right top;
	background-color: #FFFFFF;
	color: inherit;
	float: left;
	background-image: url(images/bg-bodytoc.gif);
}

/* --------------- Pied de page ----------------- */

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

div.footer-cadre {
	height: 33px;
	margin: 0;
	padding: 0;
	clear: both;
	background-color: #6699FF;
	color: #ccc;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

div.footer-left {
	width: 100%;
	margin-right: -166px;
	float: left;
	text-align: left;
}

div.footer a:link {
	text-decoration:none;
   color: #AAC6FF;
	background-color: inherit;
}

div.footer a:visited {
	text-decoration:none;
   color: #AAC6FF;
	background-color: inherit;
}
div.footer a:hover {
	text-decoration:none;
   color: #FFFFFF;
	background-color: inherit;
}

div.footer-right {
	float: right;
	width: 166px;
	text-align: right;
	margin: 0;
   padding: 0;
}

div.footer-right div.pageup {
	display: inline;
	float: right;
	text-align: right;
	padding: 8px 8px 0 0;
}

div.footer-right div.boutons {	
  display: inline;
  float: left;
  padding: 0;   
}

div.footerinc {
	clear: both;
	padding: 5px;
}

/* ---------------  Top and Bottom Bar ---------------- */

.bar {
	height: 25px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #8CACBB;
	color: inherit;
	background-color: #DEE7EC;
	padding: 0;
	margin: 0;
	clear: both;
}

.bar-left {
	float:left;
}

.bar-right {
  float:right;
  text-align:right;
}

#bar_bottom {
  margin-bottom:3px;
}

div.bar-print {
	display: none;
	clear: both;
	border-top: 1px solid #999	;
	border-bottom: 1px solid #999;
	text-align: left;
	font-size: 0.9em;
	line-height: 12pt;
	padding: 4pt;	
} 

div.bar-print img.carreblue {
  border: 0;
  float: none;
  margin: 0 7px 0 0;
} 

div.bar-print img.carregreen {
  border: 0;
  float: none;
  margin: 0 14px 0 14px;
} 


/* ------------- File Metadata ----------------------- */

div.meta {
	margin-right: 166px;
	text-align: left;
	color: #ccc;
	background-color: inherit;
	font-size: 76%;
	padding-left: 17px;
	padding-top: 9px;
}

div.meta div.user {
  float:left;
  display: inline;
}

div.meta div.doc{
  text-align: right;
  display: inline;  
}

/* ---------------  Media Selection  ----------------- */

div.uploadform {
  margin-top: 0.5em;
  border-top: 1px solid #8cacbb;
}

.mediaselect-left {
  float:left;
  padding: 0.5em;
  width:30%;
}

.mediaselect-right {
  float:right;
  border-left: 1px solid #8cacbb;
  padding: 0.5em;
  width:65%;
}



