/* ================================
    CSS STYLES For the Health Department 
	Created: 28/6/2004
   ================================
*/   

/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
    background-color: #CCCCCC;
}

/* background color for the content part of the pages */
Body
{
    background-color: white;
}

/* background/border colors for the selected tab */
.TabBg {
	background-color: Fuchsia;
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
    font-weight: bold;
    font-size: 8.5pt;
    color: #21467C;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
    text-decoration:    none;
    color:#21467C;
}

A.SelectedTab:visited  {
    text-decoration:    none;
    color:#21467C;
}

A.SelectedTab:active   {
    text-decoration:    none;
    color:#21467C;
}

A.SelectedTab:hover    {
    text-decoration:    underline;
    color:#21467C;
}

/* text style for the unselected tabs */
.OtherTabs {
    font-weight: bold;
    font-size: 8.5pt;
    color: #21467C;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
    text-decoration:    none;
    color:#21467C;
}

A.OtherTabs:visited  {
    text-decoration:    none;
    color:#21467C;
}

A.OtherTabs:active   {
    text-decoration:    none;
    color:#21467C;
}

A.OtherTabs:hover    {
    text-decoration:    underline;
    color:#21467C;
}

/* text style for the unselected tabs */
.CopyrightTabs {
    font-weight: bold;
    font-size: 8.5pt;
    color: #21467C;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}
    
/* hyperlink style for the unselected tabs */
A.CopyrightTabs:link {
    text-decoration:    none;
    color:#21467C;
}

A.CopyrightTabs:visited  {
    text-decoration:    none;
    color:#21467C;
}

A.CopyrightTabs:active   {
    text-decoration:    none;
    color:#21467C;
}

A.CopyrightTabs:hover    {
    text-decoration:    underline;
    color:#21467C;
}

/* text style for the unselected tabs */
.TermsTabs {
    font-weight: bold;
    font-size: 8.5pt;
    color: #21467C;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}
    
/* hyperlink style for the unselected tabs */
A.TermsTabs:link {
    text-decoration:    none;
    color:#21467C;
}

A.TermsTabs:visited  {
    text-decoration:    none;
    color:#21467C;
}

A.TermsTabs:active   {
    text-decoration:    none;
    color:#21467C;
}

A.TermsTabs:hover    {
    text-decoration:    underline;
    color:#21467C;
}
/* text style for the LINKS SKIN OBJECT tabs */
.LinksTabs {
    font-weight: bold;
    font-size: 7pt;
    color: #21476C;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}
    
/* hyperlink style for the same tabs */
A.LinksTabs:link {
    text-decoration:    none;
    color:#21476C;
}

A.LinksTabs:visited  {
    text-decoration:    none;
    color:#21476C;
}

A.LinksTabs:active   {
    text-decoration:    none;
    color:#21476C;
}

A.LinksTabs:hover    {
    text-decoration:  underline;
    color:#21476C;
}

/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Arial, Helvetica;
    font-size:  12px;
    font-weight:    bold;
    color: #003366;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
}

.NormalRed
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: bold;
    color: #ff0000
}

.NormalBold
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: #ff0000;
}
    
/* GENERIC */
H1  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight: normal;
    color: #666644;
}

H2  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H3  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #003366;
}

H4  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #003366;
}

H5, DT  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

H6  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

TFOOT, THEAD    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    color: #003366;
}

TH  {
    vertical-align: baseline;
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    bold;
    color: #003366;
}

A:link  {
    text-decoration:    none;
    color:  #003366;
}

A:visited   {
    text-decoration:    none;
    color:  #003366;
}

A:active    {
    text-decoration:    none;
    color:  #003366;
}

A:hover {
    text-decoration:    underline;
    color:  #ff0000;
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


UL LI   {
    list-style-type:    square ;
}

UL LI LI    {
    list-style-type:    disc;
}

UL LI LI LI {
    list-style-type:    circle;
}

OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}

HR {
    color: #345781; /* set horizontal line to blue */
    height:1pt;
    text-align:left
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
	border-bottom: blue 0px solid; 
	border-left: blue 0px solid; 
	border-top: blue 0px solid; 
	border-right: blue 0px solid; 
}

.ModuleTitle_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16;
	background-color: Transparent;
}

.ModuleTitle_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	border-left: white 0px solid; 
	border-bottom: white 1px solid; 
	border-top: white 1px solid; 
	border-right: white 0px solid;
	background-color: Transparent;
}

.ModuleTitle_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #EEEEEE; 
	border-left: #EEEEEE 1px solid; 
	border-bottom: #EEEEEE 1px solid; 
	border-top: #EEEEEE 1px solid; 
	text-align: center; 
	width: 15; 
	height: 21;
}

.ModuleTitle_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #FFFFFF; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	border-bottom: #FFFFFF 0px solid; 
	border-left: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid; 
	border-right: #FFFFFF 0px solid;
}

.ModuleTitle_MenuBreak {
	border-bottom: #EEEEEE 1px solid; 
	border-left: #EEEEEE 0px solid; 
	border-top: #EEEEEE 1px solid;  
	border-right: #EEEEEE 0px solid; 
	background-color: #EEEEEE; 
	height: 1px;
}

