/**
 * Stylesheet for www.livetext.com Help Center and related screens.
 *
 * Copyright (c) 1997-2014 LiveText Incorporated. All Rights Reserved.
 *
 * NOTICE: All information contained herein is, and remains the property of
 * LiveText Incorporated and its suppliers, if any.  The intellectual and
 * technical concepts contained herein are proprietary to LiveText Incorporated
 * and its suppliers and may be covered by U.S. and Foreign Patents, patents in
 * process, and are protected by trade secret or copyright law. Dissemination of
 * this information or reproduction of this material is strictly forbidden
 * unless prior written permission is obtained from LiveText Incorporated.
 */

/* ================================================================= */
/* COMMON PAGE STYLES                                                */
/* ----------------------------------------------------------------- */

body,select,input,textarea,div,td,th,li,dd,p {
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
}

body {
  padding: 0;
  margin: 0;
  width: 100%;
}

td {
  font-family: Arial, Helvetica, sans-serif;
}

img {
  border: none;
}

a,a:link,a:active,a:visited {
  color: #003366;
  outline: 0;
}

a:hover {
  color: #336699;
  text-decoration: none;
}

body.helpCenter {
  background: #fff;
  padding: 0;
  margin: 0;
}

div.containerFull {
  line-height: 1.5em;
}

div.contentWrapper {
  padding: 0 2em;
}

.clearFloat {
  clear: both;
  line-height: 0.1em;
  height: 0.1em;
  padding: 0;
  margin: 0;
}

form {
  padding: 0;
  margin: 0;
}

.alert,.alert a:link,.alert a:active,.alert a:visited {
  color: #FF0000;
}

p {
  padding: 0;
  margin: 0 0 1em 0;
  line-height: 1.5em;
}

div.divider {
  line-height: 0.1em;
  border-bottom: 1px #cccccc solid;
  height: 1em;
  padding: 0;
  margin: 0.5em 0;
}

.footnote,span#footnote {
  color: #666666;
}

span#footnote {
  font-size: 0.9em;
}

ul.noBullet li {
  list-style: none;
}

.floatRight {
  float: right;
  margin: 0 0 0.5em 0.5em;
}

.floatLeft {
  float: left;
  margin: 0 0.5em 0.5em 0;
}

/* ================================================================= */
/* HEADLINE STYLES                                                   */
/* ----------------------------------------------------------------- */

h1,h2 {
  clear: right;
  margin: 0 0 .5em 0;
}

h1 a,h2 a,h3 a,h4 a,h5 a {
  text-decoration: none;
}

h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover {
  text-decoration: underline;
}

h1 {
  color: #e98300;
  font-weight: normal;
  line-height: 1em;
  margin: 1em 0;
  text-decoration: none;
  cursor: text;
  font-size: 2em;
}

h2 {
  font-size: 1.75em;
  color: #333;
}

h3 {
  font-size: 1.5em;
  color: #666;
  border-bottom: 2px solid #ccc;
}

h4 {
  font-size: 1.4em;
  font-weight: normal;
}

h5 {
  font-size: 1.2em;
  margin-bottom: .5em;
}

.sidenavDiv h5 {
  border: none;
  padding-bottom: none;
}

.sidenavDiv h3 {
  margin-top: 0 !important;
}

hr.cc {
  background-color: #ccc;
  border: 0;
  color: #ccc;
  height: 1px;
  margin: 1.5em 0;
}

/* ================================================================= */
/* PAGE STRUCTURE STYLES                                             */
/* ----------------------------------------------------------------- */

.sideColumn {
  float: left;
  width: 25%;
}

.mainColumn {
  margin-left: 27%;
  margin-bottom: 2em;
}

/* ================================================================= */
/* HEADER SECTION STYLES                                             */
/* ----------------------------------------------------------------- */

.headerSection {
  /*background: url(/assets/c1/images/header_bg.gif) top left;*/
  height: 70px;
  width: 100%;
  border-bottom: 1px solid #cccccc;
}

.headerSection h3 {
  color: #d46401;
}

.logoLink {
  background: url(/site_assets_new/images/WTM_LTLogoEnd_MID_Stack_RGB_beta.svg) top left no-repeat;
  width: 400px;
  height: 50px;
  float: left;
  position: absolute;
  margin: 15px 2em;
}

