/* ================================
CSS STYLES FOR Opt In Lists On Main Module
================================
*/ 
.CategoryTitle    {
font-family: Tahoma, Arial, Helvetica;
font-size:  13px;
font-weight:    bold;
color: #ffffff;
background: #0A0095;
}
.CategoryDesc    {
font-family: Tahoma, Arial, Helvetica;
font-size:  16px;   
color: #ffffff;
background: #0A0095;
}
.OptIn_HeaderTable, .OptIn_HeaderTable .Normal
{
border-width: 0px;
color: #ffffff;
background: #0A0095;
width: 100%;
}
.OptIn_ListTable
{
border-width: 0px;
color: #ffffff;
background: #0A0095;
}
.OptIn_MessageTable {
border-width: 0px;
color: #ffffff;
background: #0A0095;
}
.OptIn_ErrorMessage {
color: red;
}
.OptIn_MainTable, .OptIn_MainTable .Normal {
border-width: 0px;
color: #ffffff;
background: #0A0095;
}
.OptIn_QuestionsTable, .OptIn_QuestionsTable .Normal {
border-width: 0px;
color: #ffffff;
background: #0A0095;
}
.OptIn_LabelCell
{
width: 265px;
height: 16px;
background: #A302E6;
padding-left: 6px;
}
.OptIn_LabelCell_alt
{
width: 265px;
height: 16px;
background: #A302E6;
padding-left: 6px;
}
.OptIn_ExistingTable, .OptIn_ExistingTable .Normal, .OptIn_ExistingTable .Normal p {
border-width: 0px;
color: #ffffff;
background: #0A0095;
}
.OptIn_HR {
color: #D19DFF;
background: #D19DFF;
height: 2px;
}
.OptInEmail_Label
{
color: #0A0095;
font-weight: bold;
width: 220px;
line-height: 16px;
}
.OptIn_Textbox {
background: #BD70FE;
border: 1px solid #B130EF;
color: #ffffff
}
.OptIn_ValidationError {
color: red;
}
/* ================================
CSS STYLES FOR Data Springs Opt In Control Panel /Configuration Module
================================
*/   
.GridText{
color: #ffffff; 
}
tr.HeaderRowStyle
{
background-color : #C9E5FE;
}
tr.HeaderRowAlternate
{
background-color : #99B02E;
}
td.HeaderStyle
{
color: #ffffff; 
font-weight: bold; 
}
th.HeaderStyle 
{
color: #ffffff; 
font-weight: bold; 
}



