body {
  min-width: 780px;
  height: 100%;
  font-size: 14px;
  font-family: Arial;
}

#f0\:container {
  background-color: #DDDDDD;
  width: 100%;
  margin: auto;
  text-align: center;
}

#f0\:LMHeader\:logoarea {
  width: 100%;
  text-align: center;
  background-color: white;
}

#f0\:LMHeader\:logoarea img {
  margin: 8px 0;
  width: 372px;
  height: 80px;
}

#f0\:main {
  display: inline-block;
  max-width: 90%;
  min-height: 600px;
  text-align: left;
  }

#f0\:LMHeader\:topbar {
  display: block;
  height: 25px;
  width: 100%;
  background-color: black;
  height: 25px;
}

#f0\:LMHeader\:topbarLeft {
  float: left;
}

#f0\:LMHeader\:topbarRight {
  float: right;
  margin-right: 10px;
}

#f0\:LMHeader\:topbarRight a {
  color: white;
  text-decoration: none;
  line-height: 25px;
  font-family: Arial;
  font-size: 12px;

}

#f0\:LMHeader\:topbarRight a:hover {
  color: #BFD733;
}

#topmenu {
  display: block;
  height: 25px;
  width: 100%;
  background-color: black;
  color: white;
  line-height: 25px;
  font-family: Arial;
  font-size: 12px;
}

#topmenu > li:hover > a {
  color: #BFD733;
}

#navigationmenu {
  display: block;
  height: 25px;
  width: 100%;
  background-color: #A34E98;
  line-height: 25px;
  font-family: Arial;
  font-size: 14px;
  text-align: center;
  color: white;
}

#navigationmenu > li:hover > a {
  color: #BFD733;
}

#navigationmenu .vertical {
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  margin: 18px 0 0 10px;
  box-shadow: 8px 8px 8px 0 rgba(0, 0, 0, 0.4);
}

#navigationmenu .vertical:before {
  content:'';
  display: block;
  left: 0;
  right: 0;
  height: 0;
  border-top: 18px solid transparent;
  border-left: 18px solid rgba(0, 0, 0, 0.7);
  position:absolute;
  top:-18px;
}
#navigationmenu .vertical > li:hover > a {
  color: #BFD733;
}

#navigationmenu .vertical li {
  padding: 8px 15px 8px 18px;
}

.footerContainer {
  display: block;
  width: 100%;
  background-color: #A34E98;
  color: white;
  line-height: 25px;
  font-family: Arial;
  font-size: 12px;
  text-align: center;
}

.footerMenuItem {
  display: inline-block;
  padding: 0 10px;
}

.footerMenuItem a {
  color: white;
  text-decoration: none;
}

.footerMenuItem a:hover {
  color: white;
  text-decoration: underline;
}

.menu {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  text-align: left;
  z-index: 9;
}

.menu a {
  text-decoration: none;
  outline: none;
  color: inherit;
}

.menu > li {
  cursor: pointer;
}

.menu:focus {
  outline: none;
}

.menu > li:hover .menu {
  display: block;
}

.menu.horizontal > li {
  height: 100%;
  display: inline-block;
  padding: 0 10px 0 10px;
  position: relative;
}

.menu.vertical {
  position: absolute;
  top: 100%;
  left: 0;
}

.menu.vertical.right {
  top: 0;
  left: 100%;
}

.menu.vertical > li {
  height: 20px;
  line-height: 20px;
  padding: 0 15px 0 18px;
  position: relative;
}

.menu.vertical > li.checkitem > .checkmark {
  display: none;
  position: absolute;
  left: 3px;
  top: 0;
}

.menu.vertical > li.checkitem.checked > .checkmark {
  display: block;
}

.menu.vertical > .inactive {
  height: 20px;
  line-height: 20px;
  padding: 0 15px 0 7px;
  position: relative;
}

.menu .separator {
  height: 1px;
  width: auto;
  margin: 1px 5px 1px 5px;
}

#f0\:LMBreadcrumb\:breadcrumb {
  margin: 8px 0;
  text-align: center;
  color: black;
  font-weight: normal;
}

.breadcrumbItem {
  color: black;
  font-weight: normal;
}
.breadcrumbSeparator {
  padding-left: 4px;
  padding-right: 4px;
}

