/* 
 * Deprecated DNN CSS class names will remain available for some time
 * before being  permanently removed. Removal will occur according to
 * the  following process:
 *
 * 1. Removal will only occur with a major (x.y) release, never
 *    with a maintenance (x.y.z) release.
 * 2. Removal will not occur less than six months after the release
 *    when it was deprecated.
 * 3. Removal will not occur until after deprecation has been noted 
 *    in at least two major releases.
 *
 *                                              |        |Planned |
 *  Name                                        |Release |Removal |
 *----------------------------------------------+--------+--------+
 * Mod{NAME}C                                     5.6.2    6.2
 *   {NAME} = sanitized version of the DesktopModule Name 
 *   Used on <div> tag surrounding Module Content, inside container
 *----------------------------------------------+--------+--------+
 */  



/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
Body
{
}

.ControlPanel {
}

/* 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:hover    {
}

A.SelectedTab:active   {
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:hover    {
}

A.OtherTabs:active   {
}

/* GENERAL */
/* style for module titles */
.Head   {
}

/* style of item titles on edit and admin pages */
.SubHead    {
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
}

/* text style used for most text rendered by modules */
.Normal
{
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.NormalRed
{
}

.NormalBold
{
}

/* 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:hover    {
}
    
A.CommandButton:active   {
}

/* button style for standard HTML buttons */
.StandardButton     {
}

/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
}

A:visited   {
}

A:hover {
}

A:active    {
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}
OL UL 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 */

.MainMenu_MenuContainer {
}

.MainMenu_MenuBar {
}

.MainMenu_MenuItem {
}

.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}

/* Login Styles */
.LoginPanel{
}

.LoginTabGroup{
}

.LoginTab {
}

.LoginTabSelected{
}

.LoginTabHover{
}

.LoginContainerGroup{
}

.LoginContainer{
}

/*hcph Footer Styles */
 .hcphfooter {
   width: 500px /* width of your table*/; margin:0 auto;}

/*Factsheet Style*/
.factsheet-table{
  width:100%;
  background-color:#ECECEC;
  margin-bottom:1px;
  display:table;
  border: 1px solid #3F6E95;
  border-width: 0px 0px 0px 1px;
}

.factsheet-name{
  width:50%;
  padding:5px 20px;
  display:table-cell; 
  vertical-align:middle;
}

.factsheet-lng{
  background-color:#3F6E95;
  /*padding:5px 20px;
  width:12.5%;*/
  display:table-cell; 
  text-align:center;
  color:#fff;
  border-left:1px solid #ECECEC;
  vertical-align:middle;

}

.factsheet-lng a{
  color: #fff;
  background-color:#3F6E95;
  padding:5px 5%;
  width:12.5%;
  display:table-cell;

}

.factsheet-lng a:hover{
    color: #fff;
    background-color:#7ca4c5;
  text-decoration: none;

}
.factsheet-lng a[href=""] { 
    background-color: lightgray;
}
@media screen and (max-width: 414px) {

        .factsheet-table {
            margin-bottom:5px;
        }

        .factsheet-table, .factsheet-name, .factsheet-lng  {
            display: block;
            float:left;
        }
        .factsheet-name {
            width: 94%;
            padding: 5px 3%;
            
        }

        .factsheet-lng {
            padding: 5% 0%;
            width: 24.7%;

        }
    }


/*News and press release Style*/
.News-Container{

  background-color:#ECECEC;
  margin-bottom:01px;
  border: 1px dotted #3F6E95;
  border-width: 0px 0px 1px 0px;
  padding:10px;
  display:table;
  width:100%;

}

.News-Container:hover {
    background-color:#ecf2f7;
}
.news-icon {
    display:table-cell;
    vertical-align: top;
  width: 10%;
        
}
.news-icon img {
    width: 100%;
    /*height: 30px;*/
    border-radius:2px;
    
}

.News-content {
    margin: 0px 15px;


}

.News-source {
        float:left;
        margin-right:15px;
        font-weight:bold;
}


.News-date {
    font-weight: lighter;
    color:#949494;
    font-weight:bold;

}

.News-title {
    margin:0px;
    padding-top: 4px;


}

.News-post p{
    margin:0px;
    padding-top: 4px;

}

/*Authorities and Mandates style (this item is located on this page /hcph/About/Organization/OPP/Authorities-and-Mandates */
.Authorities-rTable {
		    	display: table;
		    	width: 100%;

		}
		.Authorities-rTableRow {
		    	display: table-row;

		}

        .Authorities-rTableHead {
                background-color: #6d6e70;
                color:#fff;
		  text-align:center;
                
        }
        .Authorities-rTableCell {
                background-color: #ECECEC;
        }

		.Authorities-rTableCell, .Authorities-rTableHead {
		    	display: table-cell;
		    	padding: 10px 10px;
                width:33.3%;
		  vertical-align: middle;
		    	

		}
        .BorderLeft {
            border-left: 1px solid #fff;
            
        }
        .BorderBottom {
            border-bottom:1px solid #fff;
        }
/*Zika Virus Table Layout Style*/

.Zika-rTable {
		    	display: table;
		    	width: 100%;
		}
		.Zika-rTableRow {
		    	display: table-row;

		}

        .Zika-rTableHead {
                background-color: #6d6e70;
                color:#fff;
                font-weight: bold;
                
        }
        .Zika-rTableCell {
                background-color: #ECECEC;
        }

		.Zika-rTableCell, .Zika-rTableHead {
		    	display: table-cell;
		    	padding: 10px 10px;
                width:20%;
                vertical-align: middle;
                text-align:center;

		}
 

























