@import url("jbossorg.css");

/* -----Override jbossorg.css----- */

body {
    background-image:url(../images/community/bkg_gradient.gif);
    background-repeat:repeat-x;
background-image:url(../images/richfaces_label2.png);
background-repeat:no-repeat;
background-attachment:fixed;
background-position:top left;
z-index:1;

    text-align:center;
    margin:0 auto;
    padding:0;
 }

div#overlay{
background-image:url(../images/community/bkg_gradient.gif);
background-repeat:repeat-x;
width:100%;
height:100%;
position:absolute;
top:0px;
left:0px;
z-index:-1;
}

/*
body {
background-image:url(../images/jbosstools_label2.png);
background-repeat:no-repeat;
background-attachment:fixed;
background-position:top left;
z-index:1;
color:#333333;
font-family:'Lucida Grande',Geneva,Verdana,Arial,sans-serif;
font-size:12px;
line-height:150%;
max-width:1000px;
padding:0em 2em;
text-align:center;
}

div#overlay{
background-image:url(../images/bkg_gradient.gif);
background-repeat:repeat-x;
width:100%;
height:100%;
position:absolute;
top:0px;
left:0px;
z-index:-1;
}
*/
div.book{
    font-family:'Lucida Grande', Geneva, Verdana, Arial, sans-serif;
    font-size:12px;
    margin:0;
    padding:0em 2em;
    color:#333;
    line-height:150%;
    text-align:justify;
    width: 57em;
   }
   
   div.chapter, #title{
    text-align:justify;
    width: 57em;
}

div.abstract {
font-size:10px;
}


ul.docnav {
    margin:0px;
    width: 57em;
    ! height:40px;
    display:block;
}

.new, .added { 
background:transparent url(../images/new.png) no-repeat scroll right top; 
padding-right:70px; 
} 
.updated, .changed { 
background:transparent url(../images/updated.png) no-repeat scroll right top; 
padding-right:70px; 
}
span.diffmkwrapper{
	background-color: #cce2f6;
}

div.diffmkwrapper p{
	background-color: #c8d7e4;
	padding:0px;
	margin-left:56px;
}

h1, h2, h3, h4, h5, h6{
    display:inline;
}
.img_marker{
    display:inline;
    padding: 0px;
    margin:0px;
}
h1.title {
display:block;
}


/* Feedback styles */

* html div#feedback-wrapper {position: absolute;
top:expression(eval(document.compatMode && 
document.compatMode=='CSS1Compat') ?
documentElement.scrollTop
+(documentElement.clientHeight-this.clientHeight) 
: document.body.scrollTop
+(document.body.clientHeight-this.clientHeight));}

* html #feedback-maincontainer {position: absolute;
top:expression(eval(document.compatMode && 
document.compatMode=='CSS1Compat') ?
documentElement.scrollTop
+(documentElement.clientHeight-this.clientHeight) 
: document.body.scrollTop
+(document.body.clientHeight-this.clientHeight));}

#feedback-wrapper{
    margin: 0px;
    padding: 0px;
    position:fixed;
    bottom:0px;
    right:0px;
    height:322px;
	width: 100px;
	overflow: hidden;
}

#feedback-link{
	float: left;
	display: block;
}


#feedback-header{
	background-color: #AAB3BD;
	text-align: center;
	color: white;
	width: 100%;
	font-weight: bold;
	position: relative;
	height: 20px;
	padding: 0px;
	margin:0px;
}

#feedback-close{
	display:block;
	position:absolute;
	right:2px;
	top:2px;
	width:12px;
	border: 0px;
}

#feedback-state{
  font-weight: bold;
  height: 20px;
  width: 508px;
  line-height: 20px;
  overflow: hidden;
}

#feedback-maincontainer{
	z-index:2000;
	text-align: center;	
	background: #F5F5F5;
	border: 1px solid #CCC;
	position: fixed;
	bottom: 0px;
	right: 120px;
}
*html #feedback-maincontainer{
	width: 520px;
}

#feedback-mailform{
	margin: 0px 20px 0px 20px;
	padding-bottom:5px;
}

*html #feedback-mailform{
	margin: 0px 20px 0px 0px;
	padding-bottom:5px;
}

.feedback-textbox-div{
    font-weight: bold;
	margin-bottom:5px;
	text-align: right;
    color: #415973;
}

#message{
    width: 200px;
    height: 150px;
    padding: 2px;
}

.feedback-formbutton{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #415973;
}

.feedback-textbox, #message{
	background-color:#FFFFFF;
	border:1px solid #A5ACB2;
	padding:2px 1px 3px 5px;
	width: 400px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}

.feedback-button-container{
	margin: 0px 5px 0px 0px;
}

.feedback-images{
	border:0;
	margin:0;
	display: inline;
}