body {
    margin: 0;
    padding: 0;
    min-width: 980px;
    overflow-x: hidden;
    font-family: sans-serif;
}
.siteHeader {
    position: relative;
    /* TEMPLATE NOTE: or absolute or fixed; do what you
	                       want as long as it's not statically positioned */
    
    height: 75px;
}
.siteHeader .logoArea {
    position: absolute;
    top: 0;
    left: 0;
    width: 186px;
    height: 100%;
    z-index: 100;
}
.siteHeader .logoArea .globe {
    position: absolute;
    top: 2px;
    left: 5px;
    width: 90px;
    height: 86px;
    background: url('../images/dsr_sprites.png') -15px -12px no-repeat;
}
.siteHeader .logoArea .logotype {
    position: absolute;
    top: 25px;
    left: 108px;
    width: 86px;
    height: 22px;
    background: url('../images/dsr_sprites.png') -17px -147px no-repeat;
    font-size: 0;
    text-indent: -10000cm;
}
.siteHeader .logoArea a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
}
.siteHeader .logoArea .background {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url('../images/dsr_sprites.png') -67px -260px no-repeat;
    opacity: 0.5;
    z-index: -1;
}
.siteHeader .logoArea:hover .background {
    opacity: 0.65;
    transition-property: opacity;
    transition-duration: 600ms;
}
.siteHeader .siteNavigation {
    display: flex;
    position: absolute;
    top: 0;
    right: 175px;
    bottom: 0;
    left: 0;
    height: 75px;
    background: #F3E9CE;
    font-size: 0;
    white-space: nowrap;
    overflow: hidden;
    z-index: 50;
}
.siteHeader .siteNavigation .item {
    display: inline-block;
    margin: 0;
    padding: 0 3px;
    height: 100%;
    font-family: sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #9C8A6B;
    line-height: 70px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.1ex;
    white-space: nowrap;
    vertical-align: middle;
}
.siteHeader .siteNavigation .item:first-child {
    padding-left: 225px;
    text-align: right;
}
.siteHeader .siteNavigation .item:last-child {
    padding-right: 1000px;
    text-align: left;
}
.siteHeader .siteNavigation .item:hover,
.siteHeader .siteNavigation .item.active {
    background-color: #F1E6C6;
    transition-property: background-color;
    transition-duration: 400ms;
}
.horizCenter
/*76east*/

{
    margin-left: auto;
    margin-right: auto;
    display: block;
    max-width: 100%;
}
.subSectionHeading
/*76east*/

