/* CSS Document */


html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background: url(../images/headerBG4.jpg) repeat-x top left #FFF;		
	font-family: Helvetica, "Lucida Sans Unicode", "Lucida Grande", sans-serif;	
	color:#000;
	font-size: 1.0em;
	}
	
	
/**************
*** HEADINGS **
**************/
	
h1 {
	padding: 0;
	margin: 0 0 8px;
	}
	
h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0 0 8px;
	font-family: Georgia, "times new roman", times, serif;
}

h2.carousel a {
	text-decoration: none;
	font-weight: bold;
	font-size: 1.4em;
}

/**************
*** DEFAULTS **
**************/

.standard {
	font-size: .9em;
	line-height: 1.25em;
}

.block {
	border: 1px solid #ccc;
	padding: 7px;
	margin: 0 0 10px;
	font-size: .9em;
	line-height: 1.22em;
	text-align: left;
}

.blue {
	background: #eff3fa;
}

.highlight {
	background: #ecf1e9;
}

.half-column {
	width: 46%;
	float: left;
	}
	
.smaller {
	font-size: 85%;
}

.no-border {
	border: none;
	padding: 0;
}

.no-bold {
	font-weight: normal;
}

.align-center {
	text-align: center;
}

.align-left {
	text-align: left;
}

.align-right {
	text-align: right;
}

.article-right {
	font-size: .78em;
}

/**********************
*** BUTTONS & LINKS ***
**********************/

#content a {
	color: #006;
	}
	
#content a:hover {
	color: #900;
	}

#content a.light-button,
#content a.keyword,
#content a.page-button {
	text-decoration: none;
	background: #eff3fa;
	padding: 4px 3px 2px 4px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
	white-space: nowrap;
	border: 1px solid #ccc;
}

#content a:hover.light-button,
#content a:hover.keyword,
#content a:hover.page-button {
	background: #7198af;
	color: #fff;
	border: 1px solid #262a61;	
}

#content a.light-button.current,
#content a.keyword.current,
#content a.page-button.current {
	background: #a3aeb5;
	color: #eee;
	border: 1px solid #888;
}

#content a.keyword {
	font-size: 11px;
}

#content a.page-button {	
	padding: 0 2px 1px;
}


/**************
*** CUSTOM ***
**************/

#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	}
	
#sub-container {
	width: 968px;
	position: relative;
	text-align: left;
	padding: 0 0 100px 0;
	}
	
#header {
	height: 124px;
	}

#logo {
	background: url(../images/logo-bg.jpg) no-repeat top left;
	width: 362px;
	height: 124px;
	position: relative;
	top: 0;
	left: -29px;
	}
	
#logo img {
	margin: 15px 0 0 32px;
}
	
#header-content {
	position: absolute;
	top: 0;
	right: 0;
	color: #fff;
	font-size: .7em;
	}
	
a#login,
a#register {
	color: #fff;
	text-decoration: none;
	background: #06304b;
	padding: 10px 8px;
	height: 12px;
	text-transform: uppercase;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;	
	}
	
a#login:hover,
a#register:hover {
	color: #fff;
	background: #4682a8;
	}
	
#login,
#login-box,
#register {
	float: left;
	}
	
#login-box {
	display: inline;
	padding: 10px 8px;
	height: 12px;
	background: #4682a8;
	margin: 0 0 0 -7px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;	
	}
	
#register {
	margin: 0 4px 0 4px;
	}
	
#login-box .fieldlogin {
	border: 1px solid #1e71a5;
	outline: 2px solid #4682a8;
	background: #6f97af;
	padding: 3px;
	font-size: .7em;
	color: #ccc;
	position: relative;
	top: -4px;
	margin: 0 3px 0 2px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	}
	
#login-box .fieldlogin:focus {
	border: 1px solid #ccc;
	}
	
#login-box .fieldlogin.pass {
	width: 95px;
	}	
	
#header-content .fieldlogin.submit {
	width: auto;
	text-transform: capitalize;
	padding: 2px;
	}
	
#login-box .fieldlogin.submit:hover {
	background: #1e71a5;
	}
	
#account-preview {
	padding: 10px 5px 8px;
	background: #06304b;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;		
	}
	
#account-preview a {
	color: #fff;
	}
	
