﻿/* Cascading Stylesheet for Common Elements */

/* Begin: General */
body.template
{
    padding-left: 8px;
    padding-right: 8px;
    font-family: Tahoma, Arial, sans-serif;
    font-size: 75%;
    color: #000000;
}
body.template h1
{
    /*padding-bottom: 12px;*/
    /*border-bottom: 1px dotted #bbbbbb;*/
    font-size: 2.2em;
    font-family: Trebuchet MS, Arial, sans-serif;
    color: #888888;
}
span.allcaps
{
    font-variant: small-caps;
}
body.template h2
{
    margin-bottom: 10px;
    font-family: Trebuchet MS, Arial, sans-serif;
    font-size: 1.65em;
    color: #888888;
}

body.template a
{
    font-family: Tahoma, Arial, sans-serif;    
    color: #000000;
    text-decoration:none;
}
/* End: General */
/* Begin: Tables */
.tablelefttop
{
    background-image:url("~/DynamicData/Content/Images/cont_top_left.jpg");
    background-attachment:fixed;
    background-position:top;
    background-repeat:no-repeat;
    width:8px;
    height:8px;
}
.tabletop
{
    background-image:url("~/DynamicData/Content/Images/cont_top.jpg");
    background-attachment:fixed;
    background-position:top;
    background-repeat:repeat-x;
    width:auto;
    height:8px;
}
.tablerighttop
{
    background-image:url("~/DynamicData/Content/Images/cont_top_right.jpg");
    background-attachment:fixed;
    background-position:top;
    background-repeat:no-repeat;
    width:8px;
    height:8px;
}
.tableleft
{
    background-image:url("~/DynamicData/Content/Images/cont_left.jpg");
    background-attachment:fixed;
    background-position:top;
    background-repeat:repeat-y;
    width:8px;
    height:auto;
}
.tableleftbottom
{
    background-image:url("~/DynamicData/Content/Images/cont_bott_left.jpg");
    background-attachment:fixed;
    background-position:top;
    background-repeat:no-repeat;
    width:8px;
    height:8px;
}
.tablebottom
{
    background-image:url("~/DynamicData/Content/Images/cont_bott.jpg");
    background-attachment:fixed;
    background-position:top;
    background-repeat:repeat-x;
    width:auto;
    height:8px;
}
.tablerightbottom
{
    background-image:url("~/DynamicData/Content/Images/cont_bott_right.jpg");
    background-attachment:fixed;
    background-position:top;
    background-repeat:no-repeat;
    width:8px;
    height:8px;
}
.tableright
{
    background-image:url("~/DynamicData/Content/Images/cont_right.jpg");
    background-attachment:fixed;
    background-position:top;
    background-repeat:no-repeat;
    width:8px;
    height:auto;
}
/* End: Tables */

.leftcolumn
{
    float: left;
    display: table-cell;
    overflow: auto;
    position: relative;
}
div.mainmenu a:hover
{
    color:Blue;    
    background-color:Silver;
}
