/*
	breeze - a pukiwiki skin
	v0.4 - 20.03.2007
	
	Copyright - lennart groetzbach <lennartg_AT_web_._de
	
	License: GPL v2 or (at your option) any later version
*/

/* ----- general settings ----- */
body, html {
	margin: 0;
	padding: 0 20px 0 20px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
}
hr {
	height: 1px;
	width: 95%;
	color: #808080;
	background-color: #808080;
	border: 0;
}
form {
   display: inline;
}
a {
	color:#215dc6;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
pre {
	margin-left: 20px;
	padding: 2px;
	display: block;
	font-size: 10pt;
	border: 1px solid #D3D3D3;
	background-color: #eeeeee;
}
blockquote {
	padding: 0px 0px 0px 0px;
	/*
	min-height: 30px;
	background: url(quotes.gif);
	background-position: top left;
	background-repeat: no-repeat;
	*/
	border: 1px dotted #CCD5DD;
	background-color: #f0f0f0;
}

h1 input {
	padding: 0;
	margin: 0;
	font-size: 16pt;
	font-weight: bold;
	letter-spacing: 0.2em;
}
h1 input {
   width: 100%;
   margin: 0;
   border-top-color: #fff;
   border-bottom-color: #fff;
   border: 1px solid #fff;
}
h1 input:hover {
   background: #ABCCFD;
   border: 1px solid #fff;
}
h1 input:focus {
   background: #ABCCFD;
   border: 1px solid #ccc;
}

/* ----- external links ----- */
a.e {
	padding-right: 16px;
	color: #00008B;
	background-image: url(extlink.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	
}

a img {
	border: 0;
}

dt {
	font-weight: bold;
}

/* ----- two column layout ----- */

#content {
	width: 100%;
	margin: 0 auto;
	text-align: justify;
   
}
#header {
	width: 100%;
	margin: 10px 0;
}
#navigator {
   display: none;
}

#pbody {
	margin: 0 0 0 210px;
}

#body {
	margin: 0 0 0 0;
	margin-bottom: 20px; 
	background: white;
	padding: 0 5px 0 5px;
	min-height: 440px;
	text-align: left;
}
#menubar {
	width: 200px;
	float: left;	
	margin-bottom: 20px;
}
#attach {
	width: 100%;
	clear: both;
	margin-bottom: 20px;
}
#note {
	width: 100%;
	clear: both;
	margin-bottom: 20px;
	font-size: 9pt;
	
}
.note_hr {
	width: 25px;
}
.toolbar {
	width: 100%;
	clear: both;
	border-top: 1px solid gray; 
	text-align: right;
	padding-top: 5px;
	margin-bottom: 10px;
}
#lastmodified {
   width: 100%;
	clear: both;
	text-align: center;
	font-size: 9pt;
	color: gray;
	margin-top: 10px;
}
#related {
	width: 100%;
	clear: both;
}
#footer {
	width: 100%;
	clear: both;
	font-size: 9pt;
	text-align: center;
	display: none;
}

/* ----- header ----- */
#header a {
	text-decoration:none;
}
/* ----- topic path ----- */
#topic_path {
	font-size: 9pt;
	display: none;
}
/* ----- toolbar ----- */
.toolbar a {
	text-decoration: none;
}
.toolbar a img {
   border: 0;
}
/* ----- body  ----- */
#body p, #body ul, #body ol {
	padding-left: 20px;
}
#body h2, #body h3, #body h4 {
	padding: 2px;
	font-size: 10pt;
	font-weight: bold;
	letter-spacing: 0.2em;
	color:black;
	display: block;
}
#body h2 {
	margin: 11px 0 1px 0;
	color: #000000;
	background: #CCD5DD;
}
#body h3 {
	margin: 0 0 1px 10px;
	color: #000000;
	background: #DDE5EE;
}
#body h4 {
	margin: 0 0 1px 20px;
	color: #000000;
	background: #DDE5FF;
}
#body h2 a, #body h3 a, #body h4 a {
	color: black;
	text-decoration: underline;
}
#body img {
	/*border: 1px solid black;*/
	border: 0;
}

.edit_form textarea {
   width: 750px;
   height: 380px;
   border: 1px solid #ccc;
}
/* ----- menubar ----- */
#menubar {
	font-size: 9pt;
	text-align: left;
}
div#searchbox, div#changed, div#history, div#statistics, div#menu {
	border: 1px solid #D3D3D3;
	background: white;
	font-size: 8pt;
	margin-bottom: 10px;
	padding: 0 2px 5px 2px;
}
div#statistics {
	padding: 2px;
}
div#searchbox {
	padding: 5px 2px 5px 2px;
	font-size: 10pt;
	font-weight: bold;
}
div#changed {
}

