body {
	text-align: center;
	background-color: #A8ED18;
	background-image: url(http://blog.udn.com/community/img/PSN_FILE/actadmin_bg.jpg) !important;
	background-repeat: no-repeat;
	background-position: center top;

}



#container {

	margin:auto;

	text-align: left;

}



DIV {

	FONT-SIZE: 12px; COLOR: #fff

}

TABLE {

	FONT-SIZE: 12px; COLOR: #fff

}

#header {

	height: 500px; /* 高度 */

	margin-bottom: 10px; /* 山頭的邊界 */

}

#header_top {

	BACKGROUND: #417e17; POSITION: absolute; HEIGHT: 2px

	display: none;

}

#header_top {

	VISIBILITY: visible

}

#header_common_left {

	VISIBILITY: visible

}

#header_common_main {

	VISIBILITY: visible

}

#header_common_main_bg {

	VISIBILITY: visible

}

#header_common_line {

	VISIBILITY: visible

}

#header_common_right {

	VISIBILITY: visible

}

#header_common A {

	COLOR: #ffffff; TEXT-DECORATION: none

}

.chapter {

	BORDER-RIGHT: #cce0b8 1px solid; BORDER-TOP: #cce0b8 1px solid; BORDER-LEFT: #cce0b8 1px solid; WIDTH: 100%; BORDER-BOTTOM: #cce0b8 1px solid; BACKGROUND-COLOR: #f2f7ec

}

.chapter-point {

	COLOR: #4d4d4d

}

.chapter-line {

	BACKGROUND-COLOR: #e5efdb

}

.chapter-text {

	COLOR: #4e6c2f

}

A.chapter-text:link {

	COLOR: #4e6c2f

}

A.chapter-text:hover {

	COLOR: #4e6c2f

}

A.chapter-text:visited {

	COLOR: #4e6c2f

}

#header A:link {

	TEXT-DECORATION: none

}

#header A:visited {

	TEXT-DECORATION: none

}

#header A:hover {

	TEXT-DECORATION: underline

}

#header_logo {

	display: none;

}

#header_name {

	display: none;

}

#header_name A {

}

#header_url {

	display: none;

}

#header_url A:link {

}

A:visited {

	COLOR: #293C04

}

#header_url A:hover {

	COLOR: #666666

}

#header_items {

	LEFT: 0; POSITION: absolute; TOP: 40px

}

#header_items A {

	COLOR: #fff

}

#header_items A:hover {

	text-decoration: underline;

}

#header_search {

	LEFT: 0; POSITION: absolute; TOP: 60px

}

.inputbox {

	BORDER-RIGHT: #808080 1px solid; BORDER-TOP: #808080 1px solid; BORDER-LEFT: #808080 1px solid; BORDER-BOTTOM: #808080 1px solid

}

#header_menus_line {

	display: none;

}

#header_menus {

	LEFT: 170px; POSITION: absolute; TOP: 470px

}

#header_menus UL {

	padding: 0; MARGIN: 0px; LIST-STYLE-TYPE: none

}

#header_menus LI {

	PADDING-RIGHT: 30px; DISPLAY: inline; PADDING-TOP: 3px; HEIGHT: 30px

}

#home {

	BACKGROUND: url(http://city.udn.com/community/img/user_all/menu_article_h.gif) no-repeat left top

}

#article {

	BACKGROUND: url(http://city.udn.com/community/img/user_all/menu_article_h.gif) no-repeat left top

}

#photo {

	BACKGROUND: url(http://city.udn.com/community/img/user_all/menu_photo_h.gif) no-repeat left top

}

#gbook {

	BACKGROUND: url(http://city.udn.com/community/img/user_all/menu_guestbook_h.gif) no-repeat left top

}

#profile {

	BACKGROUND: url(http://city.udn.com/community/img/user_all/menu_detail_h.gif) no-repeat left top

}

#manage {

	BACKGROUND: url(http://city.udn.com/community/img/user_all/menu_manage_h.gif) no-repeat left top

}

#header_menus LI A {

	PADDING-LEFT: 18px; FONT-SIZE: 13px; COLOR: #FF0000

}

#header_menus A:hover {

	COLOR: #CC0000

}