{
    font-size: 17px;
    font-weight: bold;
    text-align: left;
    color: #6695c3;
    font-style: italic;
}
.siteHeader .siteNavigation .item a {
    display: block;
    padding: 0 12px;
    height: 100%;
    border-left: 3px solid #F3E9CE;
    border-right: 3px solid #F3E9CE;
    color: inherit;
    text-decoration: none;
    vertical-align: middle;
}
.siteHeader .siteNavigation .item:first-child a {
    margin-left: -215px;
    padding-left: 215px;
    border-left: none;
}
.siteHeader .siteNavigation .item:last-child a {
    margin-right: -1000px;
    border-right: none;
}
.siteHeader .siteNavigation .item:hover a,
.siteHeader .siteNavigation .item.active a {
    border-color: #EFE1BC;
    color: #AF791C;
    transition-property: border-color, color;
    transition-duration: 400ms;
}
.siteHeader .memberMenu {
    position: absolute;
    top: 0;
    right: 0;
    width: 175px;
    height: 100%;
    background: #F8F2E3;
    font-family: sans-serif;
    font-size: 0;
    overflow: hidden;
    z-index: 80;
}
.siteHeader .memberMenu .loggedInMenu {
    display: none;
}
.siteHeader .memberMenu.loggedIn .loginMenu {
    display: none;
}
.siteHeader .memberMenu.loggedIn .loggedInMenu {
    display: block;
}
.siteHeader .memberMenu .loginMenu {
    font-size: 16px;
    line-height: 70px;
    font-weight: bold;
    color: #787878;
    text-transform: uppercase;
}
.siteHeader .memberMenu .loginMenu .login {
    margin-left: 40px;
    vertical-align: middle;
}
.siteHeader .memberMenu .loginMenu .login a {
    color: inherit;
    text-decoration: none;
}
.siteHeader .memberMenu .loginMenu .login a:hover {
    text-decoration: underline;
}
.siteHeader .memberMenu .loggedInMenu {
    font-size: 13px;
    font-weight: bold;
    color: #787878;
    text-transform: uppercase;
}
.siteHeader .memberMenu .loggedInMenu .logout {
    position: absolute;
    top: 18px;
    left: 12px;
    width: 100px;
    text-align: center;
}
.siteHeader .memberMenu .loggedInMenu .logout a {
    color: inherit;
    text-decoration: none;
}
.siteHeader .memberMenu .loggedInMenu .logout a:hover {
    text-decoration: underline;
}
.siteHeader .memberMenu .loggedInMenu .email {
    display: inline-block;
    position: absolute;
    bottom: 20px;
    left: 12px;
    margin-left: -40px;
    margin-right: -40px;
    width: 180px;
    font-size: 85%;
    text-align: center;
    white-space: nowrap;
    cursor: default;
}
.siteHeader .memberMenu .loggedInMenu .memberIcon {
    position: absolute;
    bottom: 0;
    right: -20px;
    width: 64px;
    height: 64px;
}
.siteHeader .memberMenu .loggedInMenu .memberIcon .icon {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.siteHeader .memberMenu .loggedInMenu .memberIcon .icon.noHover {
    background: url('../images/dsr_sprites.png') -155px -14px no-repeat;
    opacity: 1;
    z-index: 1;
}
.siteHeader .memberMenu .loggedInMenu .memberIcon .icon.hover {
    background: url('../images/dsr_sprites.png') -155px -108px no-repeat;
    opacity: 0.45;
    z-index: 2;
}
.siteHeader .memberMenu .loggedInMenu .memberIcon:hover .icon.hover {
    opacity: 1;
    transition-property: opacity;
    transition-duration: 400ms;
}
.siteHeader .memberMenu .loggedInMenu .memberIcon a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
}
.topLevelHeadings {
    text-align: center;
}
.topLevelHeadings {
    margin-top: 10px;
    /* TEMPLATE NOTE: only for positioning in demo;
	                     position this menu however you want */
}
.topLevelHeadings .menu {
    display: inline-block;
    font-size: 0;
}
.topLevelHeadings .item {
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 0;
    font-family: sans-serif;
    font-size: 16px;
    color: #4C4C4C;
    font-weight: bold;
    letter-spacing: 0.15ex;
    z-index: 10;
}
.topLevelHeadings .item.active {
    color: white;
    z-index: 20;
}
.topLevelHeadings .item:not(.active):hover {
    color: #555555;
    transition-property: color;
    transition-duration: 250ms;
}
.topLevelHeadings .item a {
    display: block;
    position: relative;
    padding: 12px 24px;
    background-color: #E9ECF5;
    color: inherit;
    text-decoration: none;
    z-index: 10;
}
.topLevelHeadings .item.active a {
    background-color: #407CAC;
}
.topLevelHeadings .item.active a:before {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -7px;
    width: 7px;
    background: url('../images/dsr_borderdiamond.png') 0% top no-repeat;
    background-size: 200% 100%;
    content: '';
    z-index: 15;
}
.topLevelHeadings .item.active a:after {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -7px;
    width: 7px;
    background: url('../images/dsr_borderdiamond.png') 100% top no-repeat;
    background-size: 200% 100%;
    content: '';
    z-index: 15;
}
.topLevelHeadings .item:first-child a {
    border-radius: 6px 0 0 6px;
}
.topLevelHeadings .item.active:first-child a {} .topLevelHeadings .item.active:first-child a:before {
    display: none;
}
.topLevelHeadings .item:last-child a {
    border-radius: 0 6px 6px 0;
}
.topLevelHeadings .item.active:last-child a {} .topLevelHeadings .item.active:last-child a:after {
    display: none;
}
.secondLevelHeadings {} .secondLevelHeadings {
    margin-top: 36px;
    /* TEMPLATE NOTE: only for positioning in demo;
	                     position this menu however you want */
}
.secondLevelHeadings .menu {
    text-align: center;
}
.secondLevelHeadings .item {
    font-family: sans-serif;
    font-weight: bold;
    color: #6F6F6F;
}
.secondLevelHeadings .item + .item {
    margin-left: 30px;
}
.secondLevelHeadings .item.active {
    color: #9E5F49;
}
.secondLevelHeadings .item:not(.active):hover {
    color: #808080;
    transition-property: color;
    transition-duration: 250ms;
}
.secondLevelHeadings .item a {
    color: inherit;
    text-decoration: none;
}
.secondLevelHeadings .item.active a {
    text-decoration: underline;
}
.bubbleGroupedContent {
    position: relative;
    padding: 24px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 12px;
    border: 2px solid #9D9D9D;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.bubbleGroupedContent {
    /* TEMPLATE NOTE: this rule group only for positioning and sizing in demo;
	                  position and size this container however you want */
    
    margin-top: 36px;
    margin-left: auto;
    margin-right: auto;
    width: 70%;
}
.bubbleGroupedContent .groupHeading {
    position: absolute;
    top: -0.64em;
    left: 12px;
    margin: 0;
    padding: 0 8px;
    background: white;
    font-family: sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #407CAC;
    letter-spacing: 0.1ex;
}
.submissionButtons {
    text-align: center;
}
.dsrButton {
    padding: 8px 26px 10px 26px;
    background: #AAAAAA;
    border-top: 0;
    border-bottom: 0;
    border-left: 5px solid #888888;
    border-right: 5px solid #888888;
    border-radius: 5px;
    box-shadow: 2px 3px 4px rgba(0, 0, 0, 0.04), 2px 3px 0px rgba(0, 0, 0, 0.08), inset -1px -2px 2px rgba(0, 0, 0, 0.06);
    font-family: sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #E9F0F6;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.16), 2px 3px 2px rgba(0, 0, 0, 0.04);
    line-height: 1em;
    letter-spacing: 0.1ex;
    cursor: pointer;
}
.dsrButton:hover,
.dsrButton:active,
.dsrButton:focus {
    background-color: #888888;
    border-color: #666666;
    color: #F9F6FB;
    transition-duration: 300ms;
    transition-property: background-color, border-color, color;
}
.dsrButton + .dsrButton {
    margin-left: 18px;
}
.dsrButton.green {
    background-color: #18BD9B;
    border-color: #04B793;
}
.dsrButton.green:hover {
    background-color: #14B38C;
    border-color: #03AC83;
}
.dsrButton.blue {
    background-color: crimson;
    border-color: crimson;
}
.dsrButton.blue:hover {
    background-color: #366AA0;
    border-color: #366AA0;
}
.contactUsArea {
    position: fixed;
    top: 50%;
    bottom: 50%;
    right: 0;
    width: 1px;
    height: 1px;
}
.contactUsArea .areaContainer {
    position: relative;
    top: -1.65em;
    left: -0.75em;
    margin-left: -5em;
    margin-right: -5em;
    text-align: center;
    line-height: 1.5em;
    transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
}
.contactUsArea .tab {
    display: inline-block;
    position: relative;
    font-family: sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: white;
    white-space: nowrap;
}
.contactUsArea .tab a {
    display: block;
    padding: 2px 1.125em;
    height: 1.75em;
    background: #18BD9B;
    border-radius: 8px 8px 0 0;
    border-left: 3px solid #04B793;
    border-right: 3px solid #04B793;
    color: inherit;
    text-decoration: none;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.10), 2px 3px 2px rgba(0, 0, 0, 0.03);
}
.contactUsArea .tab a:hover {
    background: #14B38C;
    border-color: #03AC83;
    transition-duration: 300ms;
    transition-property: background-color, border-color;
}
.adFooter {
    position: relative;
    margin: 0 auto;
    padding: 18px 0;
    width: 85%;
    min-width: 800px;
    background: rgba(255, 255, 255, 0.3);
    text-align: center;
}
.adFooter {
    margin-top: 60px;
    /* TEMPLATE NOTE: only for positioning in demo;
	                     position this however you want */
}
/* TEMPLATE NOTE: example/placeholder only */

