﻿


/*My Stuff*/

.secondary-nav {
    /*background-color: #CAC998;
    border-color: #080808;*/
    font-family: Verdana, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 11px;
    color: #000;
    border:0px;
    outline:0px;
    /*background-color:red;*/
   
    /*border: 1px solid #fff;*/

    /*border: none;*/
    background-color: transparent;
}



/*.masthead-links > a:link, a:visited, a:active, a:hover {
    color: #fff;
}*/



/*body {
    font-weight: normal;
    font-size: 11px;
    margin: 5px;
    color: #006400;
    font-family: Verdana, Helvetica, sans-serif;
    background-color: white;
    margin-bottom: 100px;
}*/


/*USTA Stuff*/
.usta-template-drop-navigation {
    background-color: #cce0cc;
  
    width: 100%;
    min-width: 1052px;
    border-top: 1px solid #000;
    border-bottom: 2px solid #999;
}

a[href]:after {
    display: none;
    visibility: hidden;
}

/*a {
    color: #A0522D;
    outline: none;
    padding-left: 3px;
    padding-right: 3px;
   
}

    a:link, a:visited,
    a:active, a:hover {
        color: #A0522D;
    }

    a:hover {
        text-decoration: underline;
        color: #3333cc;
    }*/

/*a {
    color: #337AB7;
    outline: none;
    padding-left: 3px;
    padding-right: 3px;
   
}*/

#masthead a {
    color: white;
}

.isDisabled {
    color: currentColor;
    cursor: not-allowed;
    opacity: 0.5;
    text-decoration: none;
}


/*BOOTSTRAP OVERRIDES*/
.navbar-inverse {
    background-color: #cce0cc;
    border-color: #080808;
}

.nav > li > a{
    color: #000;
}

.notifications {
    position: relative;
}

.notifications .badge {
    position: absolute;
    top: -8px;
    right: 40px;
    background: #a80a0a;
}

ul.notifications {
    list-style: none;
    padding-left: 0;
}

ul.notifications > li {
    border-bottom: 1px solid #ddd;
    padding: 10px 0; 

}

ul.notifications > li:last-child {
    border-bottom: none;
  

}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
  
}

.header-menu > li > a:hover, .header-menu > li > a:focus {
    color: #262626;
    text-decoration: none;
    /*background-color: #f5f5f5;*/
    background-color: black;
}

.dropdown-menu {

    background-color: #e5efe5;
    /*background-color: blue;*/
 
}

.page-header {
    padding-bottom: 9px;
    margin: 10px 0 20px;
    border-bottom: 1px solid #eee;
}

.dashboard-info div {
    float: left;
    width: 49%;
    margin-left: 1%;
    border: solid;
    border-width: thin;
    height: 200px;
   
}

.dashboard-info ul {
    list-style-type: none;
    padding-left: 5px;
}

.dashboard-info td {
   
    padding-left: 10px;
    padding-bottom: 5px;
}

.dashboard-info label {

    font-weight: normal;
}




