@CHARSET "UTF-8";

#aTagInContent :hover{
	color:#006B83;
}
#createListFieldset{
	margin:0 auto; 
	border-radius:9px; 
	padding:80px 0 100px 0;
	border:2px solid #E5E5E5;
}

#ListFieldset{
	mmwidth: 900px;
	max-width:600px; 
	margin:0 auto; 
	border-radius:9px; 
	border:2px solid #E5E5E5;
	
}

#font3{
	font-size: 16px;
}

#BounceReportFieldset{
	mmwidth: 900px;
	max-width:600px; 
	margin:0 auto; 
	border-radius:9px; 
	border:2px solid #E5E5E5;
}

#BounceFieldset,#detectManualFieldSet{
	margin:0 auto; 
	border-radius:9px; 
	border:2px solid #E5E5E5;
	
}



textarea {
	border: 1px solid #D3D3D3;
}

#filterTable{
-webkit-box-shadow:0px 0px 8px rgba(0,0,0,0.3);-moz-box-shadow:0px 0px 8px rgba(0,0,0,0.3);box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
border-radius: 9px 9px 9px 9px;
   	padding:5px 5px 10px 5px;
   	max-width:580px;
}


#urlTrackingTable,#sentDetailsTable, #openedDetailsTable  {
-webkit-box-shadow:0px 0px 8px rgba(0,0,0,0.3);-moz-box-shadow:0px 0px 8px rgba(0,0,0,0.3);box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
border-radius: 0px 9px 9px 9px;
   	padding:5px 5px 10px 5px;
   	max-width:660px;
   	height:260px;
}

.spanDetails{
	padding:10px 15px;
	border-radius: 9px 9px 0px 0px;
	border:1px solid #E5E5E5;
	border-bottom:none;
	background-color: #FFFFFF;
}
.spanDetails:hover{
	cursor:pointer;
	box-shadow: -2px -1px 3px 0 #E5E5E5;
/*	font-weight: bold;*/
}
.spanDetailsSelected{
	padding:10px 15px;
	border-radius: 9px 9px 0px 0px;
	border:1px solid #E5E5E5;
	font-weight: bold;
	
	position:relative;
	bottom:-1px;
	box-shadow: -2px -1px 3px 0 #E5E5E5;
	border-bottom-width:0px;
}
.spanDetailsSelected:hover{
cursor:default;
}
.spanLabel{
	padding-bottom:27px;
}

fieldset{
	-webkit-box-shadow:0px 0px 8px rgba(0,0,0,0.3);-moz-box-shadow:0px 0px 8px rgba(0,0,0,0.3);box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
   	border-radius: 9px 9px 9px 9px;
   	cursor: default;
   	padding:10px 10px 15px 5px;
   	max-width:630px;
   	margin-bottom:20px;
}

legend {
	color: #006B83;
	padding:4px 4px 4px 4px;
	border: 1px solid #3FAFE3;
	box-shadow: 0 0 5px 0 #3FAFE3;
	-moz-box-shadow: 0 0 5px 0 #3FAFE3;
	-webkit-box-shadow: 0 0 5px 0 #3FAFE3;
	-o-box-shadow: 0 0 5px 0 #3FAFE3;
	background-color: #F4F4F4;
	font-size: 14px;
	border-radius: 5px 5px 5px 5px;
}

.addExtraFieldTextArea {
	width: 200px;
	height: 100px;
}

#specificdateId {
	width: 185px;
}

#loginLinkImage{
	margin-top: -38px; 
	margin-left:100px;
	kwidth:100px;
}
.pageHeading {
	margin-left: -15px;
	font-size: 15px;
}

#logout {
	text-decoration: none;
	cursor: pointer;
	font-size: 14px;
	margin-right: 19px;
	color:red;
	font-weight: bold;
}

input[type=text] {
	width: 200px;
	/*border: 1px solid #3fafe3;*/
	border: 1px solid #D3D3D3;
	background-color: #FFFFFF;
}

input[type=password] {
	width: 200px;
	/*border: 1px solid #3fafe3;*/
	border: 1px solid #D3D3D3;
	background-color: #FFFFFF;
}

select {
	background-color: #FFFFFF;
	/*border: 1px solid #3fafe3;*/
	border: 1px solid #D3D3D3;
	font-size: 12px;
}

.fileUpload {
	border: 1px solid #D3D3D3;
	width: 200px;	
}
.nameFields {
	word-wrap: break-word;
	width: 160px;
}


