﻿HTML
{
	height: 100%;
}

BODY
{
	height: 100%;
	margin: 0;
	background: #FFFFFF url(../Images/homepage_bg.gif);
	color: #000000;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.8em;
}

IMG
{
	border: 0;
}

/********************************************************
*** FORM ELEMENTS ***/

.InputText
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 16px;
	border: 1px solid #000000;
	background:	url('../Images/rightside_searchbg.gif');
}

.InputSelect
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	border: 1px solid #000000;
}

.InputButton
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	font-weight: bold;
}

#CancerNewsTable TABLE
{
	
}

/********************************************************
*** MASTHEAD ***/

#Masthead
{
	display: none;
}

/********************************************************
*** EYEBROW ***/

#Eyebrow
{
	width: 100%;
	height: 75px;
}

#Eyebrow_InnerFloat
{
	position: absolute;
	z-index: 2;
	top: 60px;
	right: 5px;
	background: transparent;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

/********************************************************
*** NAVIGATION MAIN ***/

#NavigationMain
{
	width: 100%;
	background-color: #cfd9e1;
	color: inherit;
	font-size: 12px;
}

#NavigationMain TABLE
{
	z-index: 1;
	margin: 3px 0 0 2px;
}

.NavigationMain_Popout
{
	position: absolute;
	z-index: 999;
	visibility: hidden;
	top: 0;
	left: 0;
	margin: 102px 0 0 -5px;
	border: 2px outset #B3B3B3;
	border-top: 0;
	background: #E5E5E5;
	color:inherit ;
	font-size: 12px;
}

.NavigationMain_PopoutSub
{
	border-top: 2px outset #B3B3B3;
}

A.NavigationMain_Item
{
	display: block;
	border-top: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
	padding: 1px 8px 1px 4px;
	background: inherit;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	white-space: nowrap;
}

A.NavigationMain_Item:hover, A.NavigationMain_ItemHighlight
{
	border-top: 1px solid #B3B3B3;
	border-bottom: 1px solid #B3B3B3;
	background: #B3B3B3;
	color: #FFFFFF;
}

.NavigationMain_ItemSeperator
{
	margin: 4px 2px 2px 2px;
	border-top: 1px solid #808080;
}

.NavigationMain_Links
{
	font-size: 10px;
	font-weight: bold;
}

.NavigationMain_Links A
{
	color: #555555;
	text-decoration: none;
}

.NavigationMain_Links A:hover
{
	text-decoration: underline;
}

/********************************************************
*** PRINT-SPECIFIC ***/

@media print 
{	
	#Masthead
	{
		display: none;
	}
	
	#Eyebrow
	{
		display: block;
	}
	
	#Eyebrow_InnerFloat
	{
		display: none;
	}
	
	#NavigationMain
	{
		display: none;
	}
}
	