div.closeWindow {
  float: right;
  display: inline-block;
  text-decoration: none;
  border: 1px solid #bbb;
  background: url(/assets/c1/images/button/buttonBackgroundSprite.png) 0 0 repeat-x;
  font: normal 12px/16px "Arial", Helvetica, sans-serif;
  color: #575757;
  text-shadow: 0 1px 0 rgba(255,255,255,.8);
  cursor: pointer;
  border-radius: 4px;
  -webkit-box-shadow: 0px 1px 0px 0px #fff;
  box-shadow: 0px 1px 0px 0px #fff;
  margin: 2em;
}

div.closeWindow:hover {
  background-position: 0 -30px;
  border-color: #666;
}

div.closeWindow a {
  height: 20px;
  display: block;
  padding: 4px 8px 0 8px;
  text-decoration: none;
  color: inherit;
}

/* ================================================================= */
/* FOOTER SECTION STYLES                                             */
/* ----------------------------------------------------------------- */

.footerDiv {
  border-top: 2px solid #ccc;
  color: #666666;
  padding: 2em;
}

.footerDiv div.rightColumn {
  float: right;
  text-align: right;
  width: 11.4em;
}

.footerDiv ul {
  padding: 0;
  margin: 0;
}

.footerDiv li {
  list-style: none;
}

/* ================================================================= */
/* BREAD CRUMB STYLES                                                */
/* ----------------------------------------------------------------- */

.breadCrumb {
  padding-top: 1em;
}

/* ================================================================= */
/* SECTION TAB NAVIGATION SPECIFIC                                   */
/* ----------------------------------------------------------------- */

div.sectionNav {
  height: 31px;
}

div.sectionNav ul {
  display: block;
  margin: 0;
  padding: 0;
  clear: both;
}

div.sectionNav li {
  display: inline-block;
  list-style: none;
  margin: 0;
  background: url(/assets/c1/images/tab/tab_section_right.gif) center -1px repeat-x #e0e0df;
  border-color: #ccc;
  font-weight: bold;
  border-radius: 6px 6px 0 0;
  border: 1px solid #e3e3e3;
  border-bottom: none;
}

div.sectionNav li a:link,div.sectionNav li a:active,div.sectionNav li a:visited {
  font-weight: normal;
  color: #575757;
  text-decoration: none;
  display: block;
  padding: 6px 1em 0 1em;
  height: 24px;
}

div.sectionNav li:hover {
  background: url(/assets/c1/images/tab/tab_section_o.gif) center -1px repeat-x #f5f5f5;
}

div.sectionNav li a:hover {
  color: #333333;
  text-decoration: underline;
}

div.sectionNav li.tabOn {
  background: #e0e0df;
  background-image: url(/assets/c1/images/tab/tab_section_tabOn_right.gif);
  background-position: top center;
  background-repeat: no-repeat;
  border-color: #ccc;
}

div.sectionNav li.tabOn a,div.sectionNav li.tabOn a:hover {
  cursor: text;
  text-decoration: none;
  color: inherit;
}

div.sectionNav li.glossary a {
  color: #fff;
}

div.sectionNav li.glossary {
  background: url(/assets/c1/images/button/buttonBackgroundSprite.png);
  background-position: 0pt -480px;
  color: #fff;
}

div.sectionNav li.glossary:hover,div.sectionNav li.tabOn.glossary {
  background-position: 0pt -510px;
}

/* ================================================================= */
/* SECTION DIV AREA STYLES                                           */
/* ----------------------------------------------------------------- */

.sectionDiv {
  margin: 0 0 2em 0;
  overflow: auto;
  background: #f2f2f2;
  background-image: url(/assets/c1/images/common/section_bg.gif);
  background-position: top;
  background-repeat: repeat-x;
  padding: 2.0em;
  -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,.2);
  box-shadow: 1px 1px 1px rgba(0,0,0,.2);
  border-radius: 0 0 10px 10px;
  border: 1px solid #ccc;
  border-top: none;
  text-shadow: 0 1px 0 #fff;
}

.sectionDiv h3 {
  padding-bottom: .5em;
}

.sideNote {
  float: right;
  width: 30%;
  background: #e3e3e3;
  padding: 0.5em;
  margin: 0 0 2em 1em;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.4), inset 0 1px 0 #fff;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.4), inset 0 1px 0 #fff;
  border: 1px solid #999;
  border-radius: 10px;
  line-height: 1.25em;
  color: #666;
  font-size: 13px;
  text-shadow: 0 1px 0 #fff;
}

