/*
Document   : tm
Created on : 06-Oct-2011, 11:12:33
*/
/*
Document   : _common
Created on : 06-Oct-2011, 10:48:08
*/
ol, ul, li {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

::selection,
::-moz-selection {
  background: #3397DD;
  color: white;
  text-shadow: none;
}

em {
  font-weight: bold;
  font-style: normal;
}

h1 {
  position: absolute;
  top: 0;
  left: 0;
  text-indent: -9999px;
  width: 200px;
}

a.btn {
  text-decoration: none;
}

.print-only {
  display: none;
}

body {
  font-family: "Lato", arial, helvetica, sans-serif;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
  margin: 0;
}

h2, h3 {
  font-family: "Lato", arial, helvetica, sans-serif;
  font-weight: 300;
  font-size: 1.8em;
  margin-bottom: 10px;
}

hr {
  clear: both;
  border: 1px solid #ccc;
  border-width: 1px 0;
  width: 960px;
  margin: 20px auto;
  height: 3px;
}

a:focus {
  outline: thin dotted;
}

a:hover, a:active {
  outline: 0;
}

.user_info {
  border: 1px solid #cecece;
  padding: 5px;
  background-color: #efefef;
  margin: 0 5px 20px;
}

.user_notice {
  border: 1px solid #FF9600;
  background-color: #FFEACB;
  padding: 5px;
  margin: 0 5px 10px;
}
.user_notice hr {
  border-top: none;
  width: 100%;
}

.user_ok {
  font-weight: bold;
  color: #04B900;
  background-color: #CCFFCB;
  border: 1px solid #04B900;
  padding: 5px;
  margin: 0 5px 10px;
}

.user_error {
  background-color: #FFEBE8;
  border: 1px solid #C00;
  padding: 5px;
  margin: 0 5px 10px;
}

#acontent {
  background-color: #fff;
  min-height: 500px;
  clear: both;
  z-index: 100;
}

div.r {
  height: 1px;
  background-color: #fff;
}

.note {
  color: #999;
  font-size: 90%;
}

.smlcap {
  font-variant: small-caps;
  font-size: 85%;
}

/* MENU */
#menu {
  background: #ECECED url(/intro_src/assets/tm_100.png) 2px 7px no-repeat;
  /*background-size: 292px 60px;*/
  position: relative;
  border-top: 2px solid #fff;
  color: #777;
  padding: 2px 0 0;
  z-index: 90;
  margin-top: 0;
  border-top: 0;
  height: 100px;
  white-space: nowrap;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  #menu {
    background-size: 292px 60px;
  }
}
#menu p {
  margin: 0;
}

#intro #menu {
  background-position: 164px -97px;
}

#pwremind {
  position: absolute;
  top: 50px;
  right: 40px;
  color: #fbfbfb;
  font-size: 0.9em;
}
#pwremind a, #pwremind a:visited, #pwremind a:active, #pwremind a:link {
  color: #fbfbfb;
}

/* FOOTER */
#footer {
  text-align: center;
  padding: 20px;
  background-color: #ebebec;
  position: relative;
  clear: both;
  z-index: 90;
  margin: 10px;
  border-radius: 10px;
}
#footer p {
  font-size: 0.9em;
  line-height: 1.5em;
}
#footer .contact {
  margin-bottom: 10px;
  letter-spacing: 1px;
}
#footer #services img {
  margin: 0 15px 20px;
}
#footer #serverinfo {
  padding: 50px 0 30px;
}
#footer p {
  color: #333;
}
#footer a, #footer a:link, #footer a:hover, #footer a:visited {
  color: #777;
  -webkit-transition: color 0.1s ease-in;
  -moz-transition: color 0.1s ease-in;
  -o-transition: color 0.1s ease-in;
  transition: color 0.1s ease-in;
}
#footer a:hover, #footer a:active {
  color: #333;
}
#footer hr {
  background-color: transparent;
  border: 1px solid #e1e1e1;
  border-width: 0 0 1px 0;
  width: 100%;
}
#footer .foot-help {
  clear: both;
  position: relative;
  margin: 0 20px 10px 0;
}
#footer .foot-help p {
  font-size: 1em;
  line-height: 1.5em;
  margin: 0;
}
#footer .foot-help p.f-needhelp,
#footer .foot-help p.f-more {
  font-weight: bold;
  font-size: 1.1em;
  margin-bottom: 10px;
}
#footer .foot-help p.f-more {
  margin-top: 20px;
}
#footer .foot-products {
  height: 65px;
  margin: 0 auto;
  width: 620px;
  z-index: 999;
}
#footer .foot-products div {
  float: left;
  width: 155px;
}

