/* Style Sheet CancerGuide - March 3, 2002, Last Update July 17, 2002 */

:link:hover, :visited:hover 
{ 
color: white; 
background-color: blue;  
}

.topic_head 
{
border : thin solid black; 
padding : 5px; 
background-color : #eee;
color: blue; 
font-weight : bold; 
font-size : large;
}

.box_black_bdr 
{
border : thin solid black; 
padding : 5px; 
background-color : #eee
}

.box_blu_bdr 
{
border : thin solid blue; 
padding : 5px; 
background-color : #eee
}

.box_red_bdr 
{
border: thin solid red;
padding : 5px; 
background-color : #eee
}

.box_title 
{
text-align: center;
color : blue; 
font-weight: bold; 
font-size: 135%; 
margin-bottom: .25em
}

.section_text 
{
margin-left : 3%
}

ul.section 
{
margin-left: 0%;
padding: 0%; 
list-style-position: inside;
}

.text_button 
{
border: thin solid blue; 
padding: 3px; 
color: blue;
background-color: #eee; 
font-size: 135%; 
font-weight: bold; 
}

.text_button :visited, .text_button :link 
{
color: blue; 
background-color: #eee;
text-decoration: none; 
}

.text_button :hover 
{
color: black;
background-color: #eee; 
}

/* Note that Netscape 4.7x does not render the boxes correctly if they are in a
table cell because it blows up calculating the margins */

.box_center 
{
border: thin solid black; 
padding: 5px;
background-color: #eee;
color: black; 
margin-left: auto; 
margin-right: auto; 
}

.box_center_blu 
{
border: thin solid blue;
padding: 5px; 
background-color: #eee;
color: black; 
margin-left: auto; 
margin-right: auto;
}

.box_center_red 
{
border: thin solid red; 
padding: 5px; 
background-color: #eee;
color: black; 
margin-left: auto; 
margin-right : auto; 
}

.article_title
{
border: thin solid blue;
background-color: #eee;
color: black;
text-align: center;
margin-top: 1.0em;
padding-left: 0.5em;
padding-right: 0.5em;
padding-top: 0.15em;
padding-bottom: 0.15em;
font-size: 135%;
font-weight: bold;
}

.page-head
{
color:blue; 
font-size: 150%;
font-weight: bold;
text-align: center;
padding-top:0.2em; 
padding-bottom: 0.5em; 
}

/* Caption for an illustration such as a survival curve */

.figure-caption
{
font-weight: bold;
text-align: center;
}

