﻿.headerContainer
{
	background-image: url(../../Images/TopBarBckgrnd.gif);
	height:100px;
	padding: 8px 0px 8px 0px;
}

.welcomeMessageContainer
{
	color: #FFFFFF;
	font-family: Arial;
	font-size: 8pt;
}

.welcomeMessageContainer a, .welcomeMessage a:visited
{
	color: #A6E2EF;
	font-family: Arial;
	font-size: 8pt;
}

.welcomeMessageContainer a:hover
{
	color: #808080;
	font-family: Arial;
	font-size: 8pt;
}

.welcomeMessage
{
	font-size: 12pt;
	padding-left: 5px;
}

.regionName
{
	color: #FFFFFF;
	font-size: 8pt;
	font-weight: bold;
	text-transform: uppercase;
}

.searchContainer
{
	background-color: #FFFFFF;
	border: 1px solid #7D7D7D;
	height:14px;
	margin: 0;
	margin-top:-1px;
	margin-right:3px;
	padding-top:0px;
	padding-left:3px;
	padding-right:3px;
	padding-bottom:2px;
	width:110px; 
}

.searchTextBox
{
	border-style: none;
	background: none repeat scroll 0 0 white;
	color: #888888;
	font-size: 11pt;
	height: 25px;
	margin: 0;
	padding: 0px 0px 0px 0px;
	width: 115px;
    border-radius:5px;
    font-family:'Source Sans Pro', Helvetica, Arial, sans-serif;
}

.LeftMargin
{
	width: 2%;
	background-repeat: repeat-y;
	background-position: top right;
}

.RightMargin
{
	width: 2%;
	background-repeat: repeat-y;
	background-position: top left;
}

.tabContainer
{   
	background-image: url('../../Images/test.jpg');
	background-repeat: repeat-x;
	font-family: Arial;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
}

.tabCells
{
    padding-left: 5px;
    padding-right: 5px;
}

.tabCells a, .tabCells a:active, .tabCells a:visited
{
    color: White;
    font-size: 8pt;
    font-weight: bold;
    text-decoration: none;
}

