/*
    Document   : localStyles
    Created on : Oct 25, 2012, 10:34:35 PM
    Author     : William
    Description:
        Purpose of the stylesheet follows.
Non bootstrap styles for the Coop Care porject.

hr{
    height: 10px;
    color: black;
    display: block;
    margin-before: 0.5em;
    margin-after: 0.5em;
    margin-start: auto;
    margin-end: auto;
    border-style: inset;
}

.tweet_list{
list-style-type: none;
}

#ticker ul.tweet_list {
    height: 9em;
    overflow-y:hidden;
    border-style: dotted;
    border-width: 2px;
    border-color: lightgrey;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    list-style-type: none;
}
#ticker .tweet_list li {
    height: 9em;
    padding: .5em;
}
.query {
    margin-bottom: 2em;
}


.tweet{
    width: auto;
    height: 125px;
    overflow: hidden;
    list-style-type:none;
}


#slideshowHolder{
    overflow: hidden;
    display: none;
    position: relative;
    border: 2px solid lightgray;
}
*/
/*
.footerCoopCare{
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background-color: #e21a22;
}
.coopCareContainer{
    width: auto;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background-color: #e21a22;
    margin: auto;
    padding-top: 1em;
    border: 1px orange;
}

*/
/* =======================================

                Main Stylesheet

                Building on Twitter Bootstrap
                http://twitter.github.com/bootstrap/

========================================== */
/*
@import url('assets/css/bootstrap.min.css');
@import url('assets/css/bootstrap-responsive.min.css');
*/
/* New styles below */

label.valid {
    width: 24px;
    height: 24px;
    background: url('../coopCareImg/valid.png') center center no-repeat;
    display: inline-block;
    text-indent: -9999px;
}
label.error {
    font-weight: bold;
    color: red;
    padding: 2px 8px;
    margin-top: 2px;
}

#response{
    width: auto;
    height: auto;
    color: blue;
}
#contactNote{
    padding: 10px;
    font-size: 12px;
    font-weight: bold;
    color: #992222;
    border: 1px #f0c020 solid;
    display: none;
    background-color:#ffffdd;
    text-align: center;
    margin-bottom: 10px;
}

.notification_ok{
    color: #229922;
}
.col-md-4-mine {
    width: 33.33333333%;
    float: left;
    border-left: 2px black;
    background-color: #eeeeff;

}
hr.style-eight {
    padding: 0;
    border: none;
    border-top: medium double #333;
    color: #333;
    text-align: center;
}
hr.style-eight:after {
    content: "§";
    display: inline-block;
    position: relative;
    top: -0.7em;
    font-size: 1.5em;
    padding: 0 0.25em;
    background: white;
    background-color: #FFEEEE;
}
.form-actions{

}