/* Home - Pages */
#home { padding: 1px 12px 8px 0px; font-family: 'Lucida Grande', Arial, sans-serif; color: #333; }

#home .right { float: right; text-align: left; width: 200px; }

#home .right .addbutton { border: 1px solid #EEE; padding: 4px; text-align: center; background-color: #FBFBFB; }
#home .right .addbutton a:link, #home .right .addbutton a:visited, #home .right .addbutton a:active { text-decoration: none; color: #333; }
#home .right .addbutton a:hover { text-decoration: none; color: #1989BB; }


#home .right ul.sections { margin: 0; padding:0; }
#home .right ul.sections li { vertical-align: middle; list-style-type: none; margin: 0; line-height: 24px; background-repeat: no-repeat; background-position: 0 4px; padding: 0 0 0 20px; }
#home .right ul.sections li a:link, #home .right ul.sections li a:visited, #home .right ul.sections li a:active { text-decoration: none; color: #1989BB; }
#home .right ul.sections li a:hover { text-decoration: underline; color: #FF6600; }

#home .right ul.categories { margin: 0; padding:0; }
#home .right ul.categories li { vertical-align: middle; list-style-type: none; margin: 0; line-height: 24px; background-repeat: no-repeat; background-position: 0 4px; padding: 0 0 0 20px; }
#home .right ul.categories li a:link, #home .right ul.categories li a:visited, #home .right ul.categories li a:active { text-decoration: none; color: #1989BB; }
#home .right ul.categories li a:hover { text-decoration: underline; color: #FF6600; }

#home .right .category { vertical-align: middle; margin: 0; line-height: 24px; background-repeat: no-repeat; background-position: 0 4px; padding: 0 0 0 20px; }
#home .right .category a:link, #home .right .category a:visited, #home .right .category a:active { text-decoration: none; color: #1989BB; }
#home .right .category a:hover { text-decoration: underline; color: #FF6600; }

#home .left { float: left; text-align: left; width: 430px; }

#home .left #articleNavigation {

	margin-right: 0px;
	padding: 5px;
	z-index: 5;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
}

#home .left #articleNavigation .selected {
	text-decoration: none;
	color: #000;
	background-color: #B0D5FD;
	cursor: pointer;
	padding: 3px 7px 3px 7px;

}

#home .left #articleNavigation .normal {
	text-decoration: none;
	color: #000;
	cursor: pointer;
	padding: 3px 7px 3px 7px;

}

#home .left #articleNavigation a:hover {
	text-decoration: none;
	color: #333;
	background-color: #B0D5FD;
	cursor: pointer;
	padding: 3px 7px 3px 7px;
}


#home .left #articleFrame {
	width: 580px;
	height: 180px;
	background-image: url('/artimages/article_main_bg.png');
	background-repeat: no-repeat;
	cursor: pointer;
}
#home .left #articleScroller {
	width: 580px;
	height: 180px;
	overflow: hidden;
}
#home .left #articleScroller #articleContent { width: 10000px; }
#home .left #articleScroller #articleContent .section {
	width: 580px;
	height: 180px;
	float: left;
	margin-top: 1px;
	margin-right: 3px;
	margin-bottom: 0;
	margin-left: 1px;
}
#home .left #articleScroller #articleContent .section .detail { width: 260px; margin-top: 60px; float: right; filter: alpha(opacity=90); -moz-opacity: 0.9; opacity: 0.9; }
#home .left #articleScroller #articleContent .section .title { font-size: 22px; font-weight: normal; padding: 10px 10px 2px 10px; background: #FFFFFF; }
#home .left #articleScroller #articleContent .section .spots { font-size: 12px; padding: 2px 10px 10px 10px; background: #FFFFFF; }
#home .left #articleScroller #articleContent .section .spts { width: 250px; }
#home .left #articleScroller #articleContent .section .spts a { color: #000000; background: #ADC95A; padding: 2px; margin: 0; text-decoration: none; }
#home .left #articleScroller #articleContent .section .spts a:hover { background: #000000; color: #ADC95A; }