/**
 * rt.css
 *
 * Copyright (c) 2003-2007 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Stylesheet for reading tools
 *
 * $Id: rt.css,v 1.9 2007/11/14 22:36:20 asmecher Exp $
 */

body {
	background: #fff url(/images/right-bg.gif) repeat-x;
	margin: 0;
	padding: 0;
	}

img {
	vertical-align: middle;
	}

#headerTitle {
	width: 100%;
}

#header h1 {
	font-size: 1.2em;
	padding: 0.25em 0em 0.25em 0em;
	text-align: right;
}



#footer {
	clear: both;
	padding: 0;
	background-color: #abaaba;
	text-align: center;
}

#footerContent {
	width: 100%;
}

#main_right {
	width: 100%;
	margin: 0;
	padding: 0 10px 0 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #222;
	}
#main_right a {
	color: #324977;
	text-decoration: none;
	}
#main_right a:hover {
	color: #324977;
	text-decoration: underline;
	}
#main_right h1 {
	font-size: 18px;
	margin: 0em 1em 0.25em 0em;
	padding-top: 0;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
#main_right h2 {
	font-size: 16px;
	margin: 0em 1em 0.25em 0em;
	padding-top: 0;
	}
#main_right h3 {
	font-size: 15px;
	margin: 0em 1em 0.25em 0em;
	padding-top: 0;
	}
#main_right h4 {
	font-size: 14px;
	margin: 0em 1em 0.25em 0em;
	padding-top: 0;
	}
#main_right h5 {
	margin: 1em 1em 0 0em;
	padding-top: 0em;
	font-size: 13px;
	font-family: Georgia,'Times New Roman',Times,serif;
	font-weight: normal;
	}
#main_right h6 {
	margin: 0.5em 1em 0.5em 0em;
	padding: 0;
	font-family: Georgia,'Times New Roman',Times,serif;
	font-weight: normal;
	font-size: 13px;
	}

#main_right p {
	font-size: 12px;
	margin: 0.75em 1em 0 0em;
	padding-top: 0;
	text-transform: normal;
	}

.formfield {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	margin: 0;
	padding: 1px;
	font-size: 11px;
	}
.formbutton {
	font-family: Georgia, 'Times New Roman', Times, serif;
	color: #333;
	margin: 0;
	padding: 1px;
	font-size: 11px;
	}

.right_module_wrap {
	width: 278px;
	height: auto;
	margin: 6px 0 0 0;
	padding: 0;
	background: none;
	}
.right_module_top {
	width: 278px;
	height: 6px;
	margin: 0;
	padding: 0 0 0 0;
	background: url(/images/right-module-top-articles.gif) no-repeat;
	font-size: 2px;
	}
.right_module {
	width: 278px;
	height: auto;
	margin: 0;
	padding: 0;
	font-size: 1.2em;
	background: url(/images/right-module-bg-articles.gif) repeat-y;
	font-size: 12px;
	}

.right_module p {
	margin: 0;
	padding: 12px 12px 0 12px;
	font-size: 12px;
	line-height: 1.5em;
	font-weight: normal;
	color: #222;
	}

ul {
	margin: 0 0 0 0;
	padding: 11px 11px 0 11px;
	font-size: 12px !important;
	line-height: 1.5em;
	font-weight: normal;
	color: #222;
	list-style-type: none;
	}
li {
	font-size: 12px !important;
	margin: 0;
	padding: 3px 0 3px 0;
	line-height: normal;
	font-weight: normal;
	color: #222;
	list-style-type: none;
	}

.right_module ul {
	margin: 0 0 0 0;
	padding: 11px 11px 0 11px;
	font-size: 12px !important;
	line-height: 1.5em;
	font-weight: normal;
	color: #222;
	list-style-type: none;
	}
.right_module li {
	font-size: 12px !important;
	margin: 0;
	padding: 3px 0 3px 0;
	line-height: normal;
	font-weight: normal;
	color: #222;
	list-style-type: none;
	}
.right_module a {
	color: #324977;
	text-decoration: none;
	}
.right_module a:hover {
	color: #324977;
	text-decoration: underline;
	}

.right_module_bottom {
	width: 278px;
	height: 6px;
	margin: 0;
	padding: 0 0 0 0;
	background: url(/images/right-module-bottom-articles.gif) no-repeat;
	font-size: 2px;
	}

div.rtSeparator {
	width: 100%;
	padding: 0;
	border-bottom: 2px dotted #000;
	line-height: 0px;
	}
div.rtSeparatorThin {
	width: 90%;
	padding: 0 0 0 0;
	border-bottom: 1px dotted #000;
	line-height: 0px;
	}

