﻿/* top level
--------------------------------------------*/
.menuTemplate3
{
    margin: 0 auto; width: auto;float:left;
    position:relative;
    z-index:102;
    height: 38px;
    background: #0499DA;
    border: 1px solid #0499DA;  
    font-family: "Ubuntu", Arial, Helvetica, sans-serif;
    list-style: none;
    padding: 0;
    box-sizing:padding-box;
}

.menuTemplate3 li
{
    padding: 0;
    float: left;
    height: 36px;
    position: relative;/*delete it if you want submenu to be positioned relative to the whole menu instead of this li element*/
    color: #EEE;
    z-index:5;
}

.menuTemplate3 li:hover, .menuTemplate3 li.onhover
{
    border-top:0;
}
.menuTemplate3 a
{
    padding: 0 10px;
    line-height: 36px; /*Note: keep this value the same as the height of .menuTemplate3 li */
    font-size: 12px;
    font-weight: normal;
    display: inline-block;
    outline: 0;
    text-decoration: none;
    color: #FFF;
    position: relative;
}
 .menuTemplate3 li:hover a, .menuTemplate3 li.onhover a
{
    background-color: #0499DA;
    color: #FFF;
    z-index: 9;
}
.menuTemplate3 a.arrow
{
    background: url(../images/arrow.gif) no-repeat right center;
}
 
        
/*Used to align a top-level item to the right*/        
.menuTemplate3 li.menuRight
{
    float: right;
    margin-right: 0px;
}
        
/*for the top-level separators*/
.menuTemplate3 li.separator
{
    font-size:0;
    overflow:hidden;
    border-left:1px solid #aaa;
    height:36px;
    margin-top:0px;
    z-index:4;
}
               
        
/* sub level
--------------------------------------------*/
        
.menuTemplate3 .drop
{
    position: absolute;
    z-index:103;
    left: -9999px;
    border: 1px solid #0499DA;  
    background: #FFFFFF;           
    text-align: left;
    padding: 20px;  
    top:35px;
    color:#016dcf ;
}


.menuTemplate3 .drop .button
{
  
    color:#016dcf ;
    font-weight: bold;
    padding-bottom:4px;
    
}

.menuTemplate3 .drop .button :hover
{
    color:#016dcf !important;
    
}

.menuTemplate3 .drop .button:active,
.menuTemplate3 .drop .button.is-checked {
  color: #FFFFFF;
  background-color:#0499DA;
}

/*Inserted to help the Ipad Users
*/

 .menuTemplate3Visible {
    left: -9px !important;
    background-color:yellow;
}


.BlackDiv {  
    z-index:103;
    border: 1px solid #0499DA;  
    background: #F4FAFD;           
    color: #444444 !important;
    padding-bottom : 6px;
    padding-top : 6px;

}
.BlackDiv:hover {             
    color: #444444 !important;


}

.menuTemplate3 .drop a
{
    padding-left: 0px;
    padding-right: 0px;
    line-height: 26px;
    font-size: 12px;
    font-weight: normal;
    display: inline;
    text-align: left;
    
    position: static;
    z-index: 0;
}

/*.menuTemplate3 li:hover  .drop, .menuTemplate3 li.onhover .drop
{
    display:block;
    left: -1px;Use this property to change offset of the dropdown
}*/
/*.menuTemplate3 li:hover  .dropToLeft, .menuTemplate3 li.onhover .dropToLeft
{

    left: auto;
    right: -1px;
}
.menuTemplate3 li:hover   .dropToLeft2, .menuTemplate3 li.onhover .dropToLeft2
{
    left: auto;
    right: -60px; 
}*/

/* Elements within the drop down sub-menu
--------------------------------------------*/

.menuTemplate3 div.drop div div
{
    padding: 6px 20px;
}
.menuTemplate1 li:hover menuTemplate1 li:active .drop a, .menuTemplate1 li.onhover .drop a
{
    background: none;
    background-image:none;
    padding:0 0;
}
.menuTemplate3 div.drop div a
{
    line-height: 24px;  
    color:white;
    background:none;
}
.menuTemplate3 div.drop div a:hover
{
    text-decoration:underline;
    cursor:pointer;
    color:Red;
}

.menuTemplate3 div.left {float:left;}

 
/* CSS3 effects
--------------------------------------------*/
 
/*for top-level*/       
/*.decor3_1 
{
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;

    -moz-box-shadow: 1px 2px 4px 2px #999;
    -webkit-box-shadow: 1px 2px 4px 2px #999;
    box-shadow: 1px 2px 4px 2px #999;
}
    */
/*for submenu.*/   
/*.decor3_2 
{
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;

    -moz-box-shadow: 0px 8px 14px #777;
    -webkit-box-shadow: 0px 8px 14px #777;
    box-shadow: 0px 8px 14px #777;  
}*/

.whitelabel{
    color:white !important;
}

/*button on home.aspx page to scroll up*/
.scrollToTop{
	width:32px; 
	height:32px;
	padding:0px; 
	text-align:center; 
	background: transparent;
	/*font-weight: bold;
	color: #444;*/
	text-decoration: none;
	position:fixed;
	bottom:5px;
	right:5px;
	display:none;
	background: url(../images/arrow-up-32.png) no-repeat 0px 0px;
    z-index:999;
}
.scrollToTop:hover{
	text-decoration:none;
}

/* 2013-12-04 */
.divWaiting
{
  
position: fixed;
background-color: #016dcf;
z-index: 2147483647 !important;
opacity: 0.8;
overflow: hidden;
text-align: center; top: 0; left: 0;
height: 100%;
width: 100%;
padding-top:20%;
}

.initiallyHidden { display: none; }

