﻿body 
{ 
    background-color: #d5d5d5; 
}
 
body #s4-simple-content 
{ 
    margin-left: 0px 
}

.s4-simple-iconcont 
{ 
    display:none 
} 
 
#s4-simple-content
{ 
    font-size: 12px; 
    font-family: arial;
}

#s4-simple-content h1, body #s4-simple-card h1
{
    font-size: 16px; font-weight: bold;
}

body #s4-simple-card h1
{
    border-bottom: 2px solid #6fa4c2;
}

#s4-simple-content caption
{
    text-align: left;
    font-weight: bold;
    font-size: 14px;
}

.ctfFormTable
{
    border-spacing: 4px;
    border-collapse: separate;
    margin-left: auto; margin-right: auto;
}

.ctfFormTable td, .ctfFormTable th
{
    margin: 0; padding: 0;
    text-align: left;
}

.ctfFormTable th
{
    padding-right: 4px;
}

.ctfFormTable caption
{
    padding: 0 4px 4px 4px;
}

.ctfButtonRow, .ctfButtonRow td, .ctfButtonRow th
{
    text-align: right;
}

.ctfErrorMessage
{
    color: #a11e21;
    font-weight: bold;
}
