
	
	/* comments  ***********************************************************************/
.sml_itemcomments {
	padding: 4px 4px 4px 12px;
}

.sml_itemcomments div.smlCommentSource	{
	background-image: url('/scf/gfx/box/boxctop_grijs.png');
	background-position: left -15px;
	color: #EEEEEE;
    padding: 2px 0px 3px 0px;
	display: block;
}
.sml_itemcomments span.smlCommentSource	{
	font-weight: bold;
	font-size: 0.8em;
	padding: 0px 9px;
	display: inline;
	
}
.sml_itemcomments form	{
   width: 99%;
}
.sml_itemcomments span.smlStatus	{
	margin-left: 1em;
	font-size: x-small;
	font-style:italic;
}

.sml_itemcomments span.smlButtons	{
	font-size: x-small;
	margin-right: 9px;
	margin-top:1px;
	display: inline;
	float: right;
}

.sml_itemcomments div.smlCommentBody {
   padding: 6px;
}

.sml_itemcomments div.smlCommentBody a {
	text-decoration: underline;
}

.sml_itemcomments div.smlCommentBody a:hover {
	color: #444444;
	text-decoration: none;
}

.sml_itemcomments div.smlCommentBody p	{
   margin-top:0px;
   margin-bottom:0px;
   padding-top:2px;
   padding-bottom:2px;
}

.sml_itemcomments div.smlCommentBody	{
	background-color: #eeeeee;
	background-image: url(/scf/Gfx/commentsback.png);
	background-position: top;
	background-repeat: repeat-x;
	padding: 5px;
	margin: 0px 0px 10px 0px;
	border: 2px solid #cccccc;
	border-top:0px;
	clear:both;
}

.sml_itemcomments div.childcomment {
	padding-left:25px;
}
.sml_itemcomments div.clippedhierarchy {
	padding-left:0px;
}

.sml_itemcomments span.smlButtons button {
   	vertical-align: top;
    height: 16px;
	background-color: transparent;
    text-align: left;
	color: white;
	cursor: pointer;
	border: 0;
	padding: 0;
	margin: 0 0 0 5px;
	font-size: x-small;
	overflow: visible;
}

.sml_itemcomments button span {
	display: none;
}

.sml_itemcomments div.smlInactive div.smlCommentBody {
	border: 2px solid #ff6600;
	border-top:0px;
	background-color: #ffaa88;
}

.sml_itemcomments div.smlPreview > div.smlCommentBody {
	border: 2px solid #aaeeaa;
	border-top:0px;
	background-color: #aaffaa;
}

.sml_itemcomments div.smlEditHistory {
	color:#888888;
	font-size: 80%;
	margin-left: 1em;
}

.sml_itemcomments div.smlNote {
	margin-left: 1em;
}

.sml_itemcomments span.smlWarning {
	color: red;
	white-space: nowrap;
}

.sml_itemcomments div.fieldset {
	border-top: 1px dashed;
	border-bottom: 1px dashed;
	margin-top: 8px;
	margin-bottom: 8px;
	padding-top: 5px;
}

.sml_itemcomments a.smlTogShow {
	cursor: pointer;
	float:left;
	display:block;
	background-image: url(/res/plusicon.gif);
	background-repeat: no-repeat;
	height: 15px;
	width: 15px;
	margin-top:3px;
}
.sml_itemcomments a.smlTogHide {
	cursor: pointer;
	float:left;
	display:block;
	background-image: url(/res/minusicon.gif);
	background-repeat: no-repeat;
	height: 15px;
	width: 15px;
	margin-top:3px;
}

.sml_itemcomments textarea {
	/*width: 38em; JKA EDIT*/
	width: 40em;
	height: 100px;
}

.sml_itemcomments input.text {
	width: 40em;
}

.sml_itemcomments span.smlBBCoder {
	margin-top: 4px;
	display: none;
}

.sml_itemcomments_box .smlButToggle {
	padding-left: 18px;
	background: url("/smartsite.net?id=1304") no-repeat scroll 0px 0px;
}

.sml_itemcomments_box span.smlButtons .smlButApprove {
	padding-left: 18px;
	background: url("/smartsite.net?id=1300") no-repeat scroll 0px 0px;
}

.sml_itemcomments_box span.smlButtons .smlButDisapprove {
	padding-left: 18px;
	background: url("/smartsite.net?id=1302") no-repeat scroll 0px 0px;
}

.sml_itemcomments_box span.smlButtons .smlButEditcm {
	padding-left: 18px;
	background: url("/smartsite.net?id=1299") no-repeat scroll 0px 0px;
}

.sml_itemcomments_box span.smlButtons .smlButReply {
	padding-left: 18px;
	background: url("/smartsite.net?id=1301") no-repeat scroll 0px 0px;
}

.sml_itemcomments_box span.smlButtons .smlButOffline {
	padding-left: 18px;
	background: url("/smartsite.net?id=1303") no-repeat scroll 0px 0px;
}

ol.bb-list-ordered-d {
	list-style-type: decimal;
} 
ol.bb-list-ordered-lr {
	list-style-type: lower-roman;
} 
ol.bb-list-ordered-ur {
	list-style-type: upper-roman;
} 
ol.bb-list-ordered-la {
	list-style-type: lower-alpha;
} 
ol.bb-list-ordered-ua {
	list-style-type: upper-alpha;
}

div.bb-quote {
	border-left: 3px solid #dddddd;
	margin-left: 2px;
	padding-left: 10px;
}

