/* comment */
.docomComment{
	height:150px;
	overflow:visible;
}
.docomFullWidth{
	width:100%;
}
.docomHSpace10{
	width:10px;
}
.docomCommentBacking{
	background:url('images/comment_backing.png') repeat-x scroll 0 0 transparent;
}
.docomAuthorInfoColumn{
	width:125px;
}
.docomAuthorInfoContainer{
	overflow:hidden;
	width:125px;
}
.docomAuthorName{
	font-weight:bold;
}
.docomVSpace10{
	font-size:0px;
	height:10px;
	line-height:10px;
}
.docomTopBar{
	height:25px;
}
.docomLightGrayBottomBorder{
	border-bottom:1px solid #d4d4d4;
}
.docomDarkGrayBottomBorder{
	border-bottom:1px solid #c6c6c6;
}
.docomComment a{
	color:#464646;
	text-decoration:underline;
}
.docomComment a:hover{
	color:#464646;
	text-decoration:underline;
}
.docomComment td{
	color:#464646;
	font-family:Arial;
	font-size:12px;
}
.docomComment img{
	border:0px;
}
.docomDoubleSpace{
	line-height:20px;
}
.docomHSpace5{
	width:5px;
}
.docomHSpace10{
	width:10px;
}
.docomHSpace20{
	width:20px;
}
.docomSmallText{
	font-size:11px;
}
.docomVerticalBar{
	color:#9e9e9e;
}
.docomAdminLabel{
	margin-top:-3px;
	text-align:center;
}
.docomSavingLabel{
	font-size:11px;
}
.docomAlignRight{
	text-align:right;
}
.docomTextOnPageBG{
	color:#464646;
	font-family:Arial;
	font-size:12px;
}
.docomTextOnPageBG a{
	color:#464646;
	text-decoration:underline;
}
.docomTextOnPageBG a:hover{
	color:#464646;
	text-decoration:underline;
}

/* post form */
.docomPostForm{
	height:150px;
	overflow:visible;
	width:75%;
}
.docomPostForm td{
	color:#464646;
	font-family:Arial;
	font-size:12px;
}
.docomPostFormBacking{
	background:url('images/comment_backing.png') repeat-x scroll 0 0 transparent;
}
.docomPostFormFieldLabelColumn{
	width:100px;
}
.docomPostFormFieldLabel{
	font-weight:bold;
	overflow:hidden;
	width:100px;
}
.docomHalfWidth{
	width:50%;
}
.docomPostFormFieldExtraInfo{
	font-size:11px;
	margin-left:10px;
}
.docomLink{
	cursor:pointer;
}
.docomVSpace15{
	font-size:0px;
	height:15px;
	line-height:15px;
}
.docomVSpace5{
	font-size:0px;
	height:5px;
	line-height:5px;
}
.docomPostFormFieldBeautiful{
	background-color:#f1f1f1;
	border-left:2px solid #C6C6C6;
	border-top:2px solid #C6C6C6;
	color:#5E5E5E;
	height:27px;
	padding:3px;
}
.docomPostFormFieldBeautifulIconed{
	background-color:#f1f1f1;
	border-left:2px solid #C6C6C6;
	border-top:2px solid #C6C6C6;
	color:#5E5E5E;
	height:27px;
	padding:3px 3px 3px 27px;
}
.docomPostFormFieldBeautifulTextArea{
	background-color:#f1f1f1;
	border-left:2px solid #C6C6C6;
	border-top:2px solid #C6C6C6;
	color:#5E5E5E;
	height:100px;
	padding:3px;
}
.docomPostFormFieldContainer{
	position:relative;
}
.docomPostFormFieldIconContainer{
	left:5px;
	position:absolute;
	top:5px;
	z-index:1;
}

/* page selector */
.docomFloatRight{
	float:right;
}
.docomClear{
	clear:both;
}