.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
/* For IE 6/7 only */
.clearfix {
  *zoom: 1;
}
#container {
  position: relative;
  z-index: 100;
}
.mainNav {
  position: relative;
  width: 950px;
  height: 40px;
  margin: 40px 17px 0;
  background: url('/content/images/bg_plaidPattern.png') 0 0;
  border-top-right-radius: 4px;
  -moz-border-top-right-radius: 4px;
}
.mainNav #tabInfo {
  height: 40px;
  float: right;
  padding: 6px 29px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
}
.mainNav #mainNavShadow {
  height: 14px;
  width: 950px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  background: url('/content/images/mainNav_shadow.png') repeat-x;
}
.mainNavTabs {
  overflow: hidden;
  position: relative;
  float: left;
  top: -40px;
  background: url('/content/images/bg_plaidPattern.png') 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.mainNavTabs .navTabs {
  overflow: hidden;
  margin-left: 0;
  margin-top: 2px;
}
.mainNavTabs .navTabs > .navTab {
  display: inline;
  overflow: hidden;
  float: left;
}
.mainNavTabs .navTabs > .navTab > a,
.mainNavTabs .navTabs > .navTab a:visited {
  position: relative;
  display: block;
  overflow: hidden;
  height: 24px;
  width: 144px;
  color: #004785;
  padding-top: 49px;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  text-indent: 0;
  text-align: center;
  text-transform: uppercase;
}
.mainNavTabs .navTabs > .navTab.dashboard > a {
  background: url('/content/images/mainNav_icon_dashboard.png') no-repeat;
}
.mainNavTabs .navTabs > .navTab.dashboard > a.current {
  background: url('/content/images/mainNav_icon_dashboard_current.png') no-repeat;
  color: #884f05;
}
.mainNavTabs .navTabs > .navTab.dashboard:hover > a {
  background: url('/content/images/mainNav_icon_dashboard_on.png') no-repeat;
  color: #884f05;
}
.mainNavTabs .navTabs > .navTab.reports > a {
  background: url('/content/images/mainNav_icon_reports.png') no-repeat;
}
.mainNavTabs .navTabs > .navTab.reports > a.current {
  background: url('/content/images/mainNav_icon_reports_current.png') no-repeat;
  color: #884f05;
}
.mainNavTabs .navTabs > .navTab.reports:hover > a {
  background: url('/content/images/mainNav_icon_reports_on.png') no-repeat;
  color: #884f05;
}
.mainNavTabs .navTabs > .navTab.franchises > a {
  background: url('/content/images/mainNav_icon_franchises.png') no-repeat;
}
.mainNavTabs .navTabs > .navTab.franchises > a.current {
  background: url('/content/images/mainNav_icon_franchises_current.png') no-repeat;
  color: #884f05;
}
.mainNavTabs .navTabs > .navTab.franchises:hover > a {
  background: url('/content/images/mainNav_icon_franchises_on.png') no-repeat;
  color: #884f05;
}
.mainNavTabs .navTabs > .navTab.dataEntry > a {
  background: url('/content/images/mainNav_icon_dataEntry.png') no-repeat;
}
.mainNavTabs .navTabs > .navTab.dataEntry > a.current {
  background: url('/content/images/mainNav_icon_dataEntry_current.png') no-repeat;
  color: #884f05;
}
.mainNavTabs .navTabs > .navTab.dataEntry:hover > a {
  background: url('/content/images/mainNav_icon_dataEntry_on.png') no-repeat;
  color: #884f05;
}
.mainNavTabs .navTabs > .navTab .sub-navigation {
  position: absolute;
  margin-top: -9px;
  border: 1px solid #c3c3c3;
  border-top: none;
  padding: 5px;
  background: url('/content/images/bg_viewContent.png');
  background-position: -20px;
  z-index: 1000;
  display: none;
  margin-top: -10px;
}
.mainNavTabs .navTabs > .navTab .sub-navigation:hover {
  display: block !important;
}
.mainNavTabs .navTabs > .navTab .sub-navigation ul {
  list-style: none;
}
.mainNavTabs .navTabs > .navTab .sub-navigation ul li {
  padding: 5px;
}
.mainNavTabs .navTabs > .navTab.reports:hover .sub-navigation {
  display: block;
}
.navTabs,
.mainNavTabs {
  overflow: visible !important;
}
.subTabNav {
  position: relative;
  display: block;
  overflow: hidden;
  width: 960px;
  margin: 0 auto 14px auto;
}
.subTabNav_endLeft {
  float: left;
  background: url('/content/images/subTabNav_endLeft.png') no-repeat;
  width: 13px;
  height: 73px;
}
.subTabNav_endRight {
  float: left;
  background: url('/content/images/subTabNav_endRight.png') no-repeat;
  width: 13px;
  height: 73px;
}
.subTabNav_wrap {
  float: left;
}
.subTabNav_wrap ul {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  background: url('/content/images/bg_subTabNav.png') repeat-x;
  height: 73px;
}
.subTabNav_wrap ul li {
  position: relative;
  display: inline-block;
  overflow: hidden;
  float: left;
  margin: 0;
  max-width: 150px;
}
.subTabNav_wrap ul li a:hover .subTabNavIcon img,
.subTabNav_wrap ul li a.current .subTabNavIcon img {
  position: relative;
  top: -35px;
}
.subTabNav_wrap ul li a {
  position: relative;
  display: block;
  overflow: hidden;
  height: 70px;
  margin-top: 3px;
  padding: 12px 20px 0;
  text-indent: 0;
  color: #3d3e3e;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}
.subTabNav_wrap ul li a .subTabNavIcon {
  position: relative;
  overflow: hidden;
  display: block;
  width: 35px;
  height: 35px;
  margin: 0 auto;
}
.subTabNav_wrap ul li a:hover {
  color: #024a68;
}
.subTabNav_wrap ul li a.current {
  background: url('/content/images/bg_subTabNav_current.png') repeat-x;
  border-left: 1px solid #d7dcdd;
  border-right: 1px solid #d0d6d5;
  color: #024a68;
}
body {
  height: 100%;
  color: #004785;
  font-family: 'Trebuchet MS', Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.3em;
  background: url('/content/images/bg_quiltPattern_white.png') #ffffff;
  margin: 0px;
}
ul {
  -webkit-padding-start: 0;
}
#footerFix {
  min-height: 100%;
  position: relative;
  background: #02344a url('/content/images/bg_fadeGradient.jpg') left top repeat-x;
}
.clearfix {
  clear: both;
}
p {
  font-family: 'Trebuchet MS', Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.5em;
  color: #004785;
}
ol {
  display: block;
  position: relative;
  list-style: decimal;
  margin-left: 1.5em;
}
ul {
  display: block;
  position: relative;
  list-style: disc;
  margin-left: 1.5em;
}
a,
a:active {
  color: #004785;
  text-decoration: underline;
}
a:hover {
  color: #004785;
  text-decoration: none;
}
a:visited {
  color: #5f5f5f;
}
h1 {
  font-size: 19px;
  font-family: 'Trebuchet MS', Helvetica, sans-serif;
  font-weight: normal;
  line-height: 1.25em;
  color: #004785;
  padding: 0 0 28px;
  margin-left: 30px;
}
h2 {
  font-size: 15px;
  font-family: 'Trebuchet MS', Helvetica, sans-serif;
  font-weight: normal;
  line-height: 1.25em;
}
h3,
h4,
h5 {
  font-size: 13px;
  font-family: 'Trebuchet MS', Helvetica, sans-serif;
  font-weight: bold;
  line-height: 1.5em;
}
h6 {
  font-size: 10px;
  font-family: 'Trebuchet MS', Helvetica, sans-serif;
  font-weight: bold;
  line-height: 1.25em;
}
img.bordered {
  border: 6px solid #bcc1bd;
}
img.right {
  float: right;
}
img.left {
  float: left;
}
.row {
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
  clear: both;
}
.column {
  display: inline-block;
  position: relative;
  overflow: hidden;
}
#floatingToolTipWrap {
  position: absolute;
  z-index: 100;
}
#loginWrap {
  position: relative;
  display: block;
  clear: both;
  z-index: 2;
  width: 984px;
  margin: 0 auto;
  overflow: hidden;
}
#login form ol {
  list-style: none;
}
#login form ol li {
  margin-bottom: 3px;
}
#login form ol li label[for="UserName"],
#login form ol li label[for="Password"] {
  display: inline-block;
  width: 75px;
}
#mainWrap {
  position: relative;
  display: block;
  clear: both;
  z-index: 2;
  width: 984px;
  margin: 0 auto;
  overflow: hidden;
  min-height: 100%;
  padding-bottom: 20px;
  background: url('/content/images/bg_mainNav_shadow.png') no-repeat 0 4px;
}
.viewWrap {
  position: relative;
  display: block;
  clear: both;
  width: 984px;
  padding: 0;
}
#dropShadowBottom {
  clear: both;
  position: relative;
  display: block;
  width: 950px;
  height: 43px;
  margin: 0 auto;
  background: url('/content/images/dropShadowBottom.png') no-repeat;
}
#quiltPattern {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  background: url('/content/images/bg_quiltPattern.png') 0 0;
}
.viewContent {
  position: relative;
  top: -16px;
  overflow: hidden;
  display: block;
  width: 984px;
  background: url('/content/images/bg_viewContent.png');
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  min-height: 100px;
}
.viewContentBottom {
  clear: both;
  position: relative;
  display: block;
  top: -16px;
  width: 984px;
  height: 20px;
  background: url('/content/images/bg_viewContent_bottom.png') no-repeat;
}
.viewContentTop {
  position: relative;
  display: block;
  width: 984px;
  height: 20px;
  background: url('/content/images/bg_viewContent_top.png') no-repeat;
}
.contents {
  position: relative;
  display: block;
  overflow: hidden;
  width: 920px;
  margin: 0 auto;
}
.contents div {
  vertical-align: top;
}
#header {
  position: relative;
  display: block;
  overflow: hidden;
  width: 900px;
  padding: 0 30px;
}
#headerLogo {
  position: relative;
  z-index: 2;
  float: left;
  padding: 20px 0 28px 7px;
}
#sessionNav {
  position: relative;
  z-index: auto;
  float: right;
  overflow: hidden;
  width: 100%;
  height: 50px;
  background: url('/content/images/bg_sessionNav.jpg') repeat-x 0 0;
}
#sessionNav ul {
  position: relative;
  list-style: none;
  margin-left: 0;
  float: right;
}
#sessionNav ul li {
  position: relative;
  z-index: 2;
  text-indent: 0;
  display: inline;
  float: left;
  margin-right: 12px;
  padding: 10px 0 5px;
  font-size: 13px;
  font-weight: bold;
}
#sessionNav a {
  font-size: 13px;
  font-weight: bold;
  color: #004785;
  text-decoration: none;
}
#sessionNav a:hover {
  text-decoration: underline;
}
#sessionNavWrap {
  position: relative;
  overflow: hidden;
  width: 960px;
  margin: 0 auto;
}
#footer {
  position: relative;
  bottom: 0;
  width: 100%;
  height: 20px;
  height: 100%;
  margin-top: -23px;
}
#footerWrap {
  position: relative;
  margin: 0 auto;
  width: 960px;
}
#footerLogo {
  position: relative;
  display: block;
}
.copyright p {
  font-size: 10px;
  color: white;
  text-align: center;
  padding-bottom: 10px;
}
.copyright a {
  color: white;
}
.boxBorder {
  border-top: 1px solid #d5d3d3;
  border-right: 1px solid #cbcbcb;
  border-bottom: 1px solid #b7b7b7;
  border-left: 1px solid #dedddd;
}
.contentsColumn {
  width: 455px;
  float: left;
}
.contentsColumn:last-child {
  margin-left: 10px;
}
.contentsColumn .columnSection {
  position: relative;
  overflow: hidden;
  padding: 8px;
  margin-bottom: 10px;
}
.contentsColumn .columnSection .columnSectionTitle img {
  position: relative;
  top: 5px;
}
.contentsColumn .columnSection .columnSectionTitle .button {
  position: absolute;
  top: 15px;
  right: 20px;
}
.contentsColumn .columnSection .columnSectionTitle .button img {
  top: 0;
}
a.viewReport {
  font-size: 10px;
  font-weight: bold;
  color: #945708;
}
.blueTable {
  text-align: left;
  width: 100%;
  border-collapse: separate;
  table-layout: auto;
}
.blueTable tr.header {
  height: 53px;
  background: url('/content/images/bg_table_blueHeader_53.png') repeat-x;
  font-size: 13px;
  font-weight: bold;
  color: #004785;
  text-align: center;
}
.blueTable tr.header th {
  border-left: 1px solid #e0ebef;
  border-right: 1px solid #a7c0c9;
  border-bottom: 1px solid #ebebeb;
  border-top: 1px solid #e3e3e3;
}
.blueTable tr.header th.sortBy {
  cursor: pointer;
}
.blueTable tr.header th.sortBy a {
  display: block;
  position: relative;
  float: right;
  overflow: hidden;
  margin-left: 10px;
  margin-right: 10px;
  padding-right: 20px;
  background: url('/content/images/sortby_arrow_right.png') no-repeat right 0;
  text-decoration: none;
}
.blueTable tr.header th.sortBy.is-active a {
  background: url('/content/images/sortby_arrow_down.png') no-repeat right 0;
}
.blueTable .total td {
  background: #d9dcdd;
}
.blueTable tr.subHeader {
  text-align: center;
  font-weight: bold;
  height: 40px;
}
.blueTable tr.subHeader th {
  border-top: 1px solid #cfcfcf;
  border-right: 1px solid #cfcfcf;
  border-bottom: 1px solid #cecece;
  border-left: 1px solid #f2f2f2;
}
.blueTable tr.subHeader td {
  background: url('/content/images/bg_table_grayHeader.png') repeat-x;
  font-size: 13px;
  font-weight: bold;
  color: #737374;
  padding: 3px;
}
.blueTable tr.is-alert td {
  background: #d3d4d7;
  border-left: 1px solid #e0e1e3;
  border-right: 1px solid #b9babd;
  border-bottom: 1px solid #dadadd;
}
.blueTable tr.highlight-blue td {
  background: #66ccff;
  border-left: 1px solid #93dbff;
  border-right: 1px solid #2499d3;
  border-bottom: 1px solid #1f93cd;
  border-top: 1px solid #93dbff;
  color: white;
}
.blueTable tr.highlight-red td {
  background: #ce3e3e;
  border-left: 1px solid #e49393;
  border-right: 1px solid #a11b1b;
  border-bottom: 1px solid #b02b2b;
  border-top: 1px solid #ce3e3e;
  color: white;
}
.blueTable td {
  padding: 12px 5px;
  border-top: 1px solid #ebebeb;
  border-right: 1px solid #cfcfcf;
  border-bottom: 1px solid #cecece;
  border-left: 1px solid #f2f2f2;
  text-align: center;
  font-size: 12px;
  color: #484745;
  font-weight: normal;
}
.blueTable td img {
  display: block;
  margin: 0 auto;
}
.blueTable td.name {
  font-size: 15px;
  color: #8c5206;
  text-align: left;
  font-weight: bold;
}
.blueTable td.actions {
  text-align: center;
}
.blueTable td.actions a {
  text-align: center;
  color: #484745;
  font-size: 13px;
}
.blueTable td.no-wrap {
  white-space: nowrap;
}
.blueTable tr.skipRow td {
  border: none;
}
.inputTable {
  width: 100%;
  table-layout: auto;
}
.inputTable th,
.inputTable td {
  text-align: center;
  padding: 10px 4px;
}
.inputTable tr.highlight {
  background: #d3d4d7;
}
.inputTable td.title {
  text-align: right;
  text-indent: 30px;
  white-space: nowrap;
  overflow: hidden;
}
.inputTable td.input .formElement input {
  text-align: center;
}
.inputTable td.total .formElement input {
  text-align: center;
  background: #c0c1c3;
}
.tools {
  display: block;
  position: relative;
  float: right;
  padding: 4px;
}
.tools a {
  margin-right: 8px;
}
.tools a.print {
  margin-right: 8px;
  height: 16px;
  padding: 3px 0 0 23px;
  background: url('/content/images/print_icon.png') no-repeat;
  text-decoration: none;
}
.tools a.print:hover {
  text-decoration: underline;
}
.tools a.emailReminder {
  display: block;
  width: 181px;
  height: 24px;
  background: url('/content/images/btn_emailReminder.png') no-repeat;
  text-decoration: none;
  text-indent: -9999px;
}
.legend div {
  display: block;
  overflow: hidden;
  margin-bottom: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.legend-color-blue {
  background: #66ccff;
  padding: 5px 10px 5px 30px;
  color: white;
}
.legend-color-red {
  background: #ce3e3e;
  padding: 5px 10px 5px 30px;
  color: white;
}
.pagination-container {
  position: relative;
  display: block;
  float: right;
}
.pagination-container .pagination {
  position: relative;
  display: block;
  margin: 0 auto;
  text-align: center;
  padding: 10px 0;
}
.pagination-container .pagination li {
  display: inline;
}
.pagination-container .pagination li a {
  display: inline-block;
  position: relative;
  overflow: hidden;
  height: 19px;
  padding-top: 7px;
  text-decoration: none;
  color: #616262;
}
.pagination-container .pagination li.prev a {
  width: 71px;
  background: url('/content/images/pagination_prev.png') no-repeat;
  text-indent: -9999px;
}
.pagination-container .pagination li.next a {
  width: 71px;
  background: url('/content/images/pagination_next.png') no-repeat;
  text-indent: -9999px;
}
.pagination-container .pagination li.page a {
  width: 24px;
  padding-left: 2px;
  background: url('/content/images/pagination_page.png') no-repeat 0 -26px;
}
.pagination-container .pagination li.page.is-current a {
  background: url('/content/images/pagination_page.png') no-repeat 0 0;
}
.statBlock .column {
  margin-left: 50px;
}
.statBlock h4 {
  color: #004785;
  text-align: center;
  padding: 10px 0;
}
.statBlock .statFigure {
  text-align: center;
}
.statBlock .statFigure p {
  display: block;
  font-size: 26px;
  color: #5f6060;
  padding: 15px 5px;
  background: #c2c9cb;
  margin: 0;
  min-width: 80px;
}
.section {
  display: block;
  position: relative;
  overflow: hidden;
  clear: both;
  color: #4d4d4f;
  padding: 28px 0;
}
.section .formElement {
  margin: 0 8px;
}
.title h3 {
  display: inline;
  margin-bottom: 15px;
  line-height: 3em;
  margin-left: 5px;
}
.title img {
  position: relative;
  top: 5px;
}
.formButton {
  float: right;
  margin-top: 10px;
}
.formWrapper {
  float: left;
}
.formElement {
  display: block;
  float: left;
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
  margin-top: 8px;
  margin-right: 32px;
  color: #4d4d4f;
}
.formElement .labelWrap {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 8px;
}
.formElement .labelWrap label,
.formElement .labelWrap h4 {
  color: #4d4d4f;
}
.formElement .labelWrap.left-float {
  width: auto;
  text-align: right;
  margin-bottom: 0;
  margin-top: 5px;
}
.formElement .inputWrap,
.formElement .controls {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 3px;
}
.formElement .inputWrap input[type=text],
.formElement .controls input[type=text],
.formElement .inputWrap textarea,
.formElement .controls textarea,
.formElement .inputWrap select,
.formElement .controls select {
  width: 96%;
}
.formElement .required {
  position: relative;
  display: none;
  overflow: hidden;
}
.formElement .formCal img {
  position: relative;
  top: 5px;
  padding: 0 4px;
}
.formElement .formDel img {
  position: relative;
  top: 3px;
  padding: 0 2px;
}
.formElement .left-float {
  float: left;
  margin-right: 10px;
}
.formElement .formCal {
  width: auto;
}
.formElement.first {
  clear: both;
}
.formElement.sixth {
  width: 121px;
  margin-right: 27px;
}
.formElement.quarter {
  width: 192px;
}
.formElement.half {
  width: 420px;
}
.formElement.full {
  width: 865px;
}
.formElement.last {
  margin-right: 0;
}
.formElement.calendar .inputWrap input {
  width: 159px;
}
.formElement.checkbox .inputWrap input {
  width: 30px;
}
.formElement.calendarDelete .inputWrap input {
  width: 133px;
}
#loginFormWrap {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0 auto;
  width: 610px;
  height: 328px;
  background: url('/content/images/bg_login.png') no-repeat;
  margin-bottom: 150px;
  margin-top: 50px;
}
#loginForm {
  margin-top: 110px;
}
#loginForm .txtInput {
  margin-bottom: 10px;
  margin-top: 35px;
  margin-left: 55px;
  width: 409px;
  float: none;
}
#loginForm .txtInput label {
  display: block;
  padding: 0 0 12px 3px;
  font-size: 19px;
  color: #004785;
}
#loginForm .txtInput input {
  position: relative;
  display: block;
  width: 100%;
}
#loginForm .forgotLink {
  margin-left: 55px;
}
#loginForm .forgotLink a {
  position: relative;
  color: #616263;
  text-decoration: underline;
}
#loginForm .formButton {
  margin-right: 40px;
  margin-top: 12px;
}
#loginFooterContainer {
  padding: 10px 11px;
}
#statsWideWrap {
  margin-right: 10px;
}
#statsWideWrap h4 {
  color: #004785;
  margin-top: 8px;
  margin-bottom: 10px;
  display: block;
  text-indent: 4px;
}
#statsWideWrap .statsWideDetails {
  width: 550px;
  padding: 14px 8px;
}
#statsWideWrap .statsWideDetails .column {
  margin-right: 35px;
}
#statsWideWrap .statsWideDetails .statFigure p {
  font-size: 26px;
  color: #5f6060;
  margin: 20px 0 32px;
}
#statsWideWrap .statsWideDetails .statFigure.percent p {
  text-indent: 20px;
}
#statsWideWrap .statsWideDetails .monthlyGrowth {
  position: relative;
}
#statsWideWrap .statsWideDetails .monthlyGrowth .column {
  margin: 0;
  margin-bottom: 5px;
  vertical-align: top;
}
#statsWideWrap .statsWideDetails .monthlyGrowth .month {
  padding: 10px 0 14px 8px;
  width: 67px;
  background: #dbdfe0;
  font-weight: bold;
  color: #676869;
}
#statsWideWrap .statsWideDetails .monthlyGrowth .percentage {
  padding: 10px 0 14px 8px;
  width: 57px;
  background: #c2c9cb;
  font-size: 24px;
  color: #5f5f60;
}
#royaltyInfoWrap .royaltyInfoDetails {
  width: 320px;
  padding: 14px 8px;
}
#royaltyInfoWrap .royaltyInfoDetails .statFigure {
  margin-bottom: 23px;
}
#royaltyInfoWrap .royaltyInfoDetails .statFigure h4 {
  float: left;
  color: #004785;
  margin-bottom: 10px;
}
#royaltyInfoWrap .royaltyInfoDetails .statFigure a {
  float: right;
}
#royaltyInfoWrap .royaltyInfoDetails .statFigure p {
  clear: both;
  font-size: 36px;
  color: #8a8c8e;
  background: #dbdfe0;
  padding: 15px 10px;
}
#graphDisplayWrap {
  display: block;
  position: relative;
  overflow: hidden;
  width: 912px;
  height: 294px;
  margin: 10px auto 0;
}
#graphDisplayWrap #graphDisplayNav {
  position: absolute;
  top: 71px;
  left: -12px;
  z-index: 23;
}
#graphDisplayWrap #graphDisplayNav .ribbonTabNav {
  list-style: none;
}
#graphDisplayWrap #graphDisplayNav .ribbonTabNav a:hover,
#graphDisplayWrap #graphDisplayNav .ribbonTabNav a.current {
  color: white;
  background: url('/content/images/bg_ribbonNav.png') no-repeat;
}
#graphDisplayWrap #graphDisplayNav .ribbonTabNav a {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 10px 20px;
  font-size: 13px;
  font-weight: bold;
  color: #01719c;
  text-decoration: none;
  min-width: 175px;
}
#graphDisplayWrap #graphDisplayCanvasWrap {
  position: absolute;
  top: 0;
}
#graphDisplayWrap #graphDisplayCanvasWrap .viewReport {
  position: absolute;
  top: 35px;
  left: 803px;
  z-index: 15;
  width: 100px;
}
#graphDisplayWrap #graphDisplayCanvasWrap .graphDisplayCanvas {
  position: absolute;
  display: none;
}
#graphDisplayWrap #graphDisplayCanvasWrap .graphDisplayCanvas .chart {
  position: absolute;
  display: block;
  margin: 20px 0 0 200px;
  background: url('/content/images/bg_chart.png') no-repeat right top;
}
#graphDisplayWrap #graphDisplayCanvasWrap .graphDisplayCanvas.current {
  display: block;
}
#graphDisplayTableWrap {
  display: block;
  position: relative;
  margin: 15px auto 20px;
  width: 914px;
  overflow: hidden;
  padding: 8px;
  padding-bottom: 30px;
}
#graphDisplayTableWrap .graphDisplayTable {
  position: relative;
  float: left;
  border-collapse: separate;
  border-top: 1px solid #d5d3d3;
}
#graphDisplayTableWrap .graphDisplayTable th {
  height: 39px;
  background: url('/content/images/bg_table_blueHeader.png') repeat-x;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  border-left: 1px solid #e2ebef;
  border-bottom: 1px solid #a2b7bf;
  border-right: 1px solid #b7c6cc;
  cursor: pointer;
  padding: 0 15px;
}
#graphDisplayTableWrap .graphDisplayTable td {
  height: 39px;
  text-align: center;
  font-size: 12px;
  color: #484547;
  border-left: 1px solid #f2f2f2;
  border-bottom: 1px solid #c5c5c5;
  border-right: 1px solid #cecece;
  padding: 0 9px;
}
#graphDisplayTableWrap .graphDisplayTable .title td {
  text-align: right;
}
#graphDisplayTableWrap .graphDisplayTable .subHeader td {
  background: url('/content/images/bg_table_grayHeader.png') repeat-x;
  font-size: 13px;
  font-weight: bold;
  color: #737374;
}
#graphDisplayTableWrap .graphDisplayTable .subHeader td.highlight {
  background: #ccdce2;
}
#graphDisplayTableWrap .graphDisplayTable .total td {
  background: #d9dcdd;
}
#graphDisplayTableWrap #legend.graphDisplayTable .title td {
  text-align: left;
  font-size: 13px;
  font-weight: bold;
  color: #8c5206;
  text-indent: 20px;
}
#graphDisplayTableWrap .viewReport {
  clear: both;
  position: absolute;
  bottom: -10px;
  right: 0px;
  overflow: hidden;
  display: block;
  margin-right: 15px;
  line-height: 4em;
}
#graphDisplayTableWrap .graphDisplayTable.highlight {
  background: #ccdce2;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  z-index: 100;
}
#graphDisplayTableWrap .graphDisplayTable.highlight th {
  background: #ccdce2;
}
#graphDisplayTableWrap .graphDisplayTable.highlight td {
  background: #ccdce2;
  border-right: 1px solid #b3c1c7;
  border-left: 1px solid #dbe7eb;
}
#graphDisplayTableWrap .graphDisplayTable.highlight tr.total td {
  background: #01719c;
  color: white;
  border-right: 1px solid #016389;
  border-left: 1px solid #4e9cba;
  border-bottom: 1px solid #01719c;
}
#graphDisplayTableWrap #legend {
  width: 165px;
  border-left: 1px solid #dedddd;
}
#graphDisplayTableWrap #same {
  width: 271px;
}
#graphDisplayTableWrap #new {
  width: 178px;
}
#graphDisplayTableWrap #systemwide {
  width: 263px;
}
.highcharts-container svg .highcharts-axis text tspan {
  color: #01719c;
}
#alertMsg {
  position: relative;
  display: none;
  overflow: hidden;
  margin-left: 10px;
  margin-top: 15px;
  padding: 20px 15px 15px 20px;
  border: 1px solid #c2c0c0;
  background: #c9c8c8;
}
#alertMsg img {
  float: left;
  margin-right: 30px;
}
#alertMsg p {
  float: right;
  font-size: 15px;
  font-weight: bold;
  color: #024662;
  white-space: nowrap;
}
#alertMsg.is-active {
  display: inline-block;
}
#overviewTableWrap {
  border-top: 1px solid #d5d4d4;
  border-right: 1px solid #c9c9c9;
  border-bottom: 1px solid #b7b7b7;
  border-left: 1px solid #dddcdc;
  margin: 20px 10px;
}
#overviewTableWrap #overviewTable {
  text-align: left;
  width: 100%;
  border-collapse: separate;
}
#overviewTableWrap #overviewTable tr.header {
  height: 53px;
  background: url('/content/images/bg_table_blueHeader_53.png') repeat-x;
  font-size: 25px;
  font-weight: bold;
  color: #004785;
  text-align: center;
}
#overviewTableWrap #overviewTable tr.header th {
  border-left: 1px solid #e0ebef;
  border-right: 1px solid #a7c0c9;
  border-bottom: 1px solid #ebebeb;
  border-top: 1px solid #e3e3e3;
}
#overviewTableWrap #overviewTable tr.subHeader {
  text-align: center;
  font-weight: bold;
  height: 40px;
}
#overviewTableWrap #overviewTable tr.subHeader th {
  border-top: 1px solid #cfcfcf;
  border-right: 1px solid #cfcfcf;
  border-bottom: 1px solid #cecece;
  border-left: 1px solid #f2f2f2;
}
#overviewTableWrap #overviewTable tr.subHeader .actual {
  color: #004785;
}
#overviewTableWrap #overviewTable tr.subHeader .baseline {
  color: #8e5306;
}
#overviewTableWrap #overviewTable td {
  padding: 12px 5px;
  border-right: 1px solid #cfcfcf;
  border-bottom: 1px solid #cecece;
  border-left: 1px solid #f2f2f2;
}
#overviewTableWrap #overviewTable td.category {
  font-weight: bold;
  color: #8e5306;
}
#overviewTableWrap #overviewTable td.data {
  font-size: 15px;
  color: #484745;
  text-align: center;
}
#overviewTableWrap #overviewTable td.data.actual {
  color: #004785;
}
#overviewTableWrap #overviewTable td.data.baseline {
  color: #8e5306;
}
#overviewTableWrap #overviewTable td.indicator img {
  display: block;
  margin: 0 auto;
}
#weeklyReportListingWrap h1 {
  margin: 20px 10px -15px;
}
#weeklyReportListingWrap #weeklyReportListTable {
  text-align: left;
  width: 100%;
  border-collapse: separate;
}
#weeklyReportListingWrap #weeklyReportListTable tr.header {
  height: 53px;
  background: url('/content/images/bg_table_blueHeader_53.png') repeat-x;
  font-size: 15px;
  font-weight: bold;
  color: #004785;
  text-align: center;
}
#weeklyReportListingWrap #weeklyReportListTable tr.header th {
  border-left: 1px solid #e0ebef;
  border-right: 1px solid #a7c0c9;
  border-bottom: 1px solid #ebebeb;
  border-top: 1px solid #e3e3e3;
}
#weeklyReportListingWrap #weeklyReportListTable tr.subHeader {
  text-align: center;
  font-weight: bold;
  height: 40px;
}
#weeklyReportListingWrap #weeklyReportListTable tr.subHeader th {
  border-top: 1px solid #cfcfcf;
  border-right: 1px solid #cfcfcf;
  border-bottom: 1px solid #cecece;
  border-left: 1px solid #f2f2f2;
}
#weeklyReportListingWrap #weeklyReportListTable tr.is-alert td {
  background: #d3d4d7;
  border-left: 1px solid #e0e1e3;
  border-right: 1px solid #b9babd;
  border-bottom: 1px solid #dadadd;
}
#weeklyReportListingWrap #weeklyReportListTable td {
  padding: 12px 5px;
  border-right: 1px solid #cfcfcf;
  border-bottom: 1px solid #cecece;
  border-left: 1px solid #f2f2f2;
}
#weeklyReportListingWrap #weeklyReportListTable td img {
  display: block;
  margin: 0 auto;
}
#weeklyReportListingWrap #weeklyReportListTable td.data {
  font-size: 15px;
  color: #484745;
  text-align: center;
}
#weeklyReportListingWrap #weeklyReportListTable td.actions {
  text-align: center;
}
#weeklyReportListingWrap #weeklyReportListTable td.actions a {
  text-align: center;
  color: #484745;
}
#searchFormWrap {
  margin-bottom: 30px;
  margin-top: 15px;
}
#searchForm {
  width: 385px;
}
#searchForm .formButton {
  position: relative;
  margin-left: 10px;
  margin-top: 10px;
  top: -2px;
}
#searchForm .formElement {
  float: none;
  display: inline-block;
  margin: 0;
  margin-top: 10px;
}
#searchForm .formElement input {
  width: 294px;
}
#searchForm .formElement.checkbox {
  display: block;
}
#searchForm .formElement.checkbox .labelWrap {
  margin-bottom: 4px;
}
#searchForm .formElement.checkbox input {
  width: 15px;
  height: 15px;
}
#searchResultsWrap h1 {
  margin: 20px 10px -15px;
}
#searchResultsWrap #weeklyReportListTable td img {
  display: block;
  margin: 0 auto;
}
#generateNewReportWrap {
  margin: 15px 0 30px;
  padding: 20px;
}
#generateNew {
  display: block;
  overflow: hidden;
  position: relative;
}
#generateNew .formButton {
  display: block;
  position: absolute;
  overflow: hidden;
  bottom: 10px;
  right: 100px;
}
#generateNew h1 {
  margin-top: 25px;
}
#generateNew h3 {
  margin-left: 30px;
  margin-bottom: 25px;
  color: #3d3e3e;
}
#generateNew .formElement {
  display: block;
  float: none;
}
#generateNew .formElement .inputWrap.type select {
  width: 350px;
}
#generateNew .formElement .inputWrap.level select {
  width: 150px;
  text-align: center;
}
#generateNew .formElement .inputWrap.select select {
  width: 150px;
}
#generateNew .formElement .labelWrap {
  width: 180px;
}
#generateNew .formElement .labelWrap.short {
  width: auto;
  padding: 0 10px;
  text-align: left;
}
#generateNew .formElement .inputWrap input {
  text-align: center;
  max-width: 150px;
}
#generateNew .formElement a {
  text-decoration: none;
  padding: 0 5px;
}
.back-link {
  text-decoration: none;
}
.back-link:hover {
  text-decoration: underline;
}
.reportDisplay {
  margin-bottom: 20px;
}
.reportDisplay h1 {
  margin-top: 25px;
}
.reportDisplay h3 {
  margin-left: 30px;
}
.reportDisplay ul {
  list-style: none;
}
.reportDisplay ul li {
  text-indent: 0;
}
.reportResultsWrap {
  margin: 20px auto;
  clear: both;
}
.reportResultsWrap h2 {
  text-align: center;
  margin-bottom: 10px;
  color: #484745;
}
.reportResultsWrap h4 {
  text-align: center;
}
.directoryListing .contactHeader {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 10px;
  background: #d3d4d7;
  font-size: 15px;
  font-weight: bold;
}
.directoryListing .contactDetails {
  padding: 15px;
  display: block;
  position: relative;
  overflow: hidden;
}
.directoryListing .franchise {
  float: left;
}
.directoryListing .address {
  float: left;
}
.directoryListing .phoneNumbers {
  float: right;
}
.directoryListing .phone_main {
  float: right;
}
.modal {
  position: fixed;
  min-width: 200px;
  top: 50%;
  left: 50%;
  z-index: 150;
  padding: 5px;
  background: url('/content/images/bg_viewContent.png');
  background-position: -20px;
  border: 1px solid #c3c3c3;
}
.modal a.close {
  position: absolute;
  right: 0;
  top: 0;
  width: 15px;
  height: 15px;
  font-weight: bold;
}
.modal.comments {
  text-align: center;
}
.etfComment .comments {
  display: none;
}
.addNewAward h3 {
  font-weight: bold;
  cursor: pointer;
}
.addNewAward .formWrap {
  display: none;
}
.addNewAward form .control-group,
.addNewAward form .editor-group {
  margin-bottom: 7px;
}
.addNewAward form .editor-label {
  line-height: 1.7em;
}
