@import "paging.css";

.author{
	width: 100%; 
}
.author .item {
	width: 100%;
	margin: 5px 0px 8px 0px;
}
.author .author_name {
	font: 700 13pt/18px Arial;
	overflow: hidden;
	height: 18px;
	color: #07559D;
}
.author .title {
	font: 700 13px/30px Arial;
	overflow: hidden;
	height: 30px;
	color: #303030;
}
.author .image img{
	width: 78px;
	height: 113px;
	margin: 0px 8px 0px 0px;
}
.author .date{
	font: 100 12px/17px Arial;
	height: 17px;
	color: #BFC2AF;
	text-align: right;
	margin: 0px 0px 15px 0px;
}
.author .short_content{
	font: 100 13px/17px Arial;
	height: 51px;
	overflow: hidden;
}
.author .sep{
	background: url(../images/line_01.gif) repeat-x;
	height: 1px;
	font-size: 1px;
	margin: 4px 0px 0px 0px;
}

.issue_page{
	font : 700 12pt/20px Arial;
	text-align: center;
}
.issues{
	width: 100%;
}
.issues .item{
	border-bottom: 2px solid #800000;
	padding-bottom: 5px;
	margin-bottom: 15px;
}
.issues .item .title, .issues .item .author{
	height: 20px;
	cursor: pointer;
}
.issues .item .title{
	font: 700 11pt Arial;
	color: #800000;
}
.issues .item .author{
	font: 700 8pt/16px Arial;
	color: #000000;
}
.issues .item .content{
	font: 100 13px/15px Arial;
	cursor: pointer;
}

.magazine span{
	font: 100 10pt Arial;
	color: #800000;
}

.article {
	width: 100%;
	margin: 5px 0px 0px 0px;
}
.article .title {
	font: bold 11pt/30px Arial;
	overflow: hidden;
	height: 30px;
	color: Navy;
                     text-align: center;
}
.article .author_name{
	font: 700 11px Arial;
	color: Red;
	text-align: right;
	margin: 0px 0px 8px 0px;
}
.article .font_sizer{
	font: 100 12px/20px Arial;
	text-align: left;
}
.article_content .content, .article_content .content p, .article_content .content td, .article_content .content div, .article_content .content font {
	font: normal 12px/18px Arial;
}
.content_12, .content_12 font, .content_12 p, .content_12 div, .content_12 td{
	font: 100 12px/140% Arial;
}
.content_14, .content_14 font, .content_14 p, .content_14 div, .content_14 td{
	font: 100 14px/140% Arial;
}
.content_16, .content_16 font, .content_16 p, .content_16 div, .content_16 td{
	font: 100 16px/140% Arial;
}
.content_18, .content_18 font, .content_18 p, .content_18 div, .content_18 td{
	font: 100 18px/140% Arial;
}
.article_content a{
	color: #0000FF;
}
.article .read_count{
	font: 100 12px/17px Arial;
	color: #434343;
	text-align: right;
	margin: 10px 0px 0px 0px;
}

.article_navigation {
	width: 100%;
	border: 5px solid #DEDEDE;
	border-left-width: 0px;
	border-right-width: 0px;
	margin: 10px 0px 0px 0px; 
}
.article_navigation .container{
	background: #FFFFFF;
	text-align: center;
	font: normal 12px/20px Arial;
	margin: 5px 0px 5px 0px;
}
.article_navigation .container a {
	color: #434343;
	margin-right: 10px;
}
.article_navigation .container img {
	width: 16px;
	height: 16px;
}

.article_other {
	width: 100%;
	margin: 5px 0px 0px 0px; 
}
.article_other .title {
	padding-left: 22px;
	background: url(../images/icon_02.gif) no-repeat 10px 8px;
	overflow: hidden;
	height: 23px;
}
.article_other .title a{
	color: #000000;
	font: 100 12px/23px Arial;
}

.author_article_other {
	margin: 5px 0px 10px 0px;
	width: 100%;
	text-align: center;
}
.author_article_other select {
 	font: normal 8pt/10px Verdana;
	width: 100%;
}
