/* Import the Header script */
@import url("superfish.css");

/* Used in customizedhealthnews.php pages */
.blue_dark {color: #003366}
.blue_sea {color: #0F3F9F;}
.blue_sea_paddingtop {color: #0F3F9F; margin-top:20px;}
.red_dark{color:#990000}

/* General CSS */
TD
{
	font-size:80%;
}

TD.rightbar
{
    FONT-SIZE: 11px;
	background-color: eeeeff;
} 

TD.sideline
{
	background-color: #000000;
  	background-image: url("/images/blacktab.gif");
}

H1
{
font-size:21px;
margin-bottom:18px;
}

H2
{
font-size: 17px;
margin-top:25px;
}

H3
{
font-size: 15px;
}

H2.infohub
{
	margin-top:4px;
}

.smallwhite
{
	FONT-SIZE: 75%;
    TEXT-DECORATION: none;
    COLOR: #ffffff;
}

.smalltext
{
    FONT-SIZE: 10px;
    TEXT-DECORATION: none;
}

hr {
	color: #dddddd;
	height: 1px;
	padding: 3px 0px 4px 0px;
	border-style: solid;
	border-width: 1px 0 0 0;

}

.title
{
    FONT-SIZE: 140%;
	FONT-WEIGHT: bold;
	padding-top:10px;
	color:#333;
}

blockquote
{
	margin:5 0 0;
	padding:0 0 0 40px;
	color:#555;
	background:url('/images/pp-quote.gif') no-repeat;
	quotes: none;
}

A
{
	TEXT-DECORATION: none;
}

A:link /* unvisited link */ { COLOR: #0000CC; }
A:visited /* visited link */ { COLOR: #990099; }
A:hover /* mouse over link */ { text-decoration:underline; }
A:active /* selected link */ { COLOR: #009900; }

A.nextpagelink
{
	font-size:18px; 
	color:#0066CC;
}

.menutext
{
    FONT-SIZE: 11px;
    COLOR: #000000;
    
}

A.smalltext, A:hover.smalltext
{
    FONT-SIZE: 90%;
}

SELECT
{
	font-size: 90%;
	background-color: #ffffff;
	color: #000000;
	border:1px solid #999999;
	line-height: 14px;
}

INPUT
{
	FONT-FAMILY: Arial,Helvetica;
	FONT-SIZE: 95%;
	background-color:#ffffff;   
	border:1px Solid #999999;
	padding:1px 1px 1px 2px;
}

INPUT.list
{
    FONT-SIZE: 95%;
	FONT-WEIGHT: bold;
}

INPUT.radio
{
    FONT-SIZE: 95%;
	background-color:transparent;
	border:0;
}

INPUT.submit
{
    FONT-SIZE: 10px;
	background-color:#ffffff;
	color: #000000;
	border:1 Solid #999999;
}

.box 
{
	background-color: #f4f4ff;
	border: 1px solid #dddddd;
	padding: 5px 5px 5px;
	margin: 10px 0px 0px 0px;
	text-align:left;
}
.box2 
{
	background-color: #ffffff;
	border: 1px solid #dddddd;
	padding: 8px 10px 8px 12px;
	margin: 3px 0px 3px 0px;
	text-align:left;
}
.box3 
{
	background-color: #D2D2FF;
	border: 1px solid #cccccc;
	padding: 1px 10px 5px 12px;
	margin: 0px 2px 3px 2px;
}
.box4 
{
	background-color: #FFFFFF;
	border: 1px solid #dddddd;
	padding: 1px 10px 20px 12px;
	margin: 0px 2px 20px 2px;
	width: 220px;
}

/* CSS for the front page and previous days news headline title tabs */
.fronttitles2 {
	background: url("/images/background_tab2.jpg") #ffffff top left;
	border-top: 1px solid #cee0e8;
	background-repeat: repeat-x;
	color: #333333;
	padding: 12px 10px 20px 12px;
	margin-bottom:10px;
	font-size: 14px;
	line-height:1.3;
	font-weight:bold;
}

.fronttitlesdate {
	font-size: 12px;
	font-weight:normal;
	padding-top:2px;
}

.fronttitlesprevnext {
	position:relative;
	top:0px;
	right:7px;
	font-size: 12px;
	font-weight:normal;
}

/* This is used for the previous days news headline pages and the category sections titles */
.fronttitles {
	background-color:#e2edf1;
	border: 1px solid #aaaaaa;
	color: #333333;
	padding: 16px 10px 15px 10px;
	margin-bottom:5px;
	font-size: 14px;
	font-weight:bold;
}

OPTION.option1
{

	background-color: #f4f4ff;

}

OPTION.option2
{

	background-color: #ffffff;

}

TEXTAREA
{
	font-size: 12px;
	BACKGROUND-COLOR: #ffffff;
	border: 1px solid #999999;
}

/* Menu Buttons */

a.menubutton1, a.menubutton2 {
	display:block;
	font-size: 11px;
	color: #0f4c78;
	width:auto;
	padding: 5px 4px 5px 10px;
	height:auto;
	cursor:hand;
	border:1px solid #999999;
	border-top:1px solid #ffffff;
}

a.menubutton1:hover, a.menubutton2:hover {
	background:#e2edf1;
}

a.menubutton1 {
	background-color:#ffffff;
}

a.menubutton2 {
	background-color: #faf9d3;
}

#menu a.menubutton1:hover, #menu a.menubutton2:hover {
	background:#eee;
	color: #0f4c78;
}

#menu a.menubutton1 {
	background-color:#ffffff;
}

#menu a.menubutton2 {
	background-color: #faf9d3;
}

.menutitle, .menutitle2b {
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.menutitle {
	background: url('/images/menutitle.jpg') #002ab0; 
	background-repeat: repeat-x;
	color: #ffffff;
	padding: 5px 5px 5px 12px;
	text-align:left;
}

/* CSS for the associated news categories in articles */
.articlecatlist {
    list-style: none;
    width: 150px;
	margin: 0;
	padding: 0;
}

.articlecatlist li 
{
	width: 148px;
	margin: 0; 
	padding-top: 1px;
	padding-bottom: 1px;
	
}

UL
{
	padding-left:15px;
	margin-left:15px;
	margin-bottom:20px;
	margin-top:20px;
}

OL
{
	padding-left:15px;
	margin-left:15px;
	margin-bottom:20px;
	margin-top:20px;
}

LI
{
	padding-bottom:10px;
}

/* CSS for Opinions and other non-news tabs */

.headertab1
{
	/* background: url("/images/background_tab.jpg") #FFFFFF top left; */
	background-repeat: repeat-x;
	background:#fff;
	border: 1px solid #ccc;
	border-bottom: 1px solid #ffffff;
	padding: 12px 9px 9px 8px;
	margin: 0px 0px 10px 0px;
	text-align:center;
	font-size:90%;
	z-index:2;
}

.headertab2
{
	background-color: #eee;
	border: 1px solid #ccc;
	border-bottom:  1px solid #eee;
	padding: 7px 5px 7px 5px;
	margin: 0px 0px 10px 0px;
	text-align:center;
	font-size:90%;
	z-index:2;
}

/* breadcrumb navigation CSS */
.breadcrumb
{
	display:inline-block;
	border: 1px solid #ddd;
	border-left:none;
	border-right:none;
	padding:3px;
	font-size:8pt;
	color: #666;
	margin-bottom:10px;
}

.breadcrumb A, .breadcrumb_pagetitle A
{
	font-size:8pt;
	color: #0066cc;
}

.breadcrumb A:hover, .breadcrumb_pagetitle A:hover
{ 
	color: #c30;
} 
