﻿.content_box .heading
{
    background:#7aa4dd url(./images/bg_heading.png) no-repeat scroll 0 0;
    margin-top:6px;
    padding:0;
}

.content_box .heading .left_title
{
    float:left;
    padding-left:5px;
    padding-top:6px;
}

.content_box .heading .left_title a
{
    color: black;
    font-weight: bold;
    font-size: 9pt;
    text-decoration: none;
}

.content_box .heading .left_title a:hover 
{
    color: orange;
}

.content_box .heading h2
{
    margin: 0px;
    padding:5px 8px 4px;
    font-size: 11pt;
    font-weight: bold;
}

.content_box .heading .rounding
{
    background: transparent url(./images/bg_heading.png) no-repeat scroll -2494px 0px;
    float:right; 
    height:5px; 
    overflow:hidden; 
    width:5px;
}

.content_box .heading_bottom
{
    background:transparent url(./images/bg_bucket.png) no-repeat scroll 0 0;
    border-left:2px solid #9fbde5;
    border-right:2px solid #9fbde5;
    height:10px;
}

.content_box .content
{
    background:transparent url(./images/bg_bucket.png) no-repeat scroll 0 -45px;
    border-left:2px solid #9fbde5;
    border-right:2px solid #9fbde5;
    padding: 0px 8px 0px 8px;
    min-height: 50px;
}

.content_box .content h3
{
    color: #1E778C;
    font-size: 16px;
    font-weight: bold;
    margin: 0px;
    padding: 0px 0px 1px 0px;
}

.content_box .content h3 a
{
    color:#1E778C;
    text-decoration: none;
}
.content_box .content h3 a:hover
{
	color: orange;
	text-decoration: underline;
}
.content_box .content p
{
    margin: 0px;
    padding: 0px;
}

.content_box .content ul
{
    margin-top: 0px;
    margin-bottom: 0px;
}

.content_box .bottom
{
    background:transparent url(./images/bg_bucket.png) no-repeat scroll 0 -22px;
    height:10px;
    margin-bottom:4px;
}

.content_box .bottom span
{
    background:transparent url(./images/bg_bucket.png) no-repeat scroll right -34px;
    float:right;
    height:10px;
    overflow:hidden;
    width:12px;
}