﻿/* TEXT CLASSES */

.shaded
{
    font-family: Arial, Geneva, sansserif;
    padding: .5em;
    font-weight: 500;
    padding-left: 18px;
    margin-bottom: 1.0em;
    border-bottom: 1px solid #a9a9a9;
    color: #696969;
    background-image: url(/App_Themes/RedSquare/images/SubheadBackground.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    font-size: 90%;
}

.container .caption {
font-size:.90em;
line-height:1.2em;
padding: 0;
margin: 0;
}


.container .small {
font-size:.85em;
line-height:1.4em;
}

.container .large {
font-size:1.2em;
line-height:2.0em;
margin-bottom:1.25em;
}

.container .hide {
display:none;
}

.container .quiet {
color:#666;
}

.container .loud {
color:#000;
}

.container .right
{
    text-align: right;
}

.container .highlight {
background:#ff0;
}

.container .top {
margin-top:0;
padding-top:0;
}

.container .bottom {
margin-bottom:0;
padding-bottom:0;
}

.container .thin {
font-weight:lighter;
}

.container .error,.container .notice,.container .success {
padding:.8em;
margin-bottom:1.6em;
border:2px solid #ddd;
}

.container .error {
background:#FBE3E4;
color:#8a1f11;
border-color:#FBC2C4;
}

.container .notice {
background:#FFF6BF;
color:#514721;
border-color:#FFD324;
}

.container .success {
background:#E6EFC2;
color:#264409;
border-color:#C6D880;
}

.container .error a {
color:#8a1f11;
background:none;
padding:0;
margin:0;
}

.container .notice a {
color:#514721;
background:none;
padding:0;
margin:0;
}

.container .success a {
color:#264409;
background:none;
padding:0;
margin:0;
}

.container .center {
text-align:center;
}

