@media screen and (max-width: 768px) {
    .dropdown-menu:focus {
        color:white !important;
    }
    .dropdown-menu > li > a {
        color: #cccccc !important;
    }

    .dropdown-menu > li > a:hover {
        color: #white !important;
        background-color:#333333 !important;
    }
}
.navbar-brand {
    color:#cccccc !important;
}
.navbar-brand:hover {
    color:#white !important;
}
.navbar-brand:visited {
    color:#white !important;
}
.rwTitleBar {
    height: 30px !important;
}
.navbar-default .navbar-nav > li > a {
    color: #cccccc;
}
.navbar-default .navbar-nav > li > a:hover {
    color:white;
}
.navbar {
    background-image:none;
    background-color:rgba(0,56,168,1);
    border-radius:0px;
}
.navbar-header {
    height:80px;
}
textarea {
    width : 400px;
    height : 100px;
}
.btn {
    float:Left
}

span.field-validation-error {
    color:red !important;
}
.footer {
width:100%;
padding:20px;
background-image: url('../Images/mochaGrunge.png');
position: absolute;
/*bottom: 0;*/
height: 200px;
z-index:-1;
}
.footer a{
color: white;
font-size: 14px;
line-height: 1em;
text-decoration: underline;
}
address, strong{color:white;}
address { margin-left:25px;
}
address p {
    padding:0px;
    margin:0px;
}

.ListboxContainer {
    display:inline-block;
    width:230px;
}
dd{
    margin-bottom:25px;
}
.Validators {
    color:red;
}
.MarginLeft25 {
    margin-left:25px;
}
.ContentWrapper {
    margin:20px;
}
p.Indent {
     margin-left:25px;
}
.SubtleAttention {
    color:darkblue;
}
ul {
    display: block;
    list-style-type:none;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
}
hr {
    margin-top:0px;
    margin-bottom:15px;
}
h1{font-size:2em;}
h2{font-size:1.80em;}
h3{font-size:1.60em;}
h4{font-size:1.40em;}
h5{font-size:1.20em;}
h6{font-size:1em;}

.ObjSeperator {
    border-bottom:1px solid #CCCCCC;
    padding:10px;
}
.ObjSeperator:hover {
    background-color:aliceblue;   
}
.gvFooter{ padding:15px;}