<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Search */
.dao-search-top                   { margin-bottom: 10px; }
.dao-search-top .search-item      { margin-bottom: 0; }
.dao-search-top .search-abc-empty { padding: 1px 5px; color: #444; }
.dao-search-top .dao-abc          { padding: 10px 10px 6px; background: #f7f7f7; border-radius: 5px; }


/* Sort */
.dao-sort-wrapper                { margin-bottom: 40px; margin-top: 15px; overflow: hidden; }
.dao-sort-wrapper .nav           { float: left; }
.dao-sort                        { overflow: hidden; float: right; color: #999;}
.dao-sort li                     { float: left; margin-right: 7px; padding: 1px 5px 2px; border-bottom: 1px solid #333333; }
.dao-sort li:first-child         { margin-right: 5px; }
.dao-sort li.active              { background: #CA0814; border-radius: 3px; color: #fff; }
.dao-sort li.active .link-dotted { border: 0; color: #fff; }


/* Tabs */
.dao-tabs           { padding: 0 10px; border-bottom: 1px solid #303030; }
.dao-tabs li        {
	display: inline-block;
	cursor: pointer;
	padding: 7px 15px;
	border: 1px solid transparent;
	border-bottom: none;
	border-radius: 3px 3px 0 0;
	position: relative;
	bottom: -1px;
}
.dao-tabs li.active { border-color: #303030; background: #121212; }
.dao-tabs li:hover  { color: #fff; }

.dao-tabs-content   { padding: 10px 0; }


/* Go back */
.dao-back { border-top: 1px dotted #333333; margin-top: 15px; padding-top: 15px; }


/* Category list */
.dao-category-list                                            { overflow: hidden; zoom: 1; }
.dao-category-list .dao-category-item                         {
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: top;
	width: 100%;
	padding-left: 32px;
	margin-right: 10px;
	margin-bottom: 10px;
	position: relative;
	zoom: 1;
	color: #aaa;
}
.dao-category-list .dao-category-item img                     { position: absolute; top: 0; left: 0; display:none; }
.dao-category-list .dao-category-item a                       { color: #CA0814; }
.dao-category-list .dao-category-item .dao-category-item-root { font-size: 18px; padding: 2px 0 2px; }


/* Filter */
.dao-filter-toggle           { text-decoration: none; color: #333; background: url(../img/arrows.png) 0 2px no-repeat; padding-left: 15px; }
.dao-filter-toggle span      { border-bottom: 1px dotted #333; }
.dao-filter-toggle.opened    { background-position: 0 -19px; }
.dao-filter-toggle-content   { padding-top: 10px; display: none; padding-left: 15px; padding-bottom: 15px; }
.dao-filter-toggle-content p { margin-bottom: 10px; }
.dao-filter-option           { margin-bottom: 10px; }

.filter-extended             { padding: 5px 0 15px; }
.filter-extended a           { color: #333; }


/* Actions */
.dao-actions                         {  background: none repeat scroll 0 0 #121212; border: 1px dashed #333333; border-radius: 4px; font-size: 11px; overflow: hidden; padding: 10px 15px; margin-bottom: 15px; }
.dao-actions li                      { float: left; margin-right: 18px; }
.dao-actions li.dao-actions-delete a { color: #DA4242; }


/* Header */
.dao-header      { font-size: 24px; margin-bottom: 7px; font-weight: bold; }
.dao-header span { color: #aaa; }


/* Image list */
.dao-image-list                            { margin-top: 20px; }
.dao-image-list ul                         { overflow: hidden; zoom: 1; }
.dao-image-list ul li                      { float: left; margin: 0 9px 9px 0; }
.dao-image-list ul li img                  { vertical-align: top; }

.dao-image-list .dao-image-list-more       { display: block; text-align: center; padding: 10px 0; margin-bottom: 15px; text-decoration: none; background: #f3f7fa; color: #7b90a5; }
.dao-image-list .dao-image-list-more:hover { background: #eaf2f8; }


/* File list */
.dao-file-list            { margin-bottom: 30px; }
.dao-file-list ul         { background: #101010; border-radius: 4px 4px 4px 4px; border: 1px dashed #333333; padding: 15px; color: #777; }
.dao-file-list ul li      { margin-bottom: 5px; }
.dao-file-list ul li a    { color: #CA0814; padding: 0 0 2px 16px; background: url(../img/attach.png) no-repeat; }


/* Property list */
.table.table-dao-property-list              {  }
.table.table-dao-property-list td.dao-value { color: #777; }


/* Tags */
.dao-tags      { margin-bottom: 15px; font-size: 12px; color: #aaa; }
.dao-tags li   { display: inline; }
.dao-tags li a { background: none repeat scroll 0 0 #2D2D2D; border-radius: 2px 2px 2px 2px; color: #fff; display: inline-block; font: 13px/12px "Arial"; margin-bottom: 4px; margin-right: 4px; padding: 4px 8px; transition-duration: 0.3s;}
.dao-tags li a:hover { background: none repeat scroll 0 0 #CA0814; box-shadow: 0 0 5px #c00; }


/* Path */
.dao-path                { color: #aaa; margin-bottom: 20px; }
.dao-path a              { color: #CA0814 ; }

.dao-path.dao-path-top   { border-bottom: 1px solid #eee; padding-bottom: 5px; margin-bottom: 30px; color: #aaa; }
.dao-path.dao-path-top a { color: #CA0814 ; }


/* Share */
.dao-share                             { padding-bottom: 10px; text-align: right; }
.dao-share .yashare-auto-init          { display: inline-block; *display: inline; margin-right: 10px; }
.dao-share .yashare-auto-init .b-share { padding: 0 !important; }
.dao-share .link-dotted                { display: inline-block; *display: inline; }


/* Star Rating */
.dao-shop-rating                        { margin-bottom: 15px; }
.dao-shop-rating .dao-shop-rating-stars { margin-bottom: 5px; overflow: hidden; }
.dao-shop-rating .dao-shop-rating-count { font-size: 11px; color: #777; }


/* Misc */
.dao-file-link { color: #777; background: url(../img/attach.gif) no-repeat; padding-left: 19px; padding-bottom: 3px; }
.dao-price     { font-size: 13px; line-height: 1.3em; margin-bottom: 5px; font-family: Arial, sans-serif; font-weight: bold; }

.note.dao-note-large { font-size: 12px; color: #fafafa; }

.cursor-x       { cursor: move; }
.prop_reqiured  { color:#fafafa; }
.file_text_edit { border-bottom: 1px dotted #999; color:#999; text-decoration: none; }
.file_delete    { color: #fafafa; }
#file-list      { margin: 0; }
#file-list li   { list-style: none; }
.file           { background: url(../img/attach.gif) no-repeat 1px 50%; padding-left: 20px; }

.insert-popup                 {width:700px !important;margin-left: -350px !important;}

.event_time                   {width:50px !important;}
.dao-red                      {color:#fafafa;}

.pt-15 {padding-top: 15px;}
.input-width-70 	{ width: 70px !important; }
.topic-dao .vote-topic,.topic-dao-video .vote-topic { top: 13px; right: 10px; position: absolute;}
.dao-shedule tr {border-bottom: 1px #aaa dotted;}
.dao-shedule td {padding: 15px;}
.daochosen {width:100%;}
.dao-shtime {padding-right: 10px;}
.dao-shtime.closed{color:#ccc;}
.dao-ml-20{margin-left: 20px;}
.shedule-container{margin-bottom: 20px;}
.shedule-link{color:#aaa;}

*|html input[type="checkbox"] {
}

.profile-dao {
    border-bottom: 1px solid #333333;
    margin-bottom: 15px;
    min-height: 75px;
    position: relative;
}
.profile-dao .avatar {
    left: 0;
    position: absolute;
    top: 0;
}
.avatar-in-dao {
    border-radius: 3px;
    width: 60px;
}
.username-profile-dao-top {
    color: #FFFFFF;
    float: left;
    font: 700 15px/18px "PT Sans";
    margin-left: 73px;
    position: absolute;
}
.profile-dao-tp-right-bl {
    left: 72px;
    position: relative;
    top: 22px;
    width: 440px;
}
.profile-dao-tp-right-bl span {
    font: 700 11px/26px "Arial";
}</pre></body></html>