#menubar ul {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-left: -8px;
}
#menubar ul li {
	padding: 0 0 3px 12px;
}
#history strong {
	display: block;
	padding-bottom: 5px;
}
#changed strong {
	display: block;
	padding-top: 5px;
}
#menubar h5 {
	display: none;	
}

div#menu {
	font-size: 9pt;
}

div#menu ul li{
	margin-left: 10px;
}

div#menu img {

}

input#search {
	width: 85%;
	font-size: 9pt;
}
/* ----- jump menu  ----- */
.jumpmenu {
	display: inline;
	float: right;
}
.jumpmenu a {
	padding: 0 5px 0 5px;
	color: white;
	text-decoration: none;
	font-size: 9pt;
}
.anchor_super {
   display: none;
}
.note_super {
	font-size: 9pt;
	font-weight: bold;
	vertical-align: top;
}
/* ----- attach ----- */
#attach {
	border-top: 1px solid black;
	font-size: 9pt;
}
/* ----- contents ----- */
.contents {
	font-size: 9pt;
	border: 1px solid #D3D3D3;
	width: 440px;
	margin: 10px 0 10px 20px;
	padding-top: 20px;
	background-image: url(toc.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
.contents ul {
	margin: 0;
}

/* ----- tables ----- */
table.style_table {
   margin: 20px;
	border-collapse: collapse;
}

table.style_table thead td, table.style_table th {
	border: 1px solid #D3D3D3;
	padding: 2px;
	vertical-align: top;
	background-color: #eeeeee;
}

table.style_table td {
	border: 1px solid #D3D3D3;
	padding: 2px;
	vertical-align: top;
}

/* ----- non existing link ----- */
span.noexists {
	color: green;
}
span.noexists a {
	background-color: green;
	margin-left: 2px;
	padding: 0 2px 0 2px;
	font-weight: bold;
	color: white;
}

/* ----- search results ----- */
.word0 {
	background-color: yellow;
	color: black;
}
.word1 {
	background-color:#A0FFFF;
	color:black;
}
.word2 {
	background-color:#99FF99;
	color:black;
}
.word3 {
	background-color:#FF9999;
	color:black;
}
.word4 {
	background-color:#FF66FF;
	color:black;
}
.word5 {
	background-color:#880000;
	color:white;
}
.word6 {
	background-color:#00AA00;
	color:white;
}
.word7 {
	background-color:#886800;
	color:white;
}
.word8 {
	background-color:#004699;
	color:white;
}
.word9 {
	background-color:#990099;
	color:white;
}
/* ----- divs ----- */
.diff_added {
   background-color: #008000;
}
.diff_removed{
   background-color: red;
}

/* ----- calendar ----- */

.style_calendar {
	padding:0px;
	border:0px;
	margin:3px;
	color:inherit;
	background-color:#CCD5DD;
	text-align:center;
}

.style_calendar td {
	font-size: 8pt;
}

.style_td_caltop {
	padding:5px;
	margin:1px;
	color:inherit;
	background-color:#EEF5FF;
	font-size:8pt;
	text-align:center;
}
.style_td_today {
	padding:5px;
	margin:1px;
	color:inherit;
	background-color:#FFFFDD;
	text-align:center;
}
.style_td_sat {
	padding:5px;
	margin:1px;
	color:inherit;
	background-color:#DDE5FF;
	text-align:center;
}
.style_td_sun {
	padding:5px;
	margin:1px;
	color:inherit;
	background-color:#FFEEEE;
	text-align:center;
}
.style_td_blank {
	padding:5px;
	margin:1px;
	color:inherit;
	background-color:#EEF5FF;
	text-align:center;
}
.style_td_day {
	padding:5px;
	margin:1px;
	color:inherit;
	background-color:#EEF5FF;
	text-align:center;
}
.style_td_week {
	padding:5px;
	margin:1px;
	color:inherit;
	background-color:#DDE5EE;
	font-size:80%;
	font-weight:bold;
	text-align:center;
}

/* calendar_viewer.inc.php */
div.calendar_viewer {
	color:inherit;
	background-color:inherit;
	margin-top:20px;
	margin-bottom:10px;
	padding-bottom:10px;
}
span.calendar_viewer_left {
	color:inherit;
	background-color:inherit;
	float:left;
}
span.calendar_viewer_right {
	color:inherit;
	background-color:inherit;
	float:right;
}


