﻿/* Style sheet for the mast page site.master*/
#imgLogo
{
    float:left;
}

#masterHeading h1
{
    margin-top: 24px;
    margin-left: 125px;
    color: Purple;
    font-size:3em;
}

#testbar
{
    clear:both;
    background-color: Red;
    height:40px;
}

.lnkSetEmail
{
    font-size: 9px;
    font-weight:bold;
    border: 1px solid purple;
    text-decoration: none;
    padding: 5px;
    background-color: #FFFF99;
    color: #DF0658;
}

.lnkSetEmail:hover
{
    background-color: #FFFFCC;
}

.floatRight
{
    float: right;
}

.floatLeft
{
    float: left;
}

.fontRed
{
    color: Red;
}

.bg-info
{
    background-color:lightblue !important;
}