ul, ol, li
{
	/* margin: 0px; */
	/* padding: 0px; */
}
p
{
	/* text-align: left; */
}

/*************************************************************************************************/

#ttpic
{
	padding-bottom: 15px;
	/* height: 192px; */
	/* width: 214px; */
}

#article-list ul
{
	margin: 0px;
}

#rbSearchType_1, #rbSearchType_2, #rbSearchType_3, #rbSearchType_4, #rbSearchType_5, #rbSearchType_6
{
	margin: 0;
	padding: 0;
	vertical-align: middle;
}
#txtSearchText
{
	border: 1px solid #666666;
}

/*************************************************************************************************/

.li-list {
	margin-left: 20px;
    margin-bottom: 0px;
    margin-right: 0px;
}
.ol-list {
	margin: 0px;
}

.TextBox
{
	font-size: 12px;
	color: #CC0000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	background-color: #F1F0F0;
}
.TextBox_MultiLine
{
	font-size: 12px;
	color: #CC0000;
	background-color: #F1F0F0;
	border: 1px solid #333333;
}
.Button
{
	font-size: 12px;
	background-color: #FF6600;
	text-align: center;
	padding: 3px;
	border: 1px solid #000000;
	color: #FFFFFF;
}

.LabelArticleListDiv
{
	display: none;
	position: absolute;
	width: 180px; 
	border: solid 1px #777777; 
	border-right-width: 2px; 
	border-bottom-width: 2px; 
	background-color: #FBFBFB; 
	overflow: auto;
	text-align: left;
	scrollbar-face-color: #EEEEEE;			/*	(捲軸的 軸面 顏色)	*/
	scrollbar-track-color: #FBFBFB;			/*	(捲軸的 軸軌 顏色)	*/
	scrollbar-arrow-color: #777777;			/*	(捲軸上 三角形 的顏色)	*/
	scrollbar-shadow-color: #CCCCCC;		/*	(捲軸上 三角型右邊 顏色)	*/
	scrollbar-highlight-color: #CCCCCC;		/*	(捲軸上 三角型左邊 顏色)	*/
	scrollbar-darkshadow-color: #CCCCCC;	/*	(捲軸 右側立體邊 顏色)	*/
	scrollbar-3dlight-color: #CCCCCC;		/*	(捲軸 左側立體邊 顏色)	*/
}