﻿/*** Content Section ***/
.contentContainer
{
    width:740px;
    float:left;
}
.contentSection
{
    width:535px;
    margin-right:4px;
    border-right:solid 1px #ccc;
    float:left;
}
/*** ContentList Section ***/
.contentListSection
{
    width:800px;
    margin-top:5px;
    float:left;
}
.contentListSectionHeader
{
    width:800px;
    background-image:url(/images/contentlist_header_bg.gif);
    background-repeat:repeat-x;
    border-bottom:solid 1px #aaa;
    float:left;
}
.contentListSectionHeader-title
{
    font-size:12px;
    font-weight:bold;
    text-indent:5px;
    float:left;
}
.contentListSectionHeader-all
{
    margin-right:5px;
    float:right;
}
.contentListSectionHeaderLink
{
    color:#333;
    text-decoration:none;
}
.contentListSectionHeaderLink:hover
{
    text-decoration:underline;
}
/*** Detail ***/
.detailContainerHeader
{
    width:800px;
    margin-top:5px;
    background-image:url(/images/contentlist_header_bg.gif);
    background-repeat:repeat-x;
    border-bottom:solid 1px #aaa;
    float:left;
}
.detailContainerHeader-title
{
    font-size:12px;
    font-weight:bold;
    text-indent:5px;
    float:left;
}
.detailContainerHeader-date
{
    font-size:11px;
    color:#000;
    margin-right:5px;
    float:right;
}
.detail
{
    width:730px;
    padding:0 5px 0 5px;
    margin-top:5px;
    float:left;
}
