/*
** $Revision:$
** $Id:$
** Copyright (C) 2000-2004 Tomasz Kociemski
**
** This program is distributed in the hope that it will be useful,
** but WITHOUT ANY WARRANTY; without even the implied warranty of
** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
** GNU General Public License for more details.
**
** Tomasz /Kiciu/ Kociemski
** kiciu@irc.pl
**
** css stylesheet for imladris v2.1 and above
**
*/
/*@import "banner.css";*/

/*--- general ---*/
* {
	font-family: arial, sans-serif;
}
pre {
	font-family: monospace;
}

body {
	padding: 0px;
	margin: 0px;
	background-color: #def;
}

body, table, td, tr, form, select, input {
	color: #000000;
}

a {
	font-weight: bold;
	color: #26d;
	text-decoration: none;
}
a:hover {
	color: #13a; text-decoration: underline;
}
a:active {
	color: #f62
}


/*--- layout specific exceptions ---*/
/* page header */
div#topBar {
	width: 100%;
	min-height: 33px;
	border: 0px;
	background-color: #26d;
	border-bottom: 1px solid #000;
	padding: 0px;
	margin: 0px;
	color: #fff;
}

div#topBar a { color: #aef; }
div#topBar a:hover { color: #aef; }

/* page body */
div#main {
	min-height: 60%;
	background-color: #def;
	padding: 4px;
}

div#main h1,h2,h3,h4,h5,h6 {
	padding: 0pt;
	margin: 0pt;
}
div#main p {
	line-height: 140%;
	text-align: justify;
	margin-top: 0.2em;
}
div#main p cite {
	padding: 2em;
}
div#main p.signature {
	text-align: right;
	margin: 0% 0%;
	border-top: 2px solid #999;
	font-size: 80%;
	color: #777;
}

/* page body - right menu */
div#main #menuRight {
	float: right;
	max-width: 30%;
	width: 16%;
	margin: 0px 0px 10px 10px;
	padding: 0px;
	font-size: 90%;
}
div#main #menuRight div.boxBlue { border: 1px solid #26d; background: #fff; }
div#main #menuRight div.boxRed { border: 1px solid #d62; background: #fff; }
div#main #menuRight div.boxGreen { border: 1px solid #262; background: #fff; }
div#main #menuRight div.boxBlack { border: 1px solid #000; background: #fff; }

div#main #menuRight #box {
	padding: 3px;
	margin: 0px 0px 4px 0px;
}
div#main #menuRight #box #title {
	background: #26d;
	color: #fff;
	padding: 2px;
	font-weight: bold;
}

div#main #menuRight #box #section {
	margin: 0em 0em 0.5em 0em;
}

div#main #menuRight #section #item {
	border-bottom: 1px solid #def;
	margin-bottom: 2px;
	font-size: 90%;
}
div#main #menuRight #section #item a {
	font-weight: normal !important;
}
div#main #menuRight #section #item #info {
	margin-bottom: 2px;
	color: #888;
	font-size: 80%;
}

div#main #menuRight #section #topic {
	margin-bottom: 0.25em;
	border-bottom: 2px solid #26d;
	font-weight: bold;
}

div#main div#content {
	margin:0px;
	padding:0px;
	width: 98%;
	voice-family: "\"}\""; /* buggy IE hack - Read more at http://www.glish.com/css/hacks.asp */
	voice-family: inherit;
	width: 83%;
}

/* page footer */
div#pageFooter {
	width: 100%;
	font-size: 75%;
	font-family: sans-serif;
	margin: 0px;
	border-top: 2px groove #def;
	padding: 4px 0px 2px 0px;
	color: #000;
	background: #cde;
	float: left;
}
div#pageFooter a {
	font-weight: normal;
	color: #25b;
}
div#pageFooter a:hover {
	font-weight: normal;
	color: #13a;
}

/* forms */
input[type=text],textarea {
	border: 1px inset #000;
	background: #fff;
	color: #000;
	font-size: 90%;
	font-weight: bold;
	padding: 2px;
}

input[type=submit], input[type=reset] {
	border: 1px outset #000;
	background: #fff;
	color: #005da5;
	font-size: 90%;
	font-weight: bold;
}
select {
	border: 1px outset #000;
	padding: 0px;
	font-size: 80%;
}

/* optList */
dl#optList {

}
dl#optList dt#obl { color: #c00; }
dl#optList dt#obl:before { content: "*"; }
dl#optList dt#opt { color: #008; }
dl#optList dt#opt:before { content: "+"; }
/*** FIX/OLD ***/

div.footer span.halfCol {
	width: 45%;
	float: left;
}

div.logo {
	text-align: center;
	margin: 1em 2em 1em 2em;
}
div.info {
	border: 1px solid #666;
	padding: 0.2em;
	margin: 0px 0px 4px 0px;
	background: #fff;
	font-family: sans-serif;
	line-height: 150%;
	text-align: justify;
}
div.info h2 { font-size: 115%; }
div.info h3 { font-size: 105%; }

div.info > div.title {
	border-bottom: 2px solid #999;
/*	margin-bottom: 0.2em;
	padding-bottom: 0.2em;*/
}
div.info > div.titleBrief {
}

div.info div.preface {
	color: #777;
}

div.info div.signature {
	font-size: 80%;
/*	border-top: 1px solid #999;*/
/*	margin-top: 0.5em;*/
/*	text-align: right;*/
}


div.body {
	text-align: center;
	margin: 1em 1em;
}

div.statut {
	margin: 0em;
	padding: 1em 0.5em;
	border: 1px dashed #999;
	background-color: #fff;
}

div.statut .title {
	text-align: center;
}


