/* 

Citation Styles for CancerGuide June 6, 2002 

Feb 24, 2003 Add list citations

*/

/* Styles for pages composed of refs, abstracts and comentaries */
.citation {border: medium black solid; margin-left : 3%;
margin-right : 3%; margin-bottom : 10px; padding : 10px;}

.reference {border: thin blue solid; padding: .5em; margin : 0px; }

.cit_title {text-align: center; text-transform:capitalize; color: blue;
font-weight: bold; font-size : 125%; margin-bottom: .75em;}

.cit_authors {font-size : 85%; font-weight: bold; margin-top: 0em;
margin-bottom: 0em;}

.cit_journal {font-style: italic; font-size : 85%;}

.cit_year {font-size : 85%;}

.cit_ref {font-size : 85%;}

.cit_institution {font-size : 70%; margin-top: 0em; margin-bottom: 0em;}

.cit_abstract {margin-top: .75em;}

.cit_commentary {border: thin red solid; padding: .5em; margin-top: 5px; }

.cit_comtitle {text-align : center; font-weight : bold; font-size : 125%;
color : red; margin-bottom : 0em}

.cit_comment {}

.cit_comment P { font-family : sans-serif; }

/* Styles for references in a list (without abstracts) possibly within a page */

/* A DIV containing a list of references (optional) */
.ref-list {}

/* A DIV containing a single reference */
.ref-reference {margin-bottom : .5em; background-color: #F0F0F0}

/* A DIV for authors */
.ref-authors {font-size : 90%;  font-weight: bold; margin-top: 0em; margin-bottom: 0em;}

/* A DIV for article title */
.ref-title {font-size : 90%; margin-top: 0em; margin-bottom: 0em; color : blue}

/* A DIV for the reference line containing the below spans */
.ref-ref {font-size : 75%; margin-top: 0em; margin-bottom: 0em;}

/* A SPAN for journal name*/
.ref-journal {font-style: italic; }

/* A SPAN for year of publication */
.ref-year {}

/* A SPAN for the rest of the reference - vol, issue, pages */
.ref-rest {}

/* A SPAN for linkout to abstract */
.ref-linkout {}

/* An optional DIV for commentary */
.ref-comment {font-family: sans-serif; font-size: 90%; margin-top: 1em; margin-bottom: 1em; border: thin solid black; 
padding-left: 0.5em; padding-right: 0.5em; padding-top : .3em; padding-bottom: .3em; background-color: #C6EFF7}

.ref-comment P {margin-top: 0em; margin-bottom: .7em}

