﻿/*
the left column
*/

#leftcolumn
{
    font-size:0.8em;
    padding:0px;
}

#leftcolumn a
{
    text-decoration:none;
}

#leftcolumn a:hover
{
    text-decoration:underline;
}

#leftcolumncontent
{
    width:200px;
}



#leftcolumncontent img
{
    max-width:180px;
}



#maincolumn
{
    width:100%;
    background-color:Transparent;
    padding:0px;
}



/* 
Controls inside the left column
*/

.featuretopics
{
    border:solid 1px #aaaaaa;
    background-color:White;
}

.recenttopics
{
    color:#6b5325;
    border:solid 1px #aaaaaa;
}

.recenttopics .row
{
    background-color:#f3e2be;
}

.recenttopics .alternaterow
{
    background-color:#FBF0D9;
}

.recenttopics a
{
    color:#6b5325;
}

.list
{
    width:100%;
}

.list td
{
    padding:4px;
}

.listhead th, .listhead td
{
    background-image:url('../Images/HeaderSlice.png');
    height:18px;
    color:#eeeeee;
    padding:7px;
    font-weight:bold;
    border:solid 1px #000000;
}




.lefteditablecontent
{
    padding:10px;
    padding-top:40px;
    background-color:#f9f9f9;
    border-right:solid 1px #aaaaaa;
    border-bottom:solid 1px #aaaaaa;
}




.clear
{
    clear:both;
}
