﻿html, body
{
    margin: 0px;
    padding: 0px;
    font-family: Arial;
    background-color: #242329;
    background-repeat: repeat-y;
}

table, td
{
    vertical-align: top;
    background-repeat: no-repeat; 
    background-position: left top;
}

.radr_clipRegion
{
    border: 0px !important;
}

p
{
margin:0px;
padding:0px;

padding-top:1px;
}

.regularText
{
 font-size:12px;
}

/*
* The below is used to set the vert alignment of the tab text
*/
.RadTabStrip .rtsTxt {  
   padding-left: 25px !important; 
   padding-top: 5px !important;  
}

.logon
{
 font-size:11px;
 color:#000000;
 text-decoration: none;
}

.TopTabs
{
 font-size:10px;
 color:#FFFFFF;
 text-decoration: none;
 padding-right:20px;
}

.TopTabsSelected
{
 font-size:10px;
 color:#EBB350;
 text-decoration: none;
}

.TopTabsHovered
{
 font-size:10px;
 color:#EBB350;
 text-decoration: none;
}

.testBorder
{
    border-width: 1px;
    border-color: Yellow;
    border-style: dashed;
}

.secondaryTitle
{
    font-family: Times;
    font-size: 25px;
    color:#78B1CA;
}

.productsTitle
{
    font-family: Times;
    font-size: 24px;
    color:#78B1CA;
    letter-spacing:1px;
}

.contentTxt
{
    font-family: Arial;
    font-size: 10pt;
}

.topAddressTxt
{
    color: White;
    font-size: 9px;
}

.leftMenuTxt
{
    color: White;
    font-size: 11px;
    font-weight: normal;
    letter-spacing:0px;
    font-weight: bold;
}

.leftMenuTxt:link
{
    color: White;
    text-decoration: none;
    font-weight: bold;
}

.leftMenuTxt:visited
{
    color: White;
    text-decoration: none;
    font-weight: bold;
}
.leftMenuTxt:hover
{
    color: #ffc768;
    text-decoration: none;
    font-weight: bold;
}

.leftMenuTxt:active
{
    color: White;
    text-decoration: none;
    font-weight: bold;
}

.desperateHouseWivesTXT
{
    color: #ffc768;
    text-decoration: none;
    font-size: 10px;
    font-weight: bold;
}
.desperateHouseWivesTXT:link
{
    color: #ffc768;
    text-decoration: none;
}

.desperateHouseWivesTXT:visited
{
    color: #ffc768;
    text-decoration: none;
}
.desperateHouseWivesTXT:hover
{
    color: white;
    text-decoration: none;
}

.desperateHouseWivesTXT:active
{
    color: #ffc768;
    text-decoration: none;
}

.footerMenuTxt
{
    color: White;
    font-size: 8px;
}

.footerMenuTxt:link
{
    color: White;
    text-decoration: none;
}

.footerMenuTxt:visited
{
    color: White;
    text-decoration: none;
}
.footerMenuTxt:hover
{
    color: #ffc768;
    text-decoration: none;
}

.footerMenuTxt:active
{
    color: White;
    text-decoration: none;
}

.testBorderYellow
{
    border-width: 1px;
    border-color: Yellow;
    border-style: dashed;
}

.testBorderRed
{
    border-width: 1px;
    border-color: Red;
    border-style: dashed;
}

.testBorderGreen
{
    border-width: 1px;
    border-color: Green;
    border-style: dashed;
}


