.ccontent {
	font-family:SimSun;
	font-size: 16px;
	word-wrap: break-word;
    cursor: text;
}
.ccontent html,
.ccontent body,
.ccontent div,
.ccontent span,
.ccontent applet,
.ccontent object,
.ccontent iframe,
.ccontent h1,
.ccontent h2,
.ccontent h3,
.ccontent h4,
.ccontent h5,
.ccontent h6,
.ccontent blockquote,
.ccontent pre,
.ccontent a,
.ccontent abbr,
.ccontent acronym,
.ccontent address,
.ccontent big,
.ccontent cite,
.ccontent code,
.ccontent del,
.ccontent dfn,
.ccontent em,
.ccontent font,
.ccontent img,
.ccontent ins,
.ccontent kbd,
.ccontent q,
.ccontent s,
.ccontent samp,
.ccontent small,
.ccontent strike,
.ccontent strong,
.ccontent sub,
.ccontent sup,
.ccontent tt,
.ccontent var,
.ccontent b,
.ccontent u,
.ccontent i,
.ccontent center,
.ccontent dl,
.ccontent dt,
.ccontent dd,
.ccontent ol,
.ccontent ul,
.ccontent li,
.ccontent fieldset,
.ccontent form,
.ccontent label,
.ccontent legend,
.ccontent caption,
.ccontent tbody,
.ccontent tfoot,
.ccontent thead,
.ccontent tr,
.ccontent th,
.ccontent td {
    margin: 0;
    padding: 0;
    outline: 0;
}
.ccontent table {
	margin: 10px 0;
}
.ccontent p{
	margin: 5px 0;
}

.ccontent ol,
.ccontent ul {
    list-style: none;
}

.ccontent blockquote,
.ccontent q {
    quotes: none;
}

.ccontent ins {
    text-decoration: none;
}

.ccontent del {
    text-decoration: line-through;
}

.ccontent .tabhead {
    position: relative;
    z-index: 10;
}

.ccontent .tabhead span {
    display: inline-block;
    padding: 0 5px;
    height: 30px;
    border: 1px solid #ccc;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    *margin-right: 5px;
}

.ccontent .tabhead span.focus {
    height: 31px;
    border-bottom: none;
    background: #fff;
}

.ccontent .tabbody {
    position: relative;
    top: -1px;
    margin: 0 auto;
    border: 1px solid #ccc;
}

.ccontent table.noBorderTable td,
.ccontent table.noBorderTable th,
.ccontent table.noBorderTable caption{
	border:1px dashed #ddd !important
}
.ccontent table.sortEnabled tr.firstRow th,
.ccontent table.sortEnabled tr.firstRow td{
	padding-right:20px; 
	background-repeat: no-repeat;
	background-position: center right; 
}
.ccontent table.sortEnabled tr.firstRow th:hover,
.ccontent table.sortEnabled tr.firstRow td:hover{
	background-color: #EEE;
}
.ccontent table{
	margin-bottom:10px;
	display:table;
	border-collapse: collapse;
    border-spacing: 0;
}
.ccontent td,.ccontent th{ 
	background:white; 
	padding: 5px 10px;
	border: 1px solid #DDD;
}
.ccontent caption{
	border:1px dashed #DDD;
	border-bottom:0;
	padding:3px;
	text-align:center;
}
.ccontent th{
	border-top:1px solid #BBB;
	background:#F7F7F7;
}
.ccontent table tr.firstRow th{
	border-top:2px solid #BBB;
	background:#F7F7F7;
}
.ccontent tr.ue-table-interlace-color-single td{ 
	background: #fcfcfc; 
}
.ccontent tr.ue-table-interlace-color-double td{ 
	background: #f7faff; 
}
.ccontent td p{
	margin:0;
	padding:0;
}

