/* ================================
    CSS STYLES FOR Opt In Lists On Main Module
  ================================
*/ 
.OptInDivFields a{
	border-radius: 4px; 
	display: inline-block; 
	font-size: 10px; 
	letter-spacing: 1px;
	line-height: 18px; 
	margin: 0 5px 5px 0; 
	font-weight:600;
	padding: 6px 17px; 
	text-decoration: none; 
	text-transform: uppercase; 
	text-shadow: none;
	color: #FFFFFF!important; 
	box-shadow: 0 -3px rgba(0,0,0,0.1) inset;
	background: #388894;
	border: none;
	-webkit-transition:all 0.2s ease-out;
	-moz-transition:all 0.2s ease-out;
	-o-transition:all 0.2s ease-out;
	-ms-transition:all 0.2s ease-out;
}
.OptInDivFields a:hover{
	background: #4E89E3;
	box-shadow: 0 -3px rgba(0,0,0,0.3) inset;
	color: #FFFFFF!important;
}
.OptInDivFields a:active{
-webkit-box-shadow: none;
        box-shadow: none;
}

a.dnnFormHelp, .OptIn_HR, .OptInDivFieldsExisting{
	display:none
}
.OptInEmailHeader, .OptInListsAndSubscribers, .subhead{
	color: #376092;
}
.dnnFormItem input[type="email"] {
	width:94%;
	max-width: 94%;
	/*outline:0!important;
	border-top: #2a2a2a 1px solid!important;
	border-left: #2a2a2a 1px solid!important;
	border-bottom: #434343 1px solid!important;
	border-right: #434343 1px solid!important;
	border-radius: 0!important;
	background: none!important;*/
	padding: 6px 3%;
	margin: 0 0 14px 0!important;
	display: inline-block;
	height: 20px!important;	
	/*font-size: 14px!important;
	line-height: 20px!important;*/
	color: #E46C0A!important;
	vertical-align: middle!important;	
	-webkit-shadow: none!important;
	box-shadow: none!important;
}

.OptInListsAndSubscribers .dnnLabel {
	text-align: left;
	color: #777;
	/*font-weight: 600;
	text-transform: uppercase;*/
	margin-bottom: 1px;
	width:auto
}

.OptInDivFields a{}

.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 {
width: 200px;
}

.OptIn_Textbox {
width: 200px;
}



.OptIn_ValidationError {
	color: red;
	position: absolute;
	right: 6px;
	top: 2px;
}



/* ================================
    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; 
}




