@CHARSET "UTF-8";

/* YAHOO! CSS Reset */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset,img { 
	border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
}


/* Website */
body {
	background: #6FAAEE;
	text-align: center;
}

ul, ol, p {
	margin-top: 5px;
	margin-bottom: 10px;
}


ul, ol {
	list-style-position: outside;
	margin-left: 25px;
	margin-top: 10px;
	margin-bottom: 10px;
}

ul li {
	list-style-type: disc;
}

strong {
	font-weight: bold;
}

div#site {
	width: 702px;
	margin: auto;
	margin-top: 15px;
	margin-bottom: 20px;
	text-align: left;
	border: 1px solid #848484;
	background: #FFFFFF;
	-moz-border-radius: 11px;
}

div#search {
	position: absolute;
	right: 10px;
	top: 15px;
}

div#search input {
	font-family: Verdana;
	font-size: 10px;
}

div#siteTitle {
	font-family: Tahoma, Verdana, Helvetica, Arial;
	font-size: 26px;
	padding: 3px 0 7px 15px;
	background-color: #F9FF9A;
	border: 1px solid #848484;
	border-bottom: 0;
	-moz-border-radius-topleft: 11px;
	-moz-border-radius-topright: 11px;
	width: 687px;
	margin: -1px 0 0 -1px;
	position: relative;
}

ul#nav {
	height: 18px;
	background-image: url('images/nav_white.gif');
	background-repeat: repeat-x;
	width: 100%;
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
}

ul#nav li {
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: block;
	float: left;
	font: 10px/18px "Lucida Grande", verdana, sans-serif;
	text-align: center;
}

ul#nav li a {
	color: #000;
	text-decoration: none;
	display: block;
	padding-left: 15px;
	padding-right: 15px;
}

ul#nav li a:hover {
	height: 18px;
	background-image: url('images/nav_blue.gif');
	background-repeat: repeat-x;
}

div#content {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 13px;
	padding: 10px;
	padding-top: 0;
	margin-top: -8px;
	line-height: 20px;
	letter-spacing: 0;
}

div#footer {
	font: 10px/18px "Lucida Grande", verdana, sans-serif;
	vertical-align: bottom;
	text-align: right;
	clear: both;
	padding: 15px 10px 5px 10px;
}

div#footer a img {
	border: 0;
}

div#bar__bottomleft,
div#bar__bottomright {
	margin-top: 20px;
}

div#bar__bottomleft input,
div#bar__bottomright input {
	opacity: 0.2;
	filter: alpha (opacity: 20);
}

div#bar__bottomleft input:hover,
div#bar__bottomright input:hover {
	opacity: 1;
	filter: alpha (opacity: 100);
}

div.dokuwiki ul.toc li {
	list-style-type: none;
}

div.dokuwiki div.secedit input.button {
	opacity: 0.2;
        filter: alpha (opacity: 20);
}

h1 {
	font-family: Georgia, "Times New Roman", Georgia Times serif;
	font-size: 20px;
	color: #0F5EBF;
	margin-bottom: 10px;
}

h2 {
	font-family: Georgia, "Times New Roman", Georgia Times serif;
	/*color: #5A94D3;*/ /* #6FAAEE */
	color: #667;
	font-size: 16px;
	font-weight: 500;
	margin-top: 13px;
	margin-bottom: 9px;
	letter-spacing: 0.5px;
	border-bottom: 1px solid #EEE;
}

h3 {
	color: #444444;
	font-size: 14px;
	font-weight: bold;
	margin-top: 13px;
}

div.infobox {
	margin-right: 5px;
	padding: 5px;
	border: 1px dashed #B4B4B4;
	background-color: #F1F1F1;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	float: right;
	clear: right;
	width: 120px;
}

#content a, #content a:link {
	color: #317B30;
}

#content a:visited {
	color: #296327;
}

code {
	border: 1px dashed #B4B4B4;
	background-color: #F1F1F1;
	padding: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
	display: block;
}

.gara {
	font-family: Georgia, "Times New Roman", Georgia Times serif;
	font-size: 1.15em;
	color: #0F5EBF;
}


/* News */

.newsDate {
	color: #555;
	font-size: smaller;
}

.newsTogglerExpand {
	background-image: url('themes/sand/nolines_plus.gif');
	width: 16px;
	height: 16px;
	display: block;
	float: left;
	margin-top: 3px;
	outline: none;
}

.newsTogglerCollapse {
	background-image: url('themes/sand/nolines_minus.gif');
	width: 16px;
	height: 16px;
	display: block;
	float: left;
	margin-top: 3px;
	outline: none;
}

.newsContent {
	display: none;
}

#content a#demoLink, #content a#demolink:visited {
	background-image: url('images/demo-glass.png');
	display: block;
	width: 141px;
	height: 29px;
	padding: 7px;
	padding-top: 15px;
	padding-left: 27px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 19px;
	letter-spacing: 1px;
	text-decoration: none;
}