/* CSS Document */
.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.inputbox1 { 
 background-color: #EFDEE7; 
 border: 1px solid #EC1074;
 font-size:11px;
}

BODY {
scrollbar-face-color: C98AAE;
scrollbar-highlight-color: EFDEE8;
scrollbar-3dlight-color: 971960;
scrollbar-darkshadow-color: 971960;
scrollbar-shadow-color: 971960;
scrollbar-arrow-color: 971960;
scrollbar-track-color: EFDEE8;
}
.urbangreymenu{
width: 180px; /*width of menu*/
}
.urbangreymenu .headerbar{
font:bold 13px Verdana;
color: black;
background: #FFFFFF; /*last 2 values are the x and y coordinates of bullet image*/
margin-bottom: 0; /*bottom spacing between header and rest of content*/
margin-top: 0; /*bottom spacing between header and rest of content*/
padding: 0px 0 7px 5px; /*40px 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{
font: normal 11px Verdana;
color: black;
background: #EFDEE7;
display: block;
padding: 5px 0;
line-height: 14px;
padding-left: 6px; /*link text is indented 8px*/
text-decoration: none;
}

.urbangreymenu ul li a:visited{
color: black;
}
.urbangreymenu ul li a:hover{ /*hover state CSS*/
color: white;
background: #983093;
}