#sidebar {

	float: left; /* 靠左浮動定位 */

	background: url(http://blog.udn.com/community/img/PSN_FILE/actadmin_sidebar.jpg) no-repeat center top;

	padding: 15px 0 0;

}

#sidebar TABLE {

	MARGIN: auto; POSITION: relative! important;

}

.sidebar-bg {

}

.sidebar-panel-bg {

}

table.sidebar-bg {

	background: url(http://blog.udn.com/community/img/PSN_FILE/actadmin_sidebar.jpg) no-repeat center bottom;

	padding: 0 0 15px;

}



#content {

	FLOAT: left

}

#content .main-topic {

	FONT-WEIGHT: bold; COLOR: #CC3300
}

#content A.main-topic:link {

	FONT-WEIGHT: bold; COLOR: #CC3300; TEXT-DECORATION: none

}

#content A.main-topic:visited {

	FONT-WEIGHT: bold; COLOR: #CC3300; TEXT-DECORATION: none

}

#content .main-title {

	COLOR: #000000;

}

#content A.main-title:link {

	TEXT-DECORATION: none

}

#content A.main-title:visited {

	TEXT-DECORATION: none

}

#content A.main-title:hover {

	COLOR: #000000

}

#content .main-text {

	COLOR: #293C04

}

#content A.main-text:link {

	TEXT-DECORATION: none

}

#content A.main-text:visited {

	COLOR: #0000FF; TEXT-DECORATION: none

}

#content A.main-text:hover {

	text-decoration: underline;

}

/* --------------【個人相簿】------------- */
/* 相簿樣式 */
.photo_album { 
 width: 140px; /* 寬度 */
 height: 140px; /* 高度 */
 text-align: center;  /* 相片水平居中 */
 vertical-align: middle;  /* 相片垂直居中 */
 background: url(http://g.udn.com/community/img/user_all/photo_album.gif) no-repeat; /* 背景圖 */
}
#photo_album_list {
 list-style: none; /* 條列式樣式：無 */
 margin: 0px; /* 邊界的間距 */
 padding: 0px; /* 內距 */
}
#photo_album_list li {
 margin: auto;
 padding: 5px 20px; /* 相框間距 */
 display: inline; /* 橫式排列 */
 float: left; /* 靠左浮動定位 */
 width: 140px; /* 給標題折行用，須與相簿框一樣寬 */
 height: 280px; /* 調適標題高度 */
 table-layout:fixed; /* 強制換行 */
 word-wrap:break-word; /* 強制換行 */
 word-break:keep-all; /* 強制換行 */
}
/* 相片樣式 */
.photo_picture { 
 width: 140px; /* 寬度 */
 height: 144px; /* 高度 */
 text-align: center; /* 相片水平居中 */
 vertical-align: middle; /* 相片垂直居中 */
 background: url(http://g.udn.com/community/img/user_all/photo_picture.gif) no-repeat; /* 背景圖 */
}
#photo_picture_list {
 list-style: none; /* 條列式樣式：無 */
 margin: 0px; /* 邊界的間距 */
 padding: 0px; /* 內距 */
}
#photo_picture_list li {
 margin: auto; /* 邊界的間距 */
 padding: 5px 3px; /* 相框間距 */
 display: inline; /* 橫式排列 */
 float: left; /* 靠左浮動定位 */
 width: 140px; /* 給標題折行用，須與相片框一樣寬 */
 height: 240px; /* 調適標題高度 */
 table-layout:fixed; /* 強制換行 */
 word-wrap:break-word; /* 強制換行 */
 word-break:keep-all; /* 強制換行 */
} 


.gbook-title {

	PADDING-RIGHT: 10px; PADDING-LEFT: 10px; PADDING-BOTTOM: 0px; COLOR: #4d0099; PADDING-TOP: 10px; BACKGROUND-COLOR: #b4d295

}

.gbook-content {

	PADDING-RIGHT: 10px; PADDING-LEFT: 10px; PADDING-BOTTOM: 5px; MARGIN: 10px; COLOR: #333333; PADDING-TOP: 5px; BACKGROUND-COLOR: #ffffff

}

.gbook-bg {

	BACKGROUND-COLOR: #b4d295

}

