.foot-links {
  text-align: left;
  float: right;
  width: 200px;
  height: 16em;
  position: relative;
  font-size: 0.9em;
  background-color: #3b4352;
  padding: 10px;
  z-index: 100;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.foot-links ul {
  list-style-type: none;
  color: #fff;
}
.foot-links li {
  line-height: 1.7em;
}
.foot-links a {
  text-decoration: none;
  display: block;
}
.foot-links a:hover {
  text-decoration: underline;
}
.foot-links h4 {
  color: #fff;
  margin-bottom: 10px;
  border-bottom: 1px solid #8b97ab;
  padding-bottom: 5px;
}

#foot-content {
  width: 960px;
  margin: 0 auto;
}

#h5bg {
  position: absolute;
  bottom: 5px;
  right: 5px;
}

#foot-intro-help {
  float: left;
  text-align: left;
  width: 350px;
}

#foot-tm-links {
  margin: 0 20px 20px 70px;
}

#foot-rt-links {
  margin-right: 20px;
}

.foot-tc {
  line-height: 1.2em;
  padding-top: 0;
  text-align: left;
  width: 960px;
  margin: 0 auto 20px;
}

p.flsid {
  color: #b3bac8 !important;
  margin: 5px 0 0;
}

#existingusers {
  color: #fff;
  font-weight: bold;
  position: relative;
}

.bodytxt {
  font-size: 1.5em;
}

.contenttxt {
  width: 560px;
  margin: 10px auto;
  text-align: left;
}

/* DOWNLOAD BUTTON */
.download-button {
  display: block;
  background: transparent url(/intro_src/assets/download-button-orange.png) top left no-repeat;
  width: 150px;
  height: 34px;
  text-indent: -9999px;
  margin: 0 auto;
}

.download-button:hover {
  background-position: 0 -50px;
}

.download-button:active {
  background-position: 0 -100px;
}

.download-button-blue {
  background-image: url(/intro_src/assets/download-button.png);
}

/* SIGNUP BUTTON */
.signup-button {
  display: block;
  background: transparent url(/intro_src/assets/signup-button-green.png) top left no-repeat;
  width: 150px;
  height: 34px;
  text-indent: -9999px;
  margin: 0 auto;
}

.signup-button:hover {
  background-position: 0 -50px;
}

.signup-button:active {
  background-position: 0 -100px;
}

.signup-button-blue {
  background-image: url(/intro_src/assets/signup-button.png);
}

#container {
  padding: 10px 0;
}

.bgbox {
  background-color: rgba(255, 255, 255, 0.4);
  border: 1px solid #f1f1f1;
  padding: 10px;
}

.bgbox:after {
  content: " ";
  display: block;
  width: 100px;
  height: 12px;
  float: right;
  position: relative;
  top: 5px;
  left: 5px;
  background: transparent none;
}

/* button basics */
.ancbutton a {
  display: inline-block;
  height: 23px;
  padding: 0 0 0 3px;
  font-weight: bold;
  color: #333;
  text-shadow: 1px 1px 0 #fff;
  background: url(/images/button_bg.png) 0 0 no-repeat;
  white-space: nowrap;
  border: none;
  overflow: visible;
  cursor: pointer;
  text-decoration: none;
}
.ancbutton a span {
  display: block;
  height: 23px;
  padding: 0 10px 0 8px;
  line-height: 23px;
  background: url(/images/button_bg.png) 100% 0 no-repeat;
}
.ancbutton a:hover {
  color: #fff;
  text-decoration: none;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
  background-position: 0 -30px;
}
.ancbutton a:hover span {
  background-position: 100% -30px;
}
.ancbutton a img {
  vertical-align: text-top;
}

.ab-blue a {
  background-position: 0 -30px;
  color: #fff;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
}

.ab-blue a > span {
  background-position: 100% -30px;
}

/* DISPLAY TABLES */
.edit-table,
.full-table,
.report-table {
  width: 85%;
  margin: 10px auto;
  border: 1px solid #E0E0E0;
  border-collapse: collapse;
}

