﻿/* 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;
}

.lnkAccount
{
    font-size: 9px;
    font-weight:bold;
    text-decoration: none;
    padding-top: 5px;
    padding-right: 5px;
    color: #DF0658;
}

.lnkAdmin
{
    font-size: 9px;
    font-weight:bold;
    text-decoration: none;
    padding-top: 5px;
    padding-right: 5px;
    color: #DF0658;
}

.impersonate
{
    padding-top: 15px;
    padding-right: 5px;
}

.lnkImpersonate
{
    font-size: 14px;
    font-weight:bold;
    text-decoration: none;
    color: #DF0658;
    background-color: Yellow;
    border-bottom: none;
    padding: 3px;
    border: 2px solid red;
}

.ofstedStamp
{

    float: right;
    width: 70px;
}


.olaLogo
{
    width: 130px;
}


.olaLogo img
{
    height: 100px;
    margin-top: -10px;
}

.olaLogoText
{
    visibility: hidden;
    width: 0px;
}

.olaTitle
{
    margin-left: 50px;
    margin-top: 30px;
    margin-right: 10px;
    font-size:35px;
}

#imgOfsted
{
    margin-left: 20px;
    margin-top: -20px;
}

.loginDisplay
{
    text-transform:capitalize;
}

.externalInterview
{
    padding-top: 15px;
    font-size: 12px;
}

.externalInterview a, .externalInterviewON a
{
    padding: 5px;
}

.externalInterview a:hover, .externalInterviewON a:hover
{
    background-color: White;
    color: Purple;
}

.externalInterviewON
{
    padding-top: 15px;
    font-size: 12px;
    background-color: Yellow;
    color: Purple !important;
}
