@import url(styles/AdminStyles.css);

@charset "utf-8";

.bodyText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.pageHeader {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.bottomnav {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
text-decoration: none
color: #0033FF;
}
.bottomnav:visited {
text-decoration: none
}
.bottomnav:hover {
text-decoration: underline; 
}
.bottomnav:active {
text-decoration: none
}

.abc:link {
font-weight: normal;
color: #0033FF;
text-decoration: none;
}
.abc:visited {
font-weight: normal;
color: #990000;
text-decoration: none;
}

.abc:hover {
           color: #FF0000;
           text-decoration: none;
}

.abc:active {
color: #FFFFFF;
text-decoration: none;
}


.arrowlistmenu{
width: 104px; /*width of menu*/

}

.arrowlistmenu .headerbar{
font: 13px Arial;
color: white;
background: black url(images/titlebar.png) repeat-x center left;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 10px; /*header text is indented 10px*/
}

.arrowlistmenu ul{
list-style-type: none;
margin: 0;
padding-left: 0;
margin-left:  5px;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/

}


.arrowlistmenu ul li a{
color: #a70303;
background: url(images/arrowbullet.png) no-repeat 4px center; /*custom bullet list image*/
display: block;
padding: 5px 0;
padding-left: 23px; /*link text is indented 19px*/
text-decoration: none;
font-weight: regular;
border-bottom: 1px solid #dadada;
font-size: 70%;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

.arrowlistmenu ul li a:visited{
color: #A70303;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #A70303;
background-color: #edfbe4
}


/*current page CSS*/
.arrowlistmenu .currentPage
{
   color: #A70303;
   background-color: #edfbe4
}



