﻿/*註解可能影響程式樣式套用 可摘除*/
/*通用*/
img
{
   border:0px;}
   
p{	
	text-decoration: none;
	line-height: 1.8em;
	padding:0px;
	margin:0px;
	
}

/*請摘於ma_page版面配置 *因列印頁面須用 */
#page_tit
{
    background-repeat: no-repeat;
    letter-spacing: 2px; /*height: 35px;*/
    line-height: 1.5em;
    padding: 10px 25px 0px 25px;
    margin: 15px 10px 10px 10px;
    color: #1b4646;
    font-weight: bold;
    font-size: 1em;
    background-image: url(images/page_tit02.jpg);
    background-position: 10px top;
    background-repeat: no-repeat;
    font-family: Arial;
}

#page_matter
{
	font-size: .8em;
	line-height: 1.8em;
	padding: 0px 40px 20px;
	margin: 0px;
}
/*頁面資訊  */
.page_info
{
    font-size: .8em;
    padding: 12px 2em 0px 0px;
    text-align: right;
    color: #625b2b;
    clear: both;
}

.page_info span
{
    margin: 0px 10px 0px;
    padding: 0em;
}

.page_info a
{
    color: #517e26;
    text-decoration: none;
} 

.page_info a:hover
{
    color: #507d27;
    text-decoration: underline;
}

/*頁面資訊 放大縮小*/
#font_size
{
    display: inline;
    padding: 0px;
    color: #625b2b;
    padding-right: 1em;
    font-weight: bold;
    text-align: right;
}

#font_size a
{
    color: #266180;
    padding: 1px;
    border: 1pt #ece9d8 solid;
    vertical-align: baseline;
}  
  
#font_size a:hover
{
    background-color: #d8dd75;
}

/*圖片配置*/
img.lf
{
	float: left;
}

img.rh
{
	float: right;
}

#img_size
{
    width: 600px;
    overflow: hidden;
}

#bigright
{
    float: right;
    width: 282px;
}

#bigleft
{
    float: left;
    width: 282px;
}

#midright
{
    float: right;
    width: 192px;
}

#midleft
{
    float: left;
    width: 192px;
}

#smright
{
    float: right;
    width: 152px;
}

#smleft
{
    float: left;
    width: 152px;
}

#all_image
{
    width: 550px;
    overflow: hidden;
}

.all_image
{
    width: 550px;
}

/*圖片尺寸-------------------------------------------------*/
img.big
{
	width: 250px;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	margin-right: 1em;
	margin-left: 1em;
}

img.mid
{	width: 160px;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	margin-right: 1em;
	margin-left: 1em;}

img.sm
{	width: 120px;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	margin-right: 1em;
	margin-left: 1em;}

img.bar 
{
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-right: 1em;
    margin-left: 1em;
    display: block;
}

img.free
{
    margin: 0.5em;
    padding: 0px;
    max-width: 500px;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-right: 1em;
    margin-left: 1em;
}

img.bg01
{
    border: 2px #bb2525 solid;
}

/*限制圖片大小*/

#imgsize
{
    overflow: hidden;
    width: 500px;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-right: 1em;
    margin-left: 1em;
    padding: 0px;
    
}

#onesize /* 加底圖*/
{   float: right;
    padding :25px 25px ;
    background-image: url(images/img_bg.jpg);
    background-repeat: no-repeat;
}


/*全圖頁面-----------------------------------------------------------*/

.imgbox
{
    float: left;
    padding: 5px;
    margin: 1em;
    border: 1px solid #ccc;
}

.imgbox p
{
    margin: 5px 0px 0px;
    text-align: center;
    font-size: 1em;
    color: #666;
}
/*後台上稿------------------------------------------------*/
/*段落階層符號樣式 List樣式設定*/
.text
{
    font-size: .8em;
    color: #0099CC;
    font-weight: bold;
    text-decoration: none;
    list-style-type: none;
    line-height: 1.8em;
}

