﻿/* sidebar    */

/* Page updated to standard 1.0 */

.main {
    margin: 0 auto;
    width: 100%;
}

.title 
{
    font-size: 140%;
    font-weight: bold;
}

.header 
{
    background-color: #eee;
}

.header.scroll-to-fixed-fixed 
{
    color: red;
}

.content 
{
    overflow: hidden;
}

.footer 
{
    background-color: #C0C0C0;
    padding: 20px;
    clear: both;
    background-image: url(/images/GradientFooter.jpg);
    background-repeat:repeat-x;
    text-align:center;
}

.footer.scroll-to-fixed-fixed 
{
   
}

.footer-content 
{
    background-color:#C0C0C0;
    padding: 20px;
    background-image: url(/images/GradientFooter.jpg);
    background-repeat:repeat-x;
}

.demos li 
{
    margin-bottom: 20px;
}

.LeftMargin {
    float: left;
    width: 18%;
}

.CenterMargin {
    float: left;
    width: 50%;
}

.left 
{
    float: left;
    width: 75%;
}

li.right 
{
    float: left;
    margin-left: 40px;
    width:18%;
}

.summary 
{
    border: 1px solid #a60000;
    overflow: hidden;
    margin-top: 20px;
    background-color: #a60000;
}

.nocolour 
{
    border: 0;
    background-color: transparent;
}

.summary .caption 
{
    border-bottom: 1px solid #a60000;
    background-color: #a60000;
    font-size: 12pt;
    font-weight: bold;
    padding: 5px;
}

.summary.scroll-to-fixed-fixed 
{
    margin-top: 0px;
}

.summary.scroll-to-fixed-fixed .caption 
{
    
}

.SidebarMenu 
{
    margin: 10px;
    font-size: 80%;
}

ul.SidebarMenu 
{
    padding: 0 0 0 1em;
    list-style-type: square;
}

.SidebarMenu2 
{
    margin: 10px;
    font-size: 80%;
}

ul.SidebarMenu2 
{
    padding: 0 0 0 2em;
    list-style-type: square;
}

a.SidebarLink 
{
    color:white; text-decoration: none;
}

a.SidebarLink:link 
{
    color:white; text-decoration: none;
}

a.SidebarLink:visited 
{
    color: #999; text-decoration: none;
}

a.SidebarLink:hover 
{ 
    color: #999; text-decoration: underline;
}

a.SidebarLink:active 
{ 
    color: #888; text-decoration: underline;
}
