﻿body 
{
    margin-top: -15px;
    background-color:#a9b1d6;
    font-family: Arial, Sans-Serif;
    font-size: 0.9em;
}

a
{
color: #ffffff;
text-decoration: none;
}

.a2
{
    color:#5b669d;
    font-weight: bold;
}
caption
{
    font-size: 1.1em;
    font-weight:bold;
    color: Black;
}

table.comments {width: 100%;}
table.comments .NameComp{background-color:blue;}


.tblfilelist
{
    width: 461px;
    color:White;
}
.tblfilelist tr {
    background: #5b669d;
    line-height: 24px;
}

.tblfilelist tr:hover, .tblfilelist tr.alt:hover {
    background: #999999;
}

.tblfilelist tr.alt
{
    background: #6a74a6;
    
}

.centre
{
    margin-right: auto;
    margin-left: auto;
}

.footer
{
    padding-left: 16px;
    padding-top:2px;
    width: 761px;
    height: 26px;
    background-image: url("/images/navigation/footer.gif");
    font-size:0.8em;
    color: #FFFFFF;
}

.tab-head
{
    background-image:url("/images/main/head_tab.gif");
    width: 447px;
    height: 17px;
    color: #ffffff;
    padding: 8px;
    font-weight:bold;
}

.tab-head-half
{
    background-image:url("/images/main/head_tab_half.gif");
    width: 232px;
    height: 17px;
    color: #ffffff;
    padding: 8px;
    font-weight:bold;
    margin-top: 10px;
}
.tab-full
{
    width: 463px;
    margin-top: 10px;
}
.tab-half
{
    width: 248px;
    padding-top: 10px;
}
.tab-content
{
    border: 1px solid #394168;
}
.text-centre a 
{
    color:#394168;
    font-weight:bolder;
    }
.text-centre
{
    text-align: center;
}
.text-right
{
    text-align:right;
}
.footer-div
{
    width: 200px;
    float: left;
}

.highlight
{
    color:#6a74a6;
}

.leftcol
{
  float:left;
       
}
.rightcol
{
  float:right;
  width: 480px;
}

.title
{
    font-size: 1.4em;
    color: #10183f;
}

.hover:hover
{
      filter: alpha(opacity=60);
      opacity: 0.6;
}
