BODY {
	FONT-FAMILY: arial, helvetica; background-color: #B6A89B; margin: 0 0 0 0; font-size: 10px;
}

.titleHeader {font-family:Arial; font-size: 12px; font-weight:bold; color: White;  }

.daystyle
{
    font-family: Arial;
    text-transform: lowercase;
    font-size: 9px;
    font-weight: normal;
    background-color: #b6a89b;
    border-right: white 1px solid;
    border-top: white 1px solid;
    border-left: white 1px solid;
    border-bottom: white 1px solid;
}
.dayHeader {font-family:Arial; text-transform:lowercase; font-size: 10px; font-weight:normal }


TD { font-family :Arial; font-size : 10px;}


/* used on text boxes on login screen */
#email, #Password1, #Domain {width: 100%;}

#MyCampaignsTable, #MyListsTable, #MyTemplatesTable
{
    border-right: #dbdbdb 1px solid;
    border-top: #dbdbdb 1px solid;
    border-left: #dbdbdb 1px solid;
    border-bottom: #dbdbdb 1px solid;
    width: 75%;
    margin-top: 5px;
}

#CampaignsInProgressTable, #PlannedCampaignsTable
{
    background-color: #EFEFEF;
    width: 75%;
    text-align: left;
}




/* the red text welcome etc on top of all pages */
h1 { color : #EF2C0C; font-family : Arial ; font-size: 22px}

/* used in success stories on login screen */
.success
{
    font-size: 11px;
    font-family: Arial;
    margin-bottom: 2px;
}

/* My campains, My Lists etc */

H2
{
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    color: #605041;
    margin-bottom: 2px;
}
    


H3 {
	FONT-WEIGHT: bold; FONT-SIZE: 9pt; COLOR: #003B6A;
}

/* Top row of all content area pages */
.tableHeader1 { height: 80px; vertical-align : middle }

.htmlbutton
{
    background-color: #605041;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
    color: white;
    font-family: Arial;
    height: 15px;
    font-size: 11px;
}

    


A {
	FONT-SIZE: 10pt; COLOR: #666633;
}
.A {
	FONT-SIZE: 10px; COLOR: #605041; text-decoration: underline;
}
.WhiteAnchor {
	FONT-SIZE: 10pt; COLOR: #FFFFFF; text-decoration: underline;
}
.SmallWhiteAnchor
{
    font-size: 11px;
    color: #605041;
    text-decoration: underline;
    font-family: Arial;
}
.Text {
	FONT-SIZE: 10pt; COLOR: #605041;
}
.SmallText {
	FONT-SIZE: 8pt; COLOR: #666633;
}

/*
.MainHeader {
	FONT-SIZE: 10pt; COLOR: #FFFFFF; background-color: #666633; font-weight: bold;
}
*/

.SmallMainHeader, .MainHeader
{
    font-size: 8pt;
    color: #605041;
    font-weight: bold;
    background-image: url(graphics/smallMainHeaderBack_03.gif);
    background-repeat: repeat-x;
    background-color: white;
}
.SubHeader {
	FONT-SIZE: 10pt; COLOR: #605041; background-color: #DBDBDB; font-weight: bold;
}
.SmallSubHeader {
	FONT-SIZE: 8pt; COLOR: #666633; background-color: #CCCC99; font-weight: bold;
}
.InputBox
{
    font-size: 10px;
    color: #605041;
    font-weight: bold;
    font-family: arial;
}
INPUT {
	FONT-SIZE: 10px; COLOR: #605041; font-weight: bold;
}