.sideNote p {
  color: #666;
}

.sectionDiv h3 {
  margin: 1em 0 1em 0;
}

.sectionDiv div.tocFrame {
  padding: 0;
  margin: 0 0 .25em 0;
}

h5.toggle {
  display: block;
  padding: 0.5em 0;
  font-size: 13px;
  margin: 0;
}

h5.toggle:hover {
  color: #000;
  background: #fff;
}

div.toggle {
  line-height: 1.2em;
}

div.toggle a {
  background: url(/assets/c1/images/icon/icon_expand.png) no-repeat left 0.1em;
  text-decoration: none;
  padding: 0.2em 0.2em 0.3em 0.2em;
  line-height: 1.2em;
  padding-left: 1.8em;
  display: block;
}

div.toggle a.tabOn {
  background: url(/assets/c1/images/icon/icon_collapse.png) no-repeat left 0.1em;
}

ol {
  margin: 0;
  padding: .5em .5em .5em 1em;
  border: 1px solid transparent;
}

ol li {
  background: none;
  list-style: decimal;
  margin-bottom: 1em;
  margin-left: 1em;
}

ol li:last-child {
  margin-bottom: 0;
}

ol:hover {
  border: 1px dotted #e3e3e3;
}

li.levelOne {
  color: #345e75;
  text-decoration: none;
  padding-bottom: .5em;
}

li.levelOne a:link,li.levelOne a:active,li.levelOne a:visited {
  color: #0045a0;
}

li.levelOne a:hover {
  text-decoration: underline;
}

li.levelTwo {
  color: #666666;
  font-weight: normal;
  padding-bottom: 0;
}

li.levelThree {
  color: #999999;
  font-weight: normal;
  line-height: 0.9em;
  padding-bottom: 0.1em;
  background: none;
}

ul li.pdf {
  list-style-image: url(/assets/c1/images/file/pdf.gif);
  margin: 0 0 .25em 0;
}

div ul ul,div ul ul ul {
  margin: 0;
  padding: 0;
}

div ul ul li,div ul ul ul li {
  margin: 0;
  padding: 0;
}

div.sidenavDiv ul li {
  margin-left: .5em;
}

/* ================================================================= */
/* SIDE NAVIGATION SPECIFIC                                          */
/* ----------------------------------------------------------------- */

.sidenavDiv {
  padding: 1em;
  -webkit-box-shadow: 0 3px 3px rgba(0,0,0,.2);
  box-shadow: 0 3px 3px rgba(0,0,0,.2);
  background: #fff;
  border-radius: 10px;
  border: 1px solid #ccc;
  margin: 1em 0;
}

.sectionDiv .sidenavDiv {
  margin: 0;
}

div.tocFrame {
  border-bottom: 1px #ddd solid;
}

div.tocFrame:hover {
  background: #fff;
}

div.tocFrame ul {
  margin: 0 0 1em 1.5em;
  padding: 0;
}

div.toggle a {
  background-image: url(/assets/c1/images/icon/icon_expand.png);
  background-repeat: no-repeat;
  background-position: .2em .2em;
  padding: .25em .25em .25em 1.8em;
  font-size: 1.1em;
}

div.toggle a.tabOn {
  background: url(/assets/c1/images/icon/icon_collapse.png) left 0.2em no-repeat;
}

div.toggle ul {
  padding: 0;
  margin: 0;
}

div.toggle li {
  list-style: none;
  margin: 0;
  padding: 0.2em 0 0.3em 1.6em;
  line-height: 1.2em;
}

div.toggle ul ul {
  margin-left: 1.5em;
}

div.toggle ul ul ul {
  margin-left: 0.5em;
}

.sidenavDiv li.levelOne {
  font-weight: normal;
}

.sidenavDiv li.levelTwo {
  padding-top: 0.2em;
  padding-left: 0.2em;
}

.sidenavDiv li.levelThree {
  padding-top: 0;
  padding-left: 0.8em;
}

/* ================================================================= */
/* GLOSSARY NAVIGATION SPECIFIC                                      */
/* ----------------------------------------------------------------- */

ul#alphaJump {
  display: block;
  float: right;
  margin: 0 -10px 0 0;
  padding: 0;
  background: #fff;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.4);
  box-shadow: 0 1px 2px rgba(0,0,0,.4);
  border-radius: 4px;
  position: absolute;
  top: 200px;
  right: 47px;
}

