﻿TABLE
{
    width: 100%;
    clear: both;
    float: none;
    padding-top: 5px;
    display: table;
}
.InTheLoopTableHeader {
    color: #004962;
    /*background: url('../../images/Backgrounds/module_header.jpg') repeat-x 0px 0px;*/
    /*font-size: 2rem;*/
    font-weight: bold;
    text-align: center;
    border-bottom: solid 1px #dedede;
    margin-top: 25px;
    margin-bottom: 15px;
    padding-bottom: 10px;
}

.emailRef {
    color:#0088ca;
    font-size:inherit;
}

.InTheLoopTable
{
    vertical-align: text-top;
    width: 50%;
    padding-left: 5px;
    padding-right: 5px;
    padding-top:5px;
}
.InTheLoopTableSubHeader
{
	color: navy;
	font-weight: bold;
}

.InTheLoopTableSubHeaderLargeItalic
{
	color: navy;
	font-size: large;
	font-weight: bold;
	font-style:italic;
}
.InTheLoopTableSubHeaderLarge
{
	color: navy;
	font-size: large;
	font-weight: bold;
}
.InTheLoopTableSubHeaderLarger
{
	color: navy;
	font-size: larger;
	font-weight: bold;
}
.InTheLoopSubGroupsTable
{
	width:100%;
	vertical-align: text-top;
	padding-left: 5px;
    padding-right: 5px;
    padding-top:5px;
}
.InTheLoopSubGroupsCol1
{
	width: 10px;
}
.InTheLoopDescriptionSmall
{
	font-size:small;
}
.InTheLoopDescriptionNormal
{
    font-size: medium;
    font-weight: normal;
    font-style: normal;
    color: #000000;
    text-decoration: none;
}

.InTheLoopSubgroup {
    margin: 15px 0;
}

.ButtonOverride {
    border-style:none;
    border-radius:20px;
    padding:10px 15px;
    cursor:pointer;
    color:white;
    background-color: #0088ca;
}

input[type=submit] {
    font-weight:500;
    text-transform:uppercase;
}

.ClearContactInfo {
    color:#004960;
    background-color:#dadada;
}

#indivEdit .row span:not(.AlertRedFont), #inputform .row span:not(.AlertRedFont) {
    color: #004960;
}