/* Put override styles here! */
/* Note that sponsorbox is now a <P> style, unlike the commented-out sponsor boxes below; 
this is to fix an issue with the Google Chrome browser. */

/* Alex killed the sponsor box's border on March 2 2009 because we have a graphic in the sponsor box that clashes with it. 
Remove the comments to put the border back in. */

/* Note: css doesn't understand slash-slash comments! RR */

#sponsorbox p {
    background: #FFCC99;
    border: 0pt solid #FF7323;
}
 
#sponsorbox a {
    font-weight: bold;
    color: #880000;
    text-decoration: underline;
}

#mediumBox {
    width: 150pt;
    border: 1pt solid #CCCCCC;
    float: right;
    margin: 5pt 0pt 8pt 15pt;
}    
 
#mediumTitle {
    width: 150pt;
    background: #003366;
    font: bold 8pt Tahoma, arial, sans-serif;
    color: #FFFFFF;
    text-align: center;
    padding: 5pt;
}
 
#mediumBody {
    padding: 5pt;
    background: #F6F6F6;
    font: 8pt Tahoma, arial, sans-serif;
}

#resourcesTitleRed {
    width: 120pt;
    background: #800000;
    font: bold 8pt Tahoma, arial, sans-serif;
    color: #FFFFFF;
    text-align: center;
    padding: 5pt;
}

div.tooltip { /* 20090811 RR - add styles for auto tooltips - just add a title attribute */
	font-size:10px;
	border:solid 1px #666666; 
	padding:4px; 
	color:#004276; 
	background-color:#EEEEFF;	
}


/* more sponsor styles here

#sponsorbox p {
    border-width: 0px;
    border-color: #009933;
    border-style: outset outset outset outset;
    background: #CCFFCC;
    padding: 10px;
    font: 10pt arial, sans-serif;
    color: #003366;
    margin: 0px 0px 10px 0px;
}

#sponsorbox {
    border: solid 2px #003366;
    background: #6699CC;
    padding: 10px;
    font: 9pt arial, sans-serif;
    color: #FFFFFF;
    text-align: left;
    margin: 0px 0px 10px 0px;
}
 
#sponsorbox a {
    font-weight: bold;
    color: #ffffff;
    text-decoration: underline;
}

#sponsorbox {
    border: solid 2px #003366;
    background: #880000;
    padding: 10px;
    font: 9pt arial, sans-serif;
    color: #FFFFFF;
    text-align: left;
    margin: 0px 0px 10px 0px;
}
 
#sponsorbox a {
    font-weight: bold;
    color: #ffffff;
    text-decoration: underline;
}



#sponsorbox {
    border-width: 3px;
    border-color: #99CCFF;
    border-style: outset outset outset outset;
    background: #FFFFCC;
    padding: 10px;
    font: 9pt arial, sans-serif;
    color: #000000;
    text-align: left;
    margin: 0px 0px 10px 0px;
}
 
#sponsorbox a {
    font-weight: bold;
    color: #880000;
    text-decoration: underline;
}



*/
