﻿.header
{
    width: 100%;
    margin: 0px;
    padding: 0px;
    border-bottom: #c0c0c0 1px solid;
    text-align: center;
    font-size: 80%;
}
.headerinset
{
    text-align: center;
    width: 950px;
    border:0;
    padding: 5px 0 5px 0;
}

.header, .headerinset
{
    background-color: #f0f0f0;
    }

.RadMenu RadMenu_ 
{float: right;
    }



/*needed to fix conflict with css in tabstrip */
.headerinset a
{
    padding: 0;
    text-transform: uppercase;
    color: #696969;
}

.headerinset a, .headerinset a:link, .headerinset a:visited, .headerinset a:hover, .headerinset a:active
{
        color: #696969;
        text-decoration: none }
        
.headerinset a:hover
{
    color: #ff0d00;
    }        

.headerinset table, .headerinset td, .headerinset tr
{margin: 0;
    padding: 0;}
    
    .headerinset img
{margin: 0px;
    padding: 5px 0 5px 0;}
