﻿body
{
}


.adminWrapper
{
    float: left;
    width: 100%;
}



.listItems
{
    float: left;
    width: 230px;
    margin-right: 15px;
}

/*       
h1{
	border-bottom:1px solid #989898;
	padding-bottom:5px;
	font-size:18px;
	background-image:url(../images/bluesmlarrow.png);
	background-repeat:no-repeat;
	background-position:0 8px;
	padding-left:20px;
	padding-top:0px;
	color:#5f625a;
	line-height:24px;
	font-weight:normal;
	text-align:left;
	margin:15px 0 10px 0;
}       
       */
h1
{
    border-bottom: 1px solid #989898;
    padding-bottom: 5px;
    font-size: 18px;
    /*background-image:url(../images/bluesmlarrow.png);
	background-repeat:no-repeat;*/
    background-image: url(../images/orangesmlarrow.png) !important;
    background-repeat: no-repeat;
    background-position: 0 8px;
    padding-left: 20px;
    padding-top: 0px;
}

.DisplayNone
{
    display:none;
}

.listItems ul
{
    list-style: none;
    line-height: 22px !important;
}

    .listItems ul li
    {
    }

        .listItems ul li a
        {
            text-decoration: none;
        }



.StaticMenu
{
    text-decoration-line: underline;
    border-bottom: 1px solid #989898;
    font-size: 18px;
    background-image: url(../../images/orangesmlarrow.png) !important;
    background-repeat: no-repeat;
    background-position-x: 1px;
    background-position-y: 20px;
    width: 455px;
    padding-top: 5px;
    padding-bottom: 5px;
}


.DynMenu
{
    background-color: white;
    background-image: url(../../images/graydownarrow.png) !important;
    background-repeat: no-repeat;
    background-position-x: 1px;
    background-position-y: 12px;
    padding-top: 10px;
    font-size: 15px;
    width: auto;
    min-height: 18px;
}