.report-table {
  border: 0;
  font-size: 0.9em;
  margin: 10px;
}
.report-table td,
.report-table th {
  border: 1px solid #777;
}
.report-table td {
  padding: 0 15px;
}
.report-table td.emp {
  font-weight: bold;
}

.edit-table {
  width: auto;
}
.edit-table td,
.edit-table th {
  padding: 5px 15px;
}
.edit-table td {
  border-bottom: 1px solid #E0E0E0;
}
.edit-table tr.buttons td {
  text-align: center;
  border-top: 1px solid #E0E0E0;
  padding: 10px;
}
.edit-table tr.buttons input {
  margin-right: 8px;
}

.edit-table th,
.full-table th {
  text-align: left;
  background-color: #F6F6F6;
  padding: 4px;
}

.full-table td {
  padding: 2px;
}

/*
table table {
	border: 1px solid #DDDDDD;
	background-color: #fff;
}
*/
th.header {
  background: transparent url(/intro_src/assets/analytics/th_bg.gif) center right no-repeat;
  padding-right: 21px;
  cursor: pointer;
}

th.headerSortUp {
  background-image: url(/intro_src/assets/analytics/th_asc.gif);
}

th.headerSortDown {
  background-image: url(/intro_src/assets/analytics/th_desc.gif);
}

.scheduled-maintenance {
  position: absolute;
  top: 0;
  right: 400px;
  border: 3px solid #f39814;
  background-color: #ffeacb;
  padding: 1px 5px;
  margin: 0 10px 0 0;
  font-size: 11px;
  z-index: 999;
  color: #000;
}

#menu .scheduled-maintenance ul,
.scheduled-maintenance li {
  list-style: none;
  padding: 0;
  height: auto;
  background-color: transparent;
  line-height: 10px;
}

.db-conn-err {
  position: absolute;
  top: 4px;
  right: 10px;
  width: 500px;
  margin: 0 auto 20px;
  border: 1px solid #FF9600;
  background-color: #FFEACB;
  padding: 2px 5px;
  color: #000;
  font-size: 12px;
}

h4.db-conn-err {
  white-space: normal;
}

#login-frame {
  position: absolute;
  top: 5px;
  right: 0;
}

#login-https {
  padding: 5px 10px;
  position: absolute;
  top: 5px;
  right: 0;
  font-size: 90%;
}
#login-https input[type=submit] {
  height: 30px;
}

table .blue {
  color: #049cdb;
  border-bottom-color: #049cdb;
}

table .headerSortUp.blue, table .headerSortDown.blue {
  background-color: #ade6fe;
}

table .green {
  color: #46a546;
  border-bottom-color: #46a546;
}

table .headerSortUp.green, table .headerSortDown.green {
  background-color: #cdeacd;
}

table .red {
  color: #9d261d;
  border-bottom-color: #9d261d;
}

table .headerSortUp.red, table .headerSortDown.red {
  background-color: #f4c8c5;
}

table .yellow {
  color: #ffc40d;
  border-bottom-color: #ffc40d;
}

table .headerSortUp.yellow, table .headerSortDown.yellow {
  background-color: #fff6d9;
}

table .orange {
  color: #f89406;
  border-bottom-color: #f89406;
}

table .headerSortUp.orange, table .headerSortDown.orange {
  background-color: #fee9cc;
}

table .purple {
  color: #7a43b6;
  border-bottom-color: #7a43b6;
}

table .headerSortUp.purple, table .headerSortDown.purple {
  background-color: #e2d5f0;
}

#social {
  clear: both;
  float: right;
  margin-right: 20px;
}

#firstsite {
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  padding: 10px 20px;
  font-size: 90%;
}

/* Breadcrumbs */
ul#crumbs, ul#crumbs li {
  list-style-type: none;
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

ul#crumbs {
  border: 1px solid #dedede;
  border-radius: 5px;
  height: 31px;
  font-size: 0.9em;
  background-color: #fff;
  margin: 5px 10px 0;
}

ul#crumbs li {
  float: left;
  line-height: 2.3em;
  padding-left: 0.75em;
  color: #777;
}

#crumbs li a {
  display: block;
  padding: 0 15px 0 0;
  background: url(/images/crumbs.gif) no-repeat right center;
}

#crumbs li a:link, #crumbs li a:visited {
  text-decoration: none;
  color: #777;
}

#crumbs li a:hover, #crumbs li a:focus {
  color: #dd2c0d;
}

