﻿/* HEADER */

/* Expand banner bar*/
#div.mol-page-header {
    height: 105px;
}

#div.mol-page-container {
    top: 105px;
}

/* Make the banner image bigger/fill the space */
#.mol-page-header > a.homeLinkImage {
#    padding: 50px;
#}

#.mol-page-header > a.homeLinkImage > img {
    height: 95px;
    margin: 0;
}
 /* Chaneg Color of top Banner */
 
div.mol-page-header {
  background-color: #56a2d6;
}

/* Move the right hand controls lower */
#div#topnavbanner
#{
#    padding-top: 40px;
#}

/* Hide the Tyler logo and “Munis Self Service” in the banner*/
#.mol-main-title .mol-tyler-logo {
#	visibility: hidden;
#}

#.mol-main-title > .mol-title {
#	visibility: hidden;
#}

/* Change the color of the login text/icons */
#.mol-page-header > #topnavbanner div.mol-header-menu-item a > div.mol-menu-item-icon, div.mol-menu-item-text {
#    color: #000000;
#}

/* Change color of the drop-down menu text  */
#ul.loginMenu > li > a
#{
#     color: #000000;
#}

/* LEFT NAVIGATION BAR */

/* color and background of primary left navigation links */
ul#primarynav a {
	color: #000000;
# 	background: #CDE7FE;
#	border-bottom: none; /* include this line if you are _not_ using default background */
#}

/* color and background of primary left navigation links when hover over them */
#ul#primarynav a:hover, ul#primarynav a:focus, ul#primarynav a:active { 
#	color: #333;
#	background: #0041A2;
#	padding-right: 7px; /* include this line if you are _not_ using default background */
#}

/* color and background of a primary left navigation link when user is on the corresponding page */
#ul#primarynav a#primarynavselected {
#	color: #333;
#	background: #0041A2;
#	padding-right: 7px; /* include this line if you are _not_ using default background */
#}

/* color and background of left sub-navigation (indented) links */
ul#primarynav ul.submenu a {
	color: #000000;
#	background: #ddd;
#	border-bottom: none; /* include this line if you are _not_ using default background */
#}

/* color and background of left sub-navigation (indented) links when user when hovers over them */
#ul#primarynav ul.submenu a:hover, ul#primarynav ul.submenu a:focus, ul#primarynav ul.submenu a:active {
#	color: #333;
#	background: #0041A2;
#	padding-right: 7px; /* include this line if you are _not_ using default background */
#}

/* color and background of left sub-navigation (indented) links when user is on the corresponding page */
#ul#primarynav ul.submenu a#submenuselected {
#	color: #333;
#	background: #0041A2;
#	padding-right: 7px; /* include this line if you are _not_ using default background */
#}

#div#leftcolumn {
#	background: transparent url(images/leftcolumn_bg.gif) left bottom no-repeat;
#}

	


/* FOOTER: DO NOT CUSTOM STYLE */