#account-preview a:hover {
	color: #4682a8;
	}

#content {
	padding: 0 0 40px; /* bottom padding for footer */
	}
	
#nav {
	position: absolute;
	top: 46px;
	left: 322px;
	width: 450x;
	font-family: Georgia, "Times New Roman", times, serif;
	}
	
#nav a {
	float: left;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	display:inline-block;
	padding: 12px 7px 12px;
	border-left: 1px solid #555;
	margin: 0 1px 0 0;
	}
	
#nav a.no-divider {
	border-left: 1px solid #2d383e;
	}	
	
#nav a:hover {
	color: #fff;
	background: #2f6688;
	border-left: 1px solid #9aa0a4;
	border-right: 1px solid #9aa0a4;
	margin: 0;
	}	
	
#topic-list, #featured-list, #about-us-list {
	display: none;
	position: absolute;
	top: 86px;
	left: 322px;
	font-family: Georgia, "Times New Roman", times, serif;
	font-size: .9em;	
	background: #2f6688;
	border-left: 5px solid #35424a;
	border-right: 5px solid #35424a;
	border-bottom: 5px solid #35424a;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-moz-box-shadow: 0px 7px 10px #666;
	-webkit-box-shadow: 0px 7px 10px #666;
	box-shadow: 0px 7px 10px #666;	
	overflow: hidden;
	padding: 8px;
	z-index: 9;
	}
	
#featured-list {
	left: 382px;
	width: 450px;
	}
	
#about-us-list {
	left: 525px;
	width: 250px;
	}
	
#topic-list a, #featured-list a, #about-us-list a {
	font-size: .85em;
	color: #fff;
	background: none;
	padding: 3px 3px;
	text-decoration: none;
	display: block;
	border-bottom: 1px solid #888;
	}
	
#topic-list a:hover, #featured-list a:hover, #about-us-list a:hover {
	background: #4b84a1;
	color: #fff;
	}
	
#topic-list .topic-list-col {
	float: left;
	margin: 0 5px;
	}
	
#search-bar {
	float: right;
	position: relative;
	top: -74px;
	left: 0;
	width: 183px;
	}
	
#search-bar .searchsubmit {
	background: url(../images/search-submit.gif) top left no-repeat;
	height: 32px;
	width: 28px;
	border: 0;
	padding: 0;
	position: absolute;
	top: 4px;
	left: 155px;
	}
	
#search-bar .searchsubmit:hover {
	background: url(../images/search-submit-hover.gif) top left no-repeat;
	cursor: pointer;
	}
	
#search-bar .searchtext {
	background: url(../images/search-bar.jpg) top left no-repeat;
	width: 144px;
	height: 18px;
	border: 0;
	padding: 7px 32px 7px 7px;
	margin: 0;
	}
	
#search-bar .searchtext:focus {
	background: url(../images/search-bar-hover.jpg) top left no-repeat;
	outline: none;
	}
	
#footer {
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
	background: url(../images/footerBG4.jpg) repeat-x bottom left #FFF;	
	height: 133px;
	text-align: center;
	font-size: 10px;
	z-index: 0;
	}
	
#footer-contents {
	width: 968px;
	text-align: left;
	}
	
#footer-left, #footer-right {
	margin: 25px 0 0 0;
	float: left;
	width: 484px;
	font-size: 11px;
	color: #bbb;
	}

#footer-left {
	left: 0;
	}
	
#footer-right {
	text-align: right;
	background: url(../images/footer-logo.gif) no-repeat bottom right;
	height: 90px;
	}
	
#footer-contents small {
	color: #666;
	}
	
#message {
	border: 2px solid #eee;
	padding: 5px;
	background: #FF9;
	}	
	
#text {
	margin: 0;
	font-size: .95em;
	}
	
#text .topic-list-col {
	float: left;
	margin: 0 5px;
	font-size: .9em;
	line-height: 20px;
	}
	
#title {
	text-align: left;
	padding: 10px 0 10px 0;
	z-index: 2;
	font-weight: regular;
	}
	
.no-ads #title {
	padding: 10px 0 0 0;
	margin-bottom: -10px;
}
	
#title h1 {
	font-size: 2.45em;
	padding: 0;
	margin: 0;
	font-family: Helvetica, "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #323232;
	}
	
