/*

STYLES

*/

html {
	overflow: -moz-scrollbars-vertical;
}
body {
	color: #000000;
	font-size: 11px;
	padding: 20px 0 40px;
	padding-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
a:active, a:link, a:visited, a:hover {
	color: #f5793b;
	text-decoration: none;
}

/*

LOGO

*/

div.logo {
	padding-bottom: 12px;
}
/*

TOP NAVIGATION

*/

div.topnavi {
	padding-bottom: 40px;
}
div.topnavi a.navi {
	display: block;
	margin-right: 0px;
	padding: 0px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	height: 30px;
	width: 140px;
}
div.topnavi a:hover {
	background-position: 0px -30px;
}
div.topnavi a.selected {
	background-position: 0px -60px;
}
/*

RIGHT PANE

*/

div.rbox {
	width: 218px;
	border: 1px solid #CCC;
	background-color: #ffffff;
	line-height: 15px;
}
div.rbox_header {
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 25px;
	background-image: url(../images/icon_orange.gif);
	background-repeat: no-repeat;
	background-position: 10px 12px;
	line-height: 15px;
	font-size: 11px;
}
div.rbox_header a:active, div.rbox_header a:link, div.rbox_header a:visited, div.rbox_header a:hover {
	color: #000000;
	text-decoration: none;
}
div.rbox_image {
}
div.rbox_body {
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 12px;
	padding-left: 25px;
}
div.rbox_body p {
	border: 0px;
	padding: 0px;
	padding-bottom: 12px;
	margin: 0px;
	text-align: left;
}
div.rbox_body a:active, div.rbox_body a:link, div.rbox_body a:visited, div.rbox_body a:hover {
	text-decoration: none;
}
ul.rbox_articlelist {
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
}
ul.rbox_articlelist li {
	margin: 0px;
	padding-bottom: 12px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 16px;
	background-repeat: no-repeat;
	background-position: 1px 2px;
}
ul.rbox_articlelist li.online {
	/* background-image: url(../images/icon_article_online.gif); */
}
ul.rbox_articlelist li.partial {
	/* background-image: url(../images/icon_article_partial.gif); */
}
ul.rbox_articlelist li.onlineselected {
	background-image: url(../images/icon_article_online_selected.gif);
}
ul.rbox_articlelist li.onlineselected a {
	color: #666666;
}
ul.rbox_articlelist li.partialselected {
	background-image: url(../images/icon_article_partial_selected.gif);
}
ul.rbox_articlelist li.partialselected a {
	color: #666666;
}
ul.rbox_articlelist li.offline {
	/* background-image: url(../images/icon_article_offline.gif); */
}
span.rbox_articleauthor {
	font-style: italic;
}
span.rbox_articlecomments {
}

/*

MIDDLE PANE

*/

div.mbox {
	display: inline;
	float: left;
	width: 540px;
	background-color: #eee9d4;
	line-height: 15px;
}
div.mbox_header {
	display: inline;
	float: left;
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 25px;
	background-image: url(../images/icon_orange.gif);
	background-repeat: no-repeat;
	background-position: 10px 12px;
	line-height: 15px;
	font-size: 11px;
	width: 505px;
}
div.mbox_header a:active, div.mbox_header a:link, div.mbox_header a:visited, div.mbox_header a:hover {
	color: #000000;
	text-decoration: none;
}
div.mbox_body {
	display: inline;
	float: left;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 12px;
	padding-left: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	line-height: 18px;
}
div.mbox_body p {
	border: 0px;
	padding: 0px;
	padding-bottom: 12px;
	margin: 0px;
	text-align: left;
	line-height: 18px;
}
div.mbox_body h1 {
	border: 0px;
	padding: 0px;
	padding-bottom: 12px;
	margin: 0px;
	text-align: left;
	font-size: 24px;
	line-height: 28px;
	font-weight: normal;
}
div.mbox_body a:active, div.mbox_body a:link, div.mbox_body a:visited, div.mbox_body a:hover {
	color: #666666;
	text-decoration: none;
}
div.mbox_body_cover {
	display: inline;
	float: left;
	width: 200px;
	height: 260px;
	background-image: url(../images/shadow_cover.gif);
	background-repeat: no-repeat;
	padding: 5px;
}
div.mbox_body_intro {
	display: inline;
	float: left;
	width: 275px;
}

/*

ISSUE INDEX BOX

*/

div.ibox {
	width: 538px;
	border: 1px solid #CCC;
	background-color: #ffffff;
	line-height: 15px;
}
div.ibox_header {
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 25px;
	background-image: url(../images/icon_orange.gif);
	background-repeat: no-repeat;
	background-position: 10px 12px;
	line-height: 15px;
	font-size: 11px;
}
div.ibox_header a:active, div.ibox_header a:link, div.ibox_header a:visited, div.ibox_header a:hover {
	color: #000000;
	text-decoration: none;
}
div.ibox_body {
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 12px;
	padding-left: 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	line-height: 18px;
}
div.ibox_body p {
	border: 0px;
	padding: 0px;
	padding-bottom: 12px;
	margin: 0px;
	text-align: left;
}
div.ibox_body h1 {
	border: 0px;
	padding: 0px;
	padding-bottom: 12px;
	margin: 0px;
	text-align: left;
	font-size: 24px;
	line-height: 28px;
}
ul.ibox_articlelist {
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
}
ul.ibox_articlelist li {
	margin: 0px;
	padding-bottom: 12px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 16px;
	background-repeat: no-repeat;
	background-position: 1px 2px;
}
ul.ibox_articlelist li.online {
	background-image: url(../images/icon_article_online.gif);
}
ul.ibox_articlelist li.partial {
	background-image: url(../images/icon_article_partial.gif);
}
ul.ibox_articlelist li.offline {
	background-image: url(../images/icon_article_offline.gif);
}
ul.ibox_articlelist li.editor {
	background-image: url(../images/icon_article_editor.gif);
}
ul.ibox_articlelist li.web {
	background-image: url(../images/icon_article_web.gif);
}
span.ibox_articleauthor {
	font-style: italic;
}
span.ibox_articlecomments {
}

/*

ARCHIVE BOX

*/

div.archbox {
	float: left;
	width: 778px;
	border: 1px solid #CCC;
	background-color: #ffffff;
	line-height: 15px;
}
div.archbox_header {
	float: left;
	width: 743px;
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 25px;
	background-image: url(../images/icon_orange.gif);
	background-repeat: no-repeat;
	background-position: 10px 12px;
	line-height: 15px;
	font-size: 11px;
}
div.archbox_filter {
	float: left;
	width: 743px;
	padding-top: 12px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	line-height: 18px;
	background-color: #efefef;
}
div.archbox_filter form {
	margin: 0px;
	padding: 0px;
}
div.archbox_filter table.filtertable {
	padding: 0px;
	margin: 0px;
	margin-bottom: 4px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	line-height: 18px;
}
div.archbox_filter table.filtertable td {
	padding-right: 6px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
div.archbox_filter input.archbox_q {
	width: 200px;
	padding: 1px;
	font-size: 12px;
}
div.archbox_filter select.archbox_t {
	width: 200px;
	font-size: 12px;
}
div.archbox_filter select.archbox_y {
	width: 100px;
	font-size: 12px;
}
div.archbox_header a {
	color: #000000;
	text-decoration: none;
}
div.archbox_body {
	float: left;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 12px;
	padding-left: 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	line-height: 18px;
}
div.archbox_body p {
	border: 0px;
	padding: 0px;
	padding-bottom: 12px;
	margin: 0px;
	text-align: left;
}
div.archbox_body h1 {
	border: 0px;
	padding: 0px;
	padding-bottom: 24px;
	margin: 0px;
	text-align: left;
	font-size: 24px;
	line-height: 28px;
	font-weight: normal;
}
div.archbox_body div.archbox_group {
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
}
div.archbox_body div.archbox_issue {
	float: left;
	width: 342px;
	height: 133px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 8px;
	background-color: #efefef;
}
div.archbox_body span.archbox_issuetitle {
	color: #666666;
}
div.archbox_body div.archbox_cover {
	float: left;
}
div.archbox_body div.archbox_label {
	float: left;
	padding-left: 10px;
}
div.archbox_body span.archbox_date {
	color: #666666;
}
ul.archbox_articlelist {
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
}
ul.archbox_articlelist li {
	margin: 0px;
	padding-bottom: 12px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 16px;
	background-repeat: no-repeat;
	background-position: 1px 2px;
}
ul.archbox_articlelist li.online {
	background-image: url(../images/icon_article_online.gif);
}
ul.archbox_articlelist li.partial {
	background-image: url(../images/icon_article_partial.gif);
}
ul.archbox_articlelist li.offline {
	background-image: url(../images/icon_article_offline.gif);
}
span.archbox_articleauthor {
	font-style: italic;
}
span.archbox_articlecomments {
}

/*

BOOKS

*/

div.bookbox {
	float: left;
	width: 538px;
	border: 1px solid #CCC;
	background-color: #ffffff;
	line-height: 15px;
}
div.bookbox_header {
	float: left;
	width: 503px;
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 25px;
	background-image: url(../images/icon_orange.gif);
	background-repeat: no-repeat;
	background-position: 10px 12px;
	line-height: 15px;
	font-size: 11px;
}
div.bookbox_filter {
	float: left;
	width: 503px;
	padding-top: 12px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	line-height: 18px;
	background-color: #efefef;
}
div.bookbox_filter form {
	margin: 0px;
	padding: 0px;
}
div.bookbox_filter table.filtertable {
	padding: 0px;
	margin: 0px;
	margin-bottom: 4px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	line-height: 18px;
}
div.bookbox_filter table.filtertable td {
	padding-right: 6px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
div.bookbox_filter input.bookbox_q {
	width: 200px;
	padding: 1px;
	font-size: 12px;
}
div.bookbox_filter select.bookbox_t {
/*	width: 200px; */
	font-size: 12px;
}
div.bookbox_filter select.bookbox_y {
/*	width: 100px; */
	font-size: 12px;
}
div.bookbox_header a {
	color: #000000;
	text-decoration: none;
}
div.bookbox_body {
	float: left;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 12px;
	padding-left: 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	line-height: 18px;
}
div.bookbox_body p {
	display: block;
	padding: 0px;
	padding-bottom: 12px;
	margin: 0px;
	text-align: left;
}
div.bookbox_body h2 {
	border: 0px;
	padding: 0px;
	margin: 0px;
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	padding-bottom: 5px;
}
div.bookbox_body div.bookbox_issue {
	float: left;
	width: 489px;
	margin-right: 10px;
	margin-bottom: 20px;
}
div.bookbox_body span.bookbox_issuetitle {
	color: #666666;
}
div.bookbox_body div.bookbox_cover {
	float: left;
	width: 115px;
}
div.bookbox_body div.bookbox_label {
	float: left;
	width: 370px;
}
div.bookbox_body span.bookbox_date {
	color: #666666;
}
ul.bookbox_articlelist {
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
}
ul.bookbox_articlelist li {
	margin: 0px;
	padding-bottom: 12px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 16px;
	background-repeat: no-repeat;
	background-position: 1px 2px;
}
ul.bookbox_articlelist li.online {
	background-image: url(../images/icon_article_online.gif);
}
ul.bookbox_articlelist li.partial {
	background-image: url(../images/icon_article_partial.gif);
}
ul.bookbox_articlelist li.offline {
	background-image: url(../images/icon_article_offline.gif);
}
span.bookbox_articleauthor {
	font-style: italic;
}
span.bookbox_articlecomments {
}







/*

ARTICLE BOX

*/

div.abox {
	float: left;
	width: 538px;
	border: 1px solid #CCC;
	background-color: #ffffff;
	line-height: 15px;
}
div.abox_header {
	float: left;
	width: 503px;
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 25px;
	background-image: url(../images/icon_orange.gif);
	background-repeat: no-repeat;
	background-position: 10px 12px;
	line-height: 15px;
	font-size: 11px;
}
div.abox_header a:active, div.abox_header a:link, div.abox_header a:visited, div.abox_header a:hover {
	color: #000000;
	text-decoration: none;
}
div.abox_body {
	float: left;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 12px;
	padding-left: 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	line-height: 18px;
}
div.abox div.comment {
	background-color: #efefef;
}
div.abox_body div.insert {
	float: right;
	padding-top: 5px;
	width: 200px;
	display: inline;
	margin-left: 20px;
	margin-bottom: 15px;
}
div.abox_body div.caption {
	float: right;
	width: 200px;
	display: inline;
	margin-top: 4px;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
}
div.abox_body p {
	line-height: 18px;
	border: 0px;
	padding: 0px;
	padding-bottom: 12px;
	margin: 0px;
	text-align: left;
}
div.abox_body .ingressi {
	line-height: 22px;
	font-size: 16px;
	margin-bottom: 16px;
}
div.abox_body .sitaatti {
	float: right;
	width: 200px;
	text-align: left;
	line-height: 24px;
	font-size: 16px;
	padding-bottom: 20px;
	margin-right: 0px;
	margin-left: 20px;
	padding-left: 10px;
	font-style: italic;
	background-image: url(../img/sitaatti.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
div.abox_body p.author {
	font-style: italic;
}
span.abox_author {
	font-style: italic;
}
div.abox_body p.subtitle {
	color: #666666;
}
div.abox_body span.note {
	color: #666666;
	line-height: 15px;
	font-size: 11px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
}
div.abox_body h1 {
	border: 0px;
	padding: 0px;
	padding-bottom: 24px;
	margin: 0px;
	text-align: left;
	font-size: 24px;
	line-height: 28px;
	font-weight: normal;
}
div.abox_body h2 {
	border: 0px;
	padding: 0px;
	padding-bottom: 12px;
	margin: 0px;
	text-align: left;
	font-size: 16px;
	line-height: 20px;
}
div.abox_body h3, div.abox_body h4, div.abox_body h5 {
	border: 0px;
	padding: 0px;
	padding-bottom: 12px;
	margin: 0px;
	text-align: left;
	font-size: 12px;
	line-height: 18px;
}
div.abox_body table {
	width: 100%;
	margin: 0px;
	margin-bottom: 12px;
}
div.abox_body table td {
	padding-right: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

/* comments */

div.abox_body ol.abox_comments {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
div.abox_body ol.abox_comments li {
	float: left;
	width: 493px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	border-bottom: 1px solid #ffffff;
}
div.abox_body ol.abox_comments h4 {
	float: left;
	position: relative;
	width: 150px;
	margin: 0px;
	padding: 0px;
	padding-bottom: 10px;
	font-size: 11px;
	font-weight: normal;
	line-height: 18px;
}
div.abox_body a.abox_commentlink {
	position: absolute;
	top: 2px;
	left: 0px;
}
div.abox_body ol.abox_comments h4 span.abox_commentmeta {
	display: block;
	margin: 0px 0px 0px 18px;
}
div.abox_body ol.abox_comments h4 em {
	display: block;
	margin: 0px;
	font-size: 11px;
	line-height: 18px;
	font-style: normal;
}
div.abox_body ol.abox_comments p {
	margin: 0px 0px 10px 160px;
	padding: 0px;
	font-size: 12px;
	line-height: 18px;
}


/*

FORM BOX

*/

div.formbox {
	width: 538px;
	border: 1px solid #CCC;
	background-color: #ffffff;
	line-height: 15px;
}
div.formbox_header {
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 25px;
	background-image: url(../images/icon_orange.gif);
	background-repeat: no-repeat;
	background-position: 10px 12px;
	line-height: 15px;
	font-size: 11px;
}
div.formbox_header a {
	color: #000000;
	text-decoration: none;
}
div.formbox_body {
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 12px;
	padding-left: 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	line-height: 18px;
}
div.formbox div.comment {
	background-color: #efefef;
}
div.formbox_body p {
	line-height: 18px;
	border: 0px;
	padding: 0px;
	padding-bottom: 12px;
	margin: 0px;
	text-align: left;
}
div.formbox_body p.error {
	color: red;
	padding-bottom: 18px;
	padding: 20px;
	border-width: 1px;
	border-style: solid;
	border-color: red;
}
div.formbox_body p.notification {
	color: green;
	margin-bottom: 18px;
	padding: 20px;
	border-width: 1px;
	border-style: solid;
	border-color: green;
}


div.formbox_body img {
	vertical-align: top;
}
div.formbox_body table td img {
	vertical-align: inherit;
}
div.formbox_body h1 {
	font-family: Georgia, serif;
	font-weight: normal;
	border: 0px;
	padding: 0px;
	padding-bottom: 24px;
	margin: 0px;
	text-align: left;
	font-size: 24px;
	line-height: 28px;
}
div.formbox_body h2 {
	border: 0px;
	padding: 0px;
	padding-bottom: 12px;
	margin: 0px;
	text-align: left;
	font-size: 16px;
	line-height: 20px;
}
div.formbox_body h3, div.formbox_body h4, div.formbox_body h5 {
	border: 0px;
	padding: 0px;
	padding-bottom: 12px;
	margin: 0px;
	text-align: left;
	font-size: 12px;
	line-height: 18px;
}
div.formbox_body table {
	width: 100%;
	margin: 0px;
	margin-bottom: 12px;
}

/* COMMENTFORM */

div.formbox_body table.commenttable td {
	padding: 0px;
	padding-bottom: 7px;
}
div.formbox_body table.commenttable td.field {
	width: 220px;
}
div.formbox_body table.commenttable input {
	margin-right: 7px;
}
div.formbox_body table.commenttable input.medium {
	width: 220px;
}
div.formbox_body table.commenttable textarea {
	width: 478px;
}

/* OTHER FORMS */

div.formbox_body table.formtable td {
	padding: 0px;
	/*
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	*/
	padding-top: 8px;
}
div.formbox_body table.formtable td.formlabel {
	text-align: right;
	width: 140px;
	vertical-align: middle;
	padding-right: 10px;
}
div.formbox_body table.formtable td.formfield {
	text-align: left;
	vertical-align: top;
}
div.formbox_body table.formtable td.formseparator {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	padding-top: 20px;
	padding-bottom: 4px;
	font-weight: bold;
}
div.formbox_body table.formtable td.formsubmit {
	border-bottom: none;
	padding-top: 15px;
}
div.formbox_body table.formtable input {
	margin-left: 0px;
}
div.formbox_body table.formtable input.small {
	width: 60px;
}
div.formbox_body table.formtable input.medium {
	width: 160px;
}
div.formbox_body table.formtable input.large {
	width: 240px;
}
div.formbox_body table.formtable input.extralarge {
	width: 280px;
}
div.formbox_body table.formtable textarea {
	width: 280px;
}
div.formbox_body span.note {
	color: #999999;
}
span.formbox_articleauthor {
	font-style: italic;
}
span.formbox_articlecomments {
}

/* SURVEY FORM */

div.formbox_body table.surveytable td {
	padding: 0px;
	/*
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	*/
	padding-top: 8px;
}
div.formbox_body table.surveytable td.formlabel {
	text-align: left;
	width: 140px;
	vertical-align: middle;
	padding-right: 10px;
	padding-bottom: 4px;
}
div.formbox_body table.surveytable td.formfield {
	text-align: left;
	vertical-align: top;
	background-color: #efefef;
	padding: 8px;
	padding-left: 10px;
	padding-bottom: 9px;
}
div.formbox_body table.surveytable td.formseparator {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	padding-top: 20px;
	padding-bottom: 4px;
	font-weight: bold;
}
div.formbox_body table.surveytable td.formsubmit {
	border-bottom: none;
	padding-top: 15px;
}
div.formbox_body table.surveytable input {
	margin-left: 0px;
}
div.formbox_body table.surveytable input.small {
	width: 60px;
}
div.formbox_body table.surveytable input.medium {
	width: 160px;
}
div.formbox_body table.surveytable input.large {
	width: 240px;
}
div.formbox_body table.surveytable input.extralarge {
	width: 280px;
}
div.formbox_body table.surveytable textarea {
	width: 466px;
}
div.formbox_body span.note {
	color: #999999;
}
span.formbox_articleauthor {
	font-style: italic;
}
span.formbox_articlecomments {
}

/*

CBOX

*/

div.cbox {
	background-color: #FFF;
}
div.cbox a:active, div.cbox a:link, div.cbox a:visited, div.cbox a:hover {
	color: #000000;
	text-decoration: none;
}
div.cbox_header {
	text-transform: uppercase;
	line-height: 15px;
	font-size: 11px;
	padding-bottom: 10px;
}
div.cbox_body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	line-height: 18px;
}
div.cbox_body img.cbox_image {
	float: left;
	margin-right: 12px;
	margin-bottom: 5px;
	margin-top: 3px;
}
div.cbox_body p {
	border: 0px;
	padding: 0px;
	padding-bottom: 12px;
	margin: 0px;
	text-align: left;
}
div.cbox h2 {
	text-align: left;
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	padding-bottom: 8px;
	padding-top: 0px;
	margin-bottom: 7px;
}
div.cbox p.cbox_author {
	font-style: italic;
	padding-bottom: 15px;
}
div.cbox p.cbox_intro {
}
div.cbox p.cbox_comment {
}
div.cbox span.cbox_comment_author {
	color: #666666;
}

/*

COVER BOOK

*/

div.cbook {
	background-color: #FFF;
}
div.cbook a:active, div.cbook a:link, div.cbook a:visited, div.cbook a:hover {
	color: #000000;
	text-decoration: none;
}
div.cbook a.all {
	float: right;
}
div.cbook_header {
	text-transform: uppercase;
	line-height: 15px;
	font-size: 11px;
	padding-bottom: 10px;
}

/*

FOOTER

*/

div.footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	font-size: 10px;
	padding-top: 4px;
}
div.footer a:visited, div.footer a:link, div.footer a:active {
	color: #666666;
	text-decoration: none;
}
div.footer a:hover {
	color: #000000;
	text-decoration: none;
}


/*

DIV SHARE

*/

div.share {
	float: left;
	padding-bottom: 17px;
	font-size: 11px;
	line-height: 14px;
	padding-left: 25px;
	padding-top: 20px;
}
div.share a {
	font-weight: normal;
	text-transform: uppercase;
	color: #999999;
	text-decoration: none;
}
div.share a:hover {
	color: #f5793b;
}
div.share img {
	vertical-align: middle;
	padding-left: 10px;
	padding-bottom: 3px;
	padding-right: 4px;
}
div.share a.addthis_button img {
}
div.share a.addthis_button_email img {
	padding-left: 0px;
}
div.share span.addthislabel {
	color: #999999;
}


a.navactive {
	color: #333333;
}

/*

END

*/
