﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 50px;
    padding-bottom:0px;
    margin:0px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    margin-top:33px;
    min-height:610px;
    color:#808080
    
}

.gaff{
    color:#F7942A;
    font-weight:bold;
}
.line{
    color:#3C56A5;
    font-weight:bold;
}


  .body-content a:link
, .body-content a:visited
, .body-content b{

    color:#3C56A5;
}
.body-content h2
{
   color:#3C56A5;
}

/* Set widths on the form inputs since otherwise they're 100% wide 
input,
select,
textarea {
    max-width: 280px;
}
    */
/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }
    .body-content {
        padding: 0;
        
    }
}

footer .container{
    
    
    width:100%;
    vertical-align:top;
    margin-bottom:0px;
}
footer .well {
    height:90px;
    margin:0px;
    background-color: #64B346;
    border-top: 2px solid #3C56A5;
    color:#ffffff;
    margin-top:40px;
}


.navbar-fixed-top
{
    border-bottom: 2px solid #3C56A5;
}

footer .copyright
{
float:right;
text-tranform:uppercase;
margin-right:-12px;
margin-top:-35px;
}

footer a {
    color:#ffffff;
    text-decoration:none;
}
footer a:hover {
    text-decoration:none;
}
.homepage{

    margin-top:40px;
}

.homeblurb{
    min-height:140px;

}


/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    /*float: left;*/
    text-align: center;
    width: auto;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: left;
    padding-right: 10px;
}

 
div.field
{
        display:inline-block;
        width:100px;
        text-align:right;
        margin-right:10px;
        margin-top:10px;   
        vertical-align:top;             
}
                
div.value
{
    display:inline-block;
    width:400px;
    margin-top:10px;
    vertical-align:top; 
}

TABLE.subscription
{
    border:1px solid silver;
    padding:2px;
    margin:0px;
    width:90%;
}

TH.subscription
{
    border-bottom:2px solid silver;
}
TD.subscription
{
    border-bottom:1px solid silver;
    border-right:2px solid silver;
}


.StandardGridView ,Table, Tr, Th, Td
{
    padding:20px;
    border:1px solid silver;
}

.ActionLinkHeading
{
    font-weight:bold;
    margin-top:10px;
}



  a.btn-default:link
, a.btn-default:visited
{
    color:#3C56A5;
}

a.btn-default:hover{
    color:#F7942A;
}