#title .fontface {
	font-family: Helvetica, "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
	
#title h3 {
	margin: 0 0 3px 0;
	padding: 0;
	color: #444;
	font-weight: normal;
	}
	
h3.title-featured {
	font-size: 1.0em;
}
	
#left-column, #main-column, #right-column {
	float: left;
	}
	
#left-column {
	padding: 10px 10px 10px 0;
	}
	
#main-column {
	padding: 10px;
	}
	
#right-column {
	padding: 10px 0 10px 0;
	}	
	
#bottom-content {
	width: 968px;
	border-top: 1px solid #eee;
	padding: 5px 0;
	margin: 15px 0;
	clear: both;
	}
	
#bottom-content h3 {
	margin: 0 0 10px;
	padding: 0;
	}
	
#bottom-content ol {
	margin: 0 0 0 23px;
	padding: 0;
	}
	
#breadcrumbs {
	margin: 0 0 8px;
	font-size: .8em;
	text-transform: capitalize;
	}
	
.one-third {
	width: 308px;
	}

.two-thirds {
	width: 632px;
	}
	
.one-third-two-cols {
	width: 316px;
	}
	
.three-fourths {
	width: 711px;
	}
	
.one-fourth {
	width: 237px;
	}
	
.one-half {
	width: 464px;
	}
	
.article {
	width: 728px;
	}
	
.large-ad {
	width: 230px;
	}
	
.homepage-left {
	width: 480px;
	}
	
.homepage-right {
	width: 478px;
	}
	
.full { 
	width: 100%;
	}
	
.left-column, .main-column, .right-column {
	float: left;
	text-align: left;
	}
	
.left-column {
	padding: 10px 10px 10px 0;
	}
	
.main-column {
	padding: 10px;
	}
	
.right-column {
	padding: 10px 0 10px 10px;
	}
	
div.author-bio,
div.download {
}

div.download {
}

.author-link {
	font-size: .9em;
	font-style: italic;
	text-align: center;
	margin: 7px 0 -2px;
	padding: 7px 0 0;
	border-top: 1px dotted #ccc;
}

.author-link a {
	text-decoration: none;
}

.author-bio-more {
	margin: 7px 0 0;
	border-top: 1px dotted #ccc;
	padding: 7px 0 0;	
}

.author-bio-content {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.2em;
}

.author-bio-content strong a {
	text-decoration: none;
	font-size: 1.1em;	
}

	
	
.footer a {
	color: #ddd;
	}
	
.footer a:hover {
	color: #fff;
	}
	
	
	
	
.formbox, .infobox {
	background: #efefef;
	border: 1px solid #ccc;
	padding: 7px;
	margin: 0 0 15px;
	}
	

.additional-info {
	background: #eff3fa;
	border: 1px solid #ccc;
	padding: 7px;
	margin: 0 0 10px;
	font-size: .78em;
	line-height: 1.22em;
	text-align: left;
	font-family: Helvetica, "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	}
	
.additional-info h3 {
	font-family: Georgia, "times new roman", times, serif;
	color: #333;
}
	
.additional-info p {
	margin: 10px 0 0;
}

.additional-info.register {
	width: auto;
	}
	
.pages .two-thirds h3 {
	margin: 0 0 8px 0;
	padding: 0;
	}
	
.pages .two-thirds h3:target {
	color: #F00;
	}
	
.right-border {
	border-right: 1px solid #ececec;
	padding: 0 8px 0 0;
	}
		
.row {
	width: 100%;
	font-size: .9em;
	text-align: left;
	display: table;
	}
	
.row h2 {
	padding: 0;
	margin: 0 0 8px;
	}	
	
	
.ad-unit {
	border: 0px solid #ccc;
	margin: 0 0 15px;
	width: 100%;
	text-align: center;
	}
	
.ad-unit.home {
	width: auto;
	}
	
.ad-unit-left {
	margin: 0;
	width: 728px;
	float: left;
	}
	
.ad-unit-article-bottom {
	text-align: center;
	width: 100%;
	}
	
.promo-box {
	float: right;
	margin: 0 2px 0 0;
	width: 224px;
	height: 84px;
	background: url(../images/promo/submissions-ad-logo.gif) no-repeat top left #054770;
	outline: 2px solid #6f97af;
	border: 1px solid #fff;
	margin-top: 2px;
	}
	
#content .promo-box a {
    color: #fff;
	font-family: 'CartoGothicStdBold', Helvetica, Tahoma, sans-serif;
	font-size: 2.2em;
	letter-spacing: -.03em;
	text-decoration: none;
	position: relative;
	top: 42px;
	left: 27px;
	text-shadow: #000 1px 1px 2px;	
}