.checkBox {
	margin-top: 8px;
	margin-left: 38px;
	width: 15px;
}

a {
	text-decoration: none;
	color: #006B83;
}

a:hover {
	
}

legend{
	margin-left:20px;
}

.menuImage {
	width: 33px;
	height: 33px;
	margin-top: 3px;
}

.liTable {
	text-align: left;
}

#nav-menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav-menu li {
	float: left;
	margin: 0 0.15em;
}

.link {
	background: url(background.gif) #fff bottom left repeat-x;
	height: 2.5em;
	line-height: 2em;
	float: left;
	width: 18em;
	display: block;
	border: 0.1em solid #dcdce9;
	color: #0d2474;
	text-decoration: none;
	text-align: center;
	cursor: default;
}

#nav-menu li {
	background: url(background.gif) #fff bottom left repeat-x;
	height: 2.5em;
	line-height: 2em;
	float: left;
	width: 18em;
	display: block;
	border: 0.1em solid #dcdce9;
	color: #0d2474;
	text-decoration: none;
	text-align: center;
}

/* Hide from IE5-Mac \*/
#nav-menu li a {
	float: none
}
/* End hide */
#nav-menu {
	width: 10em;
	height: 80px;
}
.headingFont {
	width: 455px;
}

.headingFont a {
	text-decoration: none;
	color: #FFFFFF;
}

.headingFont a:hover {
	color: #FFFFFF;
}

.body {
	width: 899px;
	margin: 0 auto;
	position: absolute;
}

.alink {
	text-decoration: none;
	cursor: pointer;
	font-size: 13px;
}

.linkImage {
	width: 23px;
	/*height: 30px;*/
}

.select {
	width: 203px;
}