#side-menu {
  display: none !important;
}
/*
Document   : intro
Created on : 06-Oct-2011, 10:24:03
*/
/*
Document   : _common
Created on : 06-Oct-2011, 10:48:08
*/
#container {
  background: #fff url(/intro_src/assets/bg_new_flip.png) 0 0 repeat-x; }

h2 {
  text-align: center;
  margin-bottom: 0; }

.tip-login .ui-tooltip-titlebar {
  font-size: 11px; }
.tip-login .ui-tooltip-content {
  font-size: 12px; }
.tip-login .ui-tooltip-icon {
  right: 10px; }

#intro-main {
  text-align: center; }

.intro-img {
  position: relative;
  width: 950px;
  height: 280px;
  margin: 0 auto 10px;
  background: transparent url(/intro_src/assets/main_wht.png) 0 -20px no-repeat; }

/* QUOTES */
blockquote {
  clear: both;
  font-family: "Lato", Georgia, serif;
  font-size: 36px;
  font-weight: 400;
  font-style: italic;
  text-align: center;
  line-height: 20px;
  margin: 20px 0; }

cite {
  font-size: 12px; }

#canyoudothis {
  font-size: 30px;
  line-height: 40px; }

#canyoudothis-sec {
  width: 960px;
  margin: 20px auto;
  background: transparent url(/intro_src/assets/featarray_500_1.png) 0 0 no-repeat;
  font-size: 15px; }
  #canyoudothis-sec p {
    margin-bottom: 10px;
    margin-left: 420px;
    text-align: left;
    padding-left: 5px;
    line-height: 24px; }
  #canyoudothis-sec .alt {
    background-color: #f8f8f8;
    padding: 3px 5px; }

.quote {
  background: #fff url(/intro_src/n1/cm_quote2.gif) top left no-repeat;
  float: right;
  margin: -20px 0 -20px 7px;
  width: 150px;
  height: 95px; }

.bg-shadow {
  position: absolute;
  width: 34px;
  height: 300px;
  top: 0; }

.bg-left {
  background: transparent url(/intro_src/assets/intro_bg_left.gif) top left no-repeat;
  left: -50px; }

.bg-right {
  background: transparent url(/intro_src/assets/intro_bg_right.gif) top left no-repeat;
  right: -50px; }

#screens {
  margin: 20px auto;
  width: 720px; }
  #screens div {
    float: left;
    margin: 10px;
    position: relative; }
  #screens a {
    display: block;
    position: relative;
    z-index: 999; }
  #screens a.gallery, #screens a:visited.gallery {
    color: #b1babd; }
  #screens div img {
    border: 1px solid #b1babd; }
  #screens p {
    /*	font-weight: bold;*/
    position: absolute;
    font-size: 0.9em;
    line-height: 1.4em;
    text-align: left;
    padding: 5px 60px 5px 5px;
    background-color: #E5E8FC;
    border: none; }
  #screens div.two p,
  #screens div.four p {
    padding: 5px 5px 5px 60px; }
  #screens div.one p {
    left: -130px;
    top: 45px;
    text-align: right; }
  #screens div.three p {
    left: -130px;
    top: 150px;
    text-align: right; }
  #screens div.two p {
    right: -130px;
    top: 150px; }
  #screens div.four p {
    right: -130px;
    top: 45px; }
  #screens span.arrow {
    display: none;
    width: 98px;
    height: 79px;
    position: absolute; }
  #screens div.one span.arrow {
    background: transparent url(/intro_src/assets/arrows/arrow_br.png) top left no-repeat;
    left: -100px;
    top: 75px; }
  #screens div.two span.arrow {
    background: transparent url(/intro_src/assets/arrows/arrow_tl.png) top left no-repeat;
    right: -100px;
    top: 70px; }
  #screens div.three span.arrow {
    background: transparent url(/intro_src/assets/arrows/arrow_tr.png) top left no-repeat;
    left: -100px;
    top: 70px; }
  #screens div.four span.arrow {
    background: transparent url(/intro_src/assets/arrows/arrow_bl.png) top left no-repeat;
    right: -100px;
    top: 95px; }
  #screens .zoomb {
    width: 43px;
    height: 32px;
    position: absolute;
    background: transparent url(/intro_src/assets/fold_zoom.gif) top left no-repeat;
    top: -12px;
    right: 10px; }

#screen-more {
  display: none;
  width: 100%; }

h2.more {
  text-align: center;
  font-size: 1.5em;
  clear: both; }