.adFooter .example {
    display: block;
    margin: 0 auto;
    width: 768px;
    height: 90px;
    background: #E0E0E0;
}
.logoCorner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 170px;
    height: 220px;
    overflow: hidden;
    z-index: -1;
}
.logoCorner .globe {
    position: absolute;
    top: 0;
    right: 0;
    width: 178px;
    height: 230px;
    background: url('../images/dsr_sprites.png') 0px -462px no-repeat;
}
/* DSR icons: general */

.dsrIcon {
    display: inline-block;
    position: relative;
    background: url('../images/dsr_sprites.png') no-repeat !important;
    font-size: 0;
    vertical-align: middle;
}
.dsrIcon.w64 {
    width: 64px;
}
.dsrIcon.w32 {
    width: 32px;
}
.dsrIcon.w16 {
    width: 16px;
}
.dsrIcon.h64 {
    height: 64px;
}
.dsrIcon.h32 {
    height: 32px;
}
.dsrIcon.h16 {
    height: 16px;
}
.dsrIcon.sq64 {
    width: 64px;
    height: 64px;
}
.dsrIcon.sq32 {
    width: 32px;
    height: 32px;
}
.dsrIcon.sq16 {
    width: 16px;
    height: 16px;
}
/* DSR icons: hover effect */