.subHeading {
	padding: 3px;
	background-color: #2C2C2C; /* fallback color if gradients are not supported */
	background-image: -webkit-linear-gradient(left, #2C2C2C, #FCFCFC); /* For Chrome and Safari */
	background-image:    -moz-linear-gradient(left, #2C2C2C, #FCFCFC); /* For old Fx (3.6 to 15) */
	background-image:     -ms-linear-gradient(left, #2C2C2C, #FCFCFC); /* For pre-releases of IE 10*/
	background-image:      -o-linear-gradient(left, #2C2C2C, #FCFCFC); /* For old Opera (11.1 to 12.0) */ 
	background-image:         linear-gradient(to right, #2C2C2C, #FCFCFC); /* Standard syntax; must be last */
	
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color:#FFFFFF;
	padding-left:10px;
}

.subHeadingCampaignSetting {
	padding: 3px;
	background-color: #2C2C2C; /* fallback color if gradients are not supported */
	background-image: -webkit-linear-gradient(left, #2C2C2C, #FCFCFC); /* For Chrome and Safari */
	background-image:    -moz-linear-gradient(left, #2C2C2C, #FCFCFC); /* For old Fx (3.6 to 15) */
	background-image:     -ms-linear-gradient(left, #2C2C2C, #FCFCFC); /* For pre-releases of IE 10*/
	background-image:      -o-linear-gradient(left, #2C2C2C, #FCFCFC); /* For old Opera (11.1 to 12.0) */ 
	background-image:         linear-gradient(to right, #2C2C2C, #FCFCFC); /* Standard syntax; must be last */
  
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color:#FFFFFF;
	padding-left:10px;
}

.fieldset {
	margin-top: 4px;
	border: 1px solid #006B83;
	padding: 15px;
	color: #00384C;
	font-size: 12px;
}

#alignText {
	text-align: left;
}
.configLabelWidth{
	width:300px;
}
.configLabelWidthGen{
	width:330px;
}

#tr {
	font-size: 13px;
}

button::-moz-focus-inner {
	border: 0;
}

a:hover {
	
}

.bodyTable {
	margin: 0 auto;
	background-color: #7E7777;
}

.notLogin {
	width: 100%;
	min-height: 367px;
}

.table {
	/*font: normal 13px Trebuchet MS;*/
	font-family: Verdana, Geneva, sans-serif;
	font-size:13px;
}
.importTable{
	
	margin: 0 auto;
	width:50%;
}
.emailAdd {
	margin: 0 auto;
	width: 95%;
}

.emailAddParameter {
	margin: 0 auto;
	width: 95%;
}

.addSenders {
	margin: 0 auto;
	width: 95%;
}

#exportSelectLabel{
	width:200px;
}

.createCampTemplate {
	margin: 0 auto;
	width: 95%;
}

.bulkCommon {
	margin: 0 auto;
	width: 95%;
}

.campaignEdit {
	margin: 0 auto;
	width: 95%;
}


.changePassword {
	margin: 0 auto;
	width:400px;
}

.configuration {
	margin: 0 auto;
	width: 95%;
}

.about {
	margin: 0 auto;
	width: 95%;
}

.createList {
	margin: 0 auto;
	
}

.createGroup {
	margin: 0 auto;
	width: 95%;
}

.createParameter {
	margin: 0 auto;
	width: 95%;
}

.createCampaign {
	margin: 0 auto;
	width: 95%;
}

.createCampaignInnerTable {
	width: 550px;
}

.editEmail {
	margin: 0 auto;
	width: 95%;
}

.addSenders {
	margin: 0 auto;
	width: 95%;
}

.editTemplate {
	margin: 0 auto;
	width: 95%;
}

.editList {
	margin: 0 auto;
	width: 95%;
}

.editParameter {
	margin: 0 auto;
	width: 95%;
}

.extractText {
	margin: 0 auto;
	width: 95%;
}

.forgetPass {
	margin-left:20px !important;
	width: 90%; 
	margin:0 auto; 
	border-radius:9px; 
	padding:40px 0 50px 0;
}

.group {
	margin: 0 auto;
	width: 95%;
}

.importDb {
	margin: 0 auto;
	width: 95%;
}

.importFile {
	margin: 0 auto;
	width: 95%;
}

.listEmail {
	margin: 0 auto;
	width: 95%;
}

.listEmailInnerTable {
	width: 100%;
	font-size: 13px;
}
.listEmailInnerTable > tbody > tr > td{height: 105px }

.listParameter {
	margin: 0 auto;
	width: 95%;
}

.listCampaign {
	margin: 0 auto;
	width: 95%;
}

#homeFirstTD{
	width:230px;
}

#homeSecondTD{
	width:200px;
}

#MenuImage{
	width:28px;
}

#login {
	margin:0 auto;
	margin-top:180px;
	width: 40%; 
	border-radius:9px; 
	padding:50px 0 50px 0;
	border:2px solid #E5E5E5;
}

.manageSenders {
	margin: 0 auto;
	width: 95%;
}

.queueCampaign {
	margin: 0 auto;
	width: 95%;
}

.queueCampInnerTable {
	font-size: 13px;
}

.searchEmailInner {
	margin: 0 auto;
	width: 100%;
}

.searchEmail {
	margin: 0 auto;
	width: 95%;
}

.searchEmailOutPut {
	margin: 0 auto;
	width: 95%;
}

.sendMail {
	margin: 0 auto;
	width: 95%;
}

.sendTestMail {
	margin: 0 auto;
	width: 95%;
}

.sendersEditSetting {
	margin: 0 auto;
	width: 95%;
}

.statisticsCampaign {
	margin: 0 auto;
	width: 95%;
}

.statisticsInnerTable {
	font-size: 14px;
}

.subscriptionCode {
	margin: 0 auto;
	width: 95%;
}

.subscriptionCodeInnerTable {
	color: #00384C;
	width: 80%;
	margin-left: 14px;
	margin-top: -17px;
}

.viewList {
	margin: 0 auto;
	width: 95%;
}

.importFileSelect {
	width: 200px;
	/*border: 1px solid #3fafe3;*/
	border: 1px solid #D3D3D3;
	height: 200px;
	text-align: left;
	background-color: #FFFFFF;
}

.importFileLeftSelect {
	float: left;
}

.importFileRightSelect {
	float: right;
}

.bodyDiv {
	margin-left: 25px;
	width: 650px;
	float: right;
	font-size: 12px;
}

.viewMappingEmail {
	margin: 0 auto;
	width: 95%;
}

.manageTemplates {
	margin: 0 auto;
	width: 95%;
}

.changeDetails {
	margin: 0 auto;
	width: 430px;
}

.campEditAttach {
	
}

.campEditAttachTD {
	margin-left: 110px;
	width: 144px;
}

.error {
	margin: 0 auto;
	width: 85%;
}

.errorDiv {
	text-align: center;
}

.parameterInnerTable {
	color: #FFFFFF;
}

.helpMenu {
	margin: 0 auto;
	width: 95%;
	
}

.home {
	margin: 0 auto;
	width: 95%;
}

#homeCamp {
	width: 120px;
}

.export {
	text-align: center;
}

.import {
	text-align: center;
}

.exportEmail {
	margin: 0 auto;
	width: 95%;
}

.setDefault {
	margin-top: 8px;
}

.pagination {
	margin: 0 auto;
	text-align: center;
	border-spacing: 4px;
	margin-bottom: -10px;
}

.pagination a {
	padding: 2px;
	display: block;
	border: 1px solid #E5E5E5;
	border-radius:5px;
}

#customFieldOuterTable{
	width: 100%; 
	border:1px solid #E5E5E5;
}


#customFieldInnerTable{
	width: 100%; 
	border:1px solid #E5E5E5; 
	margin-left:-8px; 
	border-right:none;
	padding-right:-20px; 
	border-top:none;
	border-bottom:none; 
	margin-top:-5px;
	margin-bottom:0px;
}