/*ul*/
.text li
{   /*font-size: .8em;*/
    text-decoration: none;
    display: table-column-group;
    list-style-type: upper-alpha;
    font-weight: normal;
    color: #333333;
    line-height: 1.8em;
    
}

.text ul li
{   font-size: 1em;
    text-decoration: none;
    list-style-type: lower-alpha;
    font-weight: normal;
    color: #333333;
}

.text ul ul li
{   font-size: 1em;
    text-decoration: none;
    list-style-type: decimal;
    font-weight: normal;
    color: #333333;
    line-height: 1.8em;    
}

.text ul ul ul li
{   font-size: 1em;
    text-decoration: none;
    list-style-type: upper-roman;
    font-weight: normal;
    color: #333333;
    line-height: 1.8em;
    
}
.text ul ul ul ul li
{
    font-size: 1em;
    text-decoration: none;
    list-style-type: none;
    font-weight: normal;
    color: #333333;
    line-height: 1.8em;
}
.text ul ul ul ul ul li
{
    font-size: 1em;
    text-decoration: none;
    list-style-type: none;
    font-weight: normal;
    color: #333333;
    line-height: 1.8em;
}


/* OL*/
.text ol li
{   font-size: 1em;
    text-decoration: none;
    list-style-type: lower-alpha;
    font-weight: normal;
    color: #333333;
}

.text ol ol li
{   font-size: 1em;
    text-decoration: none;
    list-style-type: decimal;
    font-weight: normal;
    color: #333333;
    line-height: 1.8em;    
}

.text ol ol ol li
{   font-size: 1em;
    text-decoration: none;
    list-style-type: upper-roman;
    font-weight: normal;
    color: #333333;
    line-height: 1.8em;
    
}
.text ol ol ol ol li
{
    font-size: 1em;
    text-decoration: none;
    list-style-type: none;
    font-weight: normal;
    color: #333333;
    line-height: 1.8em;
}
.text ol ol ol ol ol li
{
    font-size: 1em;
    text-decoration: none;
    list-style-type: none;
    font-weight: normal;
    color: #333333;
    line-height: 1.8em;
}

.text
{	/*font-size: 1em;*/
	color: #0099CC;
	font-weight: bold;
    text-decoration: none;
    list-style-type: decimal;
    line-height: 1.8em;
}

.text  li
{   /*font-size: .8em;*/
    text-decoration: none;
    display: table-column-group;
    list-style-type: upper-alpha;
    font-weight: normal;
    color: #333333;
    line-height:1.8em;
    
}

.text li li
{   font-size: 1em;
    text-decoration: none;
    list-style-type: lower-alpha;
    font-weight: normal;
    color: #333333;
}

.text li li li
{   font-size: 1em;
    text-decoration: none;
    list-style-type: decimal;
    font-weight: normal;
    color: #333333;
    line-height: 1.8em;    
}

.text li li li li
{   font-size: 1em;
    text-decoration: none;
    list-style-type: upper-roman;
    font-weight: normal;
    color: #333333;
    line-height: 1.8em;
    
}
.text li li li li li
{
    font-size: 1em;
    text-decoration: none;
    list-style-type: none;
    font-weight: normal;
    color: #333333;
    line-height: 1.8em;
}
.text li li li li li li
{
    font-size: 1em;
    text-decoration: none;
    list-style-type: none;
    font-weight: normal;
    color: #333333;
    line-height: 1.8em;
}

/**/
.text li
{
    /*font-size: .8em;*/
    text-decoration: none;
    display: table-column-group;
    list-style-type: none;
    font-weight: normal;
    color: #333333;
    line-height: 1.8em;
}

.text ul li
{
    font-size: 1em;
    text-decoration: none;
    list-style-type: none;
    font-weight: normal;
    color: #333333;
}

.text ul ul li
{
    font-size: 1em;
    text-decoration: none;
    list-style-type: none;
    font-weight: normal;
    color: #333333;
    line-height: 1.8em;
}

