﻿
/*
    TOP AND LEFT NAVIGATION MENU CSS
*/
.topnavigation-parent ul,  .topnavigation-parent li, .leftnavigation-parent ul, .leftnavigation-parent li
{
    list-style: none;    
    margin : 0px;
    border: none 0px white;
}

ul.topnavigation-parent
{
    width : 100%;  
    height : 40px;
    background-image: url(../images/hdr-navbar-orange.png) ;
    background-repeat: repeat-x;
    font-family: Verdana;
    font-size: 3px;
    letter-spacing:0px;
    font-weight:bolder;
    list-style : none;
}


ul.topnavigation-parent li.NAV-LINKS-LEVEL-1
{
    width: auto;
    position : relative;
    text-align : center;   
    height : 30px;
    vertical-align : middle;
    cursor : pointer;
    float : left;
    padding :10px 0px 0px 8px ;
	
}
/* .MENU-LEVEL-2, ul.topnavigation-parent .MENU-LEVEL-3 */
ul.topnavigation-parent .NAV-LINKS-LEVEL-1 ul 
{
      display : none;   
      position : absolute;
      text-align: left;
      width : 180px;
      top: 0px;
      
      background-color:#006496;
      background-repeat: repeat;
      z-index : 1;
}

/*
    TOP NAV - MENU's AT LEVEL 2 and 3
*/
/*ul.topnavigation-parent .MENU-LEVEL-2 li, ul.topnavigation-parent .MENU-LEVEL-3 li */
ul.topnavigation-parent .NAV-LINKS-LEVEL-1 ul li
{
    position: relative;
   /* padding : 5px 5px;
    padding-right : 0px;*/

    width : 180px;
}

ul.topnavigation-parent a               
{
    color : White;
    text-decoration :none;
}

ul.topnavigation-parent a:link
{
    color : White;
    text-decoration :none;
}

ul.topnavigation-parent a:visited
{
    color : White;
}

ul.topnavigation-parent a:hover
{
     color : Black;
}

ul.topnavigation-parent a:active
{
    
}

ul.topnavigation-parent .NAV-LINKS-LEVEL-1 ul li a               
{
    font-family:Verdana;
    font-size : 11px;
    color : #633E1D;
    text-indent: 3px;
   /* padding-top:9px;
    padding-bottom:9px;
    padding-left:5px;*/
    text-decoration: none;
    font-weight: bold;
    width : 175px;
    display : block;
    height : 10px;
    padding-top : 8px;
    padding-bottom : 8px;
    padding-left : 0px;
    padding-left : 5px;
}

ul.topnavigation-parent .NAV-LINKS-LEVEL-1 ul li a:link
{
    font-family:Verdana;
    font-size:11px;
    color: #FFFFFF;
}

ul.topnavigation-parent .NAV-LINKS-LEVEL-1 ul li a:hover
{
    color: #633E1D;
    background-image:url(../../TechMgn/images/hdr-navbar-orange.png);
    background-repeat:repeat;
}


ul.topnavigation-parent .NAV-LINKS-LEVEL-1 ul li a:active
{
    
}

.top-menu-right-arrow
{
    background-image : url('/_layouts/images/Manipal.Edu/arrow.gif');
    background-repeat : no-repeat;
    background-position : 97% center;
}

/*
    LEFT NAV STYLES
*/

/* LI ENCLOSING THE LINKS  AT THE FIRST LEVEL*/

ul.leftnavigation-parent li
{
   background-image : url('/_layouts/images/Manipal.Edu/left_menu_anchor_bg_noarrow.gif');
    background-repeat : no-repeat;
}


ul.leftnavigation-parent li.NAV-LINKS-LEVEL-1
{
    width : 196px;
    cursor : pointer;
}

/* ANCHORS ENCLOSED INSIDE LI */
ul.leftnavigation-parent .NAV-LINKS-LEVEL-1 a
{
    color : #FFFFFF;
    text-decoration : none;
    display : block;
    height : 22px;
    width : 188px; 
    font-family: Verdana;
	font-size:11px;
    font-weight: bold;
    padding-left : 8px;
    padding-top : 10px;
}

