*
{
    margin: 0px;
    padding 0px;
}

body
{
    padding: 10px;
    color: black;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 14px;
    background-color: #FFFFFF;
}

#title
{
    text-align: left;
    background-color: #D6EDF5;
    color: #2E5C6B;
    font-weight: bold;
    font-style: italic;
    font-size: 18px;
    padding: 2px;
}

#content
{
    margin-right: 21%;
}

#right
{
    text-align: left;
    float: right;
    width: 20%;
    margin-left: 5px;
    margin-bottom: 5px;
}

a, a:hover, a:visited
{
    color: #224477;
    text-decoration: none;
    font-weight: bold;
}

a:hover
{
    color: #EE2222;
    text-decoration: underline;
}

table a, table a:visited
{
    color: #EE5555;
}

h2
{
    margin: 5px;
    font-size: 12px;
    font-style: italic;
    color: #224477;
}

fieldset
{
    border: solid 1px #224477;
    border-bottom: 0px;
    border-left: 0px;
    border-right: 0px;
    padding: 10px 0px 0px 0px;
}

legend
{
    color: #224477;
    font-weight: bold;
}

th
{
    border: 0px;
    color: black;
    font-weight: bold;
    font-style: italic;
    text-align: left; 
}

td
{
    padding: 5px;
    background-color: #DDEEFF;
}

dt
{
    float: left;
	clear: left;
	text-align: right;
	margin: 3px 10px 0px 0px;
	width: 30%;
	font-weight: bold;
}

dd
{
    margin: 5px;
}

.phone
{
    margin: 5px 0px 0px 0px;
    float: left;
    clear: left;
    width: 25%;
    font-weight: bold;
}
.solid
{
    text-align: left;
    background-color: #DDEEFF;
    color: black;
    font-weight: bold;
    padding: 2px;
}

.outline
{
    text-align: left;
    border-top: 1px solid #EE8888;
    border-left: 1px solid #EE8888;
    padding: 3px;
}

#content .outline, .thin
{
    border: dashed 1px black;
    padding: 5px;
}

.breadcrumbs
{
    text-align: left;
    border: 1px solid #EE8888;
    padding: 3px;
}

.header
{
    text-align: center;
    border-bottom: 3px solid #224477;
}

.strip
{
    border-top: solid 1px black;
    border-bottom: solid 1px black;
    background-color: #DDEEFF;
    padding: 5px;
}

.infobar
{
    text-align: right;
    padding: 5px;
}

.footer
{
    text-align: center;
    font-style: italic;
    clear: both;
}

.note-header
{
    text-align: right;
    font-style: italic;
    color: #90C3D5;
}

.note-body 
{
    border-left: solid 1px #90C3D5;
    border-top: solid 1px #90C3D5;
    color: black;
    font-weight: normal;
    text-align: left;
    padding: 5px;
}

.note-accent
{
    font-style: normal;
    font-weight: bold;
    color: Black;
}

.letter-header
{
    text-align: center;
}

.letter-intro
{
    text-align: left;
}

.letter-title
{
    font-size: 16px;
    font-weight: bold;
    width: 100%;
    border-bottom: solid 1px black;
}

.letter-signature
{
    border-top: solid 1px black;
    float: left;
    display: inline;
    margin-right: 30px;
    width: 200px;
    font-size: 14px;
    font-weight: bold;
}

.letter-controls
{
    border: solid 1px black;
    padding: 5px;
}

.error
{
    font-weight: bold;
    color: #E00;
}

.highlight
{
    font-weight: bold;
    border: 1px solid red;
    background-color: #FF9;
}

.edit
{
    width: 50px;
}

.disabled
{
    border: 0px;
    background-color: White;
    color: Black;
}

.letterbox-disabled
{
    border: 0px;
    background-color: white;
    color: Black;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: inherit;
}
    
.content_left
{
    float: left;
    width: 48%;
}

.content_right
{
    float: right;
    width: 48%;
}

.commission
{
    border: dashed 1px #EE2222;
    padding: 3px;
}

.left
{
    text-align: left;
}

.policies
{
    font-size: 12px;
}

.small
{
    font-size: 12px;
}

.invisible
{
	visibility: hidden;
}

/* Calendar Settings */

.calendar
{
    font-size: 10px;
    font-family: Verdana;
    color: Black;
}

.calendar td
{
    padding: 1px;
    background-color: #D6EDF5;
}

.calHeader
{
    background-color: #90C3D5;
    font-weight: bold;
}

.calToday
{
    background-color: #336666;
}

.calOtherMonth
{
    font-style: italic;
}

.calPanel
{
    visibility: hidden;
    position: absolute;
}