.navlocation, .x4v {
  padding: 0 100px;
  background: -moz-linear-gradient(left, rgba(200, 200, 200,0) 0%, rgba(200, 200, 200,1) 20%, rgba(200, 200, 200,1) 80%, rgba(200, 200, 200,0) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(200, 200, 200,0)), color-stop(20%,rgba(200, 200, 200,1)), color-stop(80%,rgba(200, 200, 200,1)), color-stop(100%,rgba(200, 200, 200,0))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, rgba(200, 200, 200,0) 0%,rgba(200, 200, 200,1) 20%,rgba(200, 200, 200,1) 80%,rgba(200, 200, 200,0) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, rgba(200, 200, 200,0) 0%,rgba(200, 200, 200,1) 20%,rgba(200, 200, 200,1) 80%,rgba(200, 200, 200,0) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left, rgba(200, 200, 200,0) 0%,rgba(200, 200, 200,1) 20%,rgba(200, 200, 200,1) 80%,rgba(200, 200, 200,0) 100%); /* IE10+ */
  background: linear-gradient(to right, rgba(200, 200, 200,0) 0%,rgba(200, 200, 200,1) 20%,rgba(200, 200, 200,1) 80%,rgba(200, 200, 200,0) 100%); /* W3C */
  font-weight: bold !important;
}

#f0\:mainContainer {
  width: 100%;
}

.tableCommandLink {
  text-decoration: none;
}

.tableCommandLink:hover {
  color: #A34E98;
  text-decoration: underline;
}

.generalLink {
  color: black;
  cursor: pointer;
}

.generalLink:hover {
  color: #A34E98;
  text-decoration: underline;
}

.selectorTableFrameHeader {
  color: #A34E98;

}

.selectorTableFrame {
  width: 100%;
}

.selectorTableContainer {
  max-height: 200px;
  overflow: auto;
  padding: 4px;
  border: 1px solid #999999;
}

.selectorTable {
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
}

.selectorTable td, .selectorTable th {
  height: 24px;
  padding: 0px 4px;
}

.selectorTableRow1 {
  background-color: #D8D8D8;
}

.selectorTableRow2 {
  background-color: #CCCCCC;
}

.memberTableFrameHeader {
  color: #A34E98;
  text-transform: uppercase;
  font-size: 20px;
}

.memberTableFrame {
  width: 100%;
}

.memberTableContainer {
  max-height: 200px;
  overflow: auto;
  padding: 4px;
  border: 1px solid #999999;
}

.memberTable {
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
}

.memberTableBox {
  overflow-y: auto;
  max-height: 800px;
  resize: both;
  border: 1px solid #BBBBBB;
  padding: 1px;
}

.memberTable th {
  vertical-align: top;
  background-color: #BFD733;
  padding: 5px;
  text-align: center;
}
.memberTable td {
  height: 24px;
  padding: 0px 4px;
}

.memberTableRow1 {
  background-color: #D8D8D8;
}

.memberTableRow2 {
  background-color: #CCCCCC;
}

.memberTableEmail {
  text-decoration: underline;
  font-weight: bold;
  cursor: pointer;
}

.memberTableGoodEmail{
}

.memberTableDisabledEmail{
  color: #336600;
}

.memberTableBouncedOutEmail{
  color: red;
  background: white;
}

.memberTableSMSFailed{
  color: #006699;
}

.memberTableHadBounceEmail{
  color: #9c640c;
  background: white;
}

.memberTableNotConfirmedEmail {
  color: #ff33ff;
}

a.pagerLinkActive {
  color: #666666;
  font-weight: bold;
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}

a.pagerLinkOther {
  color: black;
  font-weight: bold;
}

a.pagerLinkOther:hover {
  color: #A34E98;
}

.pagerLinkBox {
  padding-left: 12px;
  font-size: 120%;
}

