﻿/* Left Nav Elements to Suppress Dots */

/*
.leftnav 
{
    float:left;
    width:100%;
    margin-left:0px;
}
.leftnav li 
{
  list-style: none; 
  background-color: #039; 
  border-top: solid 1px #039; 
  text-align: left; 
  margin: 0; 
}

.leftnav li a { 
  display: block; 
  text-decoration: none; 
  padding: .25em; 
  border-bottom: solid 1px #39f; 
}
*/
    
/* heath's control settings */

/* lift from sidebarabout_tab */
.LeftNavSectionHead 
{

	height: 19px;
	width: 173px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #833737;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	
}

.SideBar_TabCenter
{
    background-image: url('../images/SideBar/SideBar_Tab.gif');
    background-repeat: repeat-x;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    color: #833737;
}

.SideBar_TabRight 
{
    background-image: url('../images/SideBar/SideBar_RightTab.gif');
    background-repeat:no-repeat;
}

a.LeftNav_Selected, a:link.LeftNav_Selected, a:visited.LeftNav_Selected, .LeftNav_Selected
{
    font-weight: bold;
    font-size: 115%;
    color: #313131;
    text-decoration: none;
}
    

/*
.LeftNavDiv{
		background:#fff;
		width:300;
	}
		.LeftNavDiv ul
		{
			list-style:none;
			margin: 0px 0px 0px 0px;
			padding: 0px;
			width:280;
		}
			.LeftNavDiv li
			{
				list-style:none;
				margin:2px 0;
			}
				.LeftNavDiv li a{
					list-style:none;
					background:#82837c;
					color:#fff;
					text-transform:uppercase;
					font-size:.9em;
					font-weight:bold;
					text-decoration:none;
					border:solid #777776;
					border-width:0 6px 0 6px;
					display:block;
					height:30px;
					line-height:30px;
					padding:0 0 0 10px;
				}
					.LeftNavDiv li a:hover
                        {
                            background: #777776;
                            color: #000066;
                            font-weight:bold !important;
                            text-decoration: none;
                        }
				.LeftNavDiv li a.green{
					background:#83ad3e;
					border:solid #6f9234;
					border-width:0 6px 0 6px;
				}
					.LeftNavDiv li a:hover.green{
						background:#6f9234;
					}
				.LeftNavDiv li a.blue{
					background:#4396bd;
					border:solid #377e9f;
					border-width:0 6px 0 6px;
				}
					.LeftNavDiv li a:hover.blue{
						background:#377e9f;
					}
				.LeftNavDiv li a.orange{
					background:#ff7327;
					border:solid #d65611;
					border-width:0 6px 0 6px;
				}
					.LeftNavDiv li a:hover.orange{
						background:#d65611;
					}
				.LeftNavDiv li a.brn{
					background:#a53cbe;
					border:solid #87249f;
					border-width:0 6px 0 6px;
				}
					.LeftNavDiv li a:hover.brn{
						background:#87249f;
					}
*/
    
/* 
 .LeftNavDiv 
 {
     width:150px;
     border:solid 3px red;
 }

   a.LeftNav_Selected
    {
        font-weight:bold;
        font-size:110%;
        color:Red;
    }
    
    .LeftNav_NoLink 
    {
        line-height:55px;
        margin-top:10px;
        margin-bottom:10px;
        font-size:110%;
        border:solid 1px #cccccc;
    }
*/