ul#alphaJump li {
  font-size: 11px;
  display: block;
  width: 50px;
  height: 18px;
  text-align: center;
  margin: 1px 0;
  border-color: 1px solid #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 -1px 5px rgba(0,0,0,.1);
  box-shadow: inset 0 -1px 5px rgba(0,0,0,.1);
  text-shadow: 0 1px 0 #fff;
}

ul#alphaJump li:hover {
  background: url(/assets/c1/images/button/buttonBackgroundSprite.png);
  background-position: 0pt -510px;
  color: #fff;
  border-color: #e3e3e3;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.4), inset 0 5px 5px rgba(255, 255, 255, .4);
  box-shadow: 0 1px 2px rgba(0,0,0,.4), inset 0 5px 5px rgba(255, 255, 255, .4);
  text-shadow: none;
}

ul#alphaJump li a {
  display: block;
  text-decoration: none;
}

*ul#alphaJump li {
  border-bottom: 1px solid #e3e3e3;
  line-height: 18px;
  margin: -4px 0 0 0;
}

ul#alphaJump li:hover a {
  color: #fff;
}

*ul#alphaJump li.first {
  margin-top: 0;
}

ul#alphaJump li.title,ul#alphaJump li.title:hover {
  background: url(/assets/c1/images/button/buttonBackgroundSprite.png);
  background-position: 0pt -510px;
  color: #fff;
  border-radius: 4px 4px 0 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  margin: 0;
  text-shadow: 0 1px 0 #000;
}

/* ================================================================= */
/* INDEX PAGES TABLE STYLES                                          */
/* ----------------------------------------------------------------- */

table.indexTable {
  border: none;
  padding: 0;
  margin: 0;
  width: 100%;
}

table.indexTable td {
  vertical-align: top;
  width: 48%;
  padding-right: 2.0em;
}

table.flashVideosTable {
  border: none;
  padding: 0;
  margin: 0;
}

table.flashVideosTable td {
  width: 135px;
  padding: 1.0em 0 0.5em 1.0em;
  vertical-align: top;
  border: 1px #cccccc solid;
}

table.flashVideosTable td:hover {
  background: #999999;
  background-image: url(/assets/c1/images/dashboard/tutorial_link_o.gif);
  background-repeat: no-repeat;
  background-position: center right;
  color: #FFFFFF;
}

table.flashVideosTable div.thumbnail {
  margin-left: 0;
}

table.flashVideosTable div.subjectDiv {
  text-align: left;
  margin: 0.5em 0;
}

table.flashVideosTable div.footnote {
  color: #666666;
  font-size: 0.9em;
}

table.flashVideosTable div.subject {
  font-size: 0.9em;
  line-height: 110%;
}

table.flashVideosTable div.subject a:hover {
  color: #FFFFFF;
}

table.flashVideosTable div.subjectIcon {
  width: 1.4em;
  margin-bottom: 2.5em;
  margin-right: 0.1em;
}

/* ================================================================= */
/* CALENDAR TABLE SPECIFIC                                           */
/* ----------------------------------------------------------------- */

table#calendar {
  border-radius: 7px;
  border: 1px #CCCCCC solid;
  padding: 1px;
  background: #fff;
  font-size: 11px;
  line-height: 150%;
}

table#calendar th {
  text-align: left;
  padding: 3px;
}

table#calendar td {
  border-radius: 5px;
  vertical-align: top;
  text-align: left;
  border: 1px #ededed dotted;
  padding: 4px;
  width: 120px;
  font-weight: bold;
  color: #666666;
  background: #fefefe;
}

table#calendar td:hover {
  -webkit-transition: background-color .5s ease-in;
  -moz-transition: background-color .5s ease-in;
  -o-transition: background-color .5s ease-in;
  -ms-transition: background-color .5s ease-in;
  transition: background-color .5s ease-in;
  background-color: #fff;
}

table#calendar td a {
  display: block;
}

table#calendar td.day {
  background: #dae4fa;
  color: #666666;
  font-weight: normal;
}

table#calendar td.green {
  background: #e3eed0;
}

table#calendar td.satsun {
  background: #b2c5eb;
  color: #FFFFFF;
  font-weight: normal;
  width: 50px;
  border-style: solid;
  border-color: #96afe2;
}

