﻿/* styles for green container 
=============================== */
#greencontainer {width:200px;}
#greencontainer ul {
margin:0;
padding:0;
list-style-type:none;
list-style-image:none;
}



#greencontainer ul li {
margin-bottom:12px;
font-size:120%;
}



table#container
{
    width: 100%;
}
table#container tr#toprow td.left
{
    padding: 0;
    width: 6px;
    height: 5px;
    background: url(images/top_left_corner.gif) no-repeat;
}
table#container tr#toprow td.middle
{
    padding: 0;
    height: 5px;
    background: url(images/top_fill.gif) repeat-x left top;
}
table#container tr#toprow td.right
{
    padding: 0;
    width: 5px;
    height: 5px;
    background: url(images/top_right_corner.gif) no-repeat;
}
table#container tr#titlerow td.left
{
    background: url(images/leftside_fill.gif) repeat-y left top;
}
table#container tr#titlerow td.title
{
    background: #998f69;
   border-bottom: 1px solid #ccc;
    padding: 6px 0;
}

table#container tr#titlerow td.title .Head
{
    color: #fff;
    font-size: 160%;
    
}

table#container tr#titlerow td.right
{
    background: url(images/rightside_fill.gif) repeat-y right top;
}
table#container tr#contentrow td.left
{
    width: 6px;
    background: url(images/leftside_fill.gif) repeat-y left top;
}
table#container tr#contentrow td.content
{
    padding: 5px;
    background: #998f69;
    color: #fff;
}

table#container tr#contentrow td.content .Normal
{
    color: #fff;
    font: normal 80%/1.2em Arial;
}

table#container tr#contentrow td.content .Normal a, table#container tr#contentrow td.content .Normal a:visited{
color:#ffc;
}

table#container tr#contentrow td.content .Normal a:hover {
color:#c00;
}

table#container tr#contentrow td.right
{
    width: 5px;
    background: url(images/rightside_fill.gif) repeat-y right top;
}
table#container tr#bottomrow td.left
{
    padding: 0;
    width: 6px;
    height: 5px;
    background: url(images/bottom_left_corner.gif) no-repeat;
}
table#container tr#bottomrow td.middle
{
    padding: 0;
    height: 5px;
    background: url(images/bottom_fill.gif) repeat-x left top;
}
table#container tr#bottomrow td.right
{
    padding: 0;
    width: 5px;
    height: 5px;
    background: url(images/bottom_right_corner.gif) no-repeat;
}


