.ModuleTitle_MenuItemSel {
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	background-color: #C1D2EE;
}

.ModuleTitle_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #FFFFFF 1px solid; 
	border-bottom: #FFFFFF 1px solid; 
	border-top: #FFFFFF 0px solid;
}

.ModuleTitle_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

/* Main Menu */
/* set the properties for the entire menu */
.MainMenu_MenuContainer {
    width: 182px; /* width of buttons less left border, sets the actual width of the menu buttons */
	background-color: transparent;
 	border-bottom: #FFFFFF 0px solid;
	border-left: #FFFFFF 1px solid; /* creates a thin white line to the left of the menu buttons */
	border-top: #FFFFFF 0px solid;
	border-right: #FFFFFF  0px solid;
}

.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	height: 30px; /* set the button height */
}

.MainMenu_MenuItem {
	background-image : url(/Portals/_default/Skins/Health-DFC-10/button_bw.jpg);
	cursor: pointer; 
	cursor: hand; 
	color: White; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	border-left: #345781 0px solid; 
	border-bottom: #345781 0px solid; 
	border-top: #345781 0px solid; 
	border-right: #345781 0px solid;
	height: 30px;
}

.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color:#345781;  
	border-left: #345781 0px solid; 
	border-bottom: #345781 0px solid; 
	border-top: #345781 0px solid; 
	text-align: center; 
	width: 15; 
	height: 21;
}

/* set submenu properties */
.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color:#345781; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3) ; 
	border-bottom: #345781 0px solid; 
	border-left: #345781 0px solid; 
	border-top: #345781 0px solid; 
	border-right: #345781 0px solid;
	/*height: 30px;*/
}

.MainMenu_MenuBreak {
	border-bottom: #345781 0px solid; 
	border-left: #345781 0px solid; 
	border-top: #345781 0px solid;  
	border-right: #345781 0px solid; 
	background-color: #ECC3A5; 
	height: 0px;
}

/* set hover properties for main menu */
.MainMenu_MenuItemSel {
	background-image : url(/Portals/_default/Skins/Health-DFC-10/button_cream.jpg); 
	cursor: pointer; 
	cursor: hand; 
	color: #345781; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	height: 30px;
}

.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt;	
	cursor: pointer; 
	cursor: hand; 
	border-right: #345781 0px solid; 
	border-bottom: #345781 0px solid; 
	border-top: #345781 0px solid;
	background-color:#345781;
}

.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt;
	cursor: pointer; 
	cursor: hand;
	background-color:#345781;
	width: 22px; 
	/* height: 30px; */
}
/* container class  for documents module */

.Module_Border  {
FONT-WEIGHT:bold;
font-size: xx-small; 
COLOR:#ffffff;
FONT-FAMILY: Verdana, Arial;
BACKGROUND-COLOR:#8098B0;}

.Module_Content {FONT-WEIGHT:normal;font-size: x-small;COLOR:#21476c;FONT-FAMILY: Verdana, Arial;}

.smallpadding    {font-size: x-small; FONT-FAMILY: Verdana, Arial; margin: 5px 0px 5px 0px}

.modulepadding_title {font-size: xx-small;margin: 0 2px 0 3px;}

.modulepadding_body    {margin: 5px 3px 5px 4px}

.Module_BG      {BACKGROUND-COLOR: #F5F5F5;}

.standard_archive_deck {FONT-WEIGHT:normal;font-size: xx-small;COLOR:#000000;FONT-FAMILY: Verdana, Arial;}

/* end Menu styles */

.SiteTitle {
    font-weight: bold;
	font-size:14px;
    color: #345781;
    font-family: Tahoma, Arial, Helvetica;
	padding-bottom: 8px;
}
/* set the position of the search box */
#searchboxHolder {
    position: relative;
    right: 0px;
    top: 0px;
    font-family: arial, helvetica, sans-serif; 
    color: #000; 
    font-size: 12px;
font-weight: bold;
}

#searchboxHolder a
{
	color: #333;
	font-family: Arial;
	/* text-decoration:underline; */
	background-color:#FFF;
	padding: 0px 5px 0px 5px;
	border-bottom: dotted 1px #333;
	border: dotted 1px #333;
	position:relative;
	top: -1px;
	}

#searchboxHolder input, textarea{
    font-family: arial, helvetica, sans-serif; 
    margin: 0 0 0 0; 
    background-color: #fefefe;
    border-width:thin;
    border-color:#345781; 
    color: #000; 
    font-size: 10px;
}

#logonHolder {
   position: relative;
   left:0px;
}

#dateHolder {
  position: relative;
  right:0px;
}

/********************/
/* CSS for new skin */
/********************/

/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   

/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
Body
{
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
}

.ContentPane  {
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
}

A.SelectedTab:visited  {
}

A.SelectedTab:active   {
}