table#calendar td.blank {
  background: #EFEFEF;
  width: inherit;
}

table#calendar div.session:hover {
  height: 80px;
  border-radius: 5px;
  background: url(/site_assets/images/doc_style/LT_orange/section_header.png) no-repeat top center #f3f3f3;
  margin: -1em;
  padding: 0.5em;
}

table#calendar div.sessionsmall {
  vertical-align: middle;
}

table#calendar div.sessionsmall:hover {
  height: 50px;
  border-radius: 5px;
  background: url(/site_assets/images/doc_style/LT_orange/section_header.png) no-repeat top center #f3f3f3;
  margin: -1em;
  padding: .5em;
}

table#calendar div.subject {
  font-weight: normal;
  color: #4f760a;
  min-height: 80px;
}

table#calendar div.subject.hot {
  background: #FFC;
  padding: 10px;
  color: #930;
  border: 1px dotted #930;
  min-width: 360px;
  font-size: 14px;
}

table#calendar div.subject.hot p {
  margin: .5em 0;
}

table#calendar td a:link,table#calendar td a:active,table#calendar td a:visited {
  color: #4f760a;
  text-decoration: underline;
}

table#calendar td a:hover {
  color: #7cc002;
}

table#calendar td.time {
  vertical-align: middle;
  width: 5%;
  background: #b2c5eb;
  font-size: 14px;
  color: #FFFFFF;
  font-weight: bold;
  padding: 0.75em;
}

.monthLink {
  color: #333333;
  margin-bottom: 0.4em;
}

.monthLink a:link,.monthLink a:active,.monthLink a:visited {
  border: 1px #999999 solid;
  padding: 1px 4px;
  background: #FFFFFF;
  color: #666666;
  text-decoration: none;
}

.monthLink a:hover {
  background: #CCCCCC;
  color: #333333;
  text-decoration: underline;
}

/* ================================================================= */
/* CONFERENCE DESCRIPTIONS TABLE                                     */
/* ----------------------------------------------------------------- */

table#descriptions .session {
  font-size: 12px;
  line-height: 16px;
  width: 50%;
  vertical-align: top;
  border-radius: 5px;
  border: 1px solid #e5e5e5;
  padding: 1em;
}

table#descriptions p {
  margin: 0;
  padding: 0;
}

table#descriptions h4 {
  margin-top: 0;
  padding-top: 0;
}

table#descriptions .session:hover {
  background: #fff;
  border-color: #cccccc;
}

div.button.clear {
  background: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #53565b;
  text-shadow: none;
}

div.button.clear a:hover {
  text-decoration: underline;
}

a.facTrainingButton {
  float: right;
  height: 30px;
  width: 300px;
  display: block;
  clear: none;
  text-indent: -9999em;
  background: url(/site_assets/images/common/facTrainingButton.png) top left no-repeat;
}

a.facTrainingButton:hover {
  background-position: 0 -30px;
}

a.registerBtn {
  display: block;
  float: left;
  background: url(../../site_assets_new/images/button_register_sprite.png) top left no-repeat;
  height: 25px;
  width: 90px;
  text-indent: -9999em;
  overflow: hidden;
  margin: 0;
  line-height: 0;
}

a.registerBtn:hover {
  background-position: 0 -25px;
}

/* ================================================================= */
/* COMMON TABLES STYLES                                              */
/* ----------------------------------------------------------------- */

table.tabular {
  display: block;
  text-align: left;
  background: #fff;
  border-left: 1px solid #fff;
  -webkit-box-shadow: 1px 1px 1px 0px rgba(0,0,0,.2);
  box-shadow: 1px 1px 1px 0px rgba(0,0,0,.2);
  -webkit-transition: background .75s ease;
  -moz-transition: background .75s ease;
  -o-transition: background .75s ease;
  -ms-transition: background .75s ease;
  transition: background .75s ease;
}

table.tabular:hover {
  background: #f5f5f5;

  -webkit-transition: background .75s ease;
  -moz-transition: background .75s ease;
  -o-transition: background .75s ease;
  -ms-transition: background .75s ease;
  transition: background .75s ease;
}

table.tabular th {
  color: #333333;
  background: #fff;
  padding: .5em;
  white-space: nowrap;
}

table.tabular th.Right {
  text-align: right;
}

table.tabular th.titleTH form {
  margin: 0;
  padding: 0;
}