#mandatoryCheck{
	margin-right:50px;
}

.outerDiv {
	width: 588px;
}

.innerLeftDiv {
	float: left;
}

#exeTimeWidth{
	width: 250px;
}

.innerRightDiv {
	width: 288px;
	float: right;
}
.homeDivList{
	width: 297px;
}

.help,.help td {
	font-size: 12px;
	text-align: justify;
}

.help h3 {
	font-size: 14px;
	font-weight: bold;
	color: #FF6600;
	text-decoration: underline;
}

.phpSubscription {
	font-size: 15px;
}

.buttonLabel {
	padding-bottom: 16px;
}

.loginLink {
	width:200px;
	text-align: center;
}

.resetImage {
	width: 150px;
	/*height: 24px;*/
	border: none;
}

#bannerTitle{
	width: 650px; 
	padding-top: 10px; 
	margin-left: -30px;
}

.manageTemplateMessage {
	font-size: 12px;
}

.manageSendersTable {
	text-align: left;
	border-right: 1px solid #0DC7F4;
}

.manageSendersTableAction {
	text-align: center;
}

.tdField1 {
	text-align: left;
	font-size: 12px;
	border-right: 1px solid #0DC7F4;
	width: 350px;
}

.tdDivField1 {
	width: 350px;
	word-wrap: break-word;
}

.tdField2 {
	text-align: left;
	border-right: 1px solid #0DC7F4;
}

.tdCenter {
	text-align: center;
}

.manageSendersAddsmtpLink {
	text-align: right;
}

.noneDecoration {
	text-decoration: none;
}

#previewClose{
	color: #ffffff;
}

.tableList {
	text-align: left;
	border-right: 1px solid #0DC7F4;
}

.tableListAction {
	text-align: center;
}

.tdListTableFeild1 {
	text-align: left;
	font-size: 12px;
	border-right: 1px solid #0DC7F4;
	max-width: 165px;
}

.tdListTableFeild1Div {
	width: 230px;
	word-wrap: break-word;
}

.tdListTableFeild2 {
	text-align: left;
	font-size: 12px;
	border-right: 1px solid #0DC7F4;
	width: 230px;
}

.tdRight {
	text-align: right;
}

#addNewList{
	text-align: right;
	vertical-align:middle;
	padding-top:20px;
	padding-bottom:20px;
	
}

.tdListTableFeild2Div {
	width: 230px;
	word-wrap: break-word;
}

.tdField_Name {
	width: 229px;
}

.tdField_Type {
	width: 229px;
}

.tdParameterTableDefaultValue {
	width: 229px;
}

.noneDisplay {
	display: none;
}


.tdParametercreateDefaultValue {
	width: 229px;
}

.listTableTh {
	text-align: left;
	font-size:15px;
	font-weight: bold;
/*	border-right: 1px solid #0DC7F4;
	*/
}

.textCenterHeading {
	text-align: center;
	font-size:15px;
	font-weight: bold;
}

.textCenter {
	text-align: center;
}

.listViewfield1 {
	text-align: left;
	font-size: 14px;
	border-right: 1px solid #0DC7F4;
	width: 160px;
}

.listViewfield2 {
	text-align: left;
	font-size: 15px;
	border-right: 1px solid #0DC7F4;
	width: 110px;
}


.subscriptionCodeInnerTableTd {
	font-size: 15px;
	font-weight: normal;
}

.htmlSubCodeTextArea {
	width: 100%;
	height: 300px;
}

#emailListFieldset{
	mmwidth: 850px;
	max-width:600px; 
	margin:0 auto; 
	border-radius:9px; 
	border:2px solid #E5E5E5;
}

