﻿/***********/
/***TTE*****/
/**********/
/*
.az-top-nav-bar, .az-top-nav-bar .az-container {
  
    background-color: #004b8e;
    background: -webkit-gradient(linear,left top,left bottom,from(#004b8e),to(#002e62));
    background: -webkit-linear-gradient(top,#004b8e,#002e62);
    background: -moz-linear-gradient(top,#004b8e,#002e62);
    background: -ms-linear-gradient(top,#004b8e,#002e62);
    background: -o-linear-gradient(top,#004b8e,#002e62);
    background: linear-gradient(top,#004b8e,#002e62);
}
a.az-top-pin-btn
{
    color:#bbb;
 }
a.az-top-pin-btn-selected
 {
      color:#fff;
  }
 a.az-top-nav-btn-hover,   a.az-top-pin-btn-hover
 {
      background-color: rgba(0, 0, 0, 0.8);
      color: #ffffff;
  }
  a.az-top-nav-btn-pressed, a.az-top-pin-btn-pressed {
    background-color: rgba(0, 0, 0, 0.8);
    color: #ffffff;
}
.az-main-menu
{
    background-color: rgba(0, 46, 98, 0.9);
    }
.az-main-menu.az-main-menu-widget
{
  background-color:transparent;  
 }
 


 
 a.az-btn-branding-regular
{
    background-image: linear-gradient(to bottom, #df042e 0px, #df042e 100%);
    border-color:#df042e;
 }
 a.az-btn-branding-regular.az-btn-hover
{ 
    background-image: linear-gradient(to bottom, #900c17  0px, #900c17  100%);
    border-color:#900c17 ;
}
a.az-btn-branding-regular.az-btn-focused
{ 
  background-image: linear-gradient(to bottom, #900c17  0px, #900c17  100%);
    border-color:#900c17 ;
}
a.az-btn-branding-regular.az-btn-pressed
{ 
     background-image: linear-gradient(to bottom, #900c17  0px, #900c17  100%);
    border-color:#900c17 ;
}

 a.az-btn-branding-regular span span.az-btn-text
{
     color: #fff; 
     font-weight: bold;
}

.az-events-widget-ctgListWrapper .az-events-category div {    
    color: red;    
}
 div.az-noticeBoard-bg
  {
      background-color:#1fa11f !important;
  }

    */
