/*
	breeze - a pukiwiki skin
	v0.3 - 09/2006
	
	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 0 0 0;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
}
hr.title { color: #000000; width:100%; height: 1px; }
#menubar hr{
	height: 1px;
	width: 100%;
	background-color: #a0a0d0;
	border: 0;
}
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: 8pt;
	border: 1px solid #D3D3D3;
	word-wrap: break-word;
}
blockquote {
	padding-left: 20px;
	min-height: 30px;
	background: url(quotes.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
h1 {
	padding: 0;
	margin: 0;
	font-size: 16pt;
	font-weight: bold;
	letter-spacing: 0.2em;
	text-align: left;
}
/* ----- external links ----- */
a.e {
	/*padding-right: 16px;*/
	/*color: #00008B;*/
	/*background-image: url(extlink.gif);*/
	/*background-position: bottom right;*/
	background-repeat: no-repeat;
}
/* ----- two column layout ----- */

#content {
	width: 760px;
/*   margin: 0 auto;*/
   margin: auto auto;
   padding: 0;
   
}
#header {
   width: 760px;
	margin: 10px 0;
}
#navigator {
   display: none;
}
#body {
	width: 610px;
	/*width: 480px;*/
   float: left;
	word-wrap: break-word;
	background: white;
clear: both;
}
#menubar {
	width: 135px;
	float: left;
	word-wrap: break-word;
}
#rightmenubar {
width: 135px;
float: left;
word-wrap: break-word;
}
#attach {
   width: 135px;
	clear: both;
	margin-left: 5px; margin-bottom: 20px;
}
#note {
   width: 610px;
	clear: both;
	margin-bottom: 20px;
	font-size: 8pt;
}
.note_hr {
	width: 610px;
}
.toolbar {
width: 760px;
	clear: both;
	border-top: 1px solid black; 
	text-align: right;
	margin-bottom: 10px;
}
#lastmodified {
   width: 760px;
	clear: both;
	text-align: center;
	font-size: 8pt;
	color: gray;
	margin-top: 10px;
}
#related {
   width: 760px;
	clear: both;
	display: none;
}
#footer {
   width: 760px;
	clear: both;
   font-size: 7pt;
   text-align: center;
   display: none;
}

/* ----- header ----- */
#header a {
	text-decoration:none;
}
/* ----- topic path ----- */
#topic_path {
	font-size: 8pt;
	display: none;
}
/* ----- toolbar ----- */
.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: 0px 0 1px 0;
	background: #D3D3D3;
        border: 1px solid black;
	/*background: #808080;*/
}
#body h3 {
	margin: 0 0 1px 0px;
	background: #D3D3D3;
        border-bottom : #000000 1px solid;
}
#body h4 {
	margin: 0 0 1px 0px;
	background: #e7e7e7;
border-bottom : #000000 1px solid;
}
#body h2 a, #body h3 a, #body h4 a {
	color: black;
/*	text-decoration: underline;*/
}
#body img {
        margin-top: 2px;
        margin-left: 2px;
	border: 1px solid black;	
}
#body_content img {
        margin-top: 2px;
        margin-left: 30px;
	border: 1px solid black;	
}
img.nobody{ margin-left: 0px; }

#img_margin img { margin-left: 30px; }
.edit_form textarea {
   width: 460px;
   height: 380px;
   border: 1px solid #ccc;
}
/* ----- menubar ----- */
#menubar {
	font-size: 9pt;
	text-align: left;
}
div#searchbox, div#changed, div#history, div#statistics {
	border: 1px solid #D3D3D3;
	background: white;
	font-size: 9pt;
	margin-bottom: 10px;
	padding: 2px 2px 2px 2px;
}
div#ads { border:1px;  margin-left: 8px;}
div#statistics {
	padding: 2px;
}
div#searchbox {
	padding: 5px 2px 5px 2px;
	font-size: 10pt;
	font-weight: bold;
}
div#changed {
}
#menubar ul {
	margin: 0;
	list-style: none;
	padding: 0;
}
#menubar ul li {
	padding: 0 0 3px 0;
}

#menubar h3 {
position: relative;
margin-top: 2px;
padding: 2px;
border: 1px solid #999;
background-color: #eef;
margin-bottom: 2px;
font-size: 10pt;
}


#menubar strong {
padding: 2px;
border: 1px solid #999;
background-color: #eef;
}

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

/* ----- tables ----- */
table.three {
margin-top: 0px;
}
table.style_table {
   margin: 20px;
	border-collapse: collapse;
}
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;
}
span.counter {
font-size: 8px;
color: black;
/*font-size: 80%;*/
}

/* ----- 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_td_caltop {
	padding:5px;
	margin:1px;
	color:inherit;
	background-color:#EEF5FF;
	font-size:80%;
	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;
}


#body .htmltagcloud{
  font-size: 8px;
    line-height:340%;
	}
	.menubar .htmltagcloud{
	  font-size: 6px;
	    line-height:340%;
		}

		.menubar .htmltagcloud span{
		  display: block;
		  }

.tagcloud0  { font-size: 100%;}
.tagcloud1  { font-size: 110%;}
.tagcloud2  { font-size: 120%;}
.tagcloud3  { font-size: 130%;}
.tagcloud4  { font-size: 140%;}
.tagcloud5  { font-size: 150%;}
.tagcloud6  { font-size: 160%;}
.tagcloud7  { font-size: 170%;}
.tagcloud8  { font-size: 180%;}
.tagcloud9  { font-size: 190%;}
.tagcloud10 { font-size: 200%;}
.tagcloud11 { font-size: 210%;}
.tagcloud12 { font-size: 220%;}
.tagcloud13 { font-size: 230%;}
.tagcloud14 { font-size: 240%;}
.tagcloud15 { font-size: 250%;}
.tagcloud16 { font-size: 260%;}
.tagcloud17 { font-size: 270%;}
.tagcloud18 { font-size: 280%;}
.tagcloud19 { font-size: 290%;}
.tagcloud20 { font-size: 300%;}
.tagcloud21 { font-size: 310%;}
.tagcloud22 { font-size: 320%;}
.tagcloud23 { font-size: 330%;}
.tagcloud24 { font-size: 340%;}
/*
		  .tagcloud0  { font-size: 50%;}
		  .tagcloud1  { font-size: 60%;}
		  .tagcloud2  { font-size: 70%;}
		  .tagcloud3  { font-size: 80%;}
		  .tagcloud4  { font-size: 90%;}
		  .tagcloud5  { font-size: 100%;}
		  .tagcloud6  { font-size: 100%;}
		  .tagcloud7  { font-size: 100%;}
		  .tagcloud8  { font-size: 100%;}
		  .tagcloud9  { font-size: 100%;}
		  .tagcloud10 { font-size: 100%;}
		  .tagcloud11 { font-size: 100%;}
		  .tagcloud12 { font-size: 100%;}
		  .tagcloud13 { font-size: 100%;}
		  .tagcloud14 { font-size: 100%;}
		  .tagcloud15 { font-size: 100%;}
		  .tagcloud16 { font-size: 100%;}
		  .tagcloud17 { font-size: 115%;}
		  .tagcloud18 { font-size: 120%;}
		  .tagcloud19 { font-size: 125%;}
		  .tagcloud20 { font-size: 130%;}
		  .tagcloud21 { font-size: 135%;}
		  .tagcloud22 { font-size: 140%;}
		  .tagcloud23 { font-size: 145%;}
		  .tagcloud24 { font-size: 150%;}

		  */
