/* ================================
    CSS STYLES FOR Opt In Lists On Main Module
  ================================
*/ 


.OptInCheckBoxTD {
    vertical-align: top;
    horizontal-align:center; 
}

.OptInCheckBox {
    
}

.OptIn_CategoryTD {
   white-space: nowrap;
    vertical-align: top; 
}

.OptIn_CategoryDescTD {
    white-space: nowrap;
     vertical-align: top;
}


.CategoryTitle    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  13px;
    font-weight:    bold;
    color: #003366;
}


.CategoryDesc    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  16px;   
    color: #000000;
}


.OptIn_HeaderTable   {
                border-width: 0px;
}
.OptIn_ListTable
  {
 border-width: 0px;

}


.OptIn_MessageTable {
 border-width: 0px;

}

.OptIn_ErrorMessage {
    color: red;
}
.OptIn_MainTable {
 border-width: 0px;

}
.OptIn_QuestionsTable {
 border-width: 0px;

}
.OptIn_ExistingTable {
 border-width: 0px;

}

.OptIn_HR {
color: #999999;
height: 2px;
}

.OptIn_Textbox {

}



.OptIn_ValidationError {
color: red;
}

.OptInEmail_Label
{
  color: #707070;
  font-family: Arial;
  font-size: 12px;
  font-style: normal;
  line-height:17px;
}  

/* ================================
    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; 
}

















