/** 
*	説明：該文件主要定義一些公共樣式文件，該文件將會應用到設計頁面和發佈頁面中
**	1.定義資源塊的公共樣式，如標題，更多樣式等
*	2.定義佈局的公共樣式
*	
**/
.p_w_head{height:25px;font-weight:normal;font-size:14px;}
.p_w_head a:link{text-decoration:none;color:#000;}
.p_w_title{float:left;padding-left:18px;line-height:25px;}
/*更多樣式，向右浮動*/
.p_w_more{float:right;padding-right:10px;line-height:25px;}
.p_w_body{zoom:1}


/**居中效果**/
.template_box{margin:0 auto;text-align:left;}
body{text-align:center;}
.ext-ie6 .template_box{text-align:left;}


/*--------------佈局公共樣式----------------*/
*{padding:0px;margin:0px;}
/*空列*/
.c-empty-column{padding:40px 0;text-align:center;background:#ccc;overflow:hidden;cursor:pointer;color:white;}
.c_left{float:left;}
.c_right{float:right;}
/*分隔符*/
.c_sep{}
.r_sep{height:10px;background:white;}
/*佈局和列樣式控制*/
.trs_layout{overflow:hidden;zoom:1}
.trs_column{overflow:hidden;}
.ext-ie .trs_column{height:100%;}
/*IE6下自適應列周圍列的樣式*/
.ext-ie6 .margin_left{margin-left:-3px;}
.ext-ie6 .margin_right{margin-right:-3px;}
.ext-ie6 .margin_right_IE6BUG_DIVFLOAT100{margin-right:-1px;}
.ext-ie6 .margin_right_IE6BUG_DIVFLOAT100 .c-box{margin-right:1px;}
.ext-ie6 .margin_left_IE6BUG_DIVFLOAT100{margin-left:-1px;}
.ext-ie6 .margin_left_IE6BUG_DIVFLOAT100 .c-box{margin-left:1px;}

.ext-ie7 .margin_right_IE6BUG_DIVFLOAT100{margin-right:-1px;}
.ext-ie7 .margin_right_IE6BUG_DIVFLOAT100 .c-box{margin-right:1px;}
.ext-ie7 .margin_left_IE6BUG_DIVFLOAT100{margin-left:-1px;}
.ext-ie7 .margin_left_IE6BUG_DIVFLOAT100 .c-box{margin-left:1px;}

/*解決佈局拖動時會折行的問題*/
.margin_left_IE6BUG_DIVFLOAT100{margin-left:-1px;}
.margin_right_IE6BUG_DIVFLOAT100{margin-right:-1px;}
/*------------資源塊公共樣式---------------*/

.trs-widget{
	border:0px;
	padding-bottom:4px;
}
.trs-widget .p_w_content{
	overflow:hidden;
}
.c-box{padding-bottom:0px;}


/*fix*/
.trs-widget .p_w_content .p_doc_title_li{
	position:static;
}

.trs-res{
	zoom:1;
}

/*頭部顯示與不顯示*/
.trs-res .headdisplay-0{
	display:none !important;
}
.trs-res .datetime-display-0 .datetime{
	display:none !important;
}
.trs-res .more-display-0 .p_w_more a{
	display:none !important;
}
/*編輯器樣式控制*/
.trs-editor .p_w_content ul, .trs-editor .p_w_content ol{
	list-style-type:disc;
	margin:auto;
}
.trs-editor .p_w_content ol{
	list-style-type:decimal;
	margin:auto;
}
.trs-editor .p_w_content ul, .trs-editor .p_w_content ol{
	padding-left:40px;
}

.trs-editor .p_w_content{
	word-break:break-all;
	word-wrap:break-word;
}

/*解決在FF下圖片下方出現3像素間隙的問題*/
.trs-logo .p_w_content{
	font-size:0px;
}
.trs-logo .p_w_foot{
	height:0px;
}
.trs-logo,.trs-chnllist{
	padding:0px !important;
}
.trs-widget[WNAME="LOGO"],.trs-widget[WNAME="欄目導航"]{
	padding:0px !important;
}

/*修改ie6下，左側圖片摘要右側列表出現抖動的問題*/
.ext-ie6 .trs-abstract-doc-list .newsright{
	float:left;zoom:1;padding-left:10px;
}

/*添加佈局的背景以後，資源塊內容背景色需要設置為透明的樣式*/
.trs_layout_background .p_w_body{
	background-color:transparent !important;
}