.resultTableHeader {
  width: 100%;
  background-color: #BFD733;
  color: black;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.resultTableHeaderCell {
  font-weight: bold;
  text-align: center;
  width: 100%;
  height: 100%;
}

.resultTableFrameContent {
  /* cell separator lines */
    width: 100%;
}

.resultTableRow1 {
  background-color: #EEEEEE;
}

.resultTableRow2 {
  background-color: #DDDDDD;
}

.resultTableFrame {
    margin: 0px;
    padding: 0px;
    border: 2px solid #CCCCCC;
}

a.resultTableLink {
  color: black !important;
  font-size: 14px !important;
  font-weight: bold !important;
}

a.resultTableLink:hover {
  color: #A34E98 !important;
}

.resultStatFieldName {
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 4px;
}

.resultStatFieldSummary{
  font-style: italic;
  font-size: 12px;
}
.resultStatAnsTblName {
  padding-left: 10px;
  padding-right: 10px;
}
.resultStatAnsTblCount {
  padding-left: 10px;
  padding-right: 10px;
  text-align: right;
}
.resultStatAnsTblPercent {
  padding-left: 10px;
  padding-right: 10px;
  text-align: right;
}

.dashboardContribHeader{
  font-size: 14px;
  padding-top: 5px;
  padding-bottom: 2px;
}
.dashboardContribDate{
  padding-right: 10px;
  font-size: 12px;
  color: #A34E98;
}
.dashboardContribContent {
  background-color: #f9f9f9;
}
.dashboardContribSeparator{
  height: 4px;
  border-bottom: 2px solid #A34E98;
}
.dasboardContribTextArea{
  width: 600px;
  height: 80px;
  background-color: #eeeeee;
}
.dasboardContribTextAreaLbl{
  font-weight: bold;
}
.formErrorText{
  color: red;
}


input[type=submit], input[type=button], a.buttonstyle {
  border: none;
  color: white;
  padding: 2px 20px;
  min-width: 100px;
}

input[type="checkbox"].lmCheckbox, input[type="checkbox"].lmMenuCheckbox, table.multiselect tr td input {
  display:none;
  width: 18px;
  height: 18px;
  background-color: transparent;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  outline: solid 2px;
}

input[type="checkbox"].lmCheckbox + label:before, table.multiselect tr td input + label:before {
  display:inline-block;
  content: '';
  width: 16px;
  height: 16px;
  vertical-align:top;
  text-align:center;
  font-size: 14px;
  border: solid 1.5px #333333;
}


input[type="checkbox"]:checked.lmCheckbox + label:before, table.multiselect tr td input:checked + label:before {
  content: '\2713';
  font-weight: bold;
}

input[type="checkbox"].lmMenuCheckbox + label:before {
  display:inline-block;
  content: '';
  /*
  width: 20px;
  height: 14px;
  padding-bottom: 10px;
  */
  width: 16px;
  height: 16px;
  vertical-align: top;
  text-align:center;
  font-size: 14px;
  border: solid 1.5px #cccccc;
  cursor: pointer;
}

input[type="checkbox"]:checked.lmMenuCheckbox + label:before {
  content: '\2713';
  font-weight: bold;
}

select {
  appereance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: white url(/lmui/faces/resources/images/ddarrow.png) no-repeat center right;
  background-size: 18px;
  border: none;
  padding-right: 22px;
  padding-left: 4px;
  margin-left: 4px;
  margin-right: 4px;
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.bgcolor1 {
  background-color: #A34E98;
}

.bgcolor2 {
  background-color: #BFD733;
}

.bgcolor3 {
  background-color: black;
}

.buttonType1 {
  background-color: #A34E98;
  color: white;
  width: 100%;
  text-align: center;
  border-radius: 3px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.buttonType1:hover {
  background-color: #51274C;
  cursor: pointer;
}

.buttonType2 {
  background-color: #BFD733;
  width: 100%;
  color: black;
  text-align: center;
  border-radius: 3px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.buttonType2:hover {
  background-color: #606B19;
  cursor: pointer;
}

.buttonType3 {
  background-color: #333333;
  width: 100%;
  color: white;
  text-align: center;
  border-radius: 3px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.buttonType3:hover {
  background-color: black;
  cursor: pointer;
}

.showMembersCommandLinkCells {
  padding: 4px 8px 4px 8px;
}

.checkboxInTablePanel {
  padding: 6px;
}

.checkboxPanel {
  padding: 6px;
}

.tableCommandLinkCells {
  padding: 0 10px;
}

a.tableCommandLink {
  font-family: Arial !important;
  font-size: 14px !important;
  font-weight: bold !important;
  text-decoration: underline;
  color: #A34E98 !important;
}

a.tableCommandLink:hover {
  color: #51274E !important;
}

.selectorTableHeader {
  color: black;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  background-color: #BFD733;
}

a.memberTableLink {
  color: black !important;
  font-size: 14px !important;
  font-weight: bold !important;
}

a.memberTableLink:hover {
  color: #A34E98 !important;
}

a.emailTableLink {
  color: black !important;
  font-size: 12px !important;
  font-weight: normal !important;
}

a.emailTableLink:hover {
  color: #A34E98 !important;
}

.generalCommandLinkCells {
  padding: 6px 12px;
}

.navigationLink {
  color: black;
  font-size: 16px;
  font-weight: bold;
}

a.navigationLink:hover {
  color: #A34E98;
}

.inactiveNavigationLink {
  color: #666666;
  font-size: 16px;
  font-weight: bold;
}

.memberTableSelectionFieldset {
  padding: 5px;
  margin: 15px 5px;
  border: 3px solid #BFD733;
}

.memberTableSelectionLabel {
  background-color: #BFD733;
  color: black;
  text-transform: uppercase;
  padding: 5px;
}

.selectorTableFrameHeader {
  text-transform: uppercase;
  font-size: 20px;
  color: #A34E98;
}

.linkImitationText {
    color: #370d0a;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    font-family: sans-serif;
    text-decoration: underline;
    cursor: pointer;
}

.inputTextArrayLeft{
  text-align: right;
}

.inputTextArrayRight{
}

.infoBlock{
  width: 800px;
  font-size: small;
}

.titleBox {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  width: 100%;
  padding-top: 4px;
  padding-bottom: 4px;
  color: #A34E98;
  text-transform: uppercase;
}

.twoColumn {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}

.threeColumn {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}

.fourColumn {
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
}

.subsection {
  font-size: 16px;
  font-weight: bold;
  padding-top: 4px;
  padding-bottom: 4px;
}

.subtitleBox {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  width: 100%;
  padding-top: 4px;
  padding-bottom: 4px;
  background-color: #BFD733;
}

.descriptionBox {
  text-align: justify;
  font-size: small;
  max-width: 700px;
}

.centerBox {
  display: table;
  margin: 0 auto;
  text-align: center;
}

.centerBoxElement {
  display: inline-block;
}

.controlGroupPanel {
  border: 1px solid #999999;
  border-radius: 6px;
  background: #e7e7e7;
  padding: 4px;
  margin: 8px;
}

textarea {
  width: 590px;
}

.rightAlign {
  text-align: right;
}

.leftAlign {
  text-align: left;
}

.centerAlign {
  text-align: center;
}

.topValign {
  vertical-align: top;
}

.tblCheckoxCell {
  vertical-align: middle;
  width: 32px !important;
}

.selTblCol{
}

.nullStyle {
}

.w200 {
  width: 200px;
}
.w400 {
  width: 400px;
}

.w600 {
  width: 600px;
}

.w800 {
  width: 800px;
}

.inputTextArrayLeft{
  text-align: right;
  font-weight: bold;
  font-size: small;
}

.inputTextArrayRight{
}

.narrowWindow {
  width: 600px;
}

.mailSendCells{
  background: #CCCCCC;
  border: 1px solid #AAAAAA;
  padding: 5px;
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.4);
}

.loginInputTableBox{
  background: #CCCCCC;
  border: 1px solid #AAAAAA;
  padding: 20px;
  box-shadow: 8px 8px 8px 0 rgba(0, 0, 0, 0.4);
}

.loginBoxFooter {
  padding: 8px 0px 35px 0px;
	width: 100%;
}

.loginBoxFooterLeft {
  float: left;
}

.loginBoxFooterRight {
  float: right;
  padding-right: 5px;
}

.infoMessage {
  color: teal;
}

.warnMessage {
  color: maroon;
  font-weight: bold;
  background: #bdad93;
}

.errorMessage {
  color: red;
  font-weight: bold;
  font-size: 16px;
}

.fatalMessage {
  color: red;
  font-style: italic;
  font-weight: bold;
}

.highlight {
  color: red;
  font-weight: bold;
}

.clickable{
  cursor: pointer;
}
.nobr {
    white-space: nowrap;
}

.massSubscribeNameTable {
}

.memberListDisplayBox{
  border: 1px solid gray;
  background-color: #eeeeee;
  max-height: 350px;
  overflow: scroll;
}

.massSubscribeSeparator {
  height: 25px;
}

.massSubscribeSection{
  font-weight: bold;
  background-color: #BFD733;
  padding: 6px 12px;
}

.generalLabel {
  font-weight: bold;
  text-align: right;
}

.postActive {
  color: green;
  font-weight: bold;
}
.postInactive {

}

#innerMenu {
  display: block;
  height: 25px;
  width: 100%;
  color: #A34E98;
  font-weight: bold;
  line-height: 18px;
  font-family: Arial;
  font-size: 14px;
  text-align: center;
}


#innerMenu > li:hover > a {
  color: #BFD733;
}

#innerMenu .vertical {
  background-color: rgba(0, 0, 0, 0.9);
  color: white;
  margin: 18px 0 0 10px;
  box-shadow: 8px 8px 8px 0 rgba(0, 0, 0, 0.7);
}

#innerMenu .vertical:before {
  content:'';
  display: block;
  left: 0;
  right: 0;
  height: 0;
  border-top: 18px solid transparent;
  border-left: 18px solid rgba(0, 0, 0, 0.7);
  position:absolute;
  top:-18px;
}