table.tabular tr.color,table.tabular th.color {
  background: #e3e3e3;
}

table.tabular th.ActionColumn {
  border-right: 0px #cccccc solid;
  text-align: center;
}

table.tabular th.Right,table.tabular td.Right {
  text-align: right;
}

table.tabular th#selectMultiple {
  font-weight: normal;
  text-align: left;
  background: #eef2f5;
}

table.tabular th.clearTH {
  background: none;
  background-image: none;
}

table.tabular tr {
  border: 1px solid #e3e3e3;
}

table.tabular td {
  background: inherit;
  vertical-align: middle;
  text-align: left;
  font: 12px/15px "Arial", Helvetica, sans-serif;
  -webkit-transition: background .75s ease;
  -moz-transition: background .75s ease;
  -o-transition: background .75s ease;
  -ms-transition: background .75s ease;
  transition: background .75s ease;
  border: none;
  border-bottom: 1px solid #e3e3e3;
  border-left: 1px solid #fff;
  padding: 0.2em;
  height: 2.25em;
}

table.tabular td:first-child {
  border-left: none;
}

table.tabular th:first-child input:parent {
  margin: 0;
  padding: 0;
}

table.tabular td:first-child input,table.tabular th:first-child input {
  margin: 0;
  padding: 0;
}

table.tabular td:last-child {
  border-right: none;
}

table.tabular tr:last-child td {
  border-bottom: none;
}

table.tabular tr:nth-child(even) {
  background: #f0f0f0;
}

table.verticalBorder td {
  border-right: 1px #666666 dotted;
}

table.tabular th#tabularAction,table.tabular td#tabularAction,table.tabular td#center,table.tabular th#center {
  text-align: center;
  vertical-align: middle;
  width: 4.0em;
}

table.tabular td#descriptionRow {
  padding-top: 0;
  font-size: 1.0em;
  line-height: 2.0em;
  background-position: top;
}

table.tabular td#descriptionRow a:link,table.tabular td#descriptionRow a:active,table.tabular td#descriptionRow a:visited {
  text-decoration: none;
  color: #666666;
}

table.tabular td#descriptionRow a:hover {
  color: #336699;
  text-decoration: underline;
}

table.tabular div.submissionIcon {
  float: right;
  width: 20px;
  margin: 0 50px 0 0;
}

table.tabular span.classCode,table.tabular span.classCode a:link,table.tabular span.classCode a:active,table.tabular span.classCode a:visited,table.tabular span.className a:link,table.tabular span.className a:active,table.tabular span.className a:visited {
  color: #869cb3;
  font-size: 1.0em;
  font-weight: bold;
  line-height: 1.5em;
  padding-top: 0.5em;
  text-decoration: none;
}

table.tabular span.className a:link,table.tabular span.className a:active,table.tabular span.className a:visited {
  color: #999;
}

table.tabular span.classCode a:hover,table.tabular span.className a:hover {
  text-decoration: none;
}

table.tabular img.sortIcon {
  vertical-align: middle;
  margin-right: 0.1em;
}

table.tabular div.searchDiv {
  float: right;
  text-align: right;
  width: 24.0em;
  padding: 0;
  margin: 0 0 0 -5em;
  height: 24px;
}

table.tabular div.searchDivFileManager {
  margin-right: 0.2em;
}

table.tabular div.searchDiv input.textField {
  width: 9.0em;
  margin: 0 0 0 -9em;
  padding: 4px;
  height: 16px;
}

table.tabular div.searchDiv img {
  vertical-align: middle;
}

table.blockTD td {
  vertical-align: middle;
}

table.tabular td.Center,table.blockTD td.Center {
  text-align: center;
}

input.idCheckbox {
  display: block;
  margin: 0 auto;
  padding: 0;
}

table.tabular tr:hover {
  background: #fff;
  -webkit-transition: background .2s ease;
  -moz-transition: background .2s ease;
  -o-transition: background .2s ease;
  -ms-transition: background .2s ease;
  transition: background .2s ease;
  -webkit-box-shadow: 0 1px 0 0 #ccc;
  box-shadow: 0 1px 0 0 #ccc;
}

table.tabular td.subject {
  color: #345e75;
  font-weight: bold;
  width: 180px;
  padding-left: .5em;
}

table.tabular td.detail p {
  margin: .5em;
}

div.videos {
  clear: both;
  margin-bottom: 2em;
}