#content .promo-box a:hover {
	color: #900;
}

.promo-img {
	float: right;
}



.homepage-right h1,
.homepage-right h2  {
	font-family: Georgia, "Times New Roman", times, serif;
	margin: 10px;
}

.homepage-right .featured .list-title {
	font-weight: bold;
}

.tagcloud {
	line-height: normal;
	text-align: center;
	padding: 5px;
}

.tagcloud a {
	text-decoration: none;
	margin: 2px;
}
	





.article-leaderboard {
	margin: 0 0 10px;
}

.article-admin-tools {
	position: absolute;
	top: 115px;
	right: 5px;
	font-size: 10px;
}
	
.article-top {
	border-bottom: 1px solid #ececec;
	padding: 0 0 7px;
	margin: 0;
	height: 30px;
	}
	
.pub-info {
	color: #666;
	font-size: .85em;
	float: left;
	font-family: Tahoma, Helvetica, "Lucida Sans Unicode", "Lucida Grande", sans-serif;	
	}
	
.pub-info small {
	text-transform: uppercase;
	}
	
.pub-info .author {
	text-transform: uppercase;
	}

.pub-info a {
	text-decoration: none;
	color: #006;
	font-weight: bold;
	}

.pub-info a:hover {
	text-decoration: underline;
	color: #900;
	}
	
.toolbar {
	float: right;
	margin: 8px 0 0;
	}
	
.toolbar .icon,
.toolbar .easybib_icon {
	border: 0;
	text-decoration: none;
	margin: 0 0 0 1px;
	opacity: .85;
	}	
	
.toolbar .icon:hover,
.toolbar .easybib_icon:hover {
	opacity: 1.0;
	}
	
.xfb-like {
	float: left;
	width: 118px;
}

.twitter-share-button {
	margin: 0 0 0 1px;
	margin-right: -29px;
}
	
#bottom-content .toolbar {
	float: none;
	margin: 5px 0 15px;
	}
	
.social-tools-divider {
	border-right: 1px solid #ececec;
	display: inline;
	margin: 0 10px 0 -23px;
	width: 1px;
	visibility: visible;
	position: relative;
	top: -4px;
}
	
.toolbox {
	float: right;
	margin: 0 0 5px 10px;
	padding: 10px;
	background: #fff;
	border: 1px solid #ccc;
	font-size: .9em;
	color: #666;
	line-height: 25px;
	}
	
.toolbox a {
	text-decoration: underline;
	margin: 0 0 4px;
	}
	
.toolbox .icon {
	border: 0;
	position: relative;
	top: 3px;
	margin: 0 4px 0 0;
	text-decoration: none;
	}
	
.compilation-excerpt {
	color: #888;
	font-family: Helvetica, "Lucida Sans Unicode", "Lucida Grande", sans-serif;	
	}
	
	
.the-article {
	font-size: .95em;
	line-height: 1.6em;
	text-align: left;
	margin: 0;
	font-family: Georgia, "times new roman", times, serif;
	}
	
.the-article h3 {
	font-weight: bold;
	padding: 10px 0 0;
	margin: 0 0 -10px;
}

.the-article table {
	border: 1px solid #ddd;
	font-size: .85em;
	font-family: Helvetica, "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin: 10px 15px;
}

.the-article table td {
	margin: 0;
	padding: 4px;
	border: 1px solid #ddd;
	text-align: left;
	line-height: normal;
}

.the-article table p {
	margin: 0;
	padding: 0;
}
	
.easybib_cite {
	font-style: normal;
	text-align: left;
	display: inline;
	position: relative;
	top: 5px;
	left: 7px;
	}
	
.easybib_icon {
	display: inline;
	position: relative;
	top: -16px;
	left: 5px;
	margin: 0;
	text-align: left;
	}
	
