/* ================================
    CSS STYLES FOR Opt In Lists On Main Module
  ================================
*/ 

.CategoryTitle    {
    font-weight:    bold;
    color: olive;
    width: 180px;
    min-width : 180px;
}


.CategoryDesc    {
        font-weight:  bold;
        white-space: normal;
         text-align: justify
        
}


.OptIn_HeaderTable   {
                border-width: 0px;
                width:600px;
}
.OptIn_ListTable
  {
 border-width: 0px;
 width:600px;

}


.OptIn_MessageTable {
 border-width: 0px;
width:500px;
}

.OptIn_ErrorMessage {
    color: red;
}
.OptIn_MainTable {
 border-width: 0px;
width:600px;
}
.OptIn_QuestionsTable {
 border-width: 0px;
width:600px;
}
.OptIn_ExistingTable {
 border-width: 0px;
width:600px;
}

.OptIn_HR {
color: #999999";
height: 2px;
}

.OptIn_Textbox {

}



.OptIn_ValidationError {
color: red;
}



/* ================================
    CSS STYLES FOR Data Springs Opt In Control Panel /Configuration Module
   ================================
*/   


.GridText{
  color: #ffffff; 
}

tr.HeaderRowStyle
{
  background-color : lavender;
}
tr.HeaderRowAlternate
{
  background-color : lavenderblush;
  }

td.HeaderStyle
{
	color: #ffffff; 
	font-weight: bold; 
}
th.HeaderStyle 
{
	color: #ffffff; 
	font-weight: bold; 
}



