.phpSubCodeCheck {
	font-size: 13px;
}

.phpSubCodeTd1 {
	text-align: left;
	font-size: 15px;
	width: 555px;
}

.phpSubCodeDiv1 {
	word-wrap: break-word;
	width: 550px;
}


.indexErrorLink {
	text-decoration: none;
	color: #EF7B1D;
}

.indexDiv {
	height: 370px;
}

.vmappingEmailTd {
	width: 420px;
}

.vmappingEmailDiv {
	width: 420px;
	word-wrap: break-word;
}

.vmappingTd1 {
	text-align: left;
	font-size: 14px;
	border-right: 1px solid #0DC7F4;
	width: 300px;
}

.vmappingTd1Div {
	width: 300px;
	word-wrap: break-word;
}

.vmappingTd2 {
	text-align: left;
	font-size: 12px;
	border-right: 1px solid #0DC7F4;
}

.vmappingTd3 {
	width: 400px;
}


.searchTd1 {
	text-align: left;
	font-size: 15px;
	border-right: 1px solid #0DC7F4;
	max-width: 270px;
}

.searchTd1Div {
	word-wrap: break-word;
	max-width: 270px;
}


.listEmailTh {
	text-align: left;
	border-right: 1px solid #0DC7F4;
}

.listEmailTd1 {
	text-align: left;
	font-size: 12px;
	width: 290px;
	border-right: 1px solid #0DC7F4;
}

.listEmailTd1Div {
	word-wrap: break-word;
	width: 290px;
}

.listEmailTd2 {
	width: 75px;
}

.listAllEmailDetailsTd {
	width: 95px;
}

.listEmailTd3 {
	width: 65px;
}

.listEmailTd4 {
	width: 65px;
}


.listallEmailTd1 {
	text-align: left;
	font-size: 12px;
	width: 290px;
	border-right: 1px solid #0DC7F4;
}

.listallEmailTd1Div {
	word-wrap: break-word;
	width: 290px;
}

.tdLeft {
	text-align: left;
}

.importfileTd1 {
	width: 240px;
}

.multisel {
	color: red;
}

.importFileDiv1 {
	margin-left: -16px;
	margin-right: 10px;
}

.importFileImg {
	width: 50px;
	height: 50px;
	cursor: pointer;
}

.cursorPointer {
	cursor: pointer;
}

.groupDiv1 {
	float: right;
}

.fileExportDiv1 {
	font-size: 15px;
}

.extractTextArea1 {
	border: 1px solid #3fafe3;
	width: 300px;
	height: 200px;
}

.exportEmailTh {
	text-align: left;
	border-right: 1px solid #0DC7F4;
}

.exportEmailTd1 {
	text-align: left;
	font-size: 15px;
	border-right: 1px solid #0DC7F4;
}

.editEmailDiv1 {
	float: right;
	margin-top: 25px;
}

.bulkUnSubTextArea {
	border: 1px solid #3fafe3;
	width: 300px;
	height: 200px;
}

.bulkDeleteTextArea {
	border: 1px solid #3fafe3;
	width: 300px;
	height: 200px;
}


.campStatiTd1 {
	text-align: left;
	font-size: 12px;
	border-right: 1px solid #0DC7F4;
}

.campStatiTd2 {
	text-align: center;
	font-size: 12px;
	border-right: 1px solid #0DC7F4;
}

.campStatiTd3 {
	font-size: 12px;
}

.campStatiTd1Div {
	width: 150px;
	word-wrap: break-word;
}

.sendMailDiv1 {
	margin-top: 30px;
	margin-left: 350px;
}

.campQueueTh1 {
	text-align: left;
	border-right: 1px solid #0DC7F4;
}

.campQueueTh2 {
	text-align: left;
	border-right: 1px solid #0DC7F4;
	text-align: center;
}

.campQueueTd1 {
	text-align: left;
	font-size: 12px;
	border-right: 1px solid #0DC7F4;
	width: 130px;
}

.campQueueTd1Div {
	width: 130px;
	word-wrap: break-word;
}

.campQueueTd2 {
	font-size: 12px;
	border-right: 1px solid #0DC7F4;
}

.campQueueTd3 {
	font-size: 12px;
}

.campQueueTd4 {
	font-size: 15px;
}

.campQueueTd5 {
	font-size: 18px;
}