#clients {
  clear: both;
  width: 800px;
  margin: 0 auto;
  padding-bottom: 10px; }

.traininglnk {
  position: absolute;
  top: 10px;
  right: 10px; }

/*
.intro-login {
	display: none;
	position: absolute;
	top: 30px;
	right: 30px;
	background-color: #E8EBF1;
	padding: 10px;
	border: 1px solid #ccc;
	z-index: 999;
}
*/
#combo {
  width: 860px;
  margin: 0 auto; }

#quick-signup {
  display: block;
  float: right;
  text-align: left;
  border: 3px solid #3397DD;
  padding: 12px 20px 20px;
  background-color: #f1f1f1;
  background: #f1f1f1;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f1f1f1 0%, #e7e5e8 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f1f1f1), color-stop(100%, #e7e5e8));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f1f1f1 0%, #e7e5e8 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f1f1f1 0%, #e7e5e8 100%);
  /* Opera11.10+ */
  background: -ms-linear-gradient(top, #f1f1f1 0%, #e7e5e8 100%);
  /* IE10+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#e7e5e8',GradientType=0 );
  /* IE6-9 */
  background: linear-gradient(top, #f1f1f1 0%, #e7e5e8 100%);
  /* W3C */
  margin-top: 40px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -moz-box-shadow: 0px 0px 9px 0px #939294;
  -webkit-box-shadow: 0px 0px 9px 0px #939294;
  box-shadow: 0px 0px 9px 0px #939294; }
  #quick-signup h3 {
    margin-bottom: 10px;
    font-size: 1.4em; }
  #quick-signup p {
    margin-bottom: 8px;
    font-style: italic;
    font-size: 1.1em; }
  #quick-signup input[type=text] {
    -moz-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.1), 0 1px 0 white, 0 0 1px transparent, 0 0 1px transparent, 0 0 1px transparent;
    -webkit-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.1), 0 1px 0 white, 0 0 1px transparent, 0 0 1px transparent, 0 0 1px transparent;
    box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.1), 0 1px 0 white, 0 0 1px transparent, 0 0 1px transparent, 0 0 1px transparent;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #A0A0A0;
    padding: 3px 2px; }
  #quick-signup input[type=submit] {
    padding: 4px 6px; }
  #quick-signup #signupbut {
    font-size: 20px;
    padding: 10px 5px;
    width: 100%; }
  #quick-signup.su-but {
    width: 230px; }
  #quick-signup.su-form {
    margin-top: -2px; }

#signupbut {
  font-size: 20px;
  padding: 10px 50px; }

label {
  clear: both;
  display: block; }

#threepoint-title {
  font-size: 1.8em;
  margin: 10px auto 20px;
  display: none; }

#threepoint {
  text-align: left;
  width: 550px;
  height: 254px;
  list-style: none;
  line-height: 1.9em;
  text-indent: -9999px;
  background: #fff url(/intro_src/assets/steps_w_serif.png) top left no-repeat; }
  #threepoint li {
    padding-left: 50px;
    background: none;
    /*transparent url(/intro_src/n1/step1.gif) top left no-repeat;*/
    margin-bottom: 20px; }

#data-days span {
  color: #075105; }

/* SLIDESHOW */
#slideshow {
  width: 700px;
  height: 300px;
  position: relative;
  margin: 10px auto;
  left: -80px; }

#frame {
  position: absolute;
  z-index: 0;
  width: 868px;
  height: 341px;
  top: -3px;
  left: -94px;
  background: transparent url(/intro_src/assets/slide-frame.png) 15px 0 no-repeat; }

#slides {
  position: absolute;
  top: 15px;
  left: 4px;
  /*z-index:100;*/ }

.slides_container {
  width: 670px;
  overflow: hidden;
  position: relative;
  display: none; }
  .slides_container div.slide {
    width: 670px;
    height: 270px;
    display: block; }

.pagination {
  margin: 26px auto 0;
  width: 100px;
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 999; }
  .pagination li {
    float: left;
    margin: 0 1px;
    list-style: none; }
    .pagination li a {
      display: block;
      width: 12px;
      height: 0;
      padding-top: 12px;
      background-image: url(/scripts/jquery/slidesjs/img/pagination.png);
      background-position: 0 0;
      float: left;
      overflow: hidden; }
    .pagination li.current a {
      background-position: 0 -12px; }