.dsrIcon.hoverable {
    opacity: 0.65;
    transition-property: opacity;
    transition-duration: 225ms;
}
.dsrIcon.hoverable:hover {
    opacity: 1.0;
    transition-property: opacity;
    transition-duration: 450ms;
}
/* DSR icons: white background */

.dsrIcon.whiteBG {
    background-color: rgba(255, 255, 255, 0.35);
}
.dsrIcon.whiteBG:before {
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.35);
    content: ' ';
}
.dsrIcon.whiteBG:after {
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.35);
    content: ' ';
}
.dsrIcon.w64.whiteBG,
.dsrIcon.h64.whiteBG,
.dsrIcon.sq64.whiteBG {
    margin-left: 8px;
    margin-right: 8px;
}
.dsrIcon.w64.whiteBG:before,
.dsrIcon.h64.whiteBG:before,
.dsrIcon.sq64.whiteBG:before {
    left: -8px;
    width: 8px;
    border-radius: 8px 0 0 8px;
}
.dsrIcon.w64.whiteBG:after,
.dsrIcon.h64.whiteBG:after,
.dsrIcon.sq64.whiteBG:after {
    right: -8px;
    width: 8px;
    border-radius: 0 8px 8px 0;
}
.dsrIcon.w32.whiteBG,
.dsrIcon.h32.whiteBG,
.dsrIcon.sq32.whiteBG {
    margin-left: 6px;
    margin-right: 6px;
}
.dsrIcon.w32.whiteBG:before,
.dsrIcon.h32.whiteBG:before,
.dsrIcon.sq32.whiteBG:before {
    left: -4px;
    width: 4px;
    border-radius: 4px 0 0 4px;
}
.dsrIcon.w32.whiteBG:after,
.dsrIcon.h32.whiteBG:after,
.dsrIcon.sq32.whiteBG:after {
    right: -4px;
    width: 4px;
    border-radius: 0 4px 4px 0;
}
.dsrIcon.w16.whiteBG,
.dsrIcon.h16.whiteBG,
.dsrIcon.sq16.whiteBG {
    margin-left: 2px;
    margin-right: 2px;
}
.dsrIcon.w16.whiteBG:before,
.dsrIcon.h16.whiteBG:before,
.dsrIcon.sq16.whiteBG:before {
    left: -2px;
    width: 2px;
    border-radius: 2px 0 0 2px;
}
.dsrIcon.w16.whiteBG:after,
.dsrIcon.h16.whiteBG:after,
.dsrIcon.sq16.whiteBG:after {
    right: -2px;
    width: 2px;
    border-radius: 0 2px 2px 0;
}
/* DSR icons: fade animation */