#campQueueBatchSize {
	width: 40px;
	text-align: center;
}

.mantemplateAtag {
	margin-left: 90%;
}

.manageTempTh {
	border-right: 1px solid #0DC7F4;
}

.addFilterBorderRight {
	border-right: 1px solid #0DC7F4;
	width: 100px;
}

.manageTemplateTd1 {
	font-size: 12px;
	border-right: 1px solid #0DC7F4;
	width: 350px;
}

.manageTemplateTd1Div {
	width: 350px;
	word-wrap: break-word;
}

.manageTemplateTd2 {
	width: 75px;
}

.campListAtag {
	
}

.campListTd1 {
	text-align: left;
	font-size: 12px;
	border-right: 1px solid #0DC7F4;
	width: 300px;
}

.campListTd1Div {
	max-width: 180px;
	word-wrap: break-word;
}

.campListTd2 {
	text-align: left;
	border-right: 1px solid #0DC7F4;
	width: 60px;
}

.campListTd3 {
	text-align: right;
	width: 35px;
}

.campListTd4 {
	text-align: right;
	width: 35px;
}

.campListTd5 {
	text-align: right;
	width: 35px;
}

.campListTd6 {
	text-align: right;
	width: 30px;
}

.campListTd7 {
	text-align: right;
	width: 35px;
}

.campListFont {
	font-size: 14px;
}

.campListImg {
	width: 25px;
	height: 25px;
}


.campEditTdDiv1 {
	width: 124px;
	float: left;
	text-align: left;
	font-size: 13px;
	margin-left:8px;
}

.campEditTdDiv3 {
	width: 115px;
	float: left;
	text-align: left;
	margin-left: 12px;
}

.campEditTdDiv3Date2 {
	width: 230px;
	float: left;
	text-align: left;
	margin-left: 12px;
/*	margin-top:20px;*/
}
.campEditTdDiv3Date2 select {margin-left: 0px;}

.campEditTdDiv4 {
	width: 118px;
	float: left;
	text-align: left;
}

.campEditTextArea1 {
	width: 560px;
	height: 150px;
}

.campEditTdDiv6 {
/*	border: 1px solid #3FAFE3;*/
	overflow: auto;
	font-size: 10px;
	min-width: 510px;
	max-width: 560px;
}


#altbodysection{display:none}
#bodyExtraFeild,#altbodyExtraFeild{width:100%;}

/* below code for tooltip*/
#delete {
	overflow: hidden;
	cursor: pointer;
}

/* mouseover state */
#delete: hover {
	background-position: 0 -44px;
}

/* clicked state */
#delete:focus {
	background-position: 0 -88px;
}

/* tooltip styling */
.tooltip {
	display: none;
	background: url(images/tooltip.png);
	height: 35px;
	padding: 20px 30px 7px 30px;
	width: 70px;
	font-size: 11px;
	color: #ffffff;
}

/* above code for tooltip*/


.campaignEdit tr td{height: 35px}
.campaignEdit tr td:first-child {width:330px}

#filtersection > tr > td , #dateBasedTriggerSection > tr > td , #dateFieldBasedTriggerSection > tr > td {height: 35px}
#filtersection > tr > td:first-child,  #dateBasedTriggerSection > tr > td:first-child ,#dateFieldBasedTriggerSection > tr > td:first-child {width:330px}
			
				
.campEditFont1 {
	font-size: 13px;
}

.campEditTdDiv10 {
	width: 20px;
	float: left;
	margin-top: 2px;
}

.campEditImg1 {
	width: 15px;
	height: 15px;
}

.campEditPtag1 {
	display: none;
	margin-top: 20px;
}

.campEditButton1 {
	margin-left: -6px;
}

.campEditPtag2 {
	margin-top: 20px;
}

#expandimg, #collapseimg{
	margin:0px;
}

.informationdiv{
	z-index:1200;
	position:absolute;
	float: left;
	background: none repeat scroll 0 0 #9FDAEE;
	border: 1px solid #209BD4;
	border-radius: 5px 5px 5px 5px;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
	padding: 10px;
	margin-left:140px;
	margin-top:-40px;
	width: 600px;
}

.informationdivParentCamp{
	z-index:1200;
	position:absolute;
	float: left;
	background: none repeat scroll 0 0 #9FDAEE;
	border: 1px solid #209BD4;
	border-radius: 5px 5px 5px 5px;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
	padding: 10px;
	/*margin-left:185px;*/
	margin-top:-30px;
	width: 250px;
	
}

