﻿/* Used to set the background image and Color,width for NewsLetter Header */

.NewsLetter_Header
{
	
	background: url(./images/bluetitlebg.gif) repeat-x top;
	height: 30px;
	vertical-align: middle;
	text-align: right;
	padding-right: 8px;
	cursor:pointer;
}
/* Used to set the HeadingText for NewsLetter Control */

.NewsLetter_HeadingText
{
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
}

.NewsLetter_menu_pro_white
{
	height:22px;
}
/* Used to set the Background Color an border for newsLetter control */ 

#NewsLetter_MenuBackground
{
	background-color: #FFFFFF;
	border-bottom: 4px solid #97d5ff;
}

/* Used to set the Background image border,Height and Width,etc. for Subscribe Button */

.NewsLetter_btn

{
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	background-color: #1e6ca2;
	border: 1px solid #97d5ff;
	height: 20px;
	padding:3 3 3 3;
	
}

/* Used to set the Border and height width of NewsLetter TextBox */

.NewsLetter_Textbox
{
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #ffffff;
	border: 1px solid #8e8e8e;
	height: 16px;
	width:170px;
}
/* Used to set the font color,type and size for text of NewsLetter Control */

.NewsLetter_verdana

{
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}


/* Used to set the More Link text Color,Font and Size for Control */

.NewsLetter_MoreLink

{
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	color: #1d6da5;
	text-decoration: none;
}

/* Used to set the More Link text Color,Font and Size On Mouse hover for More Link */

.NewsLetter_MoreLink:hover

{
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	color: #1d6da5;
	text-decoration: underline;
}
.NewsLetter_Container
{
	width:190px;
}