.dsrIcon.fadeInOut {
    animation-name: dsrIconAnimation_fadeInOut;
    animation-duration: 1250ms;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    -webkit-animation-name: dsrIconAnimation_fadeInOut;
    -webkit-animation-duration: 1250ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
}
@keyframes dsrIconAnimation_fadeInOut {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes dsrIconAnimation_fadeInOut {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
/* DSR icons: wait */

.dsrIcon.wait.w64 {
    background-position: -345px -15px;
    height: 117px;
}
.dsrIcon.wait.w32 {
    background-position: -460px -15px;
    height: 60px;
}
.dsrIcon.wait.w16 {
    background-position: -546px -16px;
    height: 30px;
}
.dsrIcon.wait.h64,
.dsrIcon.wait.sq64 {
    background-position: -612px -15px;
    width: 34px;
}
.dsrIcon.wait.h32,
.dsrIcon.wait.sq32 {
    background-position: -845px -15px;
    width: 19px;
}
.dsrIcon.wait.h16,
.dsrIcon.wait.sq16 {
    background-position: -980px -15px;
    width: 9px;
}
/* DSR icons: wait B&W */

.dsrIcon.waitBW.w64 {
    background-position: -345px -181px;
    height: 117px;
}
.dsrIcon.waitBW.w32 {
    background-position: -460px -97px;
    height: 60px;
}
.dsrIcon.waitBW.w16 {
    background-position: -546px -66px;
    height: 30px;
}
.dsrIcon.waitBW.h64,
.dsrIcon.waitBW.sq64 {
    background-position: -612px -124px;
    width: 34px;
}
.dsrIcon.waitBW.h32,
.dsrIcon.waitBW.sq32 {
    background-position: -845px -76px;
    width: 19px;
}
.dsrIcon.waitBW.h16,
.dsrIcon.waitBW.sq16 {
    background-position: -980px -55px;
    width: 9px;
}
/* DSR icons: info */

.dsrIcon.info.w64 {
    background-position: -345px -342px;
    height: 64px;
}
.dsrIcon.info.w32 {
    background-position: -460px -179px;
    height: 32px;
}
.dsrIcon.info.w16 {
    background-position: -546px -119px !important;
    height: 16px;
}
.dsrIcon.info.h64,
.dsrIcon.info.sq64 {
    background-position: -611px -233px;
    width: 64px;
}
.dsrIcon.info.h32,
.dsrIcon.info.sq32 {
    background-position: -846px -136px;
    width: 32px;
}
.dsrIcon.info.h16,
.dsrIcon.info.sq16 {
    background-position: -980px -96px;
    width: 16px;
}
/* DSR icons: ruler */

.dsrIcon.ruler.w64,
.dsrIcon.ruler.sq64 {
    background-position: -345px -439px;
    height: 36px;
}
.dsrIcon.ruler.w32,
.dsrIcon.ruler.sq32 {
    background-position: -460px -234px;
    height: 18px;
}
.dsrIcon.ruler.w16,
.dsrIcon.ruler.sq16 {
    background-position: -546px -157px;
    height: 10px;
}
.dsrIcon.ruler.h64 {
    background-position: -611px -342px;
    width: 113px;
}
.dsrIcon.ruler.h32 {
    background-position: -846px -198px;
    width: 56px;
}
.dsrIcon.ruler.h16 {
    background-position: -980px -136px;
    width: 28px;
}
/* DSR icons: history */

.dsrIcon.history.w64,
.dsrIcon.history.sq64 {
    background-position: -346px -498px;
    height: 30px;
}
.dsrIcon.history.w32,
.dsrIcon.history.sq32 {
    background-position: -459px -275px;
    height: 17px;
}
.dsrIcon.history.w16,
.dsrIcon.history.sq16 {
    background-position: -546px -191px;
    height: 10px;
}
.dsrIcon.history.h64 {
    background-position: -612px -451px;
    width: 146px;
}
.dsrIcon.history.h32 {
    background-position: -845px -258px;
    width: 75px;
}
.dsrIcon.history.h16 {
    background-position: -979px -177px;
    width: 38px;
}
/* DSR icons: warn */

.dsrIcon.warn.w64,
.dsrIcon.warn.sq64 {
    background-position: -346px -553px;
    height: 55px;
}
.dsrIcon.warn.w32,
.dsrIcon.warn.sq32 {
    background-position: -460px -312px;
    height: 28px;
}
.dsrIcon.warn.w16,
.dsrIcon.warn.sq16 {
    background-position: -546px -225px;
    height: 15px;
}
.dsrIcon.warn.h64 {
    background-position: -612px -561px;
    width: 70px;
}
.dsrIcon.warn.h32 {
    background-position: -845px -319px;
    width: 36px;
}
.dsrIcon.warn.h16 {
    background-position: -979px -217px;
    width: 18px;
}
/* DSR icons: delete */

.dsrIcon.delete.w64,
.dsrIcon.delete.sq64 {
    background-position: -345px -645px;
    height: 67px;
}
.dsrIcon.delete.w32,
.dsrIcon.delete.sq32 {
    background-position: -459px -362px;
    height: 34px;
}
.dsrIcon.delete.w16,
.dsrIcon.delete.sq16 {
    background-position: -546px -269px;
    height: 18px;
}
.dsrIcon.delete.h64 {
    background-position: -612px -669px;
    width: 57px;
}
.dsrIcon.delete.h32 {
    background-position: -845px -378px;
    width: 30px;
}
.dsrIcon.delete.h16 {
    background-position: -979px -257px;
    width: 16px;
}
/* DSR icons: edit */

.dsrIcon.edit.w64 {
    background-position: -345px -761px;
    height: 135px;
}
.dsrIcon.edit.w32 {
    background-position: -459px -425px;
    height: 70px;
}
.dsrIcon.edit.w16 {
    background-position: -545px -318px;
    height: 34px;
}
.dsrIcon.edit.h64,
.dsrIcon.edit.sq64 {
    background-position: -613px -780px;
    width: 29px;
}
.dsrIcon.edit.h32,
.dsrIcon.edit.sq32 {
    background-position: -845px -440px;
    width: 16px;
}
.dsrIcon.edit.h16,
.dsrIcon.edit.sq16 {
    background-position: -978px -296px;
    width: 9px;
}
/* TEMPLATE NOTE: example/placeholder only */

.exampleGrayArea {
    padding: 14px;
    background: #E0E0E0;
}
.exampleGrayArea .dsrIcon {
    margin-bottom: 14px;
}
/* Dialog boxes */

.ui-dialog-titlebar {
    padding-right: 35px !important;
    background: url('../images/dsr_sprites.png') 4px -928px no-repeat #E3C87D !important;
}
.ui-dialog-title {
    padding-left: 90px;
    font-size: 90%;
    color: #FDFDF8;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.24), 1px 3px 2px rgba(0, 0, 0, 0.2);
}
.ui-dialog-titlebar-close {
    background: rgba(0, 0, 0, 0.04) !important;
    border: 2px solid rgba(80, 0, 0, 0.1) !important;
}
.ui-dialog-titlebar-close .ui-icon {
    background: url('../images/dsr_sprites.png') 1px -776px no-repeat !important;
    opacity: 0.6;
    transition-property: opacity;
    transition-duration: 200ms;
}
.ui-dialog-titlebar-close:hover .ui-icon {
    opacity: 1.0;
    transition-property: opacity;
    transition-duration: 600ms;
}
.ui-dialog-titlebar-close:hover {
    background-color: rgba(65, 0, 0, 0.09) !important;
    transition-property: background-color;
    transition-duration: 400ms;
}
/*change by 76 east*/

.menu {
    background-color: #F8F8FF;
    height: auto;
    height: auto;
}
.dermenu {
    background-color: #F8F8FF;
    height: auto;
    width: auto;
}
.wrapper {
    text-align: center;
}
.wrapper1 {
    text-align: left;
}
.divGroupedContent {
    position: relative;
    padding: 24px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 12px;
    border: 2px solid #9D9D9D;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin-top: 36px;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
}
.divGroupedContent .divHeading {
    position: absolute;
    top: -0.64em;
    left: 12px;
    margin: 0;
    padding: 0 8px;
    background: white;
    font-family: sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    letter-spacing: 0.1ex;
}
.examle.div.css-vertical-text1 {
    color: #333;
    border: 0px solid red;
    writing-mode: tb-rl;
    -mz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    white-space: nowrap;
    display: block;
    bottom: 0;
    width: 0px;
    height: 20px;
    font: 15px/ 22px Arial, Helvetica, sans-serif;
    font-weight: normal;
    text-shadow: 0px 0px 1px #333;
    position: Fixed;
    float: left;
    left: 15px;
}
.slide {
    position: absolute;
    top: 240px;
    right: -280px;
    cursor: pointer;
}
.widgets {
    background-color: #F8F8FF;
    height: 220px;
    height: 220px;
    border-style: solid;
    border-color: #A9A9A9;
}
.siteHeaders {
    /* TEMPLATE NOTE: or absolute or fixed; do what you
	                       want as long as it's not statically positioned */
    
    height: 20px;
    /*76 east 75px to 20 px*/
}
.siteHeaders .logoArea {
    position: absolute;
    top: 0;
    left: 0;
    width: 186px;
    height: 100%;
    z-index: 100;
}
.siteHeaders .logoArea .globe {
    position: absolute;
    top: 2px;
    left: 5px;
    width: 90px;
    height: 86px;
    background: url('../images/dsr_sprites.png') -15px -12px no-repeat;
}
.siteHeaders .logoArea .logotype {
    position: absolute;
    top: 25px;
    width: 86px;
    height: 22px;
    font-size: 0;
    text-indent: -10000cm;
}
.siteHeaders .logoArea a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
}
.siteHeaders .logoArea .background {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url('../images/dsr_sprites.png') -67px -260px no-repeat;
    opacity: 0.5;
    z-index: -1;
}
.siteHeaders .logoArea:hover .background {
    opacity: 0.65;
    transition-property: opacity;
    transition-duration: 600ms;
}
.siteHeaders .siteNavigation {
    position: absolute;
    top: 0;
    right: 175px;
    bottom: 0;
    left: 0;
    background: #F3E9CE;
    font-size: 0;
    white-space: nowrap;
    overflow: hidden;
    z-index: 50;
}
.siteHeaders .siteNavigation .item {
    display: inline-block;
    margin: 0;
    padding: 0 3px;
    height: 100%;
    font-family: sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #9C8A6B;
    line-height: 70px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.1ex;
    white-space: nowrap;
    vertical-align: middle;
}
.siteHeaders .siteNavigation .item:first-child {
    padding-left: 225px;
    text-align: right;
}
.siteHeaders .siteNavigation .item:last-child {
    padding-right: 1000px;
    text-align: left;
}
.siteHeaders .siteNavigation .item:hover,
.siteHeaders .siteNavigation .item.active {
    background-color: #F1E6C6;
    transition-property: background-color;
    transition-duration: 400ms;
}
.siteHeaders .siteNavigation .item a {
    display: block;
    padding: 0 12px;
    height: 100%;
    border-left: 3px solid #F3E9CE;
    border-right: 3px solid #F3E9CE;
    color: inherit;
    text-decoration: none;
    vertical-align: middle;
}
.siteHeaders .siteNavigation .item:first-child a {
    border-left: none;
}
.siteHeaders .siteNavigation .item:last-child a {
    border-right: none;
}
.siteHeaders .siteNavigation .item:hover a,
.siteHeaders .siteNavigation .item.active a {
    border-color: #EFE1BC;
    color: #AF791C;
    transition-property: border-color, color;
    transition-duration: 400ms;
}
.siteHeaders .memberMenu {
    position: absolute;
    top: 0;
    right: 0;
    width: 175px;
    height: 75px;
    background: #F8F2E3;
    font-family: sans-serif;
    font-size: 0;
    overflow: hidden;
    z-index: 80;
}
.siteHeaders .memberMenu .loggedInMenu {
    display: none;
}
.siteHeaders .memberMenu.loggedIn .loginMenu {
    display: none;
}
.siteHeaders .memberMenu.loggedIn .loggedInMenu {
    display: block;
}
.siteHeaders .memberMenu .loginMenu {
    font-size: 16px;
    line-height: 70px;
    font-weight: bold;
    color: #787878;
    text-transform: uppercase;
}
.siteHeaders .memberMenu .loginMenu .login {
    vertical-align: middle;
}
.siteHeaders .memberMenu .loginMenu .login a {
    color: inherit;
    text-decoration: none;
}
.siteHeader .memberMenu .loginMenu .login a:hover {
    text-decoration: underline;
}
.siteHeaders .memberMenu .loggedInMenu {
    font-size: 13px;
    font-weight: bold;
    color: #787878;
    text-transform: uppercase;
}
.siteHeaders .memberMenu .loggedInMenu .logout {
    position: absolute;
    bottom: 20px;
    left: 30px;
}
.siteHeaders .memberMenu .loggedInMenu .logout a {
    color: inherit;
    text-decoration: none;
}
.siteHeader .memberMenu .loggedInMenu .logout a:hover {
    text-decoration: underline;
}
.siteHeaders .memberMenu .loggedInMenu .email {
    display: inline-block;
    margin-left: 10px;
    text-transform: lowercase;
    width: 90%;
    font-size: 75%;
    white-space: nowrap;
    cursor: default;
    text-overflow: ellipsis;
    overflow-x: hidden;
    margin-top: 3px;
}
.siteHeaders .memberMenu .loggedInMenu .memberIcon {
    position: absolute;
    bottom: 0;
    right: -20px;
    width: 64px;
    height: 64px;
}
.siteHeaders .memberMenu .loggedInMenu .memberIcon .icon {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: -20px;
}
.siteHeaders .memberMenu .loggedInMenu .memberIcon .icon.noHover {
    background: url('../images/account_icon.png') no-repeat;
    opacity: 1;
    z-index: 1;
    left: -20px;
    background-size: 50px 50px;
    top: 8px;
}
.siteHeader .memberMenu .loggedInMenu .memberIcon .icon.hover {
    background: url('../images/dsr_sprites.png') -155px -108px no-repeat;
    opacity: 0.45;
    z-index: 2;
}
.siteHeaders .memberMenu .loggedInMenu .memberIcon:hover .icon.hover {
    opacity: 1;
    transition-property: opacity;
    transition-duration: 400ms;
}
.siteHeaders .memberMenu .loggedInMenu .memberIcon a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: -20px;
    z-index: 10;
}
.myframe {
    width: 500px;
    height: 200px;
}
.bubbleGroupedContentfootor {
    position: relative;
    padding: 24px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 12px;
    border: 2px solid #9D9D9D;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.bubbleGroupedContentfootor {
    /* TEMPLATE NOTE: this rule group only for positioning and sizing in demo;
	                  position and size this container however you want */
    
    margin-top: 36px;
    margin-left: auto;
    margin-right: auto;
}
.bubbleGroupedContentfootor .groupHeading {
    position: absolute;
    top: -0.64em;
    left: 12px;
    margin: 0;
    padding: 0 8px;
    background: white;
    font-family: sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #407CAC;
    letter-spacing: 0.1ex;
}
.headerlogo {
    margin-top: 59px;
    margin-left: 80px;
    font-size: 12px;
    color: gray;
}
.servicelayer {
    height: 100px;
    overflow-x: hidden;
    overflow-y: auto;
}
.classtable .th,
.classtd {
    border: 1px solid black;
    background-color: #1E90FF;
}
.classtable .th,
.classtds {
    border: 1px solid black;
    background-color: #fff;
}
.siteHeader .siteNavigationivoice {
    position: absolute;
    top: 0;
    right: 0px;
    bottom: 0;
    left: 0;
    background: #F3E9CE;
    font-size: 0;
    white-space: nowrap;
    overflow: hidden;
    z-index: 50;
}
/* CSS for Sub Analyser Page by Agryd */