.informationdivTitle{
	z-index:1200;
	position:absolute;
	
	background: none repeat scroll 0 0 #EEEEEE;
	border: 1px solid #BDBDBD;
	border-radius: 5px 5px 5px 5px;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
	padding: 5px;
	margin-left:3px;
	margin-top:-65px;
	
}

.toolTipArrowImage{
	left:1px;  position: absolute; bottom: -13px;
}

.informationdivbodyCustomReplaceShortCoseMsg{
	z-index:1200000;
	position:absolute;
/*	float: right;*/
	background: none repeat scroll 0 0 #9FDAEE;
	border: 1px solid #209BD4;
	border-radius: 5px 5px 5px 5px;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
	padding: 10px;
	margin-left:315px;
	margin-top:-20px;
	width: 250px;
}

.informationdivbodyCustomFollowUp{
	z-index:1200;
	position:absolute;
	float: left;
	background: none repeat scroll 0 0 #9FDAEE;
	border: 1px solid #209BD4;
	border-radius: 5px 5px 5px 5px;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
	padding: 10px;
	/*margin-left:0px;*/
	margin-top:-20px;
	width: 250px;
}

.campEditTdDiv11 {
	text-decoration: right;
	display: none
}

.campEditTd11 {
	font-size: 17px;
}

.campEditDemoTd1 {
	font-size: 15px;
}

.campEditDemoTd2 {
	font-size: 17px;
}

.campEditButton22 {
	margin-left: -6px;
}

.campEditAtag11 {
	text-decoration: none;
	margin-left: 20px;
}

.editTemplateDiv1 {
	font-size: 12px;
}

.editTemplateTextArea1 {
	width: 365px;
	height: 150px;
	border: 1px solid #3fafe3;
}

.editTemplateDiv2 {
	border: 1px solid #3FAFE3;
	overflow: auto;
	font-size: 10px;
}

.editTemplateDiv3 {
	font-size: 12px;
}

.campCreateTd1 {
	width: 200px;
}

.campCreateDiv1 {
	width: 90px;
	float: left;
	text-align: left;
	font-size: 13px;
}

.campCreateDiv2 {
	width: 190px;
	float: right;
	text-align: left;
	font-size: 13px;
}

.campCreateDiv3 {
	width: 90px;
	float: left;
	text-align: left;
}

.campCreateDiv4 {
	width: 190px;
	float: right;
	text-align: left;
}

.campCreateTd11 {
	width: 295px;
}


.campCreateTextArea1 {
	width: 550px;
	height: 150px;
}

.campCreateDiv6 {
	border: 1px solid #3FAFE3;
	overflow: auto;
	font-size: 10px;
}

.campCreateTextArea2 {
	border: 1px solid #3fafe3;
	width: 610px;
	height: 150px;
}

.campCreateDiv7 {
	font-size: 12px;
}

.campCreateDiv8 {
	width: 510px;
}

.campCreatTr1 {
	display: none;
	height: 40px;
}

.campCreateTextArea3 {
	border: 1px solid #3fafe3;
	width: 610px;
	height: 150px;
	float: right;
}

.campCreateDiv9 {
	font-size: 12px;
}

.campCreateTd22 {
	width: 280px;
}

#startTime {
	width: 80px;
}

#endTime {
	width: 80px;
}

.campCreateTemplteDiv1 {
	font-size: 12px;
}

.campCreateTemplteTextArea1 {
	width: 365px;
	height: 150px;
	border: 1px solid #3fafe3;
}

.campCreateTemplteDiv2 {
	border: 1px solid #3FAFE3;
	overflow: auto;
	font-size: 10px;
}

.campCreateTemplteDiv3 {
	font-size: 12px;
}

.aboutAtag {
	color: #E3A882;
}

.headerDemoMessage {
	float: right;
	margin-top: -60px;
	margin-right: 10px;
}

.headerDiv1 {
	position: relative;
}

.headerAtag1 {
	text-decoration: none;
	cursor: pointer;
	font-size: 13px;
}

#hash {
	font-size: 13px;
}

.triggerTdBottom {
	/*border-bottom: 1px solid #00384C;*/
	font-weight:bold;
	height: 40px;
}

#triggerDaysOpenFire {
	width: 80px;
}
#triggerDaysAPS {
	width: 80px;
}

#campaignState {
	width: 100px;
}