ul.videoTiles {
  display: block;
  list-style-type: none;
  overflow: auto;
  background: url(/assets/c1/images/header_bg.gif);
  text-align: center;
  -webkit-box-shadow: inset 0 2px 3px #000, 0 1px 0 #fff;
  box-shadow: inset 0 2px 3px #000, 0 1px 0 #fff;
  padding: 1em 1em 0 1em;
  margin: 0 -1em;
  border-radius: 8px;
  text-align: left;
}

ul.videoTiles li {
  display: block;
  float: left;
  border: 1px solid #000;
  background: #000;
  -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.2);
  box-shadow: 0 1px 0 rgba(255,255,255,.2);
  color: #fff;
  width: 170px;
  margin: 0 1em 1em 0;
  padding: 0;
  text-shadow: none;
  border-radius: 6px;
  overflow: hidden;
}

ul.videoTiles li iframe {
  background: #000;
  margin: 0;
  padding: 0;
}

ul.videoTiles li span {
  display: block;
  margin: 0 .5em .5em .5em;
  font-size: 11px;
  font-weight: bold;
  text-shadow: none;
  text-align: left;
  line-height: 12px;
}

ul.videoTiles li:hover {
  -webkit-box-shadow: 0 0 5px 1px #fff;
  box-shadow: 0 0 5px 1px #fff;
}

div.modalBackground {
  display: none;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0,0,0,.4);
}

div.videoPopup {
  position: fixed;
  top: 50%;
  left: 50%;
  height: 500px;
  width: 800px;
  margin: -300px 0 0 -400px;
  background: #fff;
  -webkit-box-shadow: 0 4px 10px #000;
  box-shadow: 0 4px 10px #000;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 10px;
}

a.conClose {
  background: url(/site_assets_new/images/contact/close_x.png) no-repeat top left;
  display: block;
  height: 30px;
  position: absolute;
  right: -15px;
  text-indent: -9999em;
  top: -15px;
  width: 30px;
}

a.conClose:hover {
  background-position: -30px 0;
}

/* ================================================================= */
/* HOMEPAGE SIDE BAR                                                 */
/* ----------------------------------------------------------------- */

.dividerLeft {
  width: 23%;
  float: left;
  padding: .5em 1em .5em 0;
  -webkit-box-shadow: inset -3px 0 3px rgba(0,0,0,.2);
  box-shadow: inset -3px 0 3px rgba(0,0,0,.2);
  border-radius: 0 10px 10px 0;
}

.dividerLeft h2 {
  margin-top: .5em;
  padding-top: 0;
}

.dividerRight {
  width: 72%;
  float: right;
  background: #fff;
}

.dividerRight h3 {
  border-top: 1px solid #f5f5f5;
  margin: 0 -.7em;
  padding: 0.5em;
  -webkit-box-shadow: 0 -1px 0 #ccc;
  box-shadow: 0 -1px 0 #ccc;
}

.sectionContainer {
  overflow: auto;
}

/* ================================================================= */
/* FREQUENTLY ASKED QUESTIONS                                        */
/* ----------------------------------------------------------------- */

h4.question,h4.answer {
  margin: 0;
  padding: 0;
  line-height: 1.25em;
}

h4.question {
  background: url(/assets/c1/images/icon/icon_expand.png) no-repeat left .9em transparent;
  border-top: 1px solid #e5e5e5;
  padding: .75em 0 .75em 1.25em;
  -webkit-transition: background 1s ease-in-out;
  -moz-transition: background 1s ease-in-out;
  -o-transition: background 1s ease-in-out;
  -ms-transition: background 1s ease-in-out;
  transition: background 1s ease-in-out;
}

h4.question:hover {
  background-color: #f3faff;
  -webkit-box-shadow: inset 0 10px 10px #fff;
  box-shadow: inset 0 10px 10px #fff;
}

h4.answer {
  margin-bottom: .5em;
  margin-top: 0;
}

div.collapse {
  background: #f5f5f5;
  padding: 2em;
  border-radius: 10px;
  border: 1px solid #ccc;
  margin-bottom: 1em;
}

div.collapse table.tabular td {
  padding: 1em 1em 0 1em;
}

div.collapse table.tabular td:first-child {
  padding-top: 0;
}

div.supportBox {
  float: left;
  background: #e3e3e3;
  border: 1px solid #999;
  border-radius: 8px;
  padding: 1em;
  width: 46%;
  -webkit-box-shadow: inset 0 1px 0 0 #fff, 0 2px 4px 0 rgba(0,0,0,0.4);
  box-shadow: inset 0 1px 0 0 #fff, 0 2px 4px 0 rgba(0,0,0,0.4);
}

div.portalButtons {
  text-align: left;
  margin-top: 1.5em;
}

div.portalButtons a {
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  display: inline-block;
  padding: .5em .75em;
  color: #fff;
  border-radius: 6px;
  text-shadow: 0 1px 0 #000;
  font-size: 18px;
  text-decoration: none;
  font-weight: bold;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.5), inset 0 -20px 10px 0 rgba(0,0,0,.2), 0 2px 4px rgba(0,0,0,0.4);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.5), inset 0 -20px 10px 0 rgba(0,0,0,.2), 0 2px 4px rgba(0,0,0,0.4);
  margin-right: 1em;
}

div.portalButtons a span {
  font-weight: normal;
}

div.portalButtons a.student {
  background: #e98000;
  border: 1px solid #934600;
  -webkit-transition: background .5s ease;
  -moz-transition: background .5s ease;
  -o-transition: background .5s ease;
  -ms-transition: background .5s ease;
  transition: background .5s ease;
}

div.portalButtons a.student:hover {
  background: #934600;
  -webkit-transition: background .5s ease;
  -moz-transition: background .5s ease;
  -o-transition: background .5s ease;
  -ms-transition: background .5s ease;
  transition: background .5s ease;
}

div.portalButtons a.admin {
  background: #090;
  border: 1px solid #030;
  -webkit-transition: background .5s ease;
  -moz-transition: background .5s ease;
  -o-transition: background .5s ease;
  -ms-transition: background .5s ease;
  transition: background .5s ease;
}

div.portalButtons a.admin:hover {
  background: #030;
  -webkit-transition: background .5s ease;
  -moz-transition: background .5s ease;
  -o-transition: background .5s ease;
  -ms-transition: background .5s ease;
  transition: background .5s ease;
}

div.portalButtons a.faculty {
  background: #0080ce;
  border: 1px solid #003964;
  -webkit-transition: background .5s ease;
  -moz-transition: background .5s ease;
  -o-transition: background .5s ease;
  -ms-transition: background .5s ease;
  transition: background .5s ease;
}

div.portalButtons a.faculty:hover {
  background: #003964;
  -webkit-transition: background .5s ease;
  -moz-transition: background .5s ease;
  -o-transition: background .5s ease;
  -ms-transition: background .5s ease;
  transition: background .5s ease;
}

/* ================================================================= */
/* FOT BOX                                                           */
/* ----------------------------------------------------------------- */

.fotBox {
  float: left;
  clear: right;
  background: #CEEEFD;
  padding: 1em;
  border-radius: 10px;
  border: 1px dashed #00274f;
  -webkit-box-shadow: inset 0 50px 15px 0 rgba(255,255,255,.6);
  box-shadow: inset 0 50px 15px 0 rgba(255,255,255,.6);
}

.fotBox h2 {
  margin: 0 0 .5em 0;
  color: #00274F;
}

#fotSubmit {
  border: 1px solid #777;
  background: url(/assets/c1/images/button/buttonBackgroundSprite.png) 0pt -480px repeat-x;
  border-radius: 4px;
  color: white;
  padding: 6px 10px;
  cursor: pointer;
  font-weight: bold;
  font-size: 14px;
}

#fotSubmit:hover {
  background-position: 0pt -510px;
}

td.institution {
  overflow: hidden;
  max-width: 250px;
}

td.institution select {
  max-width: 250px;
  overflow: hidden;
}

/* ================================================================= */
/* LIVETEXT USER GUIDES                                              */
/* ----------------------------------------------------------------- */

div.userGuidesColumn {
  width: 32.33%;
  margin-right: 1%;
  float: left;
}

div.userGuidesLeftMargin {
  margin-left: 16.67%;
}

div.userGuidesTopBottomSpacing {
  clear: both;
  height: 2em;
}

div.adobeReaderPadding {
  padding: 1.5em;
}

/* ================================================================= */
/* TRAINING VIDEOS                                                   */
/* ----------------------------------------------------------------- */

iframe.trainingVideo {
  width: 440px;
  height: 248px;
  border: none;
  display: inline-block;
}
