/* Misc Elements */

.accepted {
    color: #ff4848;
}

.underway {
    color: #ff9717;
}

.hidden {
   display: none; 
}

.button img {
    border: 0;
    vertical-align: text-top;
}

img.emoticon {
    display: inline;
    border: 0;
    vertical-align: text-top;
}

p.comment {
    text-align: right;
    font-size: 0.7em !important;
    font-style: italic;
    padding-bottom: 10px !important;
}

p.info {
    background: #CEDEF4 url('/images/icons/information.png') no-repeat 10px center; 
    border: 1px solid #467aa7; 
    color: #467aa7;
    font-weight: bold;
    padding-left:36px;
    margin-bottom: 0px;
    margin-left: 10px;
}

p.success {
    background: #ccffcc url('/images/icons/accept.png') no-repeat 10px center; 
    border: 1px solid #138c41;
    color: #138c41;
    font-weight: bold;
    padding-left:36px;
    margin-bottom: 0px;
    margin-left: 10px;
}

p.error {
    background: #ffcccc url('/images/icons/deny.png') no-repeat 10px center; 
    border: 1px solid #f0381a;
    color:#f0381a;
    font-weight: bold;
    padding-left:36px;
    margin-bottom: 0px;
    margin-left: 10px;
}

.overflow {
    overflow: auto;
    height: 300px;
    border: #cccccc 1px dashed;
}

ul.titles, ul#titles {
    list-style: none;
    margin: 10px;
}

li.title {
    background-image: url(/images/icons/title.png);
    background-position: 0 1px;
    background-repeat: no-repeat;
    padding: 2px 2px 2px 25px;
    margin-top: 5px;
}

#col1 p.reply {
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 10px;
    padding-left: 5px;
    background-color: #eeeeee;
    border: #cccccc 1px dashed;
}

.terms p {
    font-size: 0.7em !important;
    padding-bottom: 10px !important;
    padding-left: 30px !important;
}

.terms h4 {
    text-transform: uppercase;
}

.policy p {
    font-size: 0.7em !important;
    padding-bottom: 10px !important;
}

#titles .title {
    cursor: pointer;
}

#col1 div.box {
    border: #cccccc 1px dashed;
    background-color: #EEEEEE;
    margin: 0 20px 20px 0;
    padding: 10px;
}

#col1 div.box ol, #col1 div.box p {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

#col1 p.example {
    border: #cccccc 1px dashed;
    background-color: #EEEEEE;
    padding: 10px;
    margin: 0 20px 20px 0;
}