/* ================================
    CSS STYLES FOR Opt In Lists On Main Module
  ================================
*/ 

.CategoryTitle    {
    font-family: Verdana, Arial, Helvetica;
    font-size:  1em;

}
.CategoryDesc    {
    font-family: Verdana, Arial, Helvetica;
    font-size:  1em;
    padding-left: 1.2em;   
}


.OptIn_HeaderTable   {
     border-width: 0px;
     width: 40em;
}
.OptIn_ListTable  {
 border-width: 0px;
}


.OptIn_MessageTable {
 border-width: 0px;
}

.OptIn_ErrorMessage {
    color: #f90;
}
.OptIn_MainTable {
 border-width: 0px;

}

.OptIn_QuestionsTable td {
 padding-bottom: 12px;
}

.OptIn_ExistingTable {
 border-width: 0px;
 margin-top: 18px;
 margin-bottom: 18px;
}

.OptIn_HR {
 color: #333;
 height: 1px;
}
.OptIn_QuestionsTable input.OptIn_TextBox,.OptIn_TextBox,
.OptIn_ExistingTable input.OptIn_Textbox, .OptIn_Textbox 
{
 font-size:13px;
 font-family: Verdana, Helvetica, sans-serif;
}


.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; 
}












