@charset "utf-8";
body {
		font:small Verdana, AppleGothic, Sans-serif;
		color:#333333; margin:0px 0; padding:0px; 
		background:#F1F1F1 url('./images/bg01.gif') repeat-x;
		word-break:break-all; }

a { text-decoration:none; color:#333333; }
a:hover { color:#FF0000; }


/* Float bug */
.clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
.clearfix { display: inline-block; }

/* Holly Hack Targets IE Win only \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End Holly Hack */

/* misc */
img { border: none; }

p { 	margin: .4em 0 .5em 0; 
		line-height: 180%; 
		}
	p img { margin: 0; }

hr {
		height: 1px; color: #aaa; background-color: #aaa;
		border: 0; margin: .2em 0 .2em 0;
		}

h1, h2, h3, h4, h5, h6 {
		color: black; background: none; font-weight: normal;
		margin: 0;
		/*
		padding-top: .5em;
		padding-bottom: .17em;
		border-bottom: 1px solid #aaa;
		*/
		}
	h1 { font-size: 188%; }
	h2 { font-size: 150%; }
	h3, h4, h5, h6 {
		border-bottom: none;
		font-weight: normal;
		}
	h3 { font-size: 132%; }
	h4 { font-size: 116%; }
	h5 { font-size: 100%; }
	h6 { font-size: 80%; }


/*-------------------------------*/
/* customization */
/*-------------------------------*/

fieldset { padding:1em; border:1px solid #A1A1A1; letter-spacing:0; }
* html fieldset { /* \ Not Mac */ position:relative; clear:both; margin-top:1.8em;  padding:2em 1em 1em; /* */ }

legend { font:11px Verdana; color:#666666; }
* html fieldset legend { /* \ Not Mac */ position:absolute; top:-.8em;left:.4em; /* */}

fieldset div { margin:.3em 0; }

label { padding-left:.2em; font:11px Verdana; vertical-align:middle; }
label span { color:#999; }

.input{ 
	padding:4px .5em; margin:0px 0px 1px 0px; 
	background:#fafaf8 url('./images/bgForm.gif') repeat-x 0 0;
	vertical-align:middle; color:#444444; border:1px solid #B1B1B1;
	}

.textarea {	
	padding:4px .5em; margin:0px 0px 1px 0px; 
	color:#444444; 
	background:#fafaf8 url(./images/bgForm.gif) repeat-x 0 0; border:1px solid #B1B1B1;
	}

.checkbox { background:none; padding:0; width:12px; border:0 none; }

.submit input {
	padding:.3em; height:26px;
	color:#444444; cursor:pointer;
	}

.dotLine { background:url('./images/dotLine.gif') bottom repeat-x; }

.paging{
	font:small Verdana;
	color:666666;
	text-decoration:none;
	margin-top:10px;
	margin-bottom:5px;
	text-align:center;
	}
	.paging a { color:#666666; text-decoration:underline; }
	.paging a:hover { color:#FF0000;}

.pathway { color:#888888; line-height:30px; padding-right:5px; }
	.pathway a { color:#888888; text-decoration:underline; }
	.pathway a:hover { color:#FF0000;}
	
#pageSearch { margin:0;padding:0;display:inline; }
	#pageSearch .searchSubmit { 
			border-style: none; border-color: inherit; border-width: 0; 
			padding: 0; margin: 0; vertical-align: middle; cursor: pointer; display: inline-block;
			width:32px; height:26px; background:url('./images/searchSubmit.gif') 2px 0px no-repeat;
		}
	
/* index start */
#loginUnit { font-size:80%; }
#loginUnit .header { display:none; }
#loginUnit .trunk { padding:60px 0 0 16px; }
#loginUnit .trunk a { text-decoration:underline; }
#loginUnit .trunk a:hover { }
#loginUnit .trunk .account { height:25px; }
#loginUnit .trunk .account .item { display:none; }
#loginUnit .trunk .account .info { padding-left:38px; background:url('./images/loginBoxTitle01.gif') 0 2px no-repeat; }
#loginUnit .trunk .account .info input { border:1px #CBCBCB solid; ; width:100px; }
#loginUnit .trunk .password { height:25px; }
#loginUnit .trunk .password .item { display:none; }
#loginUnit .trunk .password .info { padding-left:38px; background:url('./images/loginBoxTitle02.gif') 0 2px no-repeat; }
#loginUnit .trunk .password .info input { border:1px #CBCBCB solid; ; width:100px; }
#loginUnit .trunk .process { height:43px; padding-left:93px;}
#loginUnit .trunk .links .register { float:left; }
#loginUnit .trunk .links .forgot { float:right; margin-right:15px; }

#loginUnit .trunk .status { line-height:160%; padding:0 10px 0 0; }
#loginUnit .trunk .status .functions { margin-top:10px; }


#indexContainer { padding:0px 5px; width:830px; margin-bottom:20px; background:url('./images/indexBackground2.gif') 635px 0 repeat-y; }
#indexColumnLeft { float:left; width:175px; }
#indexColumnCenter { float:left; width:443px; }
#indexColumnRight { float:left; width:185px; padding-left:27px; }

#subMenu { background:url('./images/subMenuBg.gif') 0 0 repeat-y; }

#banner_leftSide { width:165px; overflow:hidden; text-align:center; margin-top:12px; }
#banner_leftSide .item { margin-bottom:6px; }
#banner_leftSide .item a { color:#888888; text-decoration:underline; }
#banner_leftSide .item a:hover { color:#FF0000; }
#banner_leftSide .item img { display:none; }
#banner_leftSide .item span { display:block; font-size:80%; text-align:center; margin-top:3px; }


#actionUnit { margin-bottom:18px; }
	#actionUnit .header { height:37px; background:url('./images/mainTitleOverview.gif') 0 -37px no-repeat; }
	#actionUnit .headerContent {}
	#actionUnit .trunk {}
	#actionUnit .trunkContent { padding:4px 8px 0 8px; }
	#actionUnit .trunkContent .item { color:#555555; line-height:25px; }
		#actionUnit .trunkContent .item a { color:#555555; text-decoration:underline; }
		#actionUnit .trunkContent .item a:hover { color:#FF0000; }
		#actionUnit .trunkContent .item .date { float:right; color:#ED1C24; text-decoration:underline; }
		#actionUnit .trunkContent .item .title { float:left; }
		#actionUnit .trunkContent .item .title .signning { padding-right:32px; background:url('./images/noticeSignning.gif') right 1px no-repeat; }
		#actionUnit .trunkContent .item .title .new { padding-right:32px; background:url('./images/noticeNew.gif') right 1px no-repeat; }
	#actionUnit .trunkContent .more { text-align:right; margin-top:12px; }
		#actionUnit .trunkContent .more a { color:#999999; text-decoration:underline; }
		#actionUnit .trunkContent .more a:hover { color:#FF0000; }

#noticeUnit { margin-bottom:18px; }
	#noticeUnit .header { height:37px; background:url('./images/mainTitleOverview.gif') 0 -629px no-repeat; }
	#noticeUnit .headerContent {}
	#noticeUnit .trunk {}
	#noticeUnit .trunkContent { padding:4px 8px 0 8px; }
	#noticeUnit .trunkContent .item { color:#555555; line-height:25px; }
		#noticeUnit .trunkContent .item a { color:#555555; text-decoration:underline; }
		#noticeUnit .trunkContent .item a:hover { color:#FF0000; }
		#noticeUnit .trunkContent .item .date { float:right; color:#ED1C24; text-decoration:underline; }
		#noticeUnit .trunkContent .item .title { float:left; }
		#noticeUnit .trunkContent .item .title .signning { padding-right:32px; background:url('./images/noticeSignning.gif') right 1px no-repeat; }
		#noticeUnit .trunkContent .item .title .new { padding-right:32px; background:url('./images/noticeNew.gif') right 1px no-repeat; }
	#noticeUnit .trunkContent .more { text-align:right; margin-top:12px; }
		#noticeUnit .trunkContent .more a { color:#999999; text-decoration:underline; }
		#noticeUnit .trunkContent .more a:hover { color:#FF0000; }

#albumUnit {}
	#albumUnit .header { height:37px; background:url('./images/mainTitleOverview.gif') 0 -74px no-repeat; }
	#albumUnit .headerContent {}
	#albumUnit .trunk {}
	#albumUnit .trunkContent {}
	#albumUnit .trunkContent .more { text-align:right; margin-top:12px; padding-right:8px; }
		#albumUnit .trunkContent .more a { color:#999999; text-decoration:underline; }
		#albumUnit .trunkContent .more a:hover { color:#FF0000; }

#calendar { margin-bottom:10px; }
	#calendar .header { height:37px; background:url('./images/mainTitleOverview.gif') 0 -111px no-repeat; }
	#calendar .headerContent {} 
	#calendar .trunkContent { padding:4px 0px; }
	#calendar .trunkContent table { font-size:80%; }
	#calendar .trunkContent table th { padding:4px 0; }
	#calendar .trunkContent table td { padding:4px 0; border-top:1px #E1E1E1 solid; }
	#calendar .cal_month { text-align:center; font-weight:normal; font-size:116%; background-color:#F1F1F1; padding:4px 0; }
	#calendar .cal_week0 { text-align:center; color:#FF5F3D; }
	#calendar .cal_week1 { text-align:center; border-left:1px #E1E1E1 solid; }
	#calendar .cal_week2 { text-align:center; border-left:1px #E1E1E1 solid; }
	#calendar .cal_week3 { text-align:center; border-left:1px #E1E1E1 solid; }
	#calendar .cal_week4 { text-align:center; border-left:1px #E1E1E1 solid; }
	#calendar .cal_week5 { text-align:center; border-left:1px #E1E1E1 solid; }
	#calendar .cal_week6 { text-align:center; color:#FF5F3D; border-left:1px #E1E1E1 solid; }
	#calendar .cal_day1 { text-align:center; }
	#calendar .cal_day2 { text-align:center; }
	#calendar .cal_day3 { text-align:center; }
	#calendar .cal_day4 { text-align:center; background-color:#8DC63F; color:#FFFFFF; }

#footer { width:810px; padding:10px 15px; color:#555555; line-height:1.6; text-align:center}
	#footer a { color:#0054A6; text-decoration:underline; }
	#footer a:hover { color:#FF0000; }

#action2Unit { margin-bottom:18px; }
	#action2Unit .header { height:37px; background:url('./images/mainTitleOverview.gif') 0 -148px no-repeat; }
	#action2Unit .headerContent {}
	#action2Unit .trunk {}
	#action2Unit .trunkContent { padding:4px 8px 0 8px; }
	#action2Unit .trunkContent .item { color:#555555; line-height:25px; }
		#action2Unit .trunkContent .item a { color:#555555; text-decoration:underline; }
		#action2Unit .trunkContent .item a:hover { color:#FF0000; }
		#action2Unit .trunkContent .item .date { float:right; color:#ED1C24; text-decoration:underline; }
		#action2Unit .trunkContent .item .title { float:left; }
		#action2Unit .trunkContent .item .title .signning { padding-right:32px; background:url('./images/noticeSignning.gif') right 1px no-repeat; }
		#action2Unit .trunkContent .item .title .new { padding-right:32px; background:url('./images/noticeNew.gif') right 1px no-repeat; }
	#action2Unit .trunkContent .more { text-align:right; margin-top:12px; }
		#action2Unit .trunkContent .more a { color:#999999; text-decoration:underline; }
		#action2Unit .trunkContent .more a:hover { color:#FF0000; }

#album2Unit {}
	#album2Unit .header { height:37px; background:url('./images/mainTitleOverview.gif') 0 -185px no-repeat; }
	#album2Unit .headerContent {}
	#album2Unit .trunk {}
	#album2Unit .trunkContent {}
	#album2Unit .trunkContent .more { text-align:right; margin-top:12px; padding-right:8px; }
		#album2Unit .trunkContent .more a { color:#999999; text-decoration:underline; }
		#album2Unit .trunkContent .more a:hover { color:#FF0000; }

#calendar2 { margin-bottom:10px; }
	#calendar2 .header { height:37px; background:url('./images/mainTitleOverview.gif') 0 -221px no-repeat; }
	#calendar2 .headerContent {} 
	#calendar2 .trunkContent { padding:4px 0px; }
	#calendar2 .trunkContent table { font-size:80%; }
	#calendar2 .trunkContent table th { padding:4px 0; }
	#calendar2 .trunkContent table td { padding:4px 0; border-top:1px #E1E1E1 solid; }
	#calendar2 .cal_month { text-align:center; font-weight:normal; font-size:116%; background-color:#F1F1F1; padding:4px 0; }
	#calendar2 .cal_week0 { text-align:center; color:#FF5F3D; }
	#calendar2 .cal_week1 { text-align:center; border-left:1px #E1E1E1 solid; }
	#calendar2 .cal_week2 { text-align:center; border-left:1px #E1E1E1 solid; }
	#calendar2 .cal_week3 { text-align:center; border-left:1px #E1E1E1 solid; }
	#calendar2 .cal_week4 { text-align:center; border-left:1px #E1E1E1 solid; }
	#calendar2 .cal_week5 { text-align:center; border-left:1px #E1E1E1 solid; }
	#calendar2 .cal_week6 { text-align:center; color:#FF5F3D; border-left:1px #E1E1E1 solid; }
	#calendar2 .cal_day1 { text-align:center; }
	#calendar2 .cal_day2 { text-align:center; }
	#calendar2 .cal_day3 { text-align:center; }
	#calendar2 .cal_day4 { text-align:center; background-color:#8DC63F; color:#FFFFFF; }

/* index end */

/* page start */

#pageContainer { padding:0px 5px; width:830px; margin-bottom:20px; }
#pageColumnLeft { float:left; width:175px; }
#pageColumnCenter { float:left; width:650px; padding-left:5px; }

#member {}
	#member .header { height:37px; background:url('./images/mainTitleOverview.gif') 0 -592px no-repeat; }
		#member .headerContent { text-align:right; }
	
	#member .register {}
		#member .register .registerContent { padding:10px 0; }
		#member .register .registerContent .title span { color:#333333; }
		#member .register .registerContent .title { margin-bottom:20px; }
		#member .register .registerContent .description { line-height:160%; }
		#member .register .registerContent .conditionTitle1 { font-weight:normal; padding:4px 0px 4px 8px; background-color:#898777; color:#FFFFFF; }
		#member .register .registerContent .conditionTitle2 { font-weight:normal; margin-top:14px; padding:4px 0px 4px 8px; background-color:#898777; color:#FFFFFF; }
		#member .register .registerContent .submit { margin:15px 0px;  }
		#member .register .registerContent .condition1 { background:#F0EFE1 url('./images/dotLine.gif') left bottom repeat-x; border-left:2px #AEAC97 solid; }
		#member .register .registerContent .condition1 .item { float:left; width:133px; padding:8px 0px; text-align:right; }
		#member .register .registerContent .condition1 .info { float:left; width:490px; padding:8px 0px 8px 25px; }
		#member .register .registerContent .condition2 { background:#F0EFE1 url('./images/dotLine.gif') left bottom repeat-x; border-left:2px #AEAC97 solid; }
		#member .register .registerContent .condition2 .item { float:left; width:133px; padding:8px 0px; text-align:right; }
		#member .register .registerContent .condition2 .info { float:left; width:490px; padding:8px 0px 8px 25px; }
		#member .register .registerContent .condition3 { background:#F9F9F9 url('./images/dotLine.gif') left bottom repeat-x; border-left:2px #D1D1D1 solid; }
		#member .register .registerContent .condition3 .item { float:left; width:133px; padding:8px 0px; text-align:right; }
		#member .register .registerContent .condition3 .info { float:left; width:490px; padding:8px 0px 8px 25px; }
		#member .register .registerContent .condition4 { background:#F9F9F9 url('./images/dotLine.gif') left bottom repeat-x; border-left:2px #D1D1D1 solid; }
		#member .register .registerContent .condition4 .item { float:left; width:133px; padding:8px 0px; text-align:right; }
		#member .register .registerContent .condition4 .info { float:left; width:490px; padding:8px 0px 8px 25px; }
		#member .register .registerContent .condition5 { background:#F0EFE1 url('./images/dotLine.gif') left bottom repeat-x; border-left:2px #AEAC97 solid; }
		#member .register .registerContent .condition5 .item { float:left; width:133px; padding:8px 0px; text-align:right; }
		#member .register .registerContent .condition5 .info { float:left; width:490px; padding:8px 0px 8px 25px; }
		#member .register .registerContent .condition6 { background:#F0EFE1 url('./images/dotLine.gif') left bottom repeat-x; border-left:2px #AEAC97 solid; }
		#member .register .registerContent .condition6 .item { float:left; width:133px; padding:8px 0px; text-align:right; }
		#member .register .registerContent .condition6 .info { float:left; width:490px; padding:8px 0px 8px 25px; }
		#member .register .registerContent .condition7 { background:#F9F9F9 url('./images/dotLine.gif') left bottom repeat-x; border-left:2px #D1D1D1 solid; }
		#member .register .registerContent .condition7 .item { float:left; width:133px; padding:8px 0px; text-align:right; }
		#member .register .registerContent .condition7 .info { float:left; width:490px; padding:8px 0px 8px 25px; }
		#member .register .registerContent .condition8 { background:#F0EFE1 url('./images/dotLine.gif') left bottom repeat-x; border-left:2px #AEAC97 solid; }
		#member .register .registerContent .condition8 .item { float:left; width:133px; padding:8px 0px; text-align:right; }
		#member .register .registerContent .condition8 .info { float:left; width:490px; padding:8px 0px 8px 25px; }
		#member .register .registerContent .condition9 { background:#F0EFE1 url('./images/dotLine.gif') left bottom repeat-x; border-left:2px #AEAC97 solid; }
		#member .register .registerContent .condition9 .item { float:left; width:133px; padding:8px 0px; text-align:right; }
		#member .register .registerContent .condition9 .info { float:left; width:490px; padding:8px 0px 8px 25px; }
		#member .register .registerContent .condition10 { background:#F0EFE1 url('./images/dotLine.gif') left bottom repeat-x; border-left:2px #AEAC97 solid; }
		#member .register .registerContent .condition10 .item { float:left; width:133px; padding:8px 0px; text-align:right; }
		#member .register .registerContent .condition10 .info { float:left; width:490px; padding:8px 0px 8px 25px; }
		#member .register .registerContent .condition11 { background:#F0EFE1 url('./images/dotLine.gif') left bottom repeat-x; border-left:2px #AEAC97 solid; }
		#member .register .registerContent .condition11 .item { float:left; width:133px; padding:8px 0px; text-align:right; }
		#member .register .registerContent .condition11 .info { float:left; width:490px; padding:8px 0px 8px 25px; }

	#member .profile {}
		#member .profile .profileContent { padding:10px 0; }
		#member .profile .profileContent .title span { color:#333333; }
		#member .profile .profileContent .title { margin-bottom:20px; }
		#member .profile .profileContent .description { line-height:160%; }
		#member .profile .profileContent .conditionTitle1 { font-weight:normal; padding:4px 0px 4px 8px; background-color:#898777; color:#FFFFFF; }
		#member .profile .profileContent .conditionTitle2 { font-weight:normal; margin-top:14px; padding:4px 0px 4px 8px; background-color:#898777; color:#FFFFFF; }
		#member .profile .profileContent .submit { margin:15px 0px;  }
		#member .profile .profileContent .condition1 { background:#F0EFE1 url('./images/dotLine.gif') left bottom repeat-x; border-left:2px #AEAC97 solid; }
		#member .profile .profileContent .condition1 .item { float:left; width:133px; padding:8px 0px; text-align:right; }
		#member .profile .profileContent .condition1 .info { float:left; width:490px; padding:8px 0px 8px 25px; }
		#member .profile .profileContent .condition2 { background:#F0EFE1 url('./images/dotLine.gif') left bottom repeat-x; border-left:2px #AEAC97 solid; }
		#member .profile .profileContent .condition2 .item { float:left; width:133px; padding:8px 0px; text-align:right; }
		#member .profile .profileContent .condition2 .info { float:left; width:490px; padding:8px 0px 8px 25px; }
		#member .profile .profileContent .condition3 { background:#F9F9F9 url('./images/dotLine.gif') left bottom repeat-x; border-left:2px #D1D1D1 solid; }
		#member .profile .profileContent .condition3 .item { float:left; width:133px; padding:8px 0px; text-align:right; }
		#member .profile .profileContent .condition3 .info { float:left; width:490px; padding:8px 0px 8px 25px; }
		#member .profile .profileContent .condition4 { background:#F9F9F9 url('./images/dotLine.gif') left bottom repeat-x; border-left:2px #D1D1D1 solid; }
		#member .profile .profileContent .condition4 .item { float:left; width:133px; padding:8px 0px; text-align:right; }
		#member .profile .profileContent .condition4 .info { float:left; width:490px; padding:8px 0px 8px 25px; }
		#member .profile .profileContent .condition5 { background:#F0EFE1 url('./images/dotLine.gif') left bottom repeat-x; border-left:2px #AEAC97 solid; }
		#member .profile .profileContent .condition5 .item { float:left; width:133px; padding:8px 0px; text-align:right; }
		#member .profile .profileContent .condition5 .info { float:left; width:490px; padding:8px 0px 8px 25px; }
		#member .profile .profileContent .condition6 { background:#F0EFE1 url('./images/dotLine.gif') left bottom repeat-x; border-left:2px #AEAC97 solid; }
		#member .profile .profileContent .condition6 .item { float:left; width:133px; padding:8px 0px; text-align:right; }
		#member .profile .profileContent .condition6 .info { float:left; width:490px; padding:8px 0px 8px 25px; }
		#member .profile .profileContent .condition7 { background:#F9F9F9 url('./images/dotLine.gif') left bottom repeat-x; border-left:2px #D1D1D1 solid; }
		#member .profile .profileContent .condition7 .item { float:left; width:133px; padding:8px 0px; text-align:right; }
		#member .profile .profileContent .condition7 .info { float:left; width:490px; padding:8px 0px 8px 25px; }
		#member .profile .profileContent .condition8 { background:#F0EFE1 url('./images/dotLine.gif') left bottom repeat-x; border-left:2px #AEAC97 solid; }
		#member .profile .profileContent .condition8 .item { float:left; width:133px; padding:8px 0px; text-align:right; }
		#member .profile .profileContent .condition8 .info { float:left; width:490px; padding:8px 0px 8px 25px; }
		#member .profile .profileContent .condition9 { background:#F0EFE1 url('./images/dotLine.gif') left bottom repeat-x; border-left:2px #AEAC97 solid; }
		#member .profile .profileContent .condition9 .item { float:left; width:133px; padding:8px 0px; text-align:right; }
		#member .profile .profileContent .condition9 .info { float:left; width:490px; padding:8px 0px 8px 25px; }
		#member .profile .profileContent .condition10 { background:#F0EFE1 url('./images/dotLine.gif') left bottom repeat-x; border-left:2px #AEAC97 solid; }
		#member .profile .profileContent .condition10 .item { float:left; width:133px; padding:8px 0px; text-align:right; }
		#member .profile .profileContent .condition10 .info { float:left; width:490px; padding:8px 0px 8px 25px; }

	#member .password {}
		#member .password .passwordContent { padding:10px 0; }
		#member .password .passwordContent .title span { color:#333333; }
		#member .password .passwordContent .title { margin-bottom:20px; }
		#member .password .passwordContent .description { line-height:160%; }
		#member .password .passwordContent .conditionTitle1 { font-weight:normal; padding:4px 0px 4px 8px; background-color:#898777; color:#FFFFFF; }
		#member .password .passwordContent .conditionTitle2 { font-weight:normal; margin-top:14px; padding:4px 0px 4px 8px; background-color:#898777; color:#FFFFFF; }
		#member .password .passwordContent .submit { margin:15px 0px;  }
		#member .password .passwordContent .condition1 { background:#F0EFE1 url('./images/dotLine.gif') left bottom repeat-x; border-left:2px #AEAC97 solid; }
		#member .password .passwordContent .condition1 .item { float:left; width:133px; padding:8px 0px; text-align:right; }
		#member .password .passwordContent .condition1 .info { float:left; width:490px; padding:8px 0px 8px 25px; }
		#member .password .passwordContent .condition1 .info input { width:400px; }
		#member .password .passwordContent .condition2 { background:#F0EFE1 url('./images/dotLine.gif') left bottom repeat-x; border-left:2px #AEAC97 solid; }
		#member .password .passwordContent .condition2 .item { float:left; width:133px; padding:8px 0px; text-align:right; }
		#member .password .passwordContent .condition2 .info { float:left; width:490px; padding:8px 0px 8px 25px; }
		#member .password .passwordContent .condition2 .info input { width:400px; }

#intro { }
	#intro .header { height:37px; background:url('./images/mainTitleOverview.gif') 0 0px no-repeat; }
		#intro .headerContent {}
		#intro .headerContent .leftSide { float:left; width:200px; padding-left:50px; line-height:30px; font-weight:bold; font-size:132%; }
		#intro .headerContent .rightSide { float:right; width:400px; text-align:right; }
	#intro .display {}
		#intro .displayContent { padding:12px 0 16px 0; }
		#intro .displayContent .description { line-height:160%; }
		#intro .displayContent .back { background:url('./images/arrow_undo.gif') 0 1px no-repeat; margin-top:30px; padding-left:20px; }
		#intro .displayContent .back A { color:#A7A7A7; text-decoration:none; border-bottom:1px #A7A7A7 solid; }
		#intro .displayContent .back A:hover { color:#FF0000; border-bottom:1px #FF0000 solid; }
	#intro .list {}
		#intro .listContent { padding:0px 0 16px 0; }
	
	
	.intro1 .header { background:url('./images/mainTitleOverview.gif') 0 -555px no-repeat !important; }
	.intro1 .headerContent .leftSide { display:none !important; }
	.intro2 .header { background:url('./images/mainTitleOverview.gif') 0 -518px no-repeat !important; }
	.intro2 .headerContent .leftSide { display:none !important; }


#notice { }
	#notice .header { height:37px; background:url('./images/mainTitleOverview.gif') 0 -629px no-repeat; }
		#notice .headerContent { text-align:right; }
	#notice .display {}
		#notice .displayContent { padding:4px 0 16px 0; }
		#notice .displayContent .title span { color:#000000; }
		#notice .displayContent .title { padding:8px 10px; background:#E6E4DD url('./images/dotLine.gif') bottom repeat-x; }
		#notice .displayContent .date { padding:6px 10px 10px 30px; background:#F1EFE8 url('./images/date.gif') 10px 7px no-repeat; color:#555555; }
		#notice .displayContent .file { display:none; padding:6px 10px 10px 30px; background:#F1EFE8 url('./images/page_save.gif') 10px 7px no-repeat; color:#555555; }
		#notice .displayContent .file A { text-decoration:underline; }
		#notice .displayContent .file A:hover { }
		#notice .displayContent .description { padding:8px; line-height:160%; }
		#notice .displayContent .image { display:none; text-align:center; }
		#notice .displayContent .image img { border:3px #E1E1E1 solid; }
		#notice .displayContent .back { background:url('./images/arrow_undo.gif') 0 1px no-repeat; margin-top:30px; padding-left:20px; }
		#notice .displayContent .back A { color:#A7A7A7; text-decoration:none; border-bottom:1px #A7A7A7 solid; }
		#notice .displayContent .back A:hover { color:#FF0000; border-bottom:1px #FF0000 solid; }
	#notice .list {}
		#notice .listContent { padding:0px 0 16px 0; }
			#notice .list .pageNavigator { padding:8px 10px 8px 30px; background:#F1EFE8 url('./images/page_copy.gif') 10px 8px no-repeat; color:#555555; }
			#notice .list .search { display:none; }
			
			#notice .listContent .listContentItem { padding:16px 10px 16px 10px; width:630px; }
			#notice .listContent .listContentItem .title { }
			#notice .listContent .listContentItem .title A { color:#004A80; text-decoration:underline; }
			#notice .listContent .listContentItem .title A:hover { color:#FF0000; }
			#notice .listContent .listContentItem .title .date { background:url('./images/date.gif') 0 1px no-repeat; padding-left:18px; }
			#notice .listContent .listContentItem .description { font-size:85%; color:#555555; line-height:150%; margin-top:6px; padding-left:15px; }
			#notice .listContent .listContentItem .description A { color:#444444; text-decoration:underline; }
			#notice .listContent .listContentItem .description A:hover { color:#FF0000; }

#action { }
	#action .header { height:37px; background:url('./images/mainTitleOverview.gif') 0 -37px no-repeat; }
		#action .headerContent { text-align:right; }
	#action .display {}
		#action .displayContent { padding:4px 0 16px 0; }
		#action .displayContent .title span { color:#000000; }
		#action .displayContent .title { padding:8px 10px; background:#E6E4DD url('./images/dotLine.gif') bottom repeat-x; }
		#action .displayContent .date { padding:6px 10px 10px 30px; background:#F1EFE8 url('./images/date.gif') 10px 7px no-repeat; color:#555555; }
		#action .displayContent .file { display:none; padding:6px 10px 10px 30px; background:#F1EFE8 url('./images/page_save.gif') 10px 7px no-repeat; color:#555555; }
		#action .displayContent .file A { text-decoration:underline; }
		#action .displayContent .file A:hover { }
		#action .displayContent .description { padding:8px; line-height:160%; }
		#action .displayContent .image { display:none; text-align:center; }
		#action .displayContent .image img { border:3px #E1E1E1 solid; }
		#action .displayContent .back { background:url('./images/arrow_undo.gif') 0 1px no-repeat; margin-top:30px; padding-left:20px; }
		#action .displayContent .back A { color:#A7A7A7; text-decoration:none; border-bottom:1px #A7A7A7 solid; }
		#action .displayContent .back A:hover { color:#FF0000; border-bottom:1px #FF0000 solid; }
	#action .list {}
		#action .listContent { padding:0px 0 16px 0; }
			#action .list .pageNavigator { padding:8px 10px 8px 30px; background:#F1EFE8 url('./images/page_copy.gif') 10px 8px no-repeat; color:#555555; }
			#action .list .search { display:none; }
			
			#action .listContent .listContentItem { padding:16px 10px 16px 10px; width:630px; }
			#action .listContent .listContentItem .cover { float:left; width:95px; height:85px; }
			#action .listContent .listContentItem .coverContent { width:75px; height:75px; border:1px #D7D7D7 solid; padding:3px; background:#FFFFFF url('./images/noImageS.gif') center center no-repeat;}
			#action .listContent .listContentItem .title { }
			#action .listContent .listContentItem .title A { color:#004A80; text-decoration:underline; }
			#action .listContent .listContentItem .title A:hover { color:#FF0000; }
			#action .listContent .listContentItem .title .date { background:url('./images/date.gif') 0 1px no-repeat; padding-left:18px; }
			#action .listContent .listContentItem .description { font-size:85%; color:#555555; line-height:150%; margin-top:6px; }
			#action .listContent .listContentItem .description A { color:#444444; text-decoration:underline; }
			#action .listContent .listContentItem .description A:hover { color:#FF0000; }

#action2 { }
	#action2 .header { height:37px; background:url('./images/mainTitleOverview.gif') 0 -665px no-repeat; }
		#action2 .headerContent { text-align:right; }
	#action2 .display {}
		#action2 .displayContent { padding:4px 0 16px 0; }
		#action2 .displayContent .title span { color:#000000; }
		#action2 .displayContent .title { padding:8px 10px; background:#E6E4DD url('./images/dotLine.gif') bottom repeat-x; }
		#action2 .displayContent .date { padding:6px 10px 10px 30px; background:#F1EFE8 url('./images/date.gif') 10px 7px no-repeat; color:#555555; }
		#action2 .displayContent .file { display:none; padding:6px 10px 10px 30px; background:#F1EFE8 url('./images/page_save.gif') 10px 7px no-repeat; color:#555555; }
		#action2 .displayContent .file A { text-decoration:underline; }
		#action2 .displayContent .file A:hover { }
		#action2 .displayContent .description { padding:8px; line-height:160%; }
		#action2 .displayContent .image { display:none; text-align:center; }
		#action2 .displayContent .image img { border:3px #E1E1E1 solid; }
		#action2 .displayContent .back { background:url('./images/arrow_undo.gif') 0 1px no-repeat; margin-top:30px; padding-left:20px; }
		#action2 .displayContent .back A { color:#A7A7A7; text-decoration:none; border-bottom:1px #A7A7A7 solid; }
		#action2 .displayContent .back A:hover { color:#FF0000; border-bottom:1px #FF0000 solid; }
	#action2 .list {}
		#action2 .listContent { padding:0px 0 16px 0; }
			#action2 .list .pageNavigator { padding:8px 10px 8px 30px; background:#F1EFE8 url('./images/page_copy.gif') 10px 8px no-repeat; color:#555555; }
			#action2 .list .search { display:none; }
			
			#action2 .listContent .listContentItem { padding:16px 10px 16px 10px; width:630px; }
			#action2 .listContent .listContentItem .cover { float:left; width:95px; height:85px; }
			#action2 .listContent .listContentItem .coverContent { width:75px; height:75px; border:1px #D7D7D7 solid; padding:3px; background:#FFFFFF url('./images/noImageS.gif') center center no-repeat;}
			#action2 .listContent .listContentItem .title { }
			#action2 .listContent .listContentItem .title A { color:#004A80; text-decoration:underline; }
			#action2 .listContent .listContentItem .title A:hover { color:#FF0000; }
			#action2 .listContent .listContentItem .title .date { background:url('./images/date.gif') 0 1px no-repeat; padding-left:18px; }
			#action2 .listContent .listContentItem .description { font-size:85%; color:#555555; line-height:150%; margin-top:6px; }
			#action2 .listContent .listContentItem .description A { color:#444444; text-decoration:underline; }
			#action2 .listContent .listContentItem .description A:hover { color:#FF0000; }

#article { }
	#article .header { height:37px; background:url('./images/mainTitleOverview.gif') 0 -296px no-repeat; }
		#article .headerContent { text-align:right; }
	#article .display {}
		#article .displayContent { padding:4px 0 16px 0; }
		#article .displayContent .title span { color:#000000; }
		#article .displayContent .title { padding:8px 10px; background:#E6E4DD url('./images/dotLine.gif') bottom repeat-x; }
		#article .displayContent .date { padding:6px 10px 10px 30px; background:#F1EFE8 url('./images/date.gif') 10px 7px no-repeat; color:#555555; }
		#article .displayContent .description { padding:8px; line-height:160%; }
		#article .displayContent .back { background:url('./images/arrow_undo.gif') 0 1px no-repeat; margin-top:30px; padding-left:20px; }
		#article .displayContent .back A { color:#A7A7A7; text-decoration:none; border-bottom:1px #A7A7A7 solid; }
		#article .displayContent .back A:hover { color:#FF0000; border-bottom:1px #FF0000 solid; }
	#article .list {}
		#article .listContent { padding:0px 0 16px 0; }
			#article .listContent .pageNavigator { margin-top:6px; padding:7px 8px 6px 8px; background-color:#F7F7F7; border:1px #C1C1C1 solid; }
			#article .listContent .pageNavigator .pages { float:left; }
			#article .listContent .pageNavigator .search { float:right; }
			
			#article .listContent .listContentItem { padding:16px 0 16px 10px; width:640px; }
			#article .listContent .listContentItem .title { }
			#article .listContent .listContentItem .title A { color:#004A80; text-decoration:underline; }
			#article .listContent .listContentItem .title A:hover { color:#FF0000; }
			#article .listContent .listContentItem .title .date { background:url('./images/date.gif') 0 1px no-repeat; padding-left:18px; }
			#article .listContent .listContentItem .description { font-size:85%; color:#777777; line-height:150%; margin-top:6px; padding-left:12px; }
			#article .listContent .listContentItem .description A { color:#444444; text-decoration:underline; }
			#article .listContent .listContentItem .description A:hover { color:#FF0000; }
			
#article2 { }
	#article2 .header { height:37px; background:url('./images/mainTitleOverview.gif') 0 -333px no-repeat; }
		#article2 .headerContent { text-align:right; }
	#article2 .display {}
		#article2 .displayContent { padding:4px 0 16px 0; }
		#article2 .displayContent .title span { color:#000000; }
		#article2 .displayContent .title { padding:8px 10px; background:#E6E4DD url('./images/dotLine.gif') bottom repeat-x; }
		#article2 .displayContent .date { padding:6px 10px 10px 30px; background:#F1EFE8 url('./images/date.gif') 10px 7px no-repeat; color:#555555; }
		#article2 .displayContent .description { padding:8px; line-height:160%; }
		#article2 .displayContent .back { background:url('./images/arrow_undo.gif') 0 1px no-repeat; margin-top:30px; padding-left:20px; }
		#article2 .displayContent .back A { color:#A7A7A7; text-decoration:none; border-bottom:1px #A7A7A7 solid; }
		#article2 .displayContent .back A:hover { color:#FF0000; border-bottom:1px #FF0000 solid; }
	#article2 .list {}
		#article2 .listContent { padding:0px 0 16px 0; }
			#article2 .listContent .pageNavigator { margin-top:6px; padding:7px 8px 6px 8px; background-color:#F7F7F7; border:1px #C1C1C1 solid; }
			#article2 .listContent .pageNavigator .pages { float:left; }
			#article2 .listContent .pageNavigator .search { float:right; }
			
			#article2 .listContent .listContentItem { padding:16px 0 16px 10px; width:640px; }
			#article2 .listContent .listContentItem .title { }
			#article2 .listContent .listContentItem .title A { color:#004A80; text-decoration:underline; }
			#article2 .listContent .listContentItem .title A:hover { color:#FF0000; }
			#article2 .listContent .listContentItem .title .date { background:url('./images/date.gif') 0 1px no-repeat; padding-left:18px; }
			#article2 .listContent .listContentItem .description { font-size:85%; color:#777777; line-height:150%; margin-top:6px; padding-left:12px; }
			#article2 .listContent .listContentItem .description A { color:#444444; text-decoration:underline; }
			#article2 .listContent .listContentItem .description A:hover { color:#FF0000; }
			
#article3 { }
	#article3 .header { height:37px; background:url('./images/mainTitleOverview.gif') 0 -370px no-repeat; }
		#article3 .headerContent { text-align:right; }
	#article3 .display {}
		#article3 .displayContent { padding:4px 0 16px 0; }
		#article3 .displayContent .title span { color:#000000; }
		#article3 .displayContent .title { padding:8px 10px; background:#E6E4DD url('./images/dotLine.gif') bottom repeat-x; }
		#article3 .displayContent .date { padding:6px 10px 10px 30px; background:#F1EFE8 url('./images/date.gif') 10px 7px no-repeat; color:#555555; }
		#article3 .displayContent .description { padding:8px; line-height:160%; }
		#article3 .displayContent .back { background:url('./images/arrow_undo.gif') 0 1px no-repeat; margin-top:30px; padding-left:20px; }
		#article3 .displayContent .back A { color:#A7A7A7; text-decoration:none; border-bottom:1px #A7A7A7 solid; }
		#article3 .displayContent .back A:hover { color:#FF0000; border-bottom:1px #FF0000 solid; }
	#article3 .list {}
		#article3 .listContent { padding:0px 0 16px 0; }
			#article3 .listContent .pageNavigator { margin-top:6px; padding:7px 8px 6px 8px; background-color:#F7F7F7; border:1px #C1C1C1 solid; }
			#article3 .listContent .pageNavigator .pages { float:left; }
			#article3 .listContent .pageNavigator .search { float:right; }
			
			#article3 .listContent .listContentItem { padding:16px 0 16px 10px; width:640px; }
			#article3 .listContent .listContentItem .title { }
			#article3 .listContent .listContentItem .title A { color:#004A80; text-decoration:underline; }
			#article3 .listContent .listContentItem .title A:hover { color:#FF0000; }
			#article3 .listContent .listContentItem .title .date { background:url('./images/date.gif') 0 1px no-repeat; padding-left:18px; }
			#article3 .listContent .listContentItem .description { font-size:85%; color:#777777; line-height:150%; margin-top:6px; padding-left:12px; }
			#article3 .listContent .listContentItem .description A { color:#444444; text-decoration:underline; }
			#article3 .listContent .listContentItem .description A:hover { color:#FF0000; }
			
#article4 { }
	#article4 .header { height:37px; background:url('./images/mainTitleOverview.gif') 0 -407px no-repeat; }
		#article4 .headerContent { text-align:right; }
	#article4 .display {}
		#article4 .displayContent { padding:4px 0 16px 0; }
		#article4 .displayContent .title span { color:#000000; }
		#article4 .displayContent .title { padding:8px 10px; background:#E6E4DD url('./images/dotLine.gif') bottom repeat-x; }
		#article4 .displayContent .date { padding:6px 10px 10px 30px; background:#F1EFE8 url('./images/date.gif') 10px 7px no-repeat; color:#555555; }
		#article4 .displayContent .description { padding:8px; line-height:160%; }
		#article4 .displayContent .back { background:url('./images/arrow_undo.gif') 0 1px no-repeat; margin-top:30px; padding-left:20px; }
		#article4 .displayContent .back A { color:#A7A7A7; text-decoration:none; border-bottom:1px #A7A7A7 solid; }
		#article4 .displayContent .back A:hover { color:#FF0000; border-bottom:1px #FF0000 solid; }
	#article4 .list {}
		#article4 .listContent { padding:0px 0 16px 0; }
			#article4 .listContent .pageNavigator { margin-top:6px; padding:7px 8px 6px 8px; background-color:#F7F7F7; border:1px #C1C1C1 solid; }
			#article4 .listContent .pageNavigator .pages { float:left; }
			#article4 .listContent .pageNavigator .search { float:right; }
			
			#article4 .listContent .listContentItem { padding:16px 0 16px 10px; width:640px; }
			#article4 .listContent .listContentItem .title { }
			#article4 .listContent .listContentItem .title A { color:#004A80; text-decoration:underline; }
			#article4 .listContent .listContentItem .title A:hover { color:#FF0000; }
			#article4 .listContent .listContentItem .title .date { background:url('./images/date.gif') 0 1px no-repeat; padding-left:18px; }
			#article4 .listContent .listContentItem .description { font-size:85%; color:#777777; line-height:150%; margin-top:6px; padding-left:12px; }
			#article4 .listContent .listContentItem .description A { color:#444444; text-decoration:underline; }
			#article4 .listContent .listContentItem .description A:hover { color:#FF0000; }
			
#link { }
	#link .header { height:37px; background:url('./images/mainTitleOverview.gif') 0 -444px no-repeat; }
		#link .headerContent { text-align:right; }
	#link .display {}
		#link .displayContent { padding:4px 0 16px 0; }
		#link .displayContent .title span { color:#000000; }
		#link .displayContent .title { padding:8px 10px; background:#E6E4DD url('./images/dotLine.gif') bottom repeat-x; }
		#link .displayContent .date { padding:6px 10px 10px 30px; background:#F1EFE8 url('./images/date.gif') 10px 7px no-repeat; color:#555555; }
		#link .displayContent .description { padding:8px; line-height:160%; }
		#link .displayContent .back { background:url('./images/arrow_undo.gif') 0 1px no-repeat; margin-top:30px; padding-left:20px; }
		#link .displayContent .back A { color:#A7A7A7; text-decoration:none; border-bottom:1px #A7A7A7 solid; }
		#link .displayContent .back A:hover { color:#FF0000; border-bottom:1px #FF0000 solid; }
	#link .list {}
		#link .listContent { padding:0px 0 16px 0; }
			#link .listContent .pageNavigator { margin-top:6px; padding:7px 8px 6px 8px; background-color:#F7F7F7; border:1px #C1C1C1 solid; }
			#link .listContent .pageNavigator .pages { float:left; }
			#link .listContent .pageNavigator .search { float:right; }
			
			#link .listContent .listContentItem { padding:16px 0 16px 10px; width:640px; }
			#link .listContent .listContentItem .title { }
			#link .listContent .listContentItem .title A { color:#004A80; text-decoration:underline; }
			#link .listContent .listContentItem .title A:hover { color:#FF0000; }
			#link .listContent .listContentItem .title .date { background:url('./images/date.gif') 0 1px no-repeat; padding-left:18px; }
			#link .listContent .listContentItem .description { font-size:85%; color:#777777; line-height:150%; margin-top:6px; padding-left:12px; }
			#link .listContent .listContentItem .description A { color:#444444; text-decoration:underline; }
			#link .listContent .listContentItem .description A:hover { color:#FF0000; }
			
#album { }
	#album .header { height:37px; background:url('./images/mainTitleOverview.gif') 0 -74px no-repeat; }
		#album .headerContent { text-align:right; }
	#album .display {}
		#album .displayContent .title span { color:#000000; }
		#album .displayContent .title { padding:8px 10px; background:#E6E4DD url('./images/dotLine.gif') bottom repeat-x; }
		#album .displayContent .date { padding:6px 10px 10px 30px; background:#F1EFE8 url('./images/date.gif') 10px 7px no-repeat; color:#555555; }
		#album .displayContent .description { padding:8px; line-height:160%; }
		#album .displayContent .back { background:url('./images/arrow_undo.gif') 0 1px no-repeat; margin-top:30px; padding-left:20px; }
		#album .displayContent .back A { color:#A7A7A7; text-decoration:none; border-bottom:1px #A7A7A7 solid; }
		#album .displayContent .back A:hover { color:#FF0000; border-bottom:1px #FF0000 solid; }

	#album .photo {}
		#album .photoContent {}
		#album .photoContent .photoContentItem { float:left; width:119px; height:140px; text-align:center; }
		#album .photoContent .photoContentItem .component { width:104px; text-align:center; }
		#album .photoContent .photoContentItem .component .componentCover { margin-bottom:5px; text-align:center; }
		#album .photoContent .photoContentItem .component .componentCover .icon { width:100px; height:75px; background:#FFFFFF url('./images/noImage.gif') center center no-repeat; }
		#album .photoContent .photoContentItem .component .componentCover .icon img { width:100px; height:75px; border:2px #E1E1E1 solid; cursor:pointer; }
		#album .photoContent .photoContentItem .component .componentDescription { word-break:break-all; text-align:center; }
		#album .photoContent .photoContentItem .component a { text-decoration:underline; color:#333333; }
		#album .photoContent .photoContentItem .component a:hover { color:#FF0000; }

	#album .display .displayContent .back { background:url('./images/arrow_undo.gif') 0 1px no-repeat; margin-top:30px; padding-left:20px; }
		#album .display .displayContent .back A { color:#A7A7A7; text-decoration:none; border-bottom:1px #A7A7A7 solid; }
		#album .display .displayContent .back A:hover { color:#FF0000; border-bottom:1px #FF0000 solid; }
	#album .list {}
		#album .list .listContent { padding:24px 0 16px 0; }
		#album .list .listContent .listContentItem { float:left; width:178px; height:180px; text-align:center; }
		#album .list .listContent .listContentItem .component { width:170px; text-align:center; }
		#album .list .listContent .listContentItem .component .componentCover { margin-bottom:5px; text-align:center; }
		#album .list .listContent .listContentItem .component .componentCover .icon { width:160px; height:120px; background:#FFFFFF url('./images/noImage.gif') center center no-repeat; }
		#album .list .listContent .listContentItem .component .componentCover .icon img { width:160px; height:120px; border:2px #E1E1E1 solid; cursor:pointer; }
		#album .list .listContent .listContentItem .component .componentDescription .title { }
		#album .list .listContent .listContentItem .component .componentDescription .title A { color:#004A80; text-decoration:underline; }
		#album .list .listContent .listContentItem .component .componentDescription .title A:hover { color:#FF0000; }
		#album .list .listContent .listContentItem .component .componentDescription .description { color:#777777; line-height:150%; margin-top:6px; }
		#album .list .listContent .listContentItem .component .componentDescription .description A { color:#444444; text-decoration:underline; }
		#album .list .listContent .listContentItem .component .componentDescription .description A:hover { color:#FF0000; }

#album2 { }
	#album2 .header { height:37px; background:url('./images/mainTitleOverview.gif') 0 -185px no-repeat; }
		#album2 .headerContent { text-align:right; }
	#album2 .display {}
		#album2 .displayContent .title span { color:#000000; }
		#album2 .displayContent .title { padding:8px 10px; background:#E6E4DD url('./images/dotLine.gif') bottom repeat-x; }
		#album2 .displayContent .date { padding:6px 10px 10px 30px; background:#F1EFE8 url('./images/date.gif') 10px 7px no-repeat; color:#555555; }
		#album2 .displayContent .description { padding:8px; line-height:160%; }
		#album2 .displayContent .back { background:url('./images/arrow_undo.gif') 0 1px no-repeat; margin-top:30px; padding-left:20px; }
		#album2 .displayContent .back A { color:#A7A7A7; text-decoration:none; border-bottom:1px #A7A7A7 solid; }
		#album2 .displayContent .back A:hover { color:#FF0000; border-bottom:1px #FF0000 solid; }

	#album2 .photo {}
		#album2 .photoContent {}
		#album2 .photoContent .photoContentItem { float:left; width:119px; height:140px; text-align:center; }
		#album2 .photoContent .photoContentItem .component { width:104px; text-align:center; }
		#album2 .photoContent .photoContentItem .component .componentCover { margin-bottom:5px; text-align:center; }
		#album2 .photoContent .photoContentItem .component .componentCover .icon { width:100px; height:75px; background:#FFFFFF url('./images/noImage.gif') center center no-repeat; }
		#album2 .photoContent .photoContentItem .component .componentCover .icon img { width:100px; height:75px; border:2px #E1E1E1 solid; cursor:pointer; }
		#album2 .photoContent .photoContentItem .component .componentDescription { word-break:break-all; text-align:center; }
		#album2 .photoContent .photoContentItem .component a { text-decoration:underline; color:#333333; }
		#album2 .photoContent .photoContentItem .component a:hover { color:#FF0000; }

	#album2 .display .displayContent .back { background:url('./images/arrow_undo.gif') 0 1px no-repeat; margin-top:30px; padding-left:20px; }
		#album2 .display .displayContent .back A { color:#A7A7A7; text-decoration:none; border-bottom:1px #A7A7A7 solid; }
		#album2 .display .displayContent .back A:hover { color:#FF0000; border-bottom:1px #FF0000 solid; }
	#album2 .list {}
		#album2 .list .listContent { padding:24px 0 16px 0; }
		#album2 .list .listContent .listContentItem { float:left; width:178px; height:180px; text-align:center; }
		#album2 .list .listContent .listContentItem .component { width:170px; text-align:center; }
		#album2 .list .listContent .listContentItem .component .componentCover { margin-bottom:5px; text-align:center; }
		#album2 .list .listContent .listContentItem .component .componentCover .icon { width:160px; height:120px; background:#FFFFFF url('./images/noImage.gif') center center no-repeat; }
		#album2 .list .listContent .listContentItem .component .componentCover .icon img { width:160px; height:120px; border:2px #E1E1E1 solid; cursor:pointer; }
		#album2 .list .listContent .listContentItem .component .componentDescription .title { }
		#album2 .list .listContent .listContentItem .component .componentDescription .title A { color:#004A80; text-decoration:underline; }
		#album2 .list .listContent .listContentItem .component .componentDescription .title A:hover { color:#FF0000; }
		#album2 .list .listContent .listContentItem .component .componentDescription .description { color:#777777; line-height:150%; margin-top:6px; }
		#album2 .list .listContent .listContentItem .component .componentDescription .description A { color:#444444; text-decoration:underline; }
		#album2 .list .listContent .listContentItem .component .componentDescription .description A:hover { color:#FF0000; }
			
#album3 { }
	#album3 .header { height:37px; background:url('./images/mainTitleOverview.gif') 0 -481px no-repeat; }
		#album3 .headerContent { text-align:right; }
	#album3 .display {}
		#album3 .displayContent .title span { color:#000000; }
		#album3 .displayContent .title { padding:8px 10px; background:#E6E4DD url('./images/dotLine.gif') bottom repeat-x; }
		#album3 .displayContent .date { padding:6px 10px 10px 30px; background:#F1EFE8 url('./images/date.gif') 10px 7px no-repeat; color:#555555; }
		#album3 .displayContent .description { padding:8px; line-height:160%; }
		#album3 .displayContent .back { background:url('./images/arrow_undo.gif') 0 1px no-repeat; margin-top:30px; padding-left:20px; }
		#album3 .displayContent .back A { color:#A7A7A7; text-decoration:none; border-bottom:1px #A7A7A7 solid; }
		#album3 .displayContent .back A:hover { color:#FF0000; border-bottom:1px #FF0000 solid; }

	#album3 .photo {}
		#album3 .photoContent {}
		#album3 .photoContent .photoContentItem { float:left; width:119px; height:140px; text-align:center; }
		#album3 .photoContent .photoContentItem .component { width:104px; text-align:center; }
		#album3 .photoContent .photoContentItem .component .componentCover { margin-bottom:5px; text-align:center; }
		#album3 .photoContent .photoContentItem .component .componentCover .icon { width:100px; height:75px; background:#FFFFFF url('./images/noImage.gif') center center no-repeat; }
		#album3 .photoContent .photoContentItem .component .componentCover .icon img { width:100px; height:75px; border:2px #E1E1E1 solid; cursor:pointer; }
		#album3 .photoContent .photoContentItem .component .componentDescription { word-break:break-all; text-align:center; }
		#album3 .photoContent .photoContentItem .component a { text-decoration:underline; color:#333333; }
		#album3 .photoContent .photoContentItem .component a:hover { color:#FF0000; }

	#album3 .display .displayContent .back { background:url('./images/arrow_undo.gif') 0 1px no-repeat; margin-top:30px; padding-left:20px; }
		#album3 .display .displayContent .back A { color:#A7A7A7; text-decoration:none; border-bottom:1px #A7A7A7 solid; }
		#album3 .display .displayContent .back A:hover { color:#FF0000; border-bottom:1px #FF0000 solid; }
	#album3 .list {}
		#album3 .list .listContent { padding:24px 0 16px 0; }
		#album3 .list .listContent .listContentItem { float:left; width:178px; height:180px; text-align:center; }
		#album3 .list .listContent .listContentItem .component { width:170px; text-align:center; }
		#album3 .list .listContent .listContentItem .component .componentCover { margin-bottom:5px; text-align:center; }
		#album3 .list .listContent .listContentItem .component .componentCover .icon { width:160px; height:120px; background:#FFFFFF url('./images/noImage.gif') center center no-repeat; }
		#album3 .list .listContent .listContentItem .component .componentCover .icon img { width:160px; height:120px; border:2px #E1E1E1 solid; cursor:pointer; }
		#album3 .list .listContent .listContentItem .component .componentDescription .title { }
		#album3 .list .listContent .listContentItem .component .componentDescription .title A { color:#004A80; text-decoration:underline; }
		#album3 .list .listContent .listContentItem .component .componentDescription .title A:hover { color:#FF0000; }
		#album3 .list .listContent .listContentItem .component .componentDescription .description { color:#777777; line-height:150%; margin-top:6px; }
		#album3 .list .listContent .listContentItem .component .componentDescription .description A { color:#444444; text-decoration:underline; }
		#album3 .list .listContent .listContentItem .component .componentDescription .description A:hover { color:#FF0000; }

#comment { }
	#comment .header { height:37px; background:url('./images/mainTitleOverview.gif') 0 -258px no-repeat; }
		#comment .headerContent { text-align:right; }
	#comment .display {}
	#comment .list {}
		#comment .listContent { padding:12px 0 16px 0; }
			#comment .listContent .pageNavigator { margin-top:6px; padding:7px 8px 6px 8px; background-color:#F7F7F7; border:1px #C1C1C1 solid; }
			#comment .listContent .pageNavigator .pages { float:left; }
			#comment .listContent .pageNavigator .search { float:right; }


/* page end */
