﻿/* blog app only */

a#tuc_edit_edit {
	background-image: url('../../images/edit.gif');
}

a#tuc_edit_edit:hover {
	background-image: url('../../images/edit_hover.gif');
}

a#tuc_edit_del {
	background-image: url('../../images/close.gif');
}

a#tuc_edit_del:hover {
	background-image: url('../../images/close_hover.gif');
}

a#tuc_edit_pin {
	background-image: url('../../images/up.gif');
}

a#tuc_edit_pin:hover {
	background-image: url('../../images/up_hover.gif');
}

a#tuc_edit_unpin {
	background-image: url('../../images/down.gif');
}

a#tuc_edit_unpin:hover {
	background-image: url('../../images/down_hover.gif');
}

a#tuc_edit_lock {
	background-image: url('../../images/lock.gif');
}

a#tuc_edit_lock:hover {
	background-image: url('../../images/lock_hover.gif');
}

a#tuc_edit_unlock {
	background-image: url('../../images/unlock.gif');
}

a#tuc_edit_unlock:hover {
	background-image: url('../../images/unlock_hover.gif');
}

a#tuc_edit_recover {
	background-image: url('../../images/recover.gif');
}

a#tuc_edit_recover:hover {
	background-image: url('../../images/recover_hover.gif');
}

.tuc_type_blog ul.tuc_accesslist {
	list-style-type: none;
	margin: 5px 0 5px 0px;
	padding: 0;
}

.tuc_type_blog div.tuc_repliesbox div.tuc_replyitem {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding: 10px;
}

.tuc_type_blog div.tuc_repliesbox div.tuc_replyuser {
	width: 90px;
	float: left;
}

.tuc_type_blog div.tuc_repliesbox div.tuc_replycontent {
	margin-left: 90px;
}

.tuc_type_blog div.tuc_repliesbox div.tuc_replycontent div.tuc_replydate {
	font-style: italic;
	margin-bottom: 10px;
}


.tuc_type_blog div.tuc_repliesbox a.tuc_btn {
	margin: 4px 0 0 4px;
	width: 10px;
	height: 10px;
	display: block;
	float: right;
}
.tuc_type_blog div.tuc_repliesbox a.tuc_btn span, .tuc_type_blog div.tuc_repliesbox a.tuc_btn q {
	display: none;
}

.tuc_type_blog div.tuc_repliesbox a.tuc_replycomment {
	background-image:url('../../images/reply.gif');
}
.tuc_type_blog div.tuc_repliesbox a.tuc_replycomment:hover {
	background-image:url('../../images/reply_hover.gif');
}

.tuc_type_blog div.tuc_repliesbox a.tuc_delcomment {
	background-image:url('../../images/close.gif');
}
.tuc_type_blog div.tuc_repliesbox a.tuc_delcomment:hover {
	background-image:url('../../images/close_hover.gif');
}

.tuc_type_page div#tuc_blogedit {
	width: 710px;
}

.tuc_type_page div#tuc_blogedit ul {
	margin: 0;
	list-style-type: none;
	padding: 0;
}

.tuc_type_page div#tuc_blogedit ul li {
	margin: 5px 0 5px 0;
}

.tuc_type_page div#tuc_blogedit ul li ul {
	border-width: 1px;
	border-style: dotted;
	padding: 5px;
}

.tuc_type_page div#tuc_blogedit label {
	display: block;
	float: left;
	width: 100px;
}

.tuc_type_page div#tuc_blogedit input[type=text] {
	width: 600px;
}

.tuc_type_page div#tuc_blogedit input[type=text]#tuc_blogtb {
	width: 590px;
}

.tuc_type_page div#tuc_blogedit textarea {
	width: 700px;
	height: 300px;
}

.tuc_type_page div#tuc_blogedit a#tuc_enabletb {
	background-position: 3px;
	font-weight: bold;
	display: block;
	background-image: url('../../images/collapse.gif');
	background-repeat: no-repeat;
	padding-left: 15px;
}

.tuc_type_page div#tuc_blogedit a#tuc_enabletb:hover {
	background-image: url('../../images/collapse_hover.gif');
}

.tuc_type_page div#tuc_blogedit a#tuc_enabletb.tuc_expand {
	background-image: url('../../images/expand.gif');
}

.tuc_type_page div#tuc_blogedit a#tuc_enabletb.tuc_expand:hover {
	background-image: url('../../images/expand_hover.gif');
}