#sub-analyser,
#sub-analyser-tabs {
    font-size: 0.8em;
}
#sub-analyser-tabs .ui-widget-header {
    background: none !important;
    border: none !important;
}
#sub-analyser-tabs .ui-state-default {
    background: none !important;
    background-color: #f7e5b9 !important;
}
#sub-analyser-tabs .ui-state-default.ui-tabs-active {
    background: none !important;
    background-color: #e3c87d !important;
}
#sub-analyser-tabs .ui-state-default.ui-tabs-active a {
    color: #000 !important;
    font-weight: bold;
}
#sub-analyser #exampleJQUIDialog .ui-widget-content {
    border: medium none;
    margin-bottom: 0 !important;
}
#sub-analyser #exampleJQUIDialog input[name="country"] {
    width: 97% !important;
}
#sub-analyser-tabs table {
    border-spacing: 0px;
}
#sub-analyser-tabs .table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
    background-color: #f5f5f5;
}
#sub-analyser-tabs .table-striped > tbody > tr:nth-child(even) > td {
    background-color: #f9f9f9;
}
#sub-analyser-tabs .table-striped > tbody > tr:nth-child(even) > td.td_back {
    background-color: #f1f1f1;
}
#sub-analyser-tabs .table-striped > tbody > tr:nth-child(odd) > th {
    border-bottom: 1px solid #111111;
    padding: 10px 18px;
    background-color: white;
}
#sub-analyser-tabs ul li {
    list-style: none;
}
/* CSS for Sub Analyser Page by Agryd */

