/*
* XSLT Techinology CSS based on xmlhack.ru XSS
* $If$
*/

body {
	background:        #eff7f3;
	color:             #000000;
}
a:link     {  color: #006699;  }
a:visited  {  color: #006666;  }
a:hover    {  color: #0066FF;  }
a:active   {  color: #0066FF;  }

font,th,td,p,a {
	font-family:  tahoma, verdana, sans-serif;
}

.proto {
	float:             left;
	width:             49%;
}
.ref {
	float:             right;
	width:             49%;
}
.textwide {
	clear:             both;
}

h1 {
	font-size:         144%;
	font-weight:       bold;
}

h2 {
	font-size:         120%;
	font-weight:       bold;
}

h3 {
	font-size:         100%;
	font-weight:       bold;
}

.example,.informalexample,.programlisting,.screen {
	background:        #cccccc;
	padding-left:      .5em;
	padding-right:     .5em;
}

.figure {
	text-align:        center;
	font-size:         83%;
}

div.example p.title {
	font-size:         83%;
}

.comment {
	font-size:         83%;
}

hr      {
	height:            0px;
	border:            solid #008080 0px;
	border-top-width:  1px;
}

.copyright {
	margin:            0 0 0 0;
	font-size:         69%;
}

/* docbook layout fix */
div.affiliation div.address p br {
	display:           none;
}

/* face page tuning */
.bookrectoimg {
	float:             left;
	width:             40%;
	text-align:        center;
}
.bookrectoimg .mediaobject {
	margin-top:        30px;
	margin-bottom:     30px;
}

.bookrecto {
	float:             right;
	width:             56%;
}

.releaseinfo {
	margin-top:        0px;
	margin-bottom:     0px;
}

.bookrecto h1 {
	margin-top:        20px;
	margin-bottom:     0px;
}

h3.author {
	margin-top:        0px;
}

.toc {
	clear:             both;
}