.citation-info {
	text-align: left;
	font-size: .95em;
	border: 1px solid #ccc;
	background: #fcfcfc;
	padding: 5px 5px 0 20px;
	text-indent: -15px;
	}
	
.exhibit {
	font-size: .9em;
	padding: 8px;
	border: 1px solid #ccc;
	background: #efefef;
	margin: 10px 0;
	}
	
.intext-ad {
	float: left;
	margin: 0 10px 0 0;
	}
	
.inlineframe {
	padding: 8px;
	background: #fff;
	border: 1px solid #ccc;
	overflow: auto;
	font-size: 13px;
	}
	
.inlineframe.paper {
	height: 500px;
	}
	
.inlineframe.terms {
	height: 200px;
	}
	
.errors {
	background: #FF9;
	border: 1px solid red;
	font-size: small;
	padding: 7px;
	margin: 0 0 15px;
	}
	
.page-nav {
	width: 100%;
	margin: 20px 0 0;
	font-size: .9em;
	display: table;
	border-top: 1px solid #eee;
	padding: 15px 0 3px;
	}
	
.page-nav-left,.page-nav-center,.page-nav-right {
	font-family: Helvetica, "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	}
	
.page-nav-left {
	width: 25%;
	float: left;
	}
	
.page-nav-center {
	width: 50%;
	float: left;
	text-align: center;
	}
	
.page-nav-center a,.page-nav-left a,.page-nav-right a {
	margin: 0 2px;
	text-decoration: none;
	background: #eff3fa;
	padding: 3px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
	border: 1px solid #ccc;	
	}
	
.page-nav-center a.current, .page-nav-center a.current:hover,
.page-nav-center a.active, .page-nav-center a.active:hover {
	font-weight:bold;
	background: #779bb1;
	color: #fff;
	}

	
.page-nav-right {
	width: 25%;
	float: left;
	text-align: right;
	}
	
.about-article {
	border-top: 1px solid #eee;
	font-style: italic;
	font-size: .95em;
	margin: 15px 0 0;
	padding: 10px 0 0;
	}
	
.article-special {
	border-top: 1px solid #eee;
	font-size: .95em;
	margin: 15px 0 0;
	padding: 10px 0 0;
}
	
.footnote {
	vertical-align: super;
	font-size: .65em;
	}
	
	


.article-list-simple {
	font-family: Helvetica, "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	border-bottom: 1px solid #ddd;
	padding: 7px 0;
}

.article-list-simple a {
	text-decoration: none;	
}
	
.article-list {
	padding: 10px;
	border-bottom: 1px solid #ddd;
	text-align: left;
	}
	
.article-list:hover {
	background: #f3f3f3;
}

.blue .article-list:hover {
	background: #DFDBF4;
}
	
.article-list .list-teaser,
.article-list .list-keywords,
.article-list .list-meta {
	margin: 0 0 0 25px;
}


.article-list .list-title {
	line-height: 1.3em;
}

.article-list .list-teaser {
	font-size: .85em;
	line-height: 1.3em;
	margin: 7px 0 7px 25px;
}

.article-list .list-meta {
	margin-bottom: 6px;
	margin-top: 6px;
	font-size: 11px;
	font-style: italic;
}

.article-list .list-link {
	display: inline;
	float: right;
	margin: 5px 0 0;
	font-weight: bold;
}

.article-list .list-keywords {
	margin-top: 8px;
}

.article-list .list-keywords h4 {
	font-size: 1.2em;
	display: inline;
}

.article-keywords {
	font-size: 11px;
	line-height: 26px;
	border-bottom: 1px solid #ececec;
	padding: 8px 0 6px;
	margin: 0 0 15px;
	text-align: left;	
}

.list-keywords {
	line-height: 24px;
	font-size: 10px;
	text-align: left;
}
	
.article-list-title {
	text-transform: capitalize;
	}
	
.article-list-num-results {
	font-family:Tahoma, Geneva, sans-serif;
	font-size: .85em;
	color: #666;
	text-transform: uppercase;
	margin: -10px 0 15px;
	}
	
	
	
	
.topics .topic-list-col a {
	padding: 3px 3px;
	text-decoration: none;
	display: block;
	border-bottom: 1px solid #888;
	}
	
.topics .topic-list-col a:hover {
	background: #ececec;
	}
	
.topics-home-list .topic-list-col a {
	font-size: .9em;
	padding: 2px 2px;
	text-decoration: none;
	display: block;
	width: 100px;
	border-bottom: 1px solid #888;
	}
	
.topics-home-list .topic-list-col a:hover {
	background: #ececec;
	font-weight: bold;
	}	


.fieldstyle {
	font-size: 13px;
	padding: 4px;
	border: 1px solid #ccc;
	background: #fff;
	color: #666;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;	
	}
	
.fieldstyle:focus {
	color: #333;
	background: #FF9;
	}
	
.fieldsubmit {
	font-size: 15px;
	padding: 4px;
	border: 1px solid #ccc;
	background: #FF9;
	color: #333;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;	
	}
	
.fieldsubmit:hover {
	background: #e78740;
	border: 1px solid #666;	
	color: #fff;
	cursor:pointer;
	}
	

.admin-panel h3, .my-account h3 {
	display: inline;
	}
	
.admin-panel small, .my-account small {
	float: right;
}
	
table .paper-list {
	width: 100%;
	font-size: .9em;
	}
	
table .paper-list.paid td {
	background: #efefef;
	text-decoration: line-through;
	}
	
table .paper-list.paid.owed td {
	background: #efefef;
	text-decoration: line-through;
	}	
	
table .paper-list.owed td {
	background: #ff0;
	}	
	
table .paper-list td {
	border: 1px solid #ccc;
	background: #fff;
	padding: 3px;
	}
	
table .paper-list-heading td {
	border: 0;
	background: inherit;
	padding: 3px;
	font-weight: bold;
	vertical-align: bottom;
	}

img.article-top-image {
	border: 1px double #ccc;
	padding: 2px;
	margin: 0 10px 0 0;
	}
	
img.intext-image {
	border: 1px solid #ccc;
	padding: 2px;
	}
	
.article-image-left,
.article-image-right,
.article-image-center {
	padding: 5px;
	background: #efefef;
	border: 1px solid #ccc;
	margin: 0 10px 0 0;
	font-size: small;
	float: left;
	width: 250px;
	}
	
.article-image-right {
	float: right;
	margin: 0 0 0 10px;
	}
	
.article-image-center {
	float: none;
	margin: 5px auto;
	width: auto;
}

.article-image-left a img,
.article-image-right a img,
.article-image-center a img {
	border: 0;
}

.article-intext-left,
.article-intext-right {
	padding: 9px;
	background: #f9f9f9;
	border: 1px solid #ccc;
	line-height: normal;
	font-size: .85em;
	margin: 3px 10px 0 0;
	float: left;
	width: 250px;
	text-align: justify;
}

.article-intext-right {
	float: right;
	margin: 0 0 0 10px;
}
	
.hidden {
	display: none;
	}
	
.help {
	border: 1px solid #ccc;
	background: #eff3fa;
	font-size: .9em;
	padding: 5px 5px 0;
	}
	
.show-hide-link {
	font-weight: bold;
	}
	
.abstract,
.reference-material {
	border: 1px solid #e5e5e5;
	padding: 7px 7px 0;
	font-size: .85em;
	line-height: 1.6em;
	background: #fafafa;
	font-family: Helvetica, "Lucida Sans Unicode", "Lucida Grande", sans-serif;	
}

.abstract h3 {
	display: inline;
	margin: 0;
	padding: 0;
}

.abstract small {
	float: right;
}

.abstract #abstract-content {
	margin: -5px 0 0;
	padding: 0 15px;
	text-align: justify;
}
	
.blockquote {
	padding: 7px;
	width: 190px;
	text-align: left;
	font-size: 1.2em;
	font-weight:bold;
	font-family: Helvetica, "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	}
	
.blockquote.right {
	float: right;
	}
	
.blockquote.left {
	float: left;
	}	
	
	
.info-table {
	background: #fff;
	border: 1px solid #ccc;
	width: 500px;
}

.info-table td,
.info-table th {
	border: 1px dotted #ccc;
	background: #fcfcfc;
}

.learn-more-small {
	text-align: center;
	font-style: italic;
	font-size: 9px;
	border-top: 1px dotted #ccc;
	padding: 5px 0 0;
	margin: 0;
}

.noborder {
	border: none;
	padding: 0;
}