#hierarchyButton {
	width: 135px;
	height: 43px;
	background: url(../images/button.png) no-repeat top;
	border: none;
	color: #FFFFFF;
	cursor: pointer;
	margin-left: -4px;
}

#hierarchyButton: active {
	background: url(../images/button.png) no-repeat center;
	color: #FFFFFF;
	cursor: pointer;
}

#simpleButton {
	width: 135px;
	height: 43px;
	background: url(../images/button.png) no-repeat top;
	border: none;
	color: #FFFFFF;
	cursor: pointer;
	margin-left: -4px;
}

#simpleButton: active {
	background: url(../images/button.png) no-repeat center;
	color: #FFFFFF;
	cursor: pointer;
}


.groupTextArea {
	margin: 0 auto;
	width: 97%;
}

#AjaxDiv {
}


/* Help Tooltip Start*/
#help {
	width: 20px;
	height: 20px;
	margin-bottom: -5px;
}
.bubbleInfo {
	position: relative;
	width: 25px;
	cursor: pointer;
	height:15px;
	float:left;
	/*margin-left:350px;
	margin-top:-10px;*/
}

.triggerHelp {
	position: absolute;
	width: 20px;
	margin-left: 5px;
}

#download{
	/*margin-top:-12px;*/
}

#download hover{
	margin-top:12px;
}

.popup {
	position: absolute;
	display: none;
	z-index: 50;
	border-collapse: collapse;
	padding-top: 60px;
	padding-left: 80px;
}

.help {
	width:300px;
	background: #9FDAEE;
	border: 1px solid #2BB0D7;
	padding: 10px;
	border-radius: 5px 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
}
/* Help Tooltip End*/

.plusMinus{
	width:15px;
	height: 15px;
	cursor: pointer;
}

.urlTable{
	width:100%;
}

.campStatiTd4{
	border-left: 1px solid #0DC7F4;
	text-align:center;
}

.bulkExtractTd1{
	width:271px;
}
.parameterEmailAdd{
	border:1px solid #006B83;
	width:95%;
	margin:0 auto; 
	padding-left:70px;
-webkit-box-shadow:0px 0px 8px rgba(0,0,0,0.3);-moz-box-shadow:0px 0px 8px rgba(0,0,0,0.3);box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
border-radius: 9px 9px 9px 9px;
}

.tableHundredPercent{
	width:100%;
}
.divHundredPercent{
	width:100%;
}
#reAfterSub{
	width:498px;
}
#reAfterConf{
	width:504px;
}

.informationdiv{
	width:400px;
	z-index:1200;
	position:absolute;
	float: left;
	background: none repeat scroll 0 0 #9FDAEE;
	border: 1px solid #209BD4;
	border-radius: 5px 5px 5px 5px;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
	padding: 10px;
	margin-left:120px;
}

#emailPreview{
	margin-bottom:3px;
	width: 22px; 
	border-radius:19px;
	float:right;  
	padding:3px;
}
#emailPreviewClose{
	height: 20px; 
	float:right; 
	padding-left:-6px; 
	cursor: pointer;
}


.customInformationdiv{
	z-index:1200;
	position:absolute;
	float: left;
	background: none repeat scroll 0 0 #FFF;
	border: 2px solid #DFDFDF;
	border-radius: 9px 9px 9px 9px;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
	padding: 10px;
	width: 400px;
	margin-top:-90px;
	margin-left:35px;
	margin-bottom:350px;
	
-webkit-box-shadow:0px 0px 8px rgba(0,0,0,0.3);-moz-box-shadow:0px 0px 8px rgba(0,0,0,0.3);box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
}

.customInformationdivSearch{
	z-index:1200;
	position:absolute;
	float: left;
	background: none repeat scroll 0 0 #FFF;
	border: 2px solid #DFDFDF;
	border-radius: 9px 9px 9px 9px;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
	padding: 10px;
	width: 400px;
	margin-top:-89px;
	margin-left:35px;
	margin-bottom:350px;
	
-webkit-box-shadow:0px 0px 8px rgba(0,0,0,0.3);-moz-box-shadow:0px 0px 8px rgba(0,0,0,0.3);box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
}

#mandatorySpan{
	color:red;
}

.select_span{
	
}
.select_span:hover{
	font-weight: bold;
	cursor:default;
}

input.dp-applied {
	width: 140px;
}
a.dp-choose-dateq {
	float: left;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 5px 3px 0;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url(../images/calendar.png) no-repeat; 
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
	text-decoration: none;
}