﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* 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;
    }
}

.MessagePanelDiv 
{
    position:fixed;
    right: 0;
    top:10%;
    width:18%;
    height:auto;
}

/*Announcement*/

.columnn_inner {
    padding-left: 12px;
    padding-right: 13px;
    display: block;
}

.inner_margin {
    margin-left: 12px;
    margin-right: 13px;
}

.contentbox {
    display: block;
    padding: 0px;
    border: 1px SOLID #ccc;
}

.contentbox_white { /* used in contentbox*/
    display: block;
    padding: 10px 15px;
}

.contentboxmore {
    background: #eee;
}

    .contentboxmore a {
        display: block;
        text-align: center;
        color: #003471;
        font-weight:bold;
    }

        .contentboxmore a:hover {
            color: #002571;
        }

.contentfeed {
    color: #000;
    display: block;
}

    .contentfeed h3 {
        margin-top: 0px;
    }

    .contentfeed .indent {
        margin-left: 20px;
    }

    .contentfeed a {
        color: #000;
        text-decoration: none;
    }

.contentfeed_more {
    float: right;
    vertical-align: text-bottom;
    line-height: 1.5em;
    color: #003471;
}

.contentfeed_item {
    padding: 0 5px 0 5px;
    margin-bottom: 10px;
}

.contentfeed_more {
    float: right;
    vertical-align: text-bottom;
    line-height: 1.5em;
}

.contentfeed a:hover div.contentfeed_item {
    background-color: #eee;
}


.contentbox .contentbox_h2 {
    margin: 0px;
    padding: 3px 10px;
    background-color: #eee;
    border-bottom: 1px solid #ccc;
    font-size: 1.7em;
    color: #373F43;
    font-weight: normal;
}

.contentfeed_more {
    float: right;
    vertical-align: text-bottom;
    line-height: 1.5em;
}

.small {
    line-height: 1.3em;
    font-size: 1.3em;
}

.contentsection {
    margin-bottom: 25px;
}

div.clear {
    clear: both;
}

.indent p {
    line-height: 0.5em;
    font-size: 1.0em;
    white-space: wrap;
}

.contentfeed_item h3 {
    font-size: 1.1em;
    font-weight: bolder;
    color: #003471;
    margin: 0;
}