.anchor-bg-no-arrow
{
    background-image : url('/_layouts/images/Manipal.Edu/left_menu_anchor_bg_noarrow.gif');
    background-repeat : no-repeat;
}

.anchor-bg-with-arrow
{
    background-image : url('/_layouts/images/Manipal.Edu/left_menu_anchor_bg.gif');
    background-repeat : no-repeat;
}

.anchor-selected-link
{
    
    background-image : url('/_layouts/images/Manipal.Edu/left_menu_anchor_bg_link.gif');
    background-repeat : no-repeat;
}

ul.leftnavigation-parent .NAV-LINKS-LEVEL-1 a:link
{
    
}

ul.leftnavigation-parent .NAV-LINKS-LEVEL-1 a:visited
{
    
}

ul.leftnavigation-parent .NAV-LINKS-LEVEL-1 a:hover
{
    color : #633E1D;
    text-decoration : none;
    background-image : url('/_layouts/images/Manipal.Edu/left_menu_anchor_bg_onhover.gif');
    background-repeat : no-repeat;
}

ul.leftnavigation-parent .NAV-LINKS-LEVEL-1 a:active
{
    border: solid 0px White;   
}

/* LEVEL 2 AND LEVEL 3 MENUS*/
ul.leftnavigation-parent .NAV-LINKS-LEVEL-1 ul
{
  display : none;   
  text-align: left;
  color : Black;
  margin-left : 0px;
  left: 0px;
}

ul.leftnavigation-parent .MENU-LEVEL-2, ul.leftnavigation-parent .MENU-LEVEL-3
{
    
}

ul.leftnavigation-parent .MENU-LEVEL-2 li, ul.leftnavigation-parent .MENU-LEVEL-3 li
{
    height : 30px;
}

ul.leftnavigation-parent .MENU-LEVEL-2 li a, ul.leftnavigation-parent .MENU-LEVEL-3 li a
{
    font-size : 11px;
    color: #5E462E;
    font-weight : bold;
    vertical-align: middle;
    height : 23px;
    width : 180px; 
    padding-left : 16px;
    padding-top : 10px;
    background-image : url('/_layouts/images/Manipal.Edu/level2_menu_anchor_onout.gif');
    background-repeat : no-repeat;
}

ul.leftnavigation-parent .MENU-LEVEL-2 li a:link, ul.leftnavigation-parent .MENU-LEVEL-3 li a:link
{
    font-size : 11px;
    color: #5E462E;
    font-weight : bold;
    vertical-align: middle;
    height : 23px;
    width : 180px; 
    padding-left : 16px;
    padding-top : 10px;
    background-image : url('/_layouts/images/Manipal.Edu/level2_menu_anchor_onout.gif');
    background-repeat : no-repeat;
}

ul.leftnavigation-parent .MENU-LEVEL-2 li a:visited, ul.leftnavigation-parent .MENU-LEVEL-3 li a:visited
{
    
}

ul.leftnavigation-parent .MENU-LEVEL-2 li a:hover, ul.leftnavigation-parent .MENU-LEVEL-3 li a:hover
{
    color : #874307;
    background-image : url('/_layouts/images/Manipal.Edu/level2_menu_anchor_onhover.gif');
    background-repeat : no-repeat;
}

ul.leftnavigation-parent .MENU-LEVEL-2 li a:active, ul.leftnavigation-parent .MENU-LEVEL-3 li a:active
{
    
}

ul.leftnavigation-parent .MENU-LEVEL-2 li a.left-nav-selected-anchor-background
{
    color : #874307;
    background-image : url('/_layouts/images/Manipal.Edu/level2_menu_anchor_onhover.gif');
    background-repeat : no-repeat;
}

/*
    FIRST LEVEL MENU ON HOVER ANCHOR STYLES
*/
.menu-on-hover
{
   background-image : url('/_layouts/images/Manipal.Edu/menu_bg_mo.jpg');    
   background-repeat : repeat-x;
}

.menu-on-hover a:link
{
    
}

.menu-on-hover a:visited
{
}

.menu-on-hover a:hover
{
    color : #BB7435;
}

