#contentCellFullWidth
{
   padding: 2px 0;
}

#homePage
{
   width: 100%;
}

#bodyCell
{
}


#loginCell
{
   border-left: 1px dashed #cccccc;
   padding: 10px 5px 0 5px;
   vertical-align: top;
   width: 165px;
}

#loginCell p
{
   margin-right: 5px;
}

#loginCell hr
{
   background-color: #666666;
   height: 4px;
   margin-right: 5px;
}

#quotesCell
{
   border-top: 1px dashed #cccccc;
   padding: 10px;
}


/*
** Login Panel
*/
.outerLoginTable
{
}

.loginPanel.outerLoginTable td
{
}

.loginPanel.outerLoginTable .passwordReminder
{
}


.innerLoginTable
{
}


.outerLoginTable td
{
}

.innerLoginTable td.inputLabel
{
}

.innerLoginTable td.inputControl
{
}

.innerLoginTable .statusLabel
{
   color: #ff0000;
   font-weight: bold;
   padding-top: 3px;
   text-align: center;
}

.innerLoginTable .validationLabel
{
}


.innerLoginTable td.loginButton
{
   padding-top: 3px;
   text-align: center;
}


/*
** QuoteViewer
*/
table.quoteViewer
{
   color: #999999;
   font-size: 12px;
   font-weight: bold;
   width: 100%;
}

.quoteViewer .quote
{
}

.quoteViewer .author
{
   color: #3366cc;
   font-style: italic;
}
