﻿#MasterContent .AlumniProfile h1,
#MasterContent .EditProfile h1
{
    display: inline;
    font-family: Tahoma, Verdana, Arial, Sans-Serif;
    font-size: x-large;
    text-transform: none;
    letter-spacing: 0;
    margin: 0;
}
#MasterContent .AlumniProfile h1 + a,
#MasterContent .EditProfile h1 + a
{
    display: inline-block;
    margin-left: 10px;
}
#MasterContent .AlumniProfile h2,
#MasterContent .EditProfile h2
{
    font-family: Tahoma, Verdana, Arial, Sans-Serif;
    font-size: medium;
    text-transform: none;
    letter-spacing: 0;
    margin: 15px 0;
    color: Black;
    font-weight: bold;
    min-width: 400px;
    border-bottom: 1px solid Silver;
}
table.AlumniClasses
{
    width: 200px;
}
table.AlumniClasses th
{
    background-color: #4d6ea0;
    background-image: url(Images/TableHeadBack.gif);
    border-bottom: 1px solid Black;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 11pt;
    color: White;
}
table.AlumniClasses td a
{
    display: block;
}
table.AlumniClasses tr.Alternate
{
    background-color: #dee1e2;
}
table.AlumniClasses tr.Selected
{
    background-color: #ffffff;
}
table.AlumniClasses tr.Selected td a
{
    font-weight: bold;
    color: Navy;
}
.ProfileTable td
{
    padding-right: 10px;
    vertical-align: top;
}
.ProfileTable tr td:first-child
{
    width: 120px;
}
.AlumniProfile .ClassmatesHeader,
.AlumniProfile .ClassmatesFooter
{
    font-size: medium;
    font-weight: bold;
}
.AlumniProfile .ClassmatesHeader
{
    margin-bottom: 10px;
}
.AlumniProfile .ClassmatesFooter
{
    margin-top: 10px;
}
.AlumniProfile .Classmates
{
    background-color: #a9b0bb;
    padding: 10px;
}
.AlumniProfile .Classmates a
{
    color: Black;
}
.AlumniProfile td.Multiline
{
    padding-bottom: 15px;
}
.EditProfile input[type="text"],
.EditProfile select,
.EditProfile textarea
{
    background-color: #ffffff;
    border: 1px solid #666699;
}
.EditProfile input[type="text"],
.EditProfile textarea
{
    padding: 2px;
}
.EditProfile select
{
    border: 1px solid #666699;
    padding: 1px;
}
.EditProfile input[type="text"].Invalid,
.EditProfile select.Invalid,
.EditProfile textarea.Invalid
{
    background-color: #e2cdcc;
    border-color: #cc0000;
}
.EditProfile select.Invalid option.Empty
{
    color: #cc0000;
}
.EditProfile .ValidationSummary
{
    margin: 15px 0;
    border: 1px solid Black;
    background-color: #8f5b50;
    color: White;
    padding: 10px;
    width: 350px;
}
div.SideClasses
{
    background: #c5cacb;
    border: 1px solid Black;
    max-height: 338px;
    overflow: auto;
    -ms-overflow-x: hidden; /*for IE8+*/
    overflow-x: hidden;
}
@media print
{
    .AlumniProfile .Classmates
    {
        background-color: inherit;
    }
    .AlumniProfile .ClassmatesFooter
    {
        display: none;
    }
}
