/* comment icon */

.commenticon {

} 
.commenticonbox{
  float: right;
  margin-right: -50px;	
	
}

.commenticon:hover {
  cursor:pointer;    
} 


/* comments */
#comment{
	width: 91%;
	overflow: none;
}

.comment{
/*	margin-left: 10px;	
	margin-right: 10px;	*/
}

#comments {
	display: none;
/*	padding: 10px 0px 0px !important; */
	
}

.containerBody{
	/*top: 30px;*/
	height: 100%;
}

.containerTable{
	/*background-color: white;*/
}

.commentcount{
	font-size: 10px; 
	position:absolute; 
	float: right;
}

#comment_contents{
	vertical-align: top	!important;
	height: 100%;
	text-align: left;
}

.reply:hover{
	cursor: pointer;
}

h6{
	font-size: 10pt !important;
}
#commentboxdrag{
	background-color:black;
	margin-left: -1px;
	margin-bottom: 2px;
}

#commentboxdrag:hover{
	cursor: move;	
}
#commentbox {
/*  padding: 0px 3px 18px 10px; */
  position: fixed !important;

/*
  top: 10px;
  overflow: hidden;
  background-color: #FFF;
*/
	width: 400px;
	height: 450px;


}

.top:hover{
	cursor: move;
}
#commentwindow{
  position: relative;
  width: 450px;
  height: 400px; 
  padding-top: 20px;

}

.ui-accordion-content {
	padding: 0px !important;
}

/* text */
.textblock{
  position: relative;
}

#page{


	
}


p{
	z-index: 501;
}

/* shadows  */
.shadow {

}



.border .insidebox {
	margin: 11px 0;
}

#write_comment{
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;	
	border-radius: 10px;
	width: 450px;

}

.border {
	margin-bottom: 20px;
	border-width: 1px;	
	border-style: solid;
	border-color: #000;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.border h3 {
/*	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-khtml-border-top-right-radius: 10px;
	-khtml-border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	*/
}

.border input[type="text"],
.border textarea {
/*	border-width: 1px;
	border-style: solid; */
}





.handle{ 
	background:#DFDFDF;
	text-shadow:0 1px 0 #FFFFFF;
	padding:7px 9px;
/*	cursor: move; */
	z-index: 1000;
}

#commentbox_handle{
	height: 12px;
	overflow: hidden;
	z-index: 1000;
	width: 100%;
	top: 0px;

	-moz-border-radius: 10px 10px 0px 0px;
	-khtml-border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;

}

.handle h3 span{
	font-size:12px;
	font-height: bold;;

	-moz-border-radius: 10px 10px 10px 0px;
	-khtml-border-radius: 10px 10px 10px 0px;
	-webkit-border-radius: 10px 10px 10px 0px;
	border-radius: 10px 10px 10px 0px;

}

#selected_block {
margin-left: -7px;
padding-right: 13px;
padding-bottom: 7px;

}

.selected_block{
	border-width: 1px;
	border-style: solid;
	border-color: #000;
    background-color: #ccc;
    /*background-color: #FFFC00;*/
	position: absolute;
    opacity: 0.15; 
	z-index: 500;
	filter:alpha(opacity=60); 
	-moz-opacity: 0.15; 	
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 0px 0px 0px 0px;
}


#selected_text{
	text-decoration: underline;
	background-color: #feff49; 
}


ol, ul{
	margin: 0px;
}

#write_comment{
	margin-bottom: 10px;	
}

#commentform p input{
	margin-left: 10px;
	width: 200px;
}

#respond h3{
	font-size: 12pt;
	padding-bottom: 5px;
}

#commentbox h3{
	margin-top: 0px;
	cursor: move;

}



.ui-accordion-content{
	font-size: 8pt;
}

.subcommentlist{

	list-style-type: none;
	font-size: 10pt;
	padding-right: 10px;	
}

.subcommentlist h3{
	font-size: 10pt;
}

.ui-icon{
	background-image: none !important;	
}

.paragraphnumber{
	font-size: 75%;
	right: -31px;
	position: absolute;
}

