/* Project: TheWelcomeWaggin.com */
/* Modified: 5 June 2007 * /

/*      Color Scheme      */
/*   Red Brown  = #945456 */
/*   Dark Blue	= #2E5591 */
/*   Light Blue	= #C3D9FF */
/*   Creme 			= #F7F5BF */
/*   Green      = #C3D9FF */

/********************* Header *********************/

.header
{
    color: #F7F5BF;
    height: 50px;
    font-family: georgia,verdana,helvetica,arial,sans-serif; 
    text-decoration: none; 
    font-size: 22pt;
    text-align: center;
		vertical-align: bottom;
    border-width: 10px 10px 10px 10px;
    font-weight: bold;
}

.header A:link {color: #F7F5BF; text-decoration: none;}
.header A:visited {color: #F7F5BF; text-decoration: none;}
.header A:hover {color: #945456; text-decoration: none;}


.headerSmall
{
    color: #F7F5BF;
    height: 30px;
    font-family: georgia,verdana,helvetica,arial,sans-serif; 
    text-decoration: none; 
    font-size: 10pt;
    text-align: center;
		vertical-align: top;
    border-width: 10px 10px 10px 10px;
    font-weight: bold;
}

.owner
{
    color: #F7F5BF;
    font-family: georgia,verdana,helvetica,arial,sans-serif; 
    text-decoration: none; 
    font-size: 14pt;
    text-align: center;
		vertical-align: bottom;
    border-width: 10px 10px 10px 10px;
}

.contact
{
    color: #F7F5BF;
    font-family: georgia,verdana,helvetica,arial,sans-serif; 
    text-decoration: none; 
    font-size: 10pt;
    text-align: center;
		vertical-align: top;
    border-width: 10px 10px 10px 10px;
}

.contact A:link {color: #F7F5BF; text-decoration: none;}
.contact A:hover {color: #945456; text-decoration: underline;}


/********************* Tab *********************/

.tab
{
    background: #C3D9FF;
    color: #2E5591;
    height: 30px;
    font-family: georgia,verdana,helvetica,arial,sans-serif; 
    text-decoration: none; 
    font-size: 11pt;
    text-align: center;
		vertical-align: center;
    border-width: 1px 0px 0px 0px;
    font-weight: bold;
}

.tab A:link {color: #2E5591; text-decoration: none;}
.tab A:visited {color: #2E5591; text-decoration: none;}
.tab A:active {color: #2E5591; text-decoration: none;}
.tab A:hover {color: #FFFFFF; text-decoration: none;}


.tabOn
{
    background: #FFFFFF;
    color: #C3D9FF;
    height: 30px;
    font-family: georgia,verdana,helvetica,arial,sans-serif; 
    text-decoration: none; 
    font-size: 11pt;
    text-align: center;
		vertical-align: center;
    border-width: 5px 0px 0px 0px;
    font-weight: bold;
}

.tabOn A:link {color: #2E5591; text-decoration: none;}
.tabOn A:visited {color: #2E5591; text-decoration: none;}
.tabOn A:active {color: #2E5591; text-decoration: none;}
.tabOn A:hover {color: #2E5591; text-decoration: none;}


.tabOther
{
    background: #C3D9FF;
    color: #FFFFFF;
    height: 30px;
    font-family: georgia,verdana,helvetica,arial,sans-serif; 
    text-decoration: none; 
    font-size: 9pt;
    text-align: right;
		vertical-align: center;
    border-width: 1px 0px 0px 0px;
    font-weight: bold;
}

.tabOther A:link {color: #FFFFFF; text-decoration: none;}
.tabOther A:visited {color: #FFFFFF; text-decoration: none;}
.tabOther A:active {color: #FFFFFF; text-decoration: none;}
.tabOther A:hover {color: #552200; text-decoration: none;}


.tabSpacer
{
    background: #2E5591;
    height: 4px;
}

.tabEnd
{
    background: #2E5591;
    height: 4px;
}

/********************* Body *********************/

.bodySpacer
{
    height: 5px;
    font-size: 5pt;
}

.body
{
    background-color: #FFFFFF;
    color: #2E5591;
    font-family: georgia,verdana,helvetica,arial,sans-serif; 
    text-decoration: none; 
    font-size: 11pt;
    text-align: justify;
		vertical-align: top;
    border-width: 0px 0px 0px 0px;
}

.bodyTitle
{
    color: #2E5591;
    font-family: georgia,verdana,helvetica,arial,sans-serif; 
    text-decoration: none; 
    font-weight: bold;
    font-size: 14pt;
    text-align: left;
		vertical-align: top;
    border-width: 0px 0px 0px 0px;
}

.bodyHeader
{
    background-color: #C3D9FF;
    color: #2E5591;
    font-family: georgia,verdana,helvetica,arial,sans-serif; 
    text-decoration: none; 
    font-weight: bold;
    font-size: 11pt;
    text-align: left;
		vertical-align: top;
    border-width: 2px 2px 2px 2px;
}

.bodyHeaderAlert
{
    background-color: #BE0000;
    color: #FFFFFF;
    font-family: georgia,verdana,helvetica,arial,sans-serif; 
    text-decoration: none; 
    font-weight: bold;
    font-size: 11pt;
    text-align: left;
		vertical-align: top;
    border-width: 2px 2px 2px 2px;
}

.bodyLabel
{
    background: #FFFFFF;
    color: #945456;
    font-family: georgia,verdana,helvetica,arial,sans-serif; 
    text-decoration: none; 
    font-weight: bold;
    font-size: 9pt;
    text-align: left;
		vertical-align: top;
    border-width: 0px 0px 0px 0px;
}

.bodyLabelError
{
    background: #FFFFFF;
    color: #2E5591;
    font-family: georgia,verdana,helvetica,arial,sans-serif; 
    text-decoration: none; 
    font-weight: bold;
    font-size: 9pt;
    text-align: left;
		vertical-align: top;
    border-width: 0px 0px 0px 0px;
}

.bodyField
{
    background: #FFFFFF;
    color: #0048FF;
    font-family: georgia,verdana,helvetica,arial,sans-serif; 
    text-decoration: none; 
    font-size: 9pt;
    text-align: left;
		vertical-align: top;
    border-width: 0px 0px 0px 0px;
}

.bodyFieldAlert
{
    background: #FFFFFF;
    color: #CF0711;
    font-family: georgia,verdana,helvetica,arial,sans-serif; 
    text-decoration: none; 
    font-size: 9pt;
    text-align: left;
		vertical-align: top;
    border-width: 0px 0px 0px 0px;
}

.bodyFieldInput
{
    color: #945456;
    font-family: georgia,verdana,helvetica,arial,sans-serif; 
    text-decoration: none; 
    font-size: 9pt;
}

.bodyFieldSubmit
{
    color: #945456;
    font-family: georgia,verdana,helvetica,arial,sans-serif; 
    font-size: 9pt;
    font-weight: bold;
}

.bodyFieldSpacer
{
    background: #FFFFFF;
    height: 1px;
    font-size: 1pt;
}

.bodySmall
{
    background: #FFFFFF;
    color: #945456;
    font-family: georgia,verdana,helvetica,arial,sans-serif; 
    text-decoration: none; 
    font-size: 9pt;
    text-align: left;
		vertical-align: top;
    border-width: 0px 0px 0px 0px;
}

.bodySmall li {font-size: 9pt;}


.bodyBorder
{
    background: #C3D9FF;
}

/********************* Footer *********************/

.imageBorder
{
    border: 4px solid #2E5591;
}

/********************* Footer *********************/

.footer
{
    color: #FFFFFF;
    height: 25px;
    font-family: georgia,verdana,helvetica,arial,sans-serif; 
    text-decoration: none; 
    font-size: 8pt;
    text-align: center;
		vertical-align: center;
    border-width: 0px 0px 0px 0px;
}

.footer A:link {color: #FFFFFF; text-decoration: none;}
.footer A:visited {color: #FFFFFF; text-decoration: none;}
.footer A:hover {color: #F7F5BF; text-decoration: none;}


/* Copyright  2007 The Welcome Waggin. All rights reserved.   * /