/* Author: mcl */

/* NewsletterModule */

#newsletterBody {
	
	border-style: solid;
	border-width: 0px;
	border-color: #AACCEE;
	margin: 0px;
	padding: 0px;	
	background-color: #fff;
}

.newsletterText {
	font-family: Trebuchet MS;
	font-size: 18px;
	font-weight: bold;	
	cursor: default;
	color: #173768;
	vertical-align: middle;	
	padding-bottom: 5px;
}

.B {	
	font-weight: bold;
}

.newsletterButton {	
	background-color :  #C2D5ED;
	border : outset 1pt #C2D5ED;  
	font-family: Trebuchet MS;
	font-size: 9pt;
	font-weight: bold;
	height : 26px;
	width : 130px;
	color : #2D4E70;
	margin: 3pt 0pt 0pt 0pt;
	padding: 0pt 0pt 0pt 0pt;
}

.panelNewsletterButton {
	background-color :  #FFF;
	border : outset 1pt #BFCFDF;
	margin: 0px;	
	font-family: Trebuchet MS;
	font-size: 8pt;
	font-weight: bold;
	width: 150px;
	height : 24px;
	color: #446699;		
	overflow: visible;
	padding: 0px 5px;
	margin-bottom: 5px;
}

.comboNewsletter {
	font-family: Trebuchet MS;
	font-size: 11px;
	color: #113355;
	width: 150px;	
	text-align: left;
	border: solid 1px #AACCEE;
	margin: 2px 5px 5px 5px;
}

.w150 {
	width: 150px;
}

.w250 {
	width: 250px;
}

.iTextNewsletter {
	padding: 0px 2px;
	margin: 2px 5px 2px 5px;
	height: 16px;	
	color: #113355;
	border: solid 1px #AACCEE;
	font-family: Trebuchet MS;
	font-size: 8pt;
}

.errorMessage {
	color: red;
	font-family: Trebuchet MS;
	font-size: 14px;
	font-weight: bold;
	margin: 8px 0px 8px 0px;
	text-align: center;
}

/* NewsletterButton on main page */

.newsletterButtonTop {
	width: 249px;
	height: 14px;
	background-image: url(../../img/newsletter/newsletterButton/newsletterButtonTop.png);
	background-repeat: no-repeat;
}

.newsletterButtonLeft {
	width: 17px;
	height: 42px;
	background-image: url(../../img/newsletter/newsletterButton/newsletterButtonLeft.png);
	background-repeat: no-repeat;
}

.newsletterButtonCenter {
	width: 217px;
	height: 42px;
	background: transparent url(../../img/newsletter/newsletterButton/newsletterButtonCenter.png);
	background-repeat: no-repeat;
	background-position: right;
	background-color: #00466A;
	text-decoration: none;
}

.newsletterHeader {
	color: #25AAE1;
	font-weight: bold;
	line-height: 30px;
	font-family: Trebuchet MS;
	font-size: 12px;
	padding: 5px 0px 0px 15px;
	width: 217px;
	height: 30px;
	font-size: 12px;
}

.newsletterButtonRight {
	width: 15px;
	height: 42px;
	background-image: url(../../img/newsletter/newsletterButton/newsletterButtonRight.png);
	background-repeat: no-repeat;
}

.newsletterButtonBottom {
	width: 249px;
	height: 14px;
	background-image: url(../../img/newsletter/newsletterButton/newsletterButtonBottom.png);
	background-repeat: no-repeat;
}

.newsletterButtonSetSize {
	width: 249px;
	height: 49px;
	position: relative;
	top: -72px;
}

.newsletterLeft {
	float: left;
	width: 21%;
	display: block;
}

.newsletterRow {
	color:#6D6E71;
	font-family:Trebuchet MS;
	font-size:12px;
	font-weight:normal;
	margin:8px 0px 8px 0px;
	text-align:left;
}

.newsletterRight {
	float: left;
	width: 79%;
}

.newsletter_input_text_left {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background: url(../../img/newsletter/newsletterTextBox/leftBelt.png) repeat scroll 0 0;
	float:left;
	height:22px;
	margin-left:0px;
	margin-top:0px;
	width:3px;
}
.newsletter_input_text_right {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background: transparent url(../../img/newsletter/newsletterTextBox/rightBelt.png) repeat scroll 0 0;
	float:left;
	height:22px;
	margin-top:0px;
	width:3px;
}
.newsletter_input_text {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background: transparent url(../../img/newsletter/newsletterTextBox/content.png) repeat scroll 0 0;
	border:0 none;
	color:#939598;
	font-family:Trebuchet MS;
	font-size:12px;
	font-weight:normal;
	height:16px;
	margin-top:0px;
	padding:3px;
	width:400px;
}

.messageToUser {
	padding: 50px;
	text-align:center;
}

