﻿.rightCalloutContainer
{
    float:right;
margin-top:30px;
padding-right:25px;  
}

.rightcalloutTop
{
    background-image: url("/images/rightCallout/calloutHolderTop.jpg");
    background-position: left top;
    background-repeat: no-repeat; 
}

.rightcalloutBottom
{
    background-image: url("/images/rightCallout/calloutHolderBottom.jpg");
    background-position: left bottom;
    background-repeat: no-repeat; 
}

.rightCalloutContent
{
    background-image: url("/images/rightCallout/calloutHolderRepeater.jpg");
    background-position: left;
    background-repeat: repeat-y; 
    margin: -3px 0px -3px 0px;    
}

.rightCallout
{    
    width: 140px;    
    margin-top: 0px;
    padding-left: 20px;    
    padding-top: 26px;
    padding-bottom: 26px;
}

.calloutHeader h2
{  
line-height:1em;     
}

.calloutText p 
{
    color: #0085cf;
    margin-bottom: 0px;
    margin-top: 3px;
}

#callout-separator
{
    background-image: url("/images/rightCallout/callout_divider.jpg");
    background-repeat: no-repeat;
    background-position: center;
}

#calloutPDFicon
{
    float: left;
    margin-right:5px;
    margin-top:5px;
}

#statusJournal
{
    margin-top: 5px;   
}
