﻿/* AddArticle.aspx rules */
#addArticleButtons
{
	bottom: 8px; 
	position: absolute; 
	right: 16px;
}
.articleImageUploader, .articleTitleTextBox
{
	width: 300px;
}

/* */
.addArticleAddButton
{
	bottom: 8px;
	position: absolute;
	right: 8px;
}
.addArticleButton
{
	border: 0; 
	height: 16px; 
	left: 20px;
	margin: 0; 
	padding: 0;
	position: relative; 
	width: 43px;
}
.addArticleCancelButton
{
	bottom: 8px;
	position: absolute;
	right: 40px;
}
.articlePanel
{
	float: left;
	position: relative;
}
.articleSelectorPanel
{
	border: solid 1px silver; 
	height: 500px;
	left: 0;
	margin-top: 30px;
	overflow: auto;
	position: absolute;
	width: 179px;
}
.articleTitle
{
	font-weight: bold;
	padding-left: 5px;
	vertical-align: middle;
}
.articleTitleBar
{
	background-color: #93B9D0;
	position: relative;
}
#articleTitleTextBox
{
	width: 300px;
}
.articleTree
{
	display: block;
	left: 0;
	position: absolute;
	top: 0;
}
.customContentPanel
{
	float: left;
	position: relative;
}
#image_txtRadEditorInsertImage
{
	bottom: 3px;
	left: 2px;
	position: relative;
	width: 190px;
}
.moveArticleDown
{
	background-image: url(../../../images/buttons/MoveDown.bmp );
	padding-left: 2px;
	padding-right: 2px;
	width: 18px;
}
.moveArticleUp
{
	background-image: url(../../../images/buttons/MoveUp.bmp );
	margin-left: 2px;
	margin-right: 2px;
	width: 18px;
}
.newArticlePanel
{
	border: solid 6px #93B9D0;
	height: 200px;
	position: absolute;
	width: 350px;
	z-index: 1000000;
}
#newsletterButtonPanel
{
	height: 20px;
	padding: 2px;
	position: relative; 
	top: 15px; 
	width: 880px;	
}
#newsletterContinueButton
{
	float: right;
}
#newslettersButton
{
	float: left;
}
#newsletterBody
{
	height: auto;
	left: 200px;
	position: relative;
	width: 620px;
}
#newsletterContainer
{
	position: relative;
}
.newsletterDesc
{
	height: auto;
	padding-left: 4px;
	position: relative;
	top: 10px;
}
#newsletterHeader
{
	height: auto;
	left: 186px;
	margin-bottom: 4px;
	position: relative;
	width: 600px;
}
.newsletterLabel
{
	color: black;
	font-size: 11pt;
	height: auto;
	line-height: 20px;
	font-weight: bold;
	padding-left: 4px;
}
.pagerContainer 
{
	top: 510px;
}
#pnlStepsEnvelope
{
	left: 8px; 
	position: absolute; 
	top: 58px;
}
.removeArticle
{
	background-image: url(../../../images/buttons/Remove.bmp );
	padding-left: 2px;
	padding-right: 2px;
	width: 18px;
}
/* The newsletter has DOCTYPE XHTML Strict -- markup retrieved from database must be modified */
#newsletterHeader #Step2Instructions1ImageLinksDiv
{
	top: 46px !important;
}
/* The following two rules are necessary to display controls correctly in Firefox */
#newsletterHeader #Step2Instructions1ImageLinksDiv a
{
	display: block;
	float: left;
	margin-left: 3px;
}
#newsletterHeader #Step2Instructions1ImageLinksDiv img
{
	display: block;
}

/* Step_5_NewsletterSummary.aspx rules */
.editNewsletterButton
{
	padding-top: 10px;
}
#NewsletterStep4BtnTestDiv
{
	left: 215px;
	position: relative;
}
#NewsletterStep4ScheduleNewsletterDiv
{
	border-right: 1px solid #cccccc;
	float: left; 
	height: 100px; 
	width: 420px; 
}
#NewsletterStep4SendNowButton
{
	padding-top: 10px;
}
#NewsletterStep4SendNowDiv
{
	height: 100px;
	width: 300px; 
}
#NewsletterStep4TxtTestDiv
{
	position: relative; 
	top: 0;
}
#previewNewsletterButton
{
	cursor: pointer;
	padding-top: 10px;
}
#scheduledRelease
{
	padding-top: 10px;
}
/* override the CmDatePicker wrapper div */
#scheduledRelease #CmWebControlsDatePickerDiv
{
	width: 140px !important;
}
