﻿/* Utility classes */
/*main template overrides*/
html {
  background-color: white;
}
section .content h1 {
  font-size: 36px;
  color: #404040;
  margin-top: -14px !important;
}
@media (min-width: 768px) {
  section .content h1 {
    font-size: 36px;
  }
}
@media (min-width: 992px) {
  section .content h1 {
    font-size: 36px;
  }
}
main > section > .content .iAvatar {
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  opacity: 0;
  z-index: 0;
  -webkit-transition: opacity linear 100ms;
  -o-transition: opacity linear 100ms;
  transition: opacity linear 100ms;
  font-family: 'Open Sans Condensed', 'HelveticaNeue-CondensedBold', Helvetica, 'Arial Narrow', Calibri, Arial, 'Lucida Grande', sans-serif;
  font-stretch: condensed;
  text-align: center;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 50px;
  color: #eeeeee;
}
.wf-active main > section > .content .iAvatar {
  opacity: 1;
  font-stretch: normal;
}
.wf-inactive main > section > .content .iAvatar {
  opacity: 1;
}
.V3Button {
  opacity: 0;
  z-index: 0;
  -webkit-transition: opacity linear 100ms;
  -o-transition: opacity linear 100ms;
  transition: opacity linear 100ms;
  font-family: 'Open Sans Condensed', 'HelveticaNeue-CondensedBold', Helvetica, 'Arial Narrow', Calibri, Arial, 'Lucida Grande', sans-serif;
  font-stretch: condensed;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none !important;
  white-space: nowrap;
  font-weight: bold;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  border: 2px solid #ff7200;
  background-color: #ff7200;
  color: white !important;
  cursor: pointer;
  font-size: 16px;
  padding: 7px 20px;
  margin-left: 10px;
}
.wf-active .V3Button {
  opacity: 1;
  font-stretch: normal;
}
.wf-inactive .V3Button {
  opacity: 1;
}
.V3Button:first-child {
  margin-left: 0;
}
.V3Button.Grey {
  opacity: 0;
  z-index: 0;
  -webkit-transition: opacity linear 100ms;
  -o-transition: opacity linear 100ms;
  transition: opacity linear 100ms;
  font-family: 'Open Sans Condensed', 'HelveticaNeue-CondensedBold', Helvetica, 'Arial Narrow', Calibri, Arial, 'Lucida Grande', sans-serif;
  font-stretch: condensed;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none !important;
  white-space: nowrap;
  font-weight: bold;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  border: 2px solid #404040;
  background-color: transparent;
  color: #404040 !important;
  cursor: pointer;
  font-size: 16px;
  padding: 7px 20px;
  margin-left: 10px;
}
.wf-active .V3Button.Grey {
  opacity: 1;
  font-stretch: normal;
}
.wf-inactive .V3Button.Grey {
  opacity: 1;
}
.V3Button.Grey:first-child {
  margin-left: 0;
}
.V3Button {
  outline: none;
}
.V3Button.Small {
  font-size: 14px;
  padding: 2px 20px;
}
.dxeControlsCell_Office365 {
  padding: 0!important;
}
.dxeErrorFrameWithoutError_Office365 {
  border: inherit;
}
.dxeInvalid_Office365 {
  -webkit-animation-name: EditorError;
          animation-name: EditorError;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
@-webkit-keyframes EditorError {
  0% {
    -webkit-box-shadow: 0 0 0 1px rgba(245, 64, 98, 0.5);
            box-shadow: 0 0 0 1px rgba(245, 64, 98, 0.5);
  }
  50% {
    -webkit-box-shadow: 0 0 0 1px #f54062;
            box-shadow: 0 0 0 1px #f54062;
  }
  100% {
    -webkit-box-shadow: 0 0 0 1px rgba(245, 64, 98, 0.5);
            box-shadow: 0 0 0 1px rgba(245, 64, 98, 0.5);
  }
}
@keyframes EditorError {
  0% {
    -webkit-box-shadow: 0 0 0 1px rgba(245, 64, 98, 0.5);
            box-shadow: 0 0 0 1px rgba(245, 64, 98, 0.5);
  }
  50% {
    -webkit-box-shadow: 0 0 0 1px #f54062;
            box-shadow: 0 0 0 1px #f54062;
  }
  100% {
    -webkit-box-shadow: 0 0 0 1px rgba(245, 64, 98, 0.5);
            box-shadow: 0 0 0 1px rgba(245, 64, 98, 0.5);
  }
}
.FormValidationError {
  display: block;
  background-color: #fee3e8;
  color: #b72c47;
  font-size: 14px;
  line-height: 100%;
  padding: 13px 20px;
  margin: 10px 0;
}
/* DX overrides */
div.Content.Main {
  margin-top: 54px;
}
.Common {
  margin: 0px;
  padding: 0px;
}
#CommonHeader {
  margin: 0px;
  padding-bottom: 4px;
  margin-bottom: 10px;
  /*
	background-image : url('../images/common/topBG.gif');
	background-repeat: repeat-x;
	background-position: left top;
	border-bottom: solid 1px #c1c7cb;
	*/
}
td#CommonHeaderImage {
  padding: 21px 0px 0px 29px;
}
#CommonHeaderUserWelcome {
  font-size: 90%;
  text-align: right;
}
#CommonHeaderSearch {
  padding-top: 10px;
}
#CommonHeaderSearchContent {
  padding-top: 12px;
  text-align: right;
}
#CommonHeaderNavigation {
  padding-top: 12px;
}
#CommonFooter {
  clear: both;
  margin: 0px;
  padding: 40px 0 12px 0;
  width: 100%;
  overflow: hidden;
}
#CommonFooterLogo {
  width: 138px;
  height: 31px;
  background-image: url('../images/common/footer_logo.gif');
  background-repeat: no-repeat;
  margin-right: 14px;
}
#CommonFooterCopyright {
  border-left: solid 1px #d2d5db;
  padding-left: 14px;
  font-size: 10px;
  color: #a6acb7;
}
#CommonContent {
  margin: 0px;
  padding: 0px;
  overflow: hidden;
}
#CommonContentInner {
  width: 100%;
  overflow: hidden;
}
#CommonSidebarLeft {
  float: left;
}
#CommonSidebarLeft .CommonSidebar {
  margin: 0;
  padding: 20px;
  overflow: hidden;
  width: 300px;
}
div.dxhetipControl_DevEx img {
  width: 16px;
  height: 16px;
}
table {
  empty-cells: show;
  border-collapse: collapse;
}
/*
Common Styles
*/
.CommonFeedArea {
  font-size: 90%;
  padding: 4px 0;
  font-weight: bold;
}
.CommonPagingArea {
  padding: 0px;
  margin: 20px 0;
}
.CommonFilterArea {
  font-size: 90%;
  padding: 4px;
  margin: 0 40px 0 3px;
  font-weight: bold;
}
.CommonSearchResults {
  font-size: 80%;
  font-weight: bold;
  padding: 8px;
}
.CommonSearchResultsArea {
  margin: 16px 0;
}
/* 
Tree Form Element
*/
.CommonTreeFormArea {
  border: solid 1px #999;
  padding: 2px;
  width: 350px;
  height: 175px;
  overflow: auto;
  margin: 4px 4px 2px 4px;
}
.CommonTreeFormTree {
  padding: 0;
}
.CommonTreeFormNode {
  cursor: pointer;
  font-size: 90%;
}
.CommonTreeFormNodeSelected {
  padding: 1px;
  font-weight: bold;
  background-color: #ddd;
  border: solid 1px #ccc;
  cursor: pointer;
  font-size: 90%;
}
.CommonTreeFormNodeHover {
  cursor: pointer;
  font-size: 90%;
}
/*
Form Styles
*/
.CommonFormArea {
  margin: 16px 0;
}
.CommonFormTitle {
  font-size: 24px;
  font-weight: normal;
  line-height: 24px;
  margin: 0px;
  padding: 0px;
  margin-bottom: 24px;
}
.CommonFormDescription {
  padding: 8px 2px 8px 0;
}
TD.CommonFormFieldName {
  padding: 2px 8px 2px 2px;
  font-weight: normal;
  color: #6E7481;
  font-style: italic;
}
DIV.CommonFormFieldName {
  padding: 8px 2px 2px 2px;
  font-weight: normal;
  color: #6E7481;
  font-style: italic;
}
TD.CommonFormFieldDescription {
  padding: 2px;
  font-size: 90%;
  font-weight: normal;
}
DIV.CommonFormFieldDescription {
  padding: 2px;
  font-size: 90%;
  font-weight: normal;
}
TD.CommonFormField {
  padding: 2px;
}
DIV.CommonFormField {
  padding: 2px;
}
/*
Message Styles
*/
.CommonMessageArea {
  width: 90%;
  margin: 150px 0 200px 0;
  background-color: #fff;
}
.CommonMessageTitle {
  display: none;
  text-align: left;
  font-size: 16px;
  font-weight: normal;
  font-family: Verdana;
  margin: 16px 20px 0px 20px;
  padding-bottom: 8px;
  border-bottom: solid 1px #b9babf;
}
.CommonMessageContent {
  font-size: 24px;
  line-height: 29px;
  text-align: center;
}
.CommonInlineMessageArea {
  margin: 0px;
  margin-bottom: 20px;
  border: Solid 1px #e9e9e9;
  border-left-width: 0px;
  border-right-width: 0px;
  background-color: White;
}
.CommonInlineMessageTitle {
  font-weight: normal;
  text-align: left;
  font-size: 16px;
  line-height: 16px;
  background-color: #E9ECF3;
  padding: 9px;
  margin: 0px;
  border: Solid 0 #B9BABF;
  border-bottom-width: 1px;
}
ol.CommonInlineMessageList,
ul.CommonInlineMessageList {
  margin: 0;
  padding: 0;
}
.CommonInlineMessageList li {
  margin-left: 30px;
}
.CommonInlineMessageContent {
  font-size: 90%;
  padding: 4px;
  text-align: left;
}
.CommonMessageSuccess {
  padding: 8px;
  font-size: 100%;
  color: #fff;
  font-weight: bold;
  border: solid 2px #030;
  background-color: #6a5;
  margin: 8px 0;
}
.CommonMessageError {
  text-align: center;
  font-size: 19px;
  line-height: 22px;
  color: #fff;
  background-color: #fa5858;
  padding: 70px 40px;
}
/*
Content
*/
/*.CommonTitle,
.CommonProfileTitle,
.CommonTitle a:link {
    font-size: 42px;
    line-height: 120%;
    font-weight: 100;
    color: #8a8a8a !important;
    margin: 0;
    padding: 0;
    margin-bottom: 8px;
    text-decoration: none;
}

.CommonTitle A:HOVER {
    text-decoration: underline;
}*/
.CommonSubTitle {
  font-family: "Segoe UI", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  color: #131313;
  font-weight: lighter;
  font-size: 170%;
  margin: 0px;
  margin-top: 10px;
  margin-bottom: 16px;
  padding: 0px;
}
.CommonHeader {
  color: #aaa;
  font-size: 130%;
  font-weight: bold;
  padding: 0;
  margin: 8px 0 0 0;
}
.CommonGroupedContentArea {
  padding: 0 0 16px 0;
  margin: 0 0 16px 0;
  border: solid 0 #b3bcc3;
  border-bottom-width: 1px;
}
.CommonSidebarArea {
  background-image: url('../images/common/SideBarSeparatorGroup.png');
  background-repeat: no-repeat;
  background-position: center bottom;
  padding: 0px;
  margin: 0px;
  width: 100%;
  overflow: hidden;
  padding-bottom: 25px;
}
.CommonSidebarArea:last-child {
  background-image: none;
}
.CommonSidebarHeader {
  margin: 0px;
  padding: 0px;
  font-weight: 100;
  font-size: 24px;
  color: #252525;
  line-height: 32px;
  padding: 20px;
  padding-bottom: 7px;
}
.CommonSidebarHeader a:link,
.CommonSidebarHeader a:visited,
.CommonSidebarHeader a:active {
  text-decoration: none;
}
.CommonSidebarHeader a:hover {
  text-decoration: underline;
}
.CommonSidebarInnerArea {
  border-left: solid 1px #b9c0cc !important;
  border-right: solid 1px #b9c0cc !important;
  padding: 0 8px 8px 8px;
  overflow: hidden;
  background-color: #f2f7fa;
  min-height: 109px;
  margin: 0;
}
.CommonSidebarContent {
  padding: 0px;
  margin: 0px;
  padding: 0px 20px;
  margin-bottom: 10px;
}
.CommonSidebarContent .CommonSidebarList {
  padding-left: 0;
}
.CommonSidebarFooter {
  font-size: 16px;
  line-height: 16px;
  margin: 0px;
  padding: 0px;
  padding: 0px 20px;
  margin-bottom: 7px;
}
UL.CommonSidebarList {
  margin: 0;
  padding: 0;
}
UL.CommonSidebarList LI {
  margin-bottom: 5px;
  margin-left: 0px;
  /* 16 */
  list-style-type: none;
}
OL.CommonSidebarList {
  margin: 0;
  padding: 0;
}
OL.CommonSidebarList LI {
  margin: 0 0 5px 25px;
}
LI.CommonSidebarRssListItem {
  margin: 0 0 5px 16px !important;
  padding: 0 0 1px 0;
  list-style-image: url(../images/common/feed-icon-12x12.png);
}
.CommonDescription {
  font-size: 12px;
  margin: 0 0 16px 0;
  color: #8a8a8a;
}
.CommonSidebarImage {
  margin: 4px 0;
  padding: 3px;
  border: solid 1px #fff;
  background-color: #eee;
  text-align: center;
}
UL.CommonSidebarImageList {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
/*
Text Button
*/
.InlineBlock {
  /* for aligning buttons with other controls */
  display: inline-table;
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: top;
}
.CommonTextButton,
button {
  background: none;
  opacity: 0;
  z-index: 0;
  -webkit-transition: opacity linear 100ms;
  -o-transition: opacity linear 100ms;
  transition: opacity linear 100ms;
  font-family: 'Open Sans Condensed', 'HelveticaNeue-CondensedBold', Helvetica, 'Arial Narrow', Calibri, Arial, 'Lucida Grande', sans-serif;
  font-stretch: condensed;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none !important;
  white-space: nowrap;
  font-weight: bold;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  border: 2px solid #404040;
  background-color: transparent;
  color: #404040;
  cursor: pointer;
  font-size: 16px;
  padding: 7px 20px;
  margin-left: 10px;
  font-size: 14px;
  padding: 3px 15px;
}
.wf-active .CommonTextButton,
.wf-active button {
  opacity: 1;
  font-stretch: normal;
}
.wf-inactive .CommonTextButton,
.wf-inactive button {
  opacity: 1;
}
.CommonTextButton:first-child,
button:first-child {
  margin-left: 0;
}
.CommonTextButtonHighlight {
  background: none;
  opacity: 0;
  z-index: 0;
  -webkit-transition: opacity linear 100ms;
  -o-transition: opacity linear 100ms;
  transition: opacity linear 100ms;
  font-family: 'Open Sans Condensed', 'HelveticaNeue-CondensedBold', Helvetica, 'Arial Narrow', Calibri, Arial, 'Lucida Grande', sans-serif;
  font-stretch: condensed;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none !important;
  white-space: nowrap;
  font-weight: bold;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  border: 2px solid #404040;
  background-color: transparent;
  color: #404040;
  cursor: pointer;
  font-size: 16px;
  padding: 7px 20px;
  margin-left: 10px;
  font-size: 14px;
  padding: 3px 15px;
}
.wf-active .CommonTextButtonHighlight {
  opacity: 1;
  font-stretch: normal;
}
.wf-inactive .CommonTextButtonHighlight {
  opacity: 1;
}
.CommonTextButtonHighlight:first-child {
  margin-left: 0;
}
/*
Specific Buttons
*/
.CommonPrivateMessageButton {
  background-image: url(../images/common/privatemessage.gif);
}
.CommonEmailButton {
  background-image: url(../images/common/email.gif);
}
.CommonEmailSubscriptionButtonEnabled {
  background: none;
  opacity: 0;
  z-index: 0;
  -webkit-transition: opacity linear 100ms;
  -o-transition: opacity linear 100ms;
  transition: opacity linear 100ms;
  font-family: 'Open Sans Condensed', 'HelveticaNeue-CondensedBold', Helvetica, 'Arial Narrow', Calibri, Arial, 'Lucida Grande', sans-serif;
  font-stretch: condensed;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none !important;
  white-space: nowrap;
  font-weight: bold;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  border: 2px solid #404040;
  background-color: transparent;
  color: #404040;
  cursor: pointer;
  font-size: 16px;
  padding: 7px 20px;
  margin-left: 10px;
  font-size: 14px;
  padding: 3px 15px;
}
.wf-active .CommonEmailSubscriptionButtonEnabled {
  opacity: 1;
  font-stretch: normal;
}
.wf-inactive .CommonEmailSubscriptionButtonEnabled {
  opacity: 1;
}
.CommonEmailSubscriptionButtonEnabled:first-child {
  margin-left: 0;
}
.CommonEmailSubscriptionButtonDisabled {
  background: none;
  opacity: 0;
  z-index: 0;
  -webkit-transition: opacity linear 100ms;
  -o-transition: opacity linear 100ms;
  transition: opacity linear 100ms;
  font-family: 'Open Sans Condensed', 'HelveticaNeue-CondensedBold', Helvetica, 'Arial Narrow', Calibri, Arial, 'Lucida Grande', sans-serif;
  font-stretch: condensed;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none !important;
  white-space: nowrap;
  font-weight: bold;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  border: 2px solid #404040;
  background-color: transparent;
  color: #404040;
  cursor: pointer;
  font-size: 16px;
  padding: 7px 20px;
  margin-left: 10px;
  font-size: 14px;
  padding: 3px 15px;
}
.wf-active .CommonEmailSubscriptionButtonDisabled {
  opacity: 1;
  font-stretch: normal;
}
.wf-inactive .CommonEmailSubscriptionButtonDisabled {
  opacity: 1;
}
.CommonEmailSubscriptionButtonDisabled:first-child {
  margin-left: 0;
}
.CommonEmailSubscriptionButtonProcessing {
  background: none;
  opacity: 0;
  z-index: 0;
  -webkit-transition: opacity linear 100ms;
  -o-transition: opacity linear 100ms;
  transition: opacity linear 100ms;
  font-family: 'Open Sans Condensed', 'HelveticaNeue-CondensedBold', Helvetica, 'Arial Narrow', Calibri, Arial, 'Lucida Grande', sans-serif;
  font-stretch: condensed;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none !important;
  white-space: nowrap;
  font-weight: bold;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  border: 2px solid #404040;
  background-color: transparent;
  color: #404040;
  cursor: pointer;
  font-size: 16px;
  padding: 7px 20px;
  margin-left: 10px;
  font-size: 14px;
  padding: 3px 15px;
}
.wf-active .CommonEmailSubscriptionButtonProcessing {
  opacity: 1;
  font-stretch: normal;
}
.wf-inactive .CommonEmailSubscriptionButtonProcessing {
  opacity: 1;
}
.CommonEmailSubscriptionButtonProcessing:first-child {
  margin-left: 0;
}
.CommonFavoriteButton {
  background: none;
  opacity: 0;
  z-index: 0;
  -webkit-transition: opacity linear 100ms;
  -o-transition: opacity linear 100ms;
  transition: opacity linear 100ms;
  font-family: 'Open Sans Condensed', 'HelveticaNeue-CondensedBold', Helvetica, 'Arial Narrow', Calibri, Arial, 'Lucida Grande', sans-serif;
  font-stretch: condensed;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none !important;
  white-space: nowrap;
  font-weight: bold;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  border: 2px solid #404040;
  background-color: transparent;
  color: #404040;
  cursor: pointer;
  font-size: 16px;
  padding: 7px 20px;
  margin-left: 10px;
  font-size: 14px;
  padding: 3px 15px;
}
.wf-active .CommonFavoriteButton {
  opacity: 1;
  font-stretch: normal;
}
.wf-inactive .CommonFavoriteButton {
  opacity: 1;
}
.CommonFavoriteButton:first-child {
  margin-left: 0;
}
.CommonContactButton {
  background: none;
  opacity: 0;
  z-index: 0;
  -webkit-transition: opacity linear 100ms;
  -o-transition: opacity linear 100ms;
  transition: opacity linear 100ms;
  font-family: 'Open Sans Condensed', 'HelveticaNeue-CondensedBold', Helvetica, 'Arial Narrow', Calibri, Arial, 'Lucida Grande', sans-serif;
  font-stretch: condensed;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none !important;
  white-space: nowrap;
  font-weight: bold;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  border: 2px solid #404040;
  background-color: transparent;
  color: #404040;
  cursor: pointer;
  font-size: 16px;
  padding: 7px 20px;
  margin-left: 10px;
  font-size: 14px;
  padding: 3px 15px;
}
.wf-active .CommonContactButton {
  opacity: 1;
  font-stretch: normal;
}
.wf-inactive .CommonContactButton {
  opacity: 1;
}
.CommonContactButton:first-child {
  margin-left: 0;
}
.CommonEditButton {
  background: none;
  opacity: 0;
  z-index: 0;
  -webkit-transition: opacity linear 100ms;
  -o-transition: opacity linear 100ms;
  transition: opacity linear 100ms;
  font-family: 'Open Sans Condensed', 'HelveticaNeue-CondensedBold', Helvetica, 'Arial Narrow', Calibri, Arial, 'Lucida Grande', sans-serif;
  font-stretch: condensed;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none !important;
  white-space: nowrap;
  font-weight: bold;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  border: 2px solid #404040;
  background-color: transparent;
  color: #404040;
  cursor: pointer;
  font-size: 16px;
  padding: 7px 20px;
  margin-left: 10px;
  font-size: 14px;
  padding: 3px 15px;
}
.wf-active .CommonEditButton {
  opacity: 1;
  font-stretch: normal;
}
.wf-inactive .CommonEditButton {
  opacity: 1;
}
.CommonEditButton:first-child {
  margin-left: 0;
}
.CommonDeleteButton {
  background: none;
  opacity: 0;
  z-index: 0;
  -webkit-transition: opacity linear 100ms;
  -o-transition: opacity linear 100ms;
  transition: opacity linear 100ms;
  font-family: 'Open Sans Condensed', 'HelveticaNeue-CondensedBold', Helvetica, 'Arial Narrow', Calibri, Arial, 'Lucida Grande', sans-serif;
  font-stretch: condensed;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none !important;
  white-space: nowrap;
  font-weight: bold;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  border: 2px solid #404040;
  background-color: transparent;
  color: #404040;
  cursor: pointer;
  font-size: 16px;
  padding: 7px 20px;
  margin-left: 10px;
  font-size: 14px;
  padding: 3px 15px;
}
.wf-active .CommonDeleteButton {
  opacity: 1;
  font-stretch: normal;
}
.wf-inactive .CommonDeleteButton {
  opacity: 1;
}
.CommonDeleteButton:first-child {
  margin-left: 0;
}
.CommonUploadButton {
  background-image: url(../images/common/upload.gif);
}
.CommonDownloadButton {
  background: none;
  opacity: 0;
  z-index: 0;
  -webkit-transition: opacity linear 100ms;
  -o-transition: opacity linear 100ms;
  transition: opacity linear 100ms;
  font-family: 'Open Sans Condensed', 'HelveticaNeue-CondensedBold', Helvetica, 'Arial Narrow', Calibri, Arial, 'Lucida Grande', sans-serif;
  font-stretch: condensed;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none !important;
  white-space: nowrap;
  font-weight: bold;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  border: 2px solid #404040;
  background-color: transparent;
  color: #404040;
  cursor: pointer;
  font-size: 16px;
  padding: 7px 20px;
  margin-left: 10px;
  font-size: 14px;
  padding: 3px 15px;
}
.wf-active .CommonDownloadButton {
  opacity: 1;
  font-stretch: normal;
}
.wf-inactive .CommonDownloadButton {
  opacity: 1;
}
.CommonDownloadButton:first-child {
  margin-left: 0;
}
.CommonPostButton {
  background-image: url(../images/common/newpost.gif);
}
.CommonReplyButton {
  background-image: url(../images/common/reply.gif);
}
.CommonPreviousButton {
  background-image: url(../images/common/previoustopic.gif);
}
.CommonNextButton {
  background-image: url(../images/common/nexttopic.gif);
}
.CommonViewButton {
  background-image: url(../images/common/view.gif);
}
.CommonLockedButton {
  background-image: url(../images/common/locked.gif);
}
.CommonHomepageButton {
  background-image: url(../images/common/homepage.gif);
}
.CommonWeblogButton {
  background-image: url(../images/common/weblog.gif);
}
/*
Advertisements
*/
.CommonStandardTopAdArea {
  text-align: center;
  padding: 4px;
  margin: 0 0 4px 0;
  border: solid 0 #999;
  border-top-width: 1px;
}
.CommonStandardTopAdArea IFRAME {
  margin: 0 auto;
}
.CommonStandardBottomAdArea {
  text-align: center;
  padding: 4px;
  border: solid 0 #999;
  border-top-width: 1px;
  margin: 4px 0 0 0;
}
.CommonStandardBottomAdArea IFRAME {
  border: solid 1px #999;
  margin: 0 auto;
}
/*
List 
*/
.CommonListArea {
  padding: 15px 0 0 !important;
  margin-bottom: 10px;
}
.CommonListTitle,
.CommonListTitle a {
  font-size: 36px;
  font-weight: 100;
  line-height: 36px;
  margin: 0;
  margin-bottom: 10px;
  padding: 0;
}
.CommonListHeaderLeftMost,
.CommonListHeader {
  font-size: 16px;
  line-height: 16px;
  text-align: left;
  font-weight: normal;
  color: #727272;
  padding: 15px 20px 18px 0 !important;
  border: Solid 1px #e9e9e9;
  background-color: #fafafa;
  border-left-style: none !important;
  border-right-style: none !important;
}
.CommonListHeaderLeftMost {
  padding-left: 20px !important;
}
.CommonListCellLeftMost,
.CommonListCell {
  padding: 15px 20px 13px 0 !important;
  border: none;
  border-bottom: Solid 1px #e9e9e9;
  line-height: 15px;
}
.CommonListRow img {
  max-width: none;
}
/*
Search Results
*/
.CommonSearchResultArea {
  margin: 20px 0!important;
  border: solid 0 #cccccc;
  border-bottom-width: 1px;
  background-repeat: no-repeat;
  background-position: left top;
  padding: 0 0 20px 70px;
  min-height: 46px;
}
.CommonSearchResultArea.Weblog {
  background-image: url(../images/blogs.png);
}
.CommonSearchResultArea.Forum {
  background-image: url(../images/forums.png);
}
.CommonSearchResultArea.FileGallery {
  background-image: url(../images/files.png);
}
.CommonSearchResultArea.Gallery {
  background-image: url(../images/photos.png);
}
.CommonSearchResult {
  font-size: 100%;
}
.CommonSearchResultName {
  font-size: 150%;
  font-weight: normal;
  padding: 0;
  margin: 0 0 4px 0;
}
.CommonSearchResultDetails {
  margin: 4px 0 0 0;
  font-size: 80%;
}
.CommonSearchStatistics {
  margin: 4px 0 0 0;
  font-size: 80%;
}
UL.CommonSearchResultList {
  padding: 0!important;
  list-style-type: none!important;
}
UL.CommonSearchResultList:before {
  display: none;
}
UL.CommonSearchResultList li {
  margin-left: 0!important;
}
UL.CommonSearchResultList li:before {
  display: none;
}
/*
Validation Styles
*/
.CommonValidationWarning {
  font-size: 100%;
  color: #f00;
  padding: 2px;
}
/*
ContentParts
*/
.CommonContentPartBorderOff {
  padding: 1px;
}
.CommonContentPartBorderOn {
  border: dashed 1px #999;
  background-color: #efefef;
}
/*
Context Menu Styles
*/
.CommonContextMenuGroup {
  border: 1px solid #cecece;
  background-color: white;
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.15);
  margin: 0;
  padding: 0;
  font-size: 14px;
}
.CommonContextMenuItem {
  background-color: #fff;
  cursor: pointer;
  padding: 8px 10px 8px 10px;
  color: #404040;
  font-size: 14px;
  line-height: 14px;
  text-decoration: none;
}
.CommonContextMenuItemHover {
  background-color: #e9f6fc;
  cursor: pointer;
  padding: 8px 10px 8px 10px;
  color: #404040;
  font-size: 14px;
  line-height: 14px;
  text-decoration: none;
}
.CommonContextMenuItemExpanded {
  background-color: #e9f6fc;
  cursor: pointer;
  padding: 8px 10px 8px 10px;
  color: #404040;
  font-size: 14px;
  line-height: 14px;
  text-decoration: none;
}
.CommonContextMenuSeperatorItem {
  background-color: #999;
  height: 1px;
  border-style: solid;
  border-color: #fff;
  border-width: 4px;
  cursor: pointer;
}
/* Modal Styles */
.CommonModalMask {
  opacity: 0.4;
  filter: alpha(opacity=40);
  background-color: #333;
}
.CommonModal {
  padding: 0 7px;
}
.CommonModal1,
.CommonModal2,
.CommonModal3,
.CommonModal4,
.CommonModal5 {
  background-color: #ccc;
  background-repeat: repeat-x;
  background-position: left -20px;
  border-left: solid 1px #666;
  border-right: solid 1px #666;
}
.CommonModal1 {
  margin: 0 -2px;
  padding: 0;
  border-top: solid 1px #666;
  border-bottom: solid 1px #666;
  border-left-width: 0px;
  border-right-width: 0px;
}
.CommonModal2 {
  margin: 0 -2px;
  padding: 1px 0;
  border-left-width: 2px;
  border-right-width: 2px;
}
.CommonModal3 {
  margin: 0 -3px;
  padding: 1px 0;
}
.CommonModal4 {
  margin: 0 -2px;
  padding: 2px 0;
}
.CommonModal5 {
  margin: 0 -2px;
  padding: 1px 0;
}
.CommonModalTitle {
  border-bottom: solid 1px #666;
  padding: 3px 6px 6px 6px;
  font-size: 130%;
  font-weight: bold;
  cursor: move;
  min-height: 16px;
}
.CommonModalContent {
  background-color: #fff;
}
.CommonModalFooter {
  border-top: solid 1px #666;
  width: 100%;
  height: 20px;
}
.CommonModalClose {
  width: 33px;
  height: 12px;
  background-image: url(../images/common/close.gif);
  background-repeat: no-repeat;
  overflow: hidden;
  cursor: pointer;
  position: absolute;
  right: 6px;
}
.CommonModalResize {
  width: 14px;
  height: 14px;
  background-image: url(../images/common/resize.gif);
  background-repeat: no-repeat;
  overflow: hidden;
  position: absolute;
  right: 6px;
  margin-top: 4px;
  cursor: se-resize;
}
/*
Rating Styles
*/
.CommonRateControlReadOnly {
  display: inline-table;
  display: -moz-inline-box;
  display: inline-block;
  background-color: #fff;
  border: solid 1px #999;
  padding: 1px;
  white-space: nowrap;
}
.CommonRateControl {
  display: inline-table;
  display: -moz-inline-box;
  display: inline-block;
  background-color: #eee;
  border: solid 1px #999;
  cursor: pointer;
  padding: 1px;
  white-space: nowrap;
}
.CommonRateControlActive {
  display: inline-table;
  display: -moz-inline-box;
  display: inline-block;
  background-color: #fc6;
  border: solid 1px #c93;
  cursor: pointer;
  padding: 1px;
  white-space: nowrap;
}
/*
Content Selector Styles 
*/
.CommonContentSelectorTreeArea {
  background-color: #fff;
  height: 330px;
  margin: 5px;
  margin-left: 0;
  border: solid 1px #999;
  overflow: auto;
}
.CommonContentSelectorItemsArea {
  margin: 5px;
  margin-right: 0;
  margin-left: 0;
  background-color: #fff;
  border: solid 1px #999;
  overflow: auto;
  padding: 4px;
  height: 322px;
}
.CommonContentSelectorOptionsArea {
  margin: 0;
  background-color: #fff;
  border: solid 1px #999;
  padding: 4px;
}
.CommonContentSelectorTree {
  padding: 0;
  height: 330px;
  width: 215px;
  overflow: visible;
}
.CommonContentSelectorTreeNode {
  cursor: pointer;
}
.CommonContentSelectorTreeNodeSelected {
  font-weight: bold;
  cursor: pointer;
}
.CommonContentSelectorTreeNodeHover {
  cursor: pointer;
}
.CommonContentSelectorItemArea {
  float: left;
}
.CommonContentSelectorItem {
  font-size: 90%;
  border: solid 1px #ccc;
  cursor: pointer;
  padding: 3px;
  width: 79px;
  height: 79px;
  overflow: hidden;
  margin: 6px 6px 0 6px;
  text-align: center;
  vertical-align: middle;
}
.CommonContentSelectorItemSelected {
  font-size: 90%;
  border: solid 3px #999;
  cursor: pointer;
  padding: 1px;
  width: 79px;
  height: 79px;
  overflow: hidden;
  margin: 6px 6px 0 6px;
  text-align: center;
  vertical-align: middle;
}
.CommonContentSelectorItem img,
.CommonContentSelectorItemSelected img {
  margin-top: auto;
  margin-bottom: auto;
}
.CommonContentSelectorItemName {
  font-size: 90%;
  font-weight: normal;
  text-align: center;
  cursor: pointer;
  padding: 2px;
  width: 83px;
  height: 12px;
  overflow: hidden;
  margin: 1px 6px 16px 6px;
}
.CommonContentSelectorItemNameSelected {
  font-size: 90%;
  font-weight: normal;
  text-align: center;
  background-color: #999;
  cursor: pointer;
  padding: 2px;
  width: 83px;
  height: 12px;
  overflow: hidden;
  margin: 1px 6px 16px 6px;
}
.CommonContentSelectorButtonArea {
  text-align: right;
  margin: 5px;
}
p.MsoNormal,
li.MsoNormal,
div.MsoNormal {
  margin: 0 0 0.0001pt 0;
}
/* Comment Form */
#CommonCommentForm,
#CommonContactForm {
  padding: 0;
  font-size: 0.95em;
}
#CommonCommentForm h2,
#CommonContactForm h2 {
  margin-bottom: 0;
}
#CommonCommentForm h3,
#CommonContactForm h3 {
  font-size: 1.3em;
  margin: 0 10px 0 0;
  padding: 10px 0 5px;
  font-weight: 600;
  letter-spacing: 0;
}
#CommonCommentForm p,
#CommonContactForm p {
  padding: 0em;
  font-size: 0.95em;
}
#CommonCommentForm dl,
#CommonContactForm dl {
  margin: 0;
  padding: 0;
}
#CommonCommentForm dt,
#CommonContactForm dt {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 0;
  padding-left: 0;
  font-size: 1em;
  margin: 0;
}
#CommonCommentForm dd,
#CommonContactForm dd {
  color: #777;
  margin-left: 0;
}
#CommonCommentForm dt em,
#CommonContactForm dt em {
  font-size: 0.95em;
}
#CommonCommentForm .smallbox,
#CommonContactForm .smallbox {
  width: 350px;
  padding: 2px;
}
#CommonCommentForm textarea,
#CommonContactForm textarea {
  width: 500px;
  height: 150px;
  padding: 2px;
  font-size: 1em;
}
/*Comments*/
.PostComments {
  margin-top: 50px;
  color: #606060;
}
.PostComments a {
  color: #115bc0;
}
.PostComments .CommentsTitle {
  opacity: 0;
  z-index: 0;
  -webkit-transition: opacity linear 100ms;
  -o-transition: opacity linear 100ms;
  transition: opacity linear 100ms;
  font-family: 'Open Sans Condensed', 'HelveticaNeue-CondensedBold', Helvetica, 'Arial Narrow', Calibri, Arial, 'Lucida Grande', sans-serif;
  font-stretch: condensed;
  font-size: 21px;
  line-height: 100%;
  color: #404040;
  margin: 0;
  margin-bottom: 17px;
}
.wf-active .PostComments .CommentsTitle {
  opacity: 1;
  font-stretch: normal;
}
.wf-inactive .PostComments .CommentsTitle {
  opacity: 1;
}
.PostComments .CommentSeparator {
  width: 1px;
  height: 40px;
  overflow: hidden;
}
.PostComments .CommentEntry .CommentAvatar {
  margin-top: 2px;
  position: absolute;
  width: 80px;
  display: none;
}
@media (min-width: 550px) {
  .PostComments .CommentEntry .CommentAvatar {
    display: block;
  }
}
.PostComments .CommentEntry .CommentText {
  padding: 0px;
  margin: 0px;
  line-height: 150%;
}
.PostComments .CommentEntry .CommentText,
.PostComments .CommentEntry .CommentText strong,
.PostComments .CommentEntry .CommentText i {
  color: #606060;
}
.PostComments .CommentEntry .CommentText,
.PostComments .CommentEntry .CommentText p,
.PostComments .CommentEntry .CommentText blockquote {
  margin: 10px 0;
  padding: 0;
  word-break: break-word;
}
.PostComments .CommentEntry .CommentAuthor {
  margin-top: 15px;
}
.PostComments .CommentEntry .CommentDate {
  margin-top: 10px;
  color: #a5a5a5;
}
.PostComments .CommentEntry .CommentDelete {
  margin-top: 10px;
}
.PostComments .CommentEntry .CommentDelete,
.PostComments .CommentEntry .CommentDelete a {
  color: #a5a5a5;
}
@media (min-width: 550px) {
  .PostComments .CommentEntry .CommentContent {
    margin-left: 100px;
  }
}
/* Help Icon */
.CommonHelpIcon {
  display: inline-table;
  display: -moz-inline-box;
  display: inline-block;
  border-style: none;
  height: 20px;
  width: 20px;
  background-image: url(../images/common/help_out.gif);
  background-position: left top;
  background-repeat: no-repeat;
  cursor: help;
}
.CommonHelpIconHover {
  display: inline-table;
  display: -moz-inline-box;
  display: inline-block;
  border-style: none;
  height: 20px;
  width: 20px;
  background-image: url(../images/common/help_hover.gif);
  background-position: left top;
  background-repeat: no-repeat;
  cursor: help;
}
.CommonHelpToolTip {
  width: 250px;
  padding: 8px;
  border: solid 2px #000;
  background-color: #ffc;
  font-size: 8pt;
}
/* Poll Styles */
.CommonPollMoveUpButton {
  display: inline-table;
  display: -moz-inline-box;
  display: inline-block;
  margin: 1px;
  border: solid 1px #999;
  border-top-color: #ccc;
  border-left-color: #ccc;
  background-color: #eee;
  color: #333;
  font-size: 80%;
  font-weight: bold;
  background-repeat: no-repeat;
  background-position: left top;
  width: 20px;
  height: 20px;
  line-height: normal;
  background-image: url(../images/common/up.gif);
}
.CommonPollMoveUpButton:link,
.CommonPollMoveUpButton:visited,
.CommonPollMoveUpButton:active {
  text-decoration: none;
  color: #333;
}
.CommonPollMoveUpButton:HOVER {
  text-decoration: none;
  color: #333;
  background-color: #ddd;
}
.CommonPollMoveDownButton {
  display: inline-table;
  display: -moz-inline-box;
  display: inline-block;
  margin: 1px;
  border: solid 1px #999;
  border-top-color: #ccc;
  border-left-color: #ccc;
  background-color: #eee;
  color: #333;
  font-size: 80%;
  font-weight: bold;
  background-repeat: no-repeat;
  background-position: left top;
  width: 20px;
  height: 20px;
  line-height: normal;
  background-image: url(../images/common/down.gif);
}
.CommonPollMoveDownButton:link,
.CommonPollMoveDownButton:visited,
.CommonPollMoveDownButton:active {
  text-decoration: none;
  color: #333;
}
.CommonPollMoveDownButton:HOVER {
  text-decoration: none;
  color: #333;
  background-color: #ddd;
}
.CommonPollDeleteButton {
  display: inline-table;
  display: -moz-inline-box;
  display: inline-block;
  margin: 1px;
  border: solid 1px #999;
  border-top-color: #ccc;
  border-left-color: #ccc;
  background-color: #eee;
  color: #333;
  font-size: 80%;
  font-weight: bold;
  background-repeat: no-repeat;
  background-position: left top;
  width: 20px;
  height: 20px;
  line-height: normal;
  background-image: url(../images/common/delete.gif);
}
.CommonPollDeleteButton:link,
.CommonPollDeleteButton:visited,
.CommonPollDeleteButton:active {
  text-decoration: none;
  color: #333;
}
.CommonPollDeleteButton:HOVER {
  text-decoration: none;
  color: #333;
  background-color: #ddd;
}
ol.CommonPollAnswerList {
  margin: 0;
  padding: 0;
}
ol.CommonPollAnswerList li {
  margin-left: 24px;
}
/* rendered poll styles */
.CommonPollArea {
  width: 375px;
  background-color: #f4f4f4;
  border: solid 1px #bbb;
  margin: 0 auto;
}
.CommonPollQuestion {
  background-color: #e2eecd;
  border: solid 0 #bbb;
  border-bottom-width: 1px;
  padding: 4px;
  color: #698d73;
  margin: 0;
  font-size: 105%;
}
.CommonPollContent {
  padding: 4px;
}
.CommonPollSwitchedContent {
  width: 275px;
  margin: 6px auto;
}
ul.CommonPollAnswerList {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul.CommonPollAnswerList li {
  padding: 0;
  margin: 6px 0 0 0;
}
.CommonPollAnswer {
  padding: 2px;
}
.CommonPollUserVote {
  color: #777;
}
.CommonPollFooter {
  padding: 2px;
  background-color: #ccc;
  border: solid 0 #999;
  border-top-width: 1px;
  font-size: 80%;
}
ul.CommonPollFooterList {
  list-style-type: none;
  margin: 0;
  text-align: center;
}
ul.CommonPollFooterList li {
  display: inline;
  margin: 0 6px;
}
/* End Poll Styles */
/* Tag Styles */
.CommonTagCloud {
  margin-top: 40px;
  margin-bottom: 40px;
  border-top: 1px dashed #ccc;
  border-bottom: 1px dashed #ccc;
  line-height: 200%;
  list-style-type: none;
  padding: 10px 0 !important;
}
.CommonTagCloud:first-child {
  margin-top: 0;
}
.CommonTagCloud:last-child {
  margin-bottom: 0;
}
.CommonTagCloud .CommonTag1,
.CommonTagCloud .CommonTag2,
.CommonTagCloud .CommonTag3,
.CommonTagCloud .CommonTag3,
.CommonTagCloud .CommonTag4,
.CommonTagCloud .CommonTag5,
.CommonTagCloud .CommonTag6 {
  margin: 0;
  padding: 0;
  margin-right: 10px;
  display: inline-block;
}
.CommonTagCloud .CommonTag1 a,
.CommonTagCloud .CommonTag2 a,
.CommonTagCloud .CommonTag3 a,
.CommonTagCloud .CommonTag3 a,
.CommonTagCloud .CommonTag4 a,
.CommonTagCloud .CommonTag5 a,
.CommonTagCloud .CommonTag6 a {
  color: #404040;
}
.CommonTagCloud .CommonTag1:before,
.CommonTagCloud .CommonTag2:before,
.CommonTagCloud .CommonTag3:before,
.CommonTagCloud .CommonTag3:before,
.CommonTagCloud .CommonTag4:before,
.CommonTagCloud .CommonTag5:before,
.CommonTagCloud .CommonTag6:before {
  display: none;
}
.CommonSidebarTagCloud {
  line-height: 16px;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
/* End Tag Styles */
/*
TabPane Styles
*/
.CommonPane {
  margin-top: 20px;
  margin-bottom: 10px;
}
.CommonPane > div {
  overflow: visible !important;
}
.CommonPane > div > div {
  overflow: visible !important;
}
.CommonPaneTabSet {
  font-size: 16px;
  line-height: 19px;
  white-space: nowrap;
  border-bottom: 3px solid #8e8e8e;
}
.CommonPaneTab {
  color: #252525;
  background-color: white;
  padding: 13px 20px 15px 20px;
}
.CommonPaneTabSelected {
  padding: 13px 20px 15px 20px;
  background-color: #8e8e8e;
  color: white;
}
.CommonPaneTabHover {
  padding: 13px 20px 15px 20px;
  cursor: pointer;
}
/* Inline tag editor */
.CommonInlineTagEditor {
  padding: 4px;
  border: Solid 1px #B9BABF;
  background-color: #f3f3f3;
}
/* Common Tree List */
ul.CommonTreeList {
  margin: 0;
  padding: 0;
}
ul.CommonTreeList li {
  margin: 0;
  padding: 5px 0 0 18px;
  list-style-type: none;
}
.CommonTreeListItemSelected {
  font-weight: bold;
  padding: 5px 0 0 18px;
  background-image: url(../images/common/folder_open.gif);
  background-repeat: no-repeat;
  background-position: left 3px;
}
.CommonTreeListItem {
  font-weight: normal;
  padding: 5px 0 0 18px;
  background-image: url(../images/common/folder.gif);
  background-repeat: no-repeat;
  background-position: left 3px;
}
.CommonTreeListItemSelected a:link,
.CommonTreeListItemSelected a:visited,
.CommonTreeListItemSelected a:active,
.CommonTreeListItem a:link,
.CommonTreeListItem a:visited,
.CommonTreeListItem a:active {
  text-decoration: none;
}
.CommonTreeListItemSelected a:hover,
.CommonTreeListItem a:hover {
  text-decoration: underline;
}
.CommonHalfWidthArea {
  float: left;
  width: 50%;
}
.CommonHalfWidthContent {
  padding: 10px;
  padding-left: 0;
}
.CommonHalfWidthBreak {
  clear: both;
}
.CommonInlineListHeader {
  font-weight: bold;
  font-size: 115%;
  margin: 0 0 0 0.4em;
}
.CommonInlineList {
  margin: 0;
  padding: 0;
}
.CommonInlineList li {
  margin: 0 0 0.5em 25px;
  padding: 0;
  list-style-type: square;
}
.CommonAvatarListArea {
  margin: 12px 12px 0 0;
  padding: 3px 3px 3px 0;
  width: 80px;
  height: 100px;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
  float: left;
  font-size: 120%;
}
.CommonAvatarAreaHighlight {
  background-color: #eee;
  border: solid 1px #ccc;
  display: block;
}
.CommonAvatarArea {
  display: block;
  padding: 1px;
}
/* aspxbutton */
.dxbButton_dxButton {
  background-color: #4386c4;
  background-image: url('../images/common/dxButtonBack.gif');
  background-position: top;
  background-repeat: repeat-x;
  color: White;
  font-family: Tahoma;
  font-size: 12px;
  cursor: pointer;
  border: solid 1px #3b79b5;
  vertical-align: middle;
  padding: 0px 13px 0px 13px !important;
  height: 20px !important;
  white-space: nowrap;
}
.dxbButtonHover_dxButton {
  background-image: url('../images/common/dxButtonHover.gif');
}
.dxbButtonPressed_dxButton {
  background-image: url('../images/common/dxButtonPressed.gif');
}
/* DX Auth controls */
/* control groups */
div.ControlGroup {
  padding: 0px 3px 3px 2px;
  border-bottom: solid 1px #98a3b5;
  margin-bottom: 11px;
}
div.ControlGroup span {
  color: #61718d;
  font-size: 105%;
}
div.DXAC_ActionArea,
div.DXAC_ActionArea_Groupped {
  margin: 10px 0px 10px 0px;
}
div.DXAC_ActionArea_Groupped {
  padding-top: 21px;
  margin: 40px 0px 10px 0px;
  border-top: solid 1px #98a3b5;
  text-align: center !important;
}
/* hacks */
div.auth > div > table {
  margin-bottom: 13px;
}
/* Pager */
.v-pager {
  padding: 9px 0px 8px 95px;
  text-align: left;
}
/* New Pager */
div.Pager {
  margin-top: 70px;
  display: block;
}
div.Pager a,
div.Pager div {
  display: block;
  float: left;
  color: #252525;
  font-size: 16px;
  line-height: 16px;
  margin-right: 2px;
  overflow: hidden;
  width: 29px;
  height: 33px;
  cursor: pointer;
  margin-top: -1px;
  text-decoration: none;
  line-height: 33px;
}
div.Pager a span,
div.Pager div span {
  display: block;
  text-align: center;
}
div.Pager .Current {
  background-color: #f88e1d;
  border-color: #f88e1d;
  color: white;
  cursor: default;
}
div.Pager .Button {
  width: 42px;
  height: 31px;
  border: 1px solid #cecece;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  margin-right: 10px;
  background: #f5f5f5;
  cursor: default;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
  filter: alpha(opacity=65);
  opacity: 0.65;
}
div.Pager .Button.Active {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fafafa), color-stop(100%, #f0f0f0));
  background-image: -webkit-linear-gradient(top, #fafafa 0%, #f0f0f0 100%);
  background-image: -o-linear-gradient(top, #fafafa 0%, #f0f0f0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#f0f0f0));
  background-image: linear-gradient(top, #fafafa 0%, #f0f0f0 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  cursor: pointer;
}
div.Pager .Button.Active:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f0f0f0), color-stop(100%, #fafafa));
  background-image: -webkit-linear-gradient(top, #f0f0f0 0%, #fafafa 100%);
  background-image: -o-linear-gradient(top, #f0f0f0 0%, #fafafa 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#fafafa));
  background-image: linear-gradient(top, #f0f0f0 0%, #fafafa 100%);
}
div.Pager .Button span {
  background-image: url('../images/Pager/Sprites.png');
  background-repeat: no-repeat;
  display: block;
  width: 9px;
  height: 13px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  margin-top: 9px;
}
div.Pager .Button.Prev span {
  background-position: 0 0;
}
div.Pager .Button.Next {
  margin-left: 8px;
}
div.Pager .Button.Next span {
  background-position: -21px 0;
}
/* BreadCrumbs */
.h-block {
  display: block;
}
.s-breadcrumbs {
  width: 550px;
}
.i-breadcrumbs {
  margin: -5px 0px 16px 0px !important;
  padding: 0px !important;
}
.i-breadcrumbs li {
  margin: 0px !important;
  padding: 0px !important;
  display: inline;
}
.i-breadcrums-home {
  margin: 1px 3px 0px 0px;
}
.i-breadcrums-home-image {
  vertical-align: top;
}
.f-breadcrums,
.f-breadcrums td {
  font: 8pt Verdana;
}
.f-breadcrums-separator {
  font: 7.5pt Verdana;
  font-weight: normal;
  color: #9396A0;
}
.f-breadcrums-node {
  font-weight: normal;
  color: #0C3C8C;
  text-decoration: none;
  white-space: normal;
}
.f-breadcrums-node-cur {
  font-weight: normal;
  color: Black;
  text-decoration: none;
}
.f-breadcrums-node-root {
  font-weight: normal;
  text-decoration: none;
}
.s-light {
  font-size: 8pt;
  color: #656A7E;
}
.h-no-border {
  border: none !important;
}
/* Tables */
/* Table Common */
div.dxtable,
div.dxtable table,
div.dxtable td,
div.dxtable th,
div.dxinternaltable,
div.dxinternaltable table,
div.dxinternaltable td,
div.dxinternaltable th {
  font: 8pt Verdana;
  color: #131313;
}
div.i-dxtable {
  padding: 0px;
  margin: 0px;
}
div.dxtable table {
  border: none;
}
div.i-dxtable table {
  margin: 0px;
  padding: 0px;
}
/* Table Margin Bottom */
div.dxtable > table {
  margin-bottom: 16px;
}
div.dxtable table.wb,
div.dxtable > table.wb {
  margin-bottom: 15px;
}
/* preview */
div.dxtable td.preview {
  font-style: italic !important;
  background-color: #F9F9F9;
  color: #3A3A3A;
}
div.i-dxtable td.preview {
  padding: 11px 29px 12px 29px !important;
}
div.dxtable table.wb td.preview {
  border-right: none 0px !important;
}
/* vseparator */
div.dxtable td.vseparator div {
  width: 1px;
  height: 1px;
  overflow: hidden;
}
div.dxtable td.vseparator {
  width: 1px;
  padding: 0px;
  margin: 0px;
  background-color: #B9C0CC;
}
/* td, th */
div.dxtable th {
  background-color: #E9ECF3;
  font-weight: normal;
}
div.i-dxtable th {
  margin: 0px;
  padding: 5px;
}
div.dxtable td {
  /*background-color: White;*/
  /*font-size: small;*/
}
div.i-dxtable td {
  margin: 0px;
  padding: 5px 8px 6px 8px;
}
/* Table with Border */
div.dxtable table.wb th,
div.dxtable table.wb td {
  border-bottom: Solid 1px #B9BABF;
  border-right: Solid 1px #B9BABF;
}
div.dxtable table.wb th.tlc {
  border-right: none 0px !important;
}
div.dxtable table.wb td.tlc {
  border-right: none 0px !important;
}
div.dxtable table.wb tr.tlr th {
  border-bottom: none 0px !important;
}
div.dxtable table.wb tr.tlr td {
  border-bottom: none 0px !important;
}
/* Internal/Simple Table */
div.dxinternaltable {
  margin: 0px;
}
div.dxinternaltable table {
  margin: 0px;
  padding: 0px;
  border: none;
}
div.dxinternaltable td,
div.dxinternaltable th {
  padding: 0px;
  margin: 0px;
  border: none;
}
/* Customize table - Detail List*/
div.dl table.wb th {
  font: 12pt Verdana;
  background-color: #DFE3EB;
  text-align: left;
}
div.i-dxtable-dl table.wb th {
  padding: 7px 10px 8px 10px;
}
div.dl table.wb td {
  font: 8pt Verdana;
  background-color: #EBF2F7;
}
div.i-dxtable-dl table.wb td {
  padding: 6px 20px 7px 10px;
}
div.dl table.wb td.tfc {
  background-color: #E9ECF3;
  font-style: italic;
  white-space: nowrap;
}
div.dl table.wb th,
div.dl table.wb td {
  border-bottom: Solid 1px #CED1D8;
  /* White */
  border-right: Solid 1px #CED1D8;
}
div.dl table.wb th.tlc {
  border-right: none 0px !important;
}
div.dl table.wb td.tlc {
  border-right: none 0px !important;
}
/* Table Helper*/
/* removing top margin for first element in td or th */
div.dxtable td *:first-child,
div.dxtable th *:first-child {
  margin-top: 0px;
}
.FormTitle {
  margin-top: 40px;
  opacity: 0;
  z-index: 0;
  -webkit-transition: opacity linear 100ms;
  -o-transition: opacity linear 100ms;
  transition: opacity linear 100ms;
  font-family: 'Open Sans Condensed', 'HelveticaNeue-CondensedBold', Helvetica, 'Arial Narrow', Calibri, Arial, 'Lucida Grande', sans-serif;
  font-stretch: condensed;
  font-size: 18px;
  line-height: 100%;
  margin-bottom: 20px;
}
.wf-active .FormTitle {
  opacity: 1;
  font-stretch: normal;
}
.wf-inactive .FormTitle {
  opacity: 1;
}
input[type='submit'] {
  opacity: 0;
  z-index: 0;
  -webkit-transition: opacity linear 100ms;
  -o-transition: opacity linear 100ms;
  transition: opacity linear 100ms;
  font-family: 'Open Sans Condensed', 'HelveticaNeue-CondensedBold', Helvetica, 'Arial Narrow', Calibri, Arial, 'Lucida Grande', sans-serif;
  font-stretch: condensed;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none !important;
  white-space: nowrap;
  font-weight: bold;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  border: 2px solid #ff7200;
  background-color: #ff7200;
  color: white;
  cursor: pointer;
  font-size: 16px;
  padding: 7px 20px;
  margin-left: 10px;
}
.wf-active input[type='submit'] {
  opacity: 1;
  font-stretch: normal;
}
.wf-inactive input[type='submit'] {
  opacity: 1;
}
input[type='submit']:first-child {
  margin-left: 0;
}
.PostIcons {
  display: block;
  margin-left: -5px;
  margin-top: -5px;
}
.PostIcons br {
  display: none;
}
@media (min-width: 992px) {
  .PostIcons {
    max-width: 600px;
  }
}
.PostIcons label {
  display: inline-block;
  width: 26px;
  height: 26px;
  border: 1px solid white;
  text-align: center;
  line-height: 19px;
  margin-left: 5px;
  margin-top: 5px;
  cursor: pointer;
}
.PostIcons > input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.PostIcons > input:checked + label {
  border: 1px dotted #ff7200;
}