.slidebg {
  background: #f0f0f0 url(/intro_src/assets/slideshow/tm_cloud_hello.png) top left no-repeat;
  width: 670px;
  height: 270px;
  position: absolute;
  top: 0;
  left: 0; }

#head-download {
  position: absolute;
  top: 50px;
  right: -180px;
  width: 150px;
  height: 34px;
  z-index: 999; }

#head-quote {
  margin-top: 45px;
  font-size: 24px;
  font-family: Georgia, serif;
  line-height: 26px; }
  #head-quote span {
    white-space: nowrap; }

#tacho-guide {
  font-size: 0.9em;
  position: absolute;
  top: 97px;
  right: -235px;
  width: 203px;
  height: 200px;
  z-index: 999;
  padding: 15px 15px 10px;
  background: transparent url(/intro_src/assets/small_box.png) top left no-repeat; }
  #tacho-guide h3 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px; }
  #tacho-guide a, #tacho-guide p {
    margin-top: 8px; }

.guide-in {
  text-align: right;
  margin-right: 15px; }

#guide-submit {
  margin-top: 10px;
  padding: 3px 5px;
  font-size: 12px; }

#guidepdf {
  position: relative;
  top: 5px; }

.txtsec {
  clear: both;
  line-height: 2.1em;
  margin-top: 25px; }

.txtsec,
.txtsec a {
  color: #000; }

.play-slide {
  cursor: pointer;
  width: 48px;
  height: 48px;
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: transparent url(/intro_src/assets/slideshow/play.png) top left no-repeat; }

.feat-slide {
  position: absolute;
  bottom: 8px;
  right: 10px; }

#adtext p {
  font-size: 15px;
  margin-bottom: 15px;
  line-height: 25px; }

#doesyourlink {
  position: absolute;
  top: 200px;
  right: 35px;
  width: 200px;
  background-color: #6B4FF3;
  border: 1px solid #D9DEE6;
  display: none;
  padding: 12px 12px 15px;
  -moz-box-shadow: 0 0 20px 5px #c9befb;
  -webkit-box-shadow: 0 0 20px 5px #c9befb;
  box-shadow: 0 0 20px 5px #c9befb; }
  #doesyourlink a {
    font-size: 16px;
    text-decoration: none;
    color: #fff; }

.chat-bubble-arrow {
  border-color: #6B4FF3 transparent transparent transparent;
  border-style: solid;
  border-width: 20px;
  height: 0;
  width: 0;
  position: absolute;
  bottom: -45px;
  left: 90px; }

.chat-bubble-arrow-2 {
  border-color: #6B4FF3 transparent transparent transparent;
  border-style: solid;
  border-width: 20px;
  height: 0;
  width: 0;
  position: absolute;
  bottom: -70px;
  left: 90px; }

#topsec-hr {
  margin: 10px auto; }

#h-quote {
  line-height: 1.3em;
  font-size: 1.4em;
  width: 780px;
  margin: 0 auto 20px; }

/* Style for the slide up panel for expos */
#conslide {
  height: 150px;
  width: 100%;
  position: absolute;
  position: fixed;
  bottom: -150px;
  left: 0;
  z-index: 99; }

#concontent {
  position: relative;
  padding: 5px 10px 10px 240px;
  height: 100%;
  margin: 0 50px;
  background: #fff none;
  /*url(/intro_src/ll_logo_2011.gif) 15px 5px no-repeat;*/
  border: 2px solid #363D67; }

#conslide p {
  font-size: 1em;
  margin-bottom: 2px; }

#conslide p.emp {
  font-style: italic;
  font-weight: bold; }

#closebut {
  cursor: pointer;
  text-indent: -5000px;
  background: transparent url(/images/close_button.png) 0 -24px no-repeat;
  position: absolute;
  top: 2px;
  right: 2px;
  width: 19px;
  height: 19px; }

.con-ext {
  position: absolute;
  top: 25px;
  left: 15px; }

/* [COOKIE INFORMATION] */
.cookieinfo {
  margin: 0 auto;
  display: none;
  text-align: left; }
  .cookieinfo .cookie-action {
    float: right;
    padding-top: 5px; }
  .cookieinfo .blurb {
    margin-right: 220px; }
  .cookieinfo .ancbutton a {
    width: 90px;
    text-align: center; }

#cookie-ok {
  margin-left: 10px; }

/* [/COOKIE INFORMATION] */
@media screen and (min-width: 1550px) {
  #doesyourlink {
    display: block; } }