.text ul ul ul li
{
    font-size: 1em;
    text-decoration: none;
    list-style-type: none;
    font-weight: normal;
    color: #333333;
    line-height: 1.8em;
}
.text ul ul ul ul li
{
    font-size: 1em;
    text-decoration: none;
    list-style-type: none;
    font-weight: normal;
    color: #333333;
    line-height: 1.8em;
}
.text ul ul ul ul ul li
{
    font-size: 1em;
    text-decoration: none;
    list-style-type: none;
    font-weight: normal;
    color: #333333;
    line-height: 1.8em;
}
/* AIO結束*/


/*FAQ Q&A 圖片樣式定義=====================================================================*/

.faq_q
{
	background-image: url(images/system/q.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding: 0px 0px 0px 30px;
	line-height: 2em;
}

.faq_a
{
	background-image: url(images/system/a.gif);
	background-repeat: no-repeat;
	background-position: 0px 8px;
	padding: 0px 0px 0px 30px;
	line-height: 2em;
}

/*數位藝廊 樣式定義==========================================================================*/

.photo_maio
{
	padding: 10px 10px 20px 10px;
	margin-top: 10px;
	background-image: url(images/class/photo01_bg.jpg);
	background-repeat: no-repeat;
	width: 200px;
	height: 130px;
}

.photo_list
{
	border: #9F9F9F 1px solid;
	padding: 5px;
	background-color: #EAEAEA;
}

.photo_listwin
{
	border: #666 1px solid;
	padding: 5px;
	background-color: #FFF;
}

/*會員畫面 樣式定義=========================================================================*/

.login_button
{
	width: 80px;
	height: 60px;
	background-image: url(images/system/member_login.gif);
	background-repeat: no-repeat;
	padding-top: 10px;
	cursor: pointer;
}

/*討論區 樣式定義=======================================================================*/

.forum_b01
{
	padding-left: 30px;
	background-image: url(images/system/forum_b01.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	line-height: 1.5em;
}

.forum_b02
{
	padding-left: 30px;
	background-image: url(images/system/forum_b02.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	line-height: 1.5em;
}

.forum_b03
{
	padding-left: 30px;
	background-image: url(images/system/forum_b03.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	line-height: 1.5em;
}

.forum_user
{
	padding-left: 30px;
	background-image: url(images/system/forum_user.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	height: 30px;
}

/*討論區引言專用 */

div.OldBlock
{
	border: #CCC 1px dotted;
	background: #DEE2E5;
	margin: 0px;
	padding: 5px;
}


/*最新消息推薦*/
.feedback
{ 
   font-size:.8em;
   color:#000066;

}
/*網站地圖*/
.sitemap
{
    width: 90%;
    height: 100%;
    padding: 0px;
    margin: 0px 30px;
    border-collapse: collapse;
    border: 1px #6666ff dashed;
    
}

.sitemap caption
{
    margin: 0px;
    padding: 10px 5px 5px;
    border-top:0px #ffc224 dashed;
    font-size:1.2em;
    font-family:Arial;
    text-align:left;

}
.sitemap td
{
    margin: 0px;
    padding: 5px;
    border: #6666ff 1px dashed;
    background-color: #e2f4ff;

}

.sitemap td a
{
    color: #333366;
    padding: 2px 0px 0px 10px;
    text-decoration: none;
}

.sitemap td a:hover
{
    text-decoration: underline;
}

.sitemap th
{
    background-image: url(images/st_bg.jpg);
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    border-right: 1px #6666ff dashed;
    border-left: 1px #6666ff dashed;
    color: #fff;
    line-height: 25px;
    font-weight: bold;
    text-align: left;
    padding: 5px 0px 5px 23px;
    background-position: 0px 13px;
    background-repeat: repeat-y;
    background-color:#009ff3;
}

.sitemap .c1
{
    border-bottom: 1px #6666ff dashed;
    background-position: 15px 10px;
    background-repeat: no-repeat;
    padding: 5px 0px 5px 20px;
    background-repeat: no-repeat;
    border-top: 1px #6666ff dashed;
    background-image: url(images/n_icon.jpg);
    background-color: #bfecff;
}