A.SelectedTab:hover    {
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:active   {
}

A.OtherTabs:hover    {
}

/* GENERAL */
/* style for module titles */
.Head   {
    font-family:  Arial, Helvetica;
    font-size:  smaller;
    font-weight: bold;
    color: #21476C;
}

.head   {
    font-family:  Arial, Helvetica;
    font-size:  smaller;
    font-weight: bold;
    color: #21476C;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-weight: bold;
    font-size: 9pt;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
font-size: x-small;
}

/* text style used for most text rendered by modules */
.Normal
{
font-family:  Arial, Helvetica;
font-size: 9pt;
}

A.Normal:link  {
    text-decoration:    none;
    color:  #003366;
    font-size: 9pt;
}

A.Normal:visited   {
    text-decoration:    none;
    color:  #003366;
    font-size: 9pt;
}

A.Normal:active    {
    text-decoration:    none;
    color:  #003366;
    font-size: 9pt;
}

A.Normal:hover {
    text-decoration:    underline;
    color:  #ff0000;
    font-size: 9pt;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{font-size: x-small;
}

.NormalRed
{font-size: x-small;
}

.NormalBold
{font-size: x-small;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
}

A.CommandButton:visited  {
}

A.CommandButton:active   {
}

A.CommandButton:hover    {
}
    
/* GENERIC */
H1  {
font-size: small;
}

H2  {
font-size: small;
}

H3  {
font-size: smaller;
}

H4  {
font-size: smaller;
}

H5, DT  {
font-size: x-small;
}

H6  {
font-size: x-small;
}

TFOOT, THEAD    {
font-size: x-small;
}

TH  {
font-size: x-small;
}

A:link  {font-size: 9pt;
}

A:visited   {font-size: 9pt;
}

A:active    {font-size: 9pt;
}

A:hover {font-size: 9pt;
}

SMALL   {
font-size: xx-small;
}

BIG {
font-size: smaller;
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}

HR {
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
}

.ModuleTitle_MenuBar {
}

.ModuleTitle_MenuItem {
}

.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
}

.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}


/* Main Menu */
/* set the properties for the entire menu */
.MainMenu_MenuContainer {
    width: 182px; /* width of buttons less left border, sets the actual width of the menu buttons */
	background-color: transparent;
 	border-bottom: #FFFFFF 0px solid;
	border-left: #FFFFFF 1px solid; /* creates a thin white line to the left of the menu buttons */
	border-top: #FFFFFF 0px solid;
	border-right: #FFFFFF  0px solid;
}

.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	/* height: 30px; */ /* set the button height */
}

.MainMenu_MenuItem {
	background-image : url(/Portals/_default/Skins/_default/button_bw.jpg);
	cursor: pointer; 
	cursor: hand; 
	color: White; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	border-left: #345781 0px solid; 
	border-bottom: #345781 0px solid; 
	border-top: #345781 0px solid; 
	border-right: #345781 0px solid;
	/* height: 30px; */
}

.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color:#345781;  
	border-left: #345781 0px solid; 
	border-bottom: #345781 0px solid; 
	border-top: #345781 0px solid; 
	text-align: center; 
	width: 15; 
	height: 21;
}

/* set submenu properties */
.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color:#345781; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3) ; 
	border-bottom: #345781 0px solid; 
	border-left: #345781 0px solid; 
	border-top: #345781 0px solid; 
	border-right: #345781 0px solid;
	/* height: 30px; */
}

.MainMenu_MenuBreak {
	border-bottom: #345781 0px solid; 
	border-left: #345781 0px solid; 
	border-top: #345781 0px solid;  
	border-right: #345781 0px solid; 
	background-color: #ECC3A5; 
	height: 0px;
}

/* set hover properties for main menu */
.MainMenu_MenuItemSel {
	background-image : url(/Portals/_default/Skins/_default/button_cream.jpg); 
	cursor: pointer; 
	cursor: hand; 
	color: #345781; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	/* height: 30px; */
}

.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt;	
	cursor: pointer; 
	cursor: hand; 
	border-right: #345781 0px solid; 
	border-bottom: #345781 0px solid; 
	border-top: #345781 0px solid;
	background-color:#345781;
}

.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt;
	cursor: pointer; 
	cursor: hand;
	background-color:#345781;
	width: 22px; 
	/* height: 30px; */
}

/* container class  for documents module */


.Module_Border  {
FONT-WEIGHT:bold;
font-size: xx-small; 
COLOR:#ffffff;
FONT-FAMILY: Verdana, Arial;
BACKGROUND-COLOR:#8098B0;}

.Module_Content {FONT-WEIGHT:normal;font-size: x-small;COLOR:#21476c;FONT-FAMILY: Verdana, Arial;}

.smallpadding    {font-size: x-small; FONT-FAMILY: Verdana, Arial; margin: 5px 0px 5px 0px}

.modulepadding_title {font-size: xx-small;margin: 0 2px 0 3px;}

.modulepadding_body    {margin: 5px 3px 5px 4px}

.Module_BG      {BACKGROUND-COLOR: #F5F5F5;}

.standard_archive_deck {FONT-WEIGHT:normal;font-size: xx-small;COLOR:#000000;FONT-FAMILY: Verdana, Arial;}