.menu-on-hover a:active
{
    color : Black;
}

/*
    Will be applied to the left menu level 1 anchor when it is clicked
*/
.left-menu-clicked
{
    background-image : url('/_layouts/images/Manipal.Edu/left_menu_anchor_bg_onhover.gif');
    background-repeat : no-repeat;
}

.left-menu-clicked a:link
{
  color : #874307;   
}

.left-menu-clicked a:link
{
  color : #874307;   
}

/* Search Area */

.srch-WPBody{
margin:0px;
font-family:Arial,Helvetica;
font-size:1em;
color:#666666;
}
.srch-results{
}
.customsrch-sort{
COLOR:#db7421;
FONT-SIZE:1.0em;
}
.customsrch-sort A:link,.customsrch-sort A:visited{
text-decoration:none;
color:#003399;
}
.customsrch-sort a:hover{
color:#db7421;
}
.customsrch-sort-right{
float:right;
COLOR:#333333;
FONT-SIZE:1.0em;
padding-bottom:4px;
}
.customsrch-sort-right A:link,.customsrch-sort-right A:visited{
text-decoration:none;
color:#003399;
}
.customsrch-sort-right a:hover{
color:#FF0000;
}
.srch-summary{
COLOR:#333333;
FONT-SIZE:1.0em;
FONT-FAMILY:Arial,Helvetica;
}
.srch-summary A:link,.srch-summary A:visited{
text-decoration:none;
color:#db7421;
}
.srch-summary a:hover{
color:#FF0000;
}
.srch-stats{
COLOR:#db7421;
FONT-SIZE:1.2em;
FONT-FAMILY:Arial,Helvetica;
background-color:#ececec;
text-align:left;
white-space:nowrap;
}
.srch-stats A:link{
text-decoration:none;
color:#db7421;
}
.srch-stats a:hover{
color:#FF0000;
}
.customsrch-Description{
FONT-SIZE:1.1em;
padding-top:5px;
MARGIN:0px 0px 4px;COLOR:#333333;
FONT-FAMILY:Arial,Helvetica;
}
.customsrch-Description b{
font-weight:bold;
COLOR:#db7421;
}
.srch-alertme a:link,.srch-alertme A:visited{
MARGIN:0px 0px 0px;
}
.srch-alertme a:hover{
MARGIN:0px 0px 0px;
}
.customsrch-Title{
FONT-SIZE:1.3em;
MARGIN:0px 0px 10px;
COLOR:#db7421;
FONT-FAMILY:Arial,Helvetica;
}
.customsrch-Title A:link,.srch-Title A:visited{
text-decoration:none;
color:#db7421;
}
.customsrch-Title a:hover{
color:#db7421;
text-decoration:underline;
}
.srch-URL A:link,.srch-URL A:visited{
color:#008800 !important;
text-decoration:none;
FONT-SIZE:1.2em;
font-style:italic;
FONT-FAMILY:Arial,Helvetica;
}
.srch-URL a:hover{
color:#FF0000;
text-decoration:underline;
}
.srch-Metadata{
BORDER-TOP:#e0ded5 1px solid;
FONT-SIZE:1.0em;
MARGIN:0px 0px 15px;COLOR:#8c8c8c;
FONT-FAMILY:Arial,Helvetica;
}
.srch-dup .srch-Page-bg{
}
.srch-Page{
COLOR:#db7421;
FONT-WEIGHT:bold;
FONT-SIZE:1.2em;
FONT-FAMILY:Arial,Helvetica;
background-color:#ececec;
text-align:right;
}
.srch-Page A:link,.srch-Page A:visited{
text-decoration:none;
color:#db7421;
FONT-WEIGHT:normal;
}
.srch-Page a:hover{
color:#FF0000;
}
.srch-dup A:link,.srch-dup A:visited{
COLOR:#517acc
}
.srch-Icon{
margin-right:4;
}
.srch-ActionLink a{
text-decoration:none;
font-size:.85em;
font-style:italic;
color:#336699;
margin-top:2;
margin-bottom:0;
}
.srch-ActionLink a:hover{
color:#FF0000;
}
