/* ================================
    CSS STYLES FOR Opt In Lists On Main Module
  ================================
*/ 

.CategoryTitle    {
    font-family: verdana;
    font-size: 11px;
    font-weight: bold;
    color: #4f4f4f;
}


.CategoryDesc    {
    font-family: verdana;
    font-size: 11px;
    color: #4f4f4f;
}


.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: #CCCCCC;
	height: 1px;
	width: 100%;
}

.OptIn_Textbox {
        font-family: Verdana;
    font-size: 11px;
    font-weight: normal;
    color: #4f4f4f;
    width: 200px;
}



.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; 
}