#innerMenu .vertical > li:hover > a {
  color: #BFD733;
}

#innerMenu .vertical li {
  padding: 8px 15px 8px 18px;
}

.innerMenuBox {
  font-size: 12px;
  cursor: auto;
  padding: 10px;
}

.menu2 {
  display: none;
  list-style: none;
  white-space: nowrap;
  text-align: left;
  z-index: 8;
}

.menu2 a {
  text-decoration: none;
  outline: none;
  color: inherit;
}

.menu2 > li {
  cursor: pointer;
}

.menu2:focus {
  outline: none;
}

/*
.menu2 > li:hover .menu2 {
  display: block;
}
*/

.menu2.horizontal > li {
  height: 100%;
  display: inline-block;
  padding: 0 10px 0 10px;
  position: relative;
}

.menu2.vertical {
  position: absolute;
  top: 100%;
  left: 0;
}

.menu2.vertical.right {
  top: 0;
  left: 100%;
}

.menu2.vertical > li {
  height: 20px;
  line-height: 20px;
  padding: 0 15px 0 18px;
  position: relative;
}

.menu2.vertical > li.checkitem > .checkmark {
  display: none;
  position: absolute;
  left: 3px;
  top: 0;
}

.menu2.vertical > li.checkitem.checked > .checkmark {
  display: block;
}