.context-ruler-btn,
.historical-chart-btn {
    background: url(../images/CtxRulerButtonIcon.png) 0 0px;
    background-size: 62px 20px;
    width: 62px;
    height: 20px;
    display: block;
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.75);
}
.context-ruler-btn:hover,
.historical-chart-btn:hover {
    -webkit-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.75);
}
.historical-chart-btn {
    background: url(../images/HistChartButtonIcon.png) 0 0px;
    background-size: 62px 20px;
}
/* Place a PDF icon to the right of any content with the pdf_icon class or
that is a link to a PDF resource: articles, pricing. */

.pdf_icon,
a[href $='.pdf'] {
    padding-right: 18px;
    background: transparent url(../images/tiny_pdf.png) no-repeat center right;
}
/* Place a CSV icon to the right of any content with the csv_icon class or
that is a link to a CSV resource: data dumps. */

.csv_icon,
a[href $='.csv'] {
    padding-right: 32px;
    background: transparent url(../images/tiny_csv.png) no-repeat center right;
}
/*
Place 'open-in-new-window' icons to the right of links to
foreign website pages and for links with the class new_tab_link.
*/

.new_tab_link,
a[target='_blank'][rel='nofollow'] {
    padding-right: 19px;
    background: transparent url(../images/opens_in_new_tab.png) no-repeat center right;
}
.propertyTypeToggle {
    text-align: center;
    font-weight: bold;
    background: white;
    margin: 5px auto 5px auto;
    width: 200px;
    //box-shadow: 0 0 10px rgba(0, 0, 0, 0.9) inset;
    border-radius: 8px;
}
input[name='toogelval_Ptype'] {
    vertical-align: middle;
    display: inline;
    float: none;
    margin: 0px 2px 2px 0px !important;
    cursor: pointer;
}
.propertyTypeToggle label {
    font-family: Verdana,Arial,sans-serif;
    font-size: 14px;
    font-weight: normal;
    margin-top: 4px;
    margin-right: 12px;
    cursor: pointer;
}
