﻿
.urbangreymenu .Calender{
font: bold 12px Verdana;
color: white;
background: #4B4B4B url(/CommonImages/Icons/calendar.png) no-repeat 8px 5px; /*last 2 values are the x and y coordinates of bullet image*/
margin-bottom: 0; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 5px 0 5px 31px; /*31px is left indentation of header text*/
}



.urbangreymenu{
width: 190px; /*width of menu*/
}

.urbangreymenu .headerbar{
font: bold 11px;
color: white;
background: #4B4B4B url(/CommonImages/Icons/gnome-session-logout.png) no-repeat 8px 3px; /*last 2 values are the x and y coordinates of bullet image*/
margin-bottom: 0; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 5px 0 5px 31px; /*31px is left indentation of header text*/
}







.urbangreymenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}

.urbangreymenu ul li{
padding-bottom: 1px; /*bottom spacing between menu items*/
}

.urbangreymenu ul li a
{
	background-position: #CCCCCC;
	font: normal 12px;
	color: #333333;

	display: block;
	padding: 5px 0;
	line-height: 17px;
	padding-left: 8px; /*link text is indented 8px*/
	text-decoration: none;
	text-align: left;
		background-color: #F9F9F9;
	border-bottom: 1px solid #F0F0F0;


}


.urbangreymenu ul li a:hover
{
	/*hover state CSS*/
	background-position: #FF9900;
	color: #FFFFFF;
	background: #c49556;
}



.headingsunderline
{
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #996600;
	margin-bottom: 10px;
	margin-top: 0px;
	border-bottom:1px solid gray;
	
}




.urbangreymenu ul li a.active
{
	background-position: #666666;
	background: #c49556;
	color: #FFFFFF;
}

.calenderbottom{text-align:center;background-color:#EAEAEA;}