.menu2.vertical > .inactive {
  height: 20px;
  line-height: 20px;
  padding: 0 15px 0 7px;
  position: relative;
}

.menu2 .separator {
  height: 1px;
  width: auto;
  margin: 1px 5px 1px 5px;
}

.menu2liTitle {
  background: url(/lmui/faces/resources/images/ddarrow.png) no-repeat bottom right;
  background-size: 18px;
  padding: 0 22px 0 4px;
  border: 1px solid #A34E98;
}

.clickHistogramBin {
  background: #000088;
  margin: 4px;
  height: 10px;
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.4);
}
.clickHistogramDateColumn {
}
.clickHistogramCountColumn {
  text-align: right;
  color: #000044;
  padding: 0 8px;
}
.clickHistogramBarColumn {
}

.upsellBox{
  border: 1px solid #aaaaaa;
  border-radius: 5px;
  background-color: #eeeeee;
  margin: 4px;
  padding: 4px;
  text-align: left;
}

.tagFilterSelector1 > td {
  border: 1px solid #999999;
  border-radius: 6px;
  background: #e7e7e7;
}
.tagFilterSelector2 > td {
}
.tagFilterSelector3 > td {
}

.numericInput {
  width: 4em;
}

.successOrFailureSign {
  padding: 4px 0;
  width: 4ex;
  color: white;
  font-weight: bold;
  display: inline-block;
  text-align: center;
  margin: 0 auto;
  font-family: arial;
}
.successSign {
  background: green;
  font-style: italic;
}
.failureSign {
  background: red;
}
/* ------------------------- button style of CIB API -------------*/

.CibBackButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #cf866c;
	-webkit-box-shadow:inset 0px 1px 0px 0px #cf866c;
	box-shadow:inset 0px 1px 0px 0px #cf866c;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #d0451b), color-stop(1, #bc3315));
	background:-moz-linear-gradient(top, #d0451b 5%, #bc3315 100%);
	background:-webkit-linear-gradient(top, #d0451b 5%, #bc3315 100%);
	background:-o-linear-gradient(top, #d0451b 5%, #bc3315 100%);
	background:-ms-linear-gradient(top, #d0451b 5%, #bc3315 100%);
	background:linear-gradient(to bottom, #d0451b 5%, #bc3315 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d0451b', endColorstr='#bc3315',GradientType=0);
	background-color:#d0451b;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #942911;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:13px;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #854629;
}

.CibBackButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #bc3315), color-stop(1, #d0451b));
	background:-moz-linear-gradient(top, #bc3315 5%, #d0451b 100%);
	background:-webkit-linear-gradient(top, #bc3315 5%, #d0451b 100%);
	background:-o-linear-gradient(top, #bc3315 5%, #d0451b 100%);
	background:-ms-linear-gradient(top, #bc3315 5%, #d0451b 100%);
	background:linear-gradient(to bottom, #bc3315 5%, #d0451b 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bc3315', endColorstr='#d0451b',GradientType=0);
	background-color:#bc3315;
}

.CibBackButton:active {
	position:relative;
	top:1px;
}

