﻿
body {
    font-family:Arial;
}

p { font-size:13px; }

p.Default {
    padding:7px 0;
}

.RightBox {
    background-color:#F0F0F0;
    padding-bottom:7px;
}

.RightBox .Header {
    background:#002012 url(Images/ArrowGreen.gif) no-repeat 10px center; 
    padding:5px 25px; 
    margin:0;
    color:#B3D454; 
    font-weight:bold; 
    font-size:14px;
}

.RightBox .Content {
    width:338px; 
    margin:auto;
}

.LeftBox {
    background-color:#F0F7DB;
    margin:10px 0;
}

.LeftBox .Header {
    background:#B3D454 url(Images/ArrowLightGreen.gif) no-repeat 10px center; 
    padding:5px 25px; 
    margin:0;
    color:#002012;
    font-weight:bold;
    font-size:14px;
}

.LeftBox .Content {
    padding:5px 8px;
    color:#333;
}

.Rounded {
    position:relative;
    background-color:#fff;
    margin:3px;
}

.RoundedHalf {
    width:48%;
    display:inline;
    float:left;
}   

.Rounded .Corner {
    background:url(Images/Rounded.gif) no-repeat;
    width:8px;
    height:7px;
    position:absolute;
}

.Rounded .RContent {
    padding:3px 4px 3px 24px;
    background:url(Images/Arrow.gif) no-repeat 7px center;
    color:#002012;
    font-size:14px;
}

.Rounded .TL { }
.Rounded .TR { background-position:-8px 0; right:0; }
.Rounded .BL { background-position:0 -7px; bottom:0; }
.Rounded .BR { background-position:-8px -7px; right:0; bottom:0; }

.QuoteMessage {
    color:#002012;
}

.QuoteMessage .Title {
    font:bold 18px Arial;
    padding:0; margin:0;
}

.QuoteMessage .By {
    font:14px Arial;
    margin:0; padding:0;
}

.lightbox {
    text-align:center;
    color:#333;
}