/* ================================
    CSS STYLES FOR Opt In Lists On Main Module
  ================================
*/ 
.newsletter_invitation{
	padding-bottom: 10px;
}
span.updatesubscription{
	border-bottom: 1px solid #B01B2E;
	color:#b4b3b3;
	padding-bottom: 6px;
	font-size: 16px;
	padding-right: 10px;
	position: relative;
	text-transform: uppercase;
	font-weight: 400;
}

a.dnnFormHelp, .OptIn_HR, .OptInDivFieldsExisting{
	display:none
}
.OptInEmailHeader, .OptInListsAndSubscribers, .subhead{
	color: #777;
	font-size: 13px;
	line-height: 24px;
}
.dnnFormItem input[type="email"] {
	width:100%;
	max-width: 100%;
	outline:0!important;
	border-top: rgba(0,0,0,0.45) 1px solid!important;
	border-left: rgba(0,0,0,0.45) 1px solid!important;
	border-bottom:  	rgba(255,255,255,0.1) 1px solid!important;
	border-right: 		rgba(255,255,255,0.1) 1px solid!important;
	border-radius: 0!important;
	background: #222528;
	background: rgba(0,0,0,0.3);
	padding: 7px 10px;
	margin: 0 0 14px 0!important;
	display: inline-block;
	font-size: 14px!important;
	line-height: 20px!important;
	color: #b4b3b3!important;
	vertical-align: middle!important;	
	-webkit-shadow: none!important;
	box-shadow: none!important;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.dnnFormItem input[type="email"]:focus { 
	background: #222528;
	background: rgba(0,0,0,0.3);
}

.OptInListsAndSubscribers .dnnLabel {
	text-align: left;
	color: #b4b3b3;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 5px;
	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: #b4b3b3;
}


.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; 
}



/* ================================
    UNSUBSCRIBE
   ================================
*/   


#Panes .dnnFormItem input[type="email"] {
    border-top: #898989 1px solid!important;
    border-left: #898989 1px solid!important;
    border-bottom: #898989 1px solid!important;
    border-right: #898989 1px solid!important;
    background: #fff!important;
	
}

#Panes .OptInDivFields a:link, #Panes .OptInDivFields a:visited {
    color: #fff!important;
    background: #898989;
	margin-bottom:30px;
}

#Panes .OptInDivFields a:hover {
    background: #B01B2E ;
}
























