.tabsList
{
    background:linear-gradient(to bottom, #E7EDEF 0%,#BECFD7 100%);
    height:41px;
    list-style:none;
    margin: 0px;
    padding-left:8%
}

.tabItem
{
    float:left;
	display:block;
	text-align:center;
	position:relative;
	padding: 4px 6px 4px 6px;
	/*margin-right:15px;*/
	margin-top:5px;
	border:none;
    background:url(/iMercerDNN741/images/VerticalNavigationLine.png) no-repeat left;
    margin-right: 10px;
}

.tabItemNoHover
{
    float:left;
	display:block;
	text-align:center;
	position:relative;
	padding: 4px 4px 4px 4px;
	/*margin-right:15px;*/
	margin-top:5px;
	border:none;
}


.tabItem:hover 
{
	border: 1px solid #808080;
	padding: 4px 5px 4px 5px;
	background-color: #E6E6E6;
}

.tabItem:hover a 
{
	color:#006D9E;
	text-decoration:none;
}

.tabItem:hover a:hover 
{
	color:#808080;
	text-decoration:underline;
}

.tabHeading
{
    font-family:"Source Sans Pro",	Helvetica,	Arial, sans-serif;
	font-size: 15px;
	color: #002C77;
	display:block;
	outline:0;
	text-decoration:none;
}

.tabHeadingChinese
{
    font-size: 11pt;
}
.dropdowncolumn 
{
	background:#E6E6E6;
	border:1px solid #777777;
	border-top:none;
	left:-999em; /* Hides the drop down */
	margin:4px auto;
	padding:10px 5px 10px 5px;
	position:absolute;
	text-align:left;
/*	width: 350px;*/
	z-index: 2147483638;
	height: auto;
	/*max-height: 300px;*/
	overflow: hidden;
    -moz-box-shadow: 3px 3px 4px #888;
    -webkit-box-shadow: 3px 3px 4px #888;
    box-shadow: 3px 3px 4px #888;
/* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#888888')";
/* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#888888');
}

.dropdowncolumnright
{
	background:#E6E6E6;
	border:1px solid #777777;
	border-top:none;
	left:-999em; /* Hides the drop down */
	margin:4px auto;
	padding:10px 5px 10px 5px;
	position:absolute;
	text-align:left;
/*	width: 350px;*/
	z-index: 2147483638;
	height: auto;
	/*max-height: 300px;*/
	overflow: hidden;
    -moz-box-shadow: 3px 3px 4px #888;
    -webkit-box-shadow: 3px 3px 4px #888;
    box-shadow: 3px 3px 4px #888;
/* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#888888')";
/* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#888888');
}

.tabItem:hover .dropdowncolumn
{
	left:-1px;
	top:auto;
}

.tabItem:hover .dropdowncolumnright
{	
	left:auto;
	right:-1px;
}

.dropdowncolumn ul, .dropdowncolumnright ul
{
    padding-left: 15px;
    padding-right: 10px;
}

.tabSeparator
{   
    padding-left: 5px;
    padding-right: 5px;
}

.tabSearchElement
{   
    margin-left: 16%;
}

.tabColumn
{  
    display:inline;   
    float: left;   
    position: relative;   
    margin-left: 0px;   
    margin-right: 5px;
    /*width: 150px;*/
    /*border: 1px solid red; */
    /*
    -webkit-column-count: 2;
    -webkit-column-gap: 1em;
    -webkit-column-rule: 1px solid black;
    -moz-column-count: 3;
    -moz-column-gap: 1em;
    -moz-column-rule: 1px solid black;
    */
}


.tabColumn ul
{
    font-family: Verdana; /* Added for a bug fix in IE8. Issue: "list-style-type: disc" is displayed as a small square for Arial font. */
    list-style-type: disc;
    list-style-image: url('../../images/BlueTriangle.png');
}

.tabColumn li
{
	/*color: #0057A6;*/
	margin-top: 4px;
	margin-bottom: 4px;
}

.tabColumn li div li
{   
	line-height: 9pt;
}

.tabColumn li a
{
    font-size: 8pt;
}

.tabColumnChinese
{
    font-size: 9pt !important;
}

a.tabMenuHeading
{
    font-size: 9pt !important;
    margin-top: 8px !important;
	margin-bottom: 8px !important;
}

a.tabMenuHeadingChinese
{
    font-size:10pt !important;     
}

.tabMenuCell td
{
    vertical-align: top;
    padding: 0px;
}

.tabMenuCategory
{
    background-color: #00a8c8;
	text-transform: uppercase;
	padding: 2px 3px 2px 3px;
}

.sitemapItems ul
{
    margin: 0px 0px 0px 10px;
    padding-left: 20px;
}

.sitemapItems a
{
   
    text-decoration: none;
}

.sitemapItems a:hover
{	
	color: #808080;   
    text-decoration: underline;
}

a.sitemapItemsHeading
{   
    font-weight: bold;
    font-size: 10pt;
}

.blackText
{
    color: #000000;
}

.contentHeading
{
    color: #006D9E;
    font-size: 12pt;
    font-weight: bold;
}

ul.blueBullet
{
    list-style-image: url('../../images/BlueBullet.gif');
}

/*ul.blueBullet li
{
    color: #0057A6;
}*/
.RoundedCorners {
    background-color: #fff;
    padding: 18px;
    border: 1px solid #BFBFBF;
    -moz-border-radius: 12px;
    border-radius: 12px;   
    -webkit-border-radius: 5px; 
    padding-left:12px;
    padding-right:18px;
    padding-top:2px;
}

    .GridStyle
    {
      border-bottom:1px;
      border-collapse:separate;
    }

    .GridStyle table
    {
     
      border-bottom:1px;
      border-collapse:separate !important;
    }
    .GridStyle th
    {
       border-bottom :1px solid #A7E2F0;
       text-align :left;
       padding-left:10px;
       padding-top:5px;
       padding-bottom:5px;
       color:#0F397C;
       font-weight:bold;
       background-color:#A7E2F0;
    }
    
    .GridStyle th a, .GridStyle th a:hover, .GridStyle th a:visited
    {
        color:#0F397C;
        text-decoration:none;
    }
        
    .GridStyle tr
    {
      border-collapse:separate;
    }
    .GridStyle td
    {
        border-bottom :1px solid #A7E2F0;
        padding:10px 10px 10px 0px;
        text-align:left;
        padding:10px;
    }
    .gridBottomRow
    {   
        margin-top: 3px;
        margin-bottom:20px;
        border-top-width: 1px;
        border-bottom-style: none;
        border-top:1px solid #A7E2F0
    }
    
    .myToolsDownload_td
    {
        padding-left:10px;
        text-align : left;
    }
    
    .myTools_DivScroll
    {
        overflow-y:auto;
        max-height: 500px;
        
    }
    
    .maintMenuTable
	{
		border-right: 1px solid grey;
		border-top: 1px solid grey;
		border-bottom: 1px solid grey;
	}
	
	.maintMenuTable td
	{
		border-left: 1px solid grey;
	}
	
	tr.maintMenuHeaderCells td
	{
		text-align: center;
		background-color: #D6DADE;
		color: #006D9E;
		font-weight: bold;
		padding: 3px 3px 3px 3px;
	}
	
	tr.maintMenuTableCells td
	{
		background-color: #F4F4F4;
		padding: 2px 1px 2px 3px;
	}
	
	.maintMenuTableCellsAlign
	{
		text-align: center;
	}

.stayConnectedSection {
    background-color: #dddddd;
    display: table;
    vertical-align: middle;
    font-family: "Source Sans Pro", "Helvetica", "Arial", sans-serif;
    width: 100%;
    padding-left:8%
}
.breadcrumbspace
{
    margin-top:15px;
    margin-bottom:15px;
}
