/* some parts from php.net */

body, html {
	margin: 8px 0px 50px 0px;
	
	padding: 0px;
	
	background-color: white;
}

/* Font settings for page elements */
body, ul, td, th, p, h1, h2, h3, h4, small, .small, input, textarea, select, div {
	font-family: verdana, arial, helvetica, sans-serif;
}
code, pre, tt {
	font-family: Courier, "Courier New", monospace;
}
	
/* Left sidebar TOC on manual pages */
ul#toc {
	margin: 20px 5px 5px 12px;
	padding: 0px;
}
ul#toc li {
	margin: 1px 0 1px 1px;
	padding: 1px 0 1px 11px;
	list-style-type: none;
	background-repeat: no-repeat;
	background-position: center left;

}
ul#toc li.topic {
	font-size: 125%;
	padding: 5px 0px 5px 10px;
/*    border-bottom: 1px solid #cccccc;*/
	border-bottom: 2px dotted #369F45;

	margin-bottom: 5px;
}

ul#toc li.subtopic {
	/*font-size: 135%;*/
	padding: 3px 0px 3px 18px;
	/*margin-bottom: 2px;*/
}

ul#toc li.active {
	padding: 3px 0px 3px 18px;
	font-weight: bold;
}

ul li.links_a{
	list-style-type: square;
	padding-bottom: 0.8em;
}

a.link {
	text-decoration: none;
	/*border: none 1px gray;*/
	color: #0000c1;
}
a.link:visited {
	text-decoration: none;
	color: #A12022;
	color: #0000c1;
	
}
a.link:visited:hover {
	/* text-decoration: none;*/
	/*border: none 1px gray;*/
	/*padding: 1px 4px 1px 4px;*/
	color: #711718;
	color: blue;
	background-color: white;
}
a.link:hover {
	text-decoration: underline;
	color: blue;
	background-color: white;

}

table, td, tr
{
	border: none;

	padding: none;
	margin: none;
}


table.bodytable
{
	border: solid 1px black;

	padding: 2px 5px 2px 5px;
	margin: 10px;
}

table.bodytable td, tr
{
	padding-bottom: 0.3em;
	padding-top: 0.3em;
	padding-right: 0.4em;
}


.everything_t{
	width: 800;
	margin-top: 10px;
}

.contents_t {
	background-color: #D1D6E4;
	background-repeat: no-repeat;
	/*background-position: bottom right;
	background-image: url(img/bottomcorner.png);*/

	padding: 18px 18px  18px 18px;
/*	padding: 0px 0px  0px 0px;*/
/*	margin: 18px 18px 18px 18px;*/

/*    width: 100%;*/
/*    height: 500px;*/
/*	border-left: dotted black 1px;*/
/*	border-left: solid #96a1bb 1px;*/
	border-left: solid rgb(150,150,180) 1px;
	background-position: bottom right;
	background-image: url(img/bottomcornerblue.png);

}

.chapter {
	/*width: 600px;*/
	/* konq fix swap padding<->margin*/
/*	padding: 18px 18px  18px 18px;*/
/*	padding: 0px 0px  0px 0px;*/
/*	margin: 18px 18px 18px 18px;*/
	margin-bottom: 18px;
	/*margin-bottom: 0px;*/
	/*background-color: #899999;*/
	clear: both;
	width: 100%;
	font-size: 90%;
}


.chaptitle {
	/*background: #899999;
	background: #b8c4c1;
	background-color: #a9b5b2;
	background-color: #a2b2af;*/
	/*background: #C3C8E4;
	background: #aab9dd;*/
	background: #b6c1db;
	font-size: 125%;
	padding: 3px 3px 3px 10px;
	/*border-bottom: dotted #7d8d89 1px;*/
	border-bottom: 2px dotted #369F45;
	width: 100%;

	background-repeat: no-repeat;
	background-position: top left;
	background-image: url(img/titlecorners.png);
	
}

.chapbody {
	padding: 15px 10px 10px 15px;
	width: 100%;
}


.chaptext
{
	line-height: 140%;
}

code
{
/*	font-size: 12;*/
}


.sidebar {
	background: #f0f0f0;
	background-repeat: no-repeat;
	font-size: 90%;
	background-position: top left;
	background-image: url(img/greycorner.png);
}

.a_chapterimg{
	float: right;
	clear: both;
	margin-bottom: 10px;
	
	margin-left: 1em;
	margin-bottom: 1em;
	border: none;
}
.a_chapterimg:hover{
	float: right;
	clear: both;
	margin-bottom: 10px;
	
	margin-left: 1em;
	margin-bottom: 1em;
	border: none;
	
}
.chapterimg{
/*	float: right;
	clear: both;
	margin-bottom: 10px;
	
	margin-left: 1em;
	margin-bottom: 1em;
	
/*	border-bottom: solid rgb(180,190,180) 2px;
	border-right: solid rgb(180,190,180) 2px;
	border-top: solid rgb(80,100,80) 2px;
	border-left: solid rgb(80,100,89) 2px;*/
	padding: 3px;
	/* 1.0 border: solid #727EC3 1px;*/
	border: solid #8992c6 1px;

}
.chapterimg:hover{
/*	float: right;
	clear: both;
	margin-bottom: 10px;
	
	margin-left: 1em;
	margin-bottom: 1em;*/
	
/*	border-bottom: solid rgb(180,190,180) 2px;
	border-right: solid rgb(180,190,180) 2px;
	border-top: solid rgb(80,100,80) 2px;
	border-left: solid rgb(80,100,89) 2px;*/
/*	border: solid #424971 1px;
	border: solid #E9CB33 1px;*/
	padding: 0px;
	border: solid white 4px;
	
}

/* nolink */
.chapterimg_nl{
	float: right;
	clear: both;
	margin-bottom: 10px;
	
	margin-left: 1em;
	margin-bottom: 1em;
	
/*	border-bottom: solid rgb(180,190,180) 2px;
	border-right: solid rgb(180,190,180) 2px;
	border-top: solid rgb(80,100,80) 2px;
	border-left: solid rgb(80,100,89) 2px;*/
}

.copyr{
	font-size: 75%;
	color: #62656B;
	padding: 10px;
}

/*table.realtable, td, tr
{
	border: solid 1px black;

	padding: 2px 5px 2px 5px;
	margin: 1px;
}*/

