﻿/* Default for td in page */
td
{
    /* Light Brown RGB: 198 156 109 */
    background-color:#C69C6D;
    font-family:Tahoma;
    text-align:justify;
}
/* Set tdWelcomeCell */
#tdContentCell
{
    background-color:White;
    /* Light Brown RGB: 198 156 109 */
    border-color:#C69C6D;
    border-style:solid;
    border-width:thin;
}
/* Set tdBottomCell */
#tdBottomCell
{
    background-color:White;
}
/***********************************
         DealerPortalMain
           DPEditAccount
***********************************/
/* Set the clHeader class */
.clHeader
{
    /* Dark Brown RGB: 140 98 54 */
    color:#8C6236;
    font-size:xx-large;
    font-family:Tahoma;
}
/* Set the clSubHeader class */
.clSubHeader
{
    /* Dark Brown RGB: 140 98 54 */
    color:#8C6236;
    font-size:large;
    font-family:Tahoma;
}
/* Set the clText class */
.clText
{
    font-size:medium; 
    text-align:justify;
}
/* Set the clHyperlink class */
.clHyperLink
{
    font-size:medium;
    padding-left:5px;
    padding-right:5px;    
}
/* Set the clHyperLink class unvisited link */
a.clHyperLink:link
{
    /* Dark Brown RGB: 140 98 54 */
    color:#8C6236;
}
/* Set the clHyperLink class visited link */
a.clHyperLink:visited
{
    /* Dark Brown RGB: 140 98 54 */
    color:#8C6236;
}
/* Set the clHyperLink class on mouse over */
a.clHyperLink:hover
{
    /* Light Brown RGB: 198 156 109 */
    color:#C69C6D;
}
/* Set the clHyperLink class selected link */
a.clHyperLink:active
{
    /* Light Brown RGB: 198 156 109 */
    color:#C69C6D;
}
/* Set the clButton class */
.clButton
{
    
    color:White;
    /* Dark Brown RGB: 140 98 54 */
    background-color:#8C6236;
}
/* Set clLine class */
.clLine
{
    /* Dark Brown RGB: 140 98 54 */
    color:#8C6236;
}
/* Set the clLittleLabel class */
.clLittleLabel
{
    /* Dark Brown RGB: 140 98 54 */
    color:#8C6236;
    text-align:right;
    font-size:medium;
    font-weight:bold;
}
/* Set the clBigLabel class */
.clBigLabel
{
    /* Dark Brown RGB: 140 98 54 */
    color:#8C6236;
    text-align:right;
    font-size:medium;
}
/* Set clCheckBox class */
.clCheckBox
{
    /* Dark Brown RGB: 140 98 54 */
    color:#8C6236;
    font-size:small;
}
/* Set the clEdit class */
.clEdit
{
	color: Red;
    font-size:small;
}
/* Set all a */
a:link
{
    text-decoration: none;
}
a:visited
{
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
}
a:active
{
    text-decoration: underline;
}