/* Styles specific to the Shout Out Module template */
.shoutout-module{
    height: 545px;
}
.shoutout-module > hgroup > h2 {
    background-position: -1px -250px;
}
.shoutout-module{
    background-color: #DFECFD;
    background-image: url("../images/shoutout_module_bg.png");
    background-repeat: no-repeat;
}
p.shoutout-text{
    font-size: 13pt;
    font-weight: bold;
    font-style: italic;
    line-height: 1.3em;
}
.shoutout-module > hgroup {
    float: left;
    width: 500px;
    height: 33px;
    clear: right;
    position: relative;
    margin-top: 15px;
}
p.shoutout-text.noimage{
    font-size: 16pt;
    text-align:center;
}
p.shoutout-name{
    font-size: 13px;
    text-align: right;
}
.shoutout-module.collapse .close.persistent, .shoutout-module.collapse .close.persistent:hover {
    background-color: #d5e6f9;
    border-color: #b6d0ed;
    color: #b6d0ed;
}
.shoutout-module p.noimage{
    width: 804px;
}
.shoutout-module .sharegroup.noimage{
    color:#0066CC;
    font-style:italic;
    position: absolute;
    top: 156px;
    left: 406px;
}
.shoutout-module > hgroup > h2 {
    margin-left: -2px;
}
.shoutout-module > hgroup > H2.noimage{
    margin-left: 5px;
}
p.shoutout-text a:link, p.shoutout-text a:visited{
    color: #0066CC;
}
p.shoutout-text a:hover{
    color: #8DC63F;
}
.shoutout-module > img {
    cursor: pointer;
}