﻿/* 
This stylesheet is for classes that will be available in the SiteCore Content Editor Rich-Text-Editor Control 
The classes within this style sheet should be named with NO prefix and have names that are clear to the user as to what they will do!
It has been agreed that classes within this style sheet should NOT be used throughout code so that any user requested changes to the classes do not affect
non-content managed code.
*/

.ContentPageHeader
{
    color: #434f62; 
    font-size: 22px; 
    font-weight: bold;
}

#TP_applications
{
    font-family: Arial, Helvetica, sans-serif;
    width:100%;
    border-collapse:collapse;
}

#TP_applications td, #TP_applications th 
{
    font-size:.75em;
    border:1px solid #999999;
    padding:3px 7px 2px 7px;
    text-align:center;
}

#TP_applications th 
{
    font-size:.75em;
    text-align:left;
    padding-top:5px;
    padding-bottom:4px;
    background-color:#333333;
    color:#ffffff;
}

#TP_applications tr.alt td 
{
    color:#000000;
    background-color:#EAF2D3;
}
