/* b8f.system.css-import */

@import url('../css/system.css');
.system-unpublished, tr.system-unpublished {
  background: #e8edf1;
  border-top: 4px solid #c4d3df;
  border-bottom: 4px solid #c4d3df;
}

span.highlight {
  background-color: #FFFFCC;
  font-weight: bold;
  padding: 1px 4px;
}

.img-fulltext-float-right {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
}

/* b8f.system.css-import */



.img-fulltext-float-left {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

.img-intro-float-right {
  float: right;
  margin-left: 5px;
  margin-bottom: 5px;
}

.img-intro-float-left {
  float: left;
  margin-right: 5px;
  margin-bottom: 5px;
}

/* 0a9.general.css */

.invalid {
  border-color: #ff0000;
}

label.invalid {
  color: #ff0000;
}

#editor-xtd-buttons {
  padding: 5px;
}

.button2-left, .button2-right, .button2-left div, .button2-right div {
  float: left;
}

.button2-left a, .button2-right a, .button2-left span, .button2-right span {
  display: block;
  height: 22px;
  float: left;
  line-height: 22px;
  font-size: 11px;
  color: #666;
  cursor: pointer;
}

.button2-left span, .button2-right span {
  cursor: default;
  color: #999;
}

.button2-left .page a, .button2-right .page a, .button2-left .page span, .button2-right .page span {
  padding: 0 6px;
}

.page span {
  color: #000;
  font-weight: bold;
}

.button2-left a:hover, .button2-right a:hover {
  text-decoration: none;
  color: #0B55C4;
}

.button2-left a, .button2-left span {
  padding: 0 24px 0 6px;
}

.button2-right a, .button2-right span {
  padding: 0 6px 0 24px;
}

.button2-left {
  background: url('/static/home/images/j_button2_left.png') no-repeat;
  float: left;
  margin-left: 5px;
}

.button2-right {
  background: url('/static/home/images/j_button2_right.png') 100% 0 no-repeat;
  float: left;
  margin-left: 5px;
}

.button2-left .image {
  background: url('/static/home/images/j_button2_image.png') 100% 0 no-repeat;
}

.button2-left .readmore, .button2-left .article {
  background: url('/static/home/images/j_button2_readmore.png') 100% 0 no-repeat;
}

.button2-left .pagebreak {
  background: url('/static/home/images/j_button2_pagebreak.png') 100% 0 no-repeat;
}

.button2-left .blank {
  background: url('/static/home/images/j_button2_blank.png') 100% 0 no-repeat;
}

div.tooltip {
  float: left;
  background: #ffc;
  border: 1px solid #D4D5AA;
  padding: 5px;
  max-width: 200px;
  z-index: 13000;
}

div.tooltip h4 {
  padding: 0;
  margin: 0;
  font-size: 95%;
  font-weight: bold;
  margin-top: -15px;
  padding-top: 15px;
  padding-bottom: 5px;
  background: url('/static/home/images/selector-arrow.png') no-repeat;
}

div.tooltip p {
  font-size: 90%;
  margin: 0;
}

.img_caption .left {
  float: left;
  margin-right: 1em;
}

.img_caption .right {
  float: right;
  margin-left: 1em;
}

.img_caption .left p {
  clear: left;
  text-align: center;
}

.img_caption .right p {
  clear: right;
  text-align: center;
}

.img_caption {
  text-align: center!important;
}

.img_caption.none {
  margin-left: auto;
  margin-right: auto;
}

a img.calendar {
  width: 16px;
  height: 16px;
  margin-left: 3px;
  background: url('/static/home/images/calendar.png') no-repeat;
  cursor: pointer;
  vertical-align: middle;
}

/* d7e.style.css */

.ja-slidenews-item {
  border-bottom: 1px dotted #ccc;
  padding: 8px 0;
  float: left;
  clear: both;
  width: 100%;
  word-break:break-word;
}

.ja-slidenews-item .ja-title {
  display: block;
  font-weight: bold;
}

.ja-slidenews-item .ja-createdate {
  color: #666;
  font-size: 92%;
  font-weight: bold;
  padding: 2px 5px 2px 0;

}

.ja-sidenews-title {
  font-weight: bold
}

.ja-sidenews-postdate {
  font-size: 85%;
}

.ja-sidenews {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 0;
  margin: 0;
  cursor: pointer;
}

.ja-sidenews-display {
  position: absolute;
  top: 0;
  z-index: 1;
  height: 100%;
  width: 100%
}

.ja-sidenews-desc {
  padding: 0px 3px 0px 3px;
}

.ja-slidenews-cover {
  float: left;
  position: absolute;
  width: 100%;
  z-index: 3;
  overflow: hidden;
  left: 0;
  bottom: 0;
}

.ja-slidenews-item img {
  border: 1px solid #21211C;
  margin-right: 10px;
  margin-top: 3px;
}

.ja-slidenews-item img[align="left"] {
  float: left;
  margin-right: 10px;
  margin-left: 0;
}

.ja-slidenews-item img[align="right"] {
  float: right;
  margin-left: 10px;
  margin-right: 0;
}

/* f0e.animate.css */

.animate {
  -webkit-transition: all 1200ms cubic-bezier(0.25, 0.1, 0.25, 1) 1000ms;
  -moz-transition: all 1200ms cubic-bezier(0.25, 0.1, 0.25, 1) 1000ms;
  -o-transition: all 1200ms cubic-bezier(0.25, 0.1, 0.25, 1) 1000ms;
  transition: all 1200ms cubic-bezier(0.25, 0.1, 0.25, 1) 1000ms;
  -webkit-backface-visibility: hidden;
}

.duration500 {
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
}

.duration1000 {
  -webkit-transition-duration: 1000ms;
  -moz-transition-duration: 1000ms;
  -o-transition-duration: 1000ms;
  transition-duration: 1000ms;
}

.delay0 {
  -webkit-transition-delay: 0ms;
  -moz-transition-delay: 0ms;
  -o-transition-delay: 0ms;
  transition-delay: 0ms;
}

.delay500 {
  -webkit-transition-delay: 500ms;
  -moz-transition-delay: 500ms;
  -o-transition-delay: 500ms;
  transition-delay: 500ms;
}

.delay1000 {
  -webkit-transition-delay: 1000ms;
  -moz-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  transition-delay: 1000ms;
}

.delay1500 {
  -webkit-transition-delay: 1500ms;
  -moz-transition-delay: 1500ms;
  -o-transition-delay: 1500ms;
  transition-delay: 1500ms;
}

.delay2000 {
  -webkit-transition-delay: 2000ms;
  -moz-transition-delay: 2000ms;
  -o-transition-delay: 2000ms;
  transition-delay: 2000ms;
}

.delay2500 {
  -webkit-transition-delay: 2500ms;
  -moz-transition-delay: 2500ms;
  -o-transition-delay: 2500ms;
  transition-delay: 2500ms;
}

.delay3000 {
  -webkit-transition-delay: 3000ms;
  -moz-transition-delay: 3000ms;
  -o-transition-delay: 3000ms;
  transition-delay: 3000ms;
}

.delay3500 {
  -webkit-transition-delay: 3500ms;
  -moz-transition-delay: 3500ms;
  -o-transition-delay: 3500ms;
  transition-delay: 3500ms;
}

.delay4000 {
  -webkit-transition-delay: 4000ms;
  -moz-transition-delay: 4000ms;
  -o-transition-delay: 4000ms;
  transition-delay: 4000ms;
}

.delay4500 {
  -webkit-transition-delay: 4500ms;
  -moz-transition-delay: 4500ms;
  -o-transition-delay: 4500ms;
  transition-delay: 4500ms;
}

.delay5000 {
  -webkit-transition-delay: 5000ms;
  -moz-transition-delay: 5000ms;
  -o-transition-delay: 5000ms;
  transition-delay: 5000ms;
}

.delay5500 {
  -webkit-transition-delay: 5500ms;
  -moz-transition-delay: 5500ms;
  -o-transition-delay: 5500ms;
  transition-delay: 5500ms;
}

.delay6000 {
  -webkit-transition-delay: 6000ms;
  -moz-transition-delay: 6000ms;
  -o-transition-delay: 6000ms;
  transition-delay: 6000ms;
}

.delay6500 {
  -webkit-transition-delay: 6500ms;
  -moz-transition-delay: 6500ms;
  -o-transition-delay: 6500ms;
  transition-delay: 6500ms;
}

.delay7000 {
  -webkit-transition-delay: 7000ms;
  -moz-transition-delay: 7000ms;
  -o-transition-delay: 7000ms;
  transition-delay: 7000ms;
}

.delay7500 {
  -webkit-transition-delay: 7500ms;
  -moz-transition-delay: 7500ms;
  -o-transition-delay: 7500ms;
  transition-delay: 7500ms;
}

.delay8000 {
  -webkit-transition-delay: 8000ms;
  -moz-transition-delay: 8000ms;
  -o-transition-delay: 8000ms;
  transition-delay: 8000ms;
}

.delay8500 {
  -webkit-transition-delay: 8500ms;
  -moz-transition-delay: 8500ms;
  -o-transition-delay: 8500ms;
  transition-delay: 8500ms;
}

.delay9000 {
  -webkit-transition-delay: 9000ms;
  -moz-transition-delay: 9000ms;
  -o-transition-delay: 9000ms;
  transition-delay: 9000ms;
}

.delay9500 {
  -webkit-transition-delay: 9500ms;
  -moz-transition-delay: 9500ms;
  -o-transition-delay: 9500ms;
  transition-delay: 9500ms;
}

.delay10000 {
  -webkit-transition-delay: 10000ms;
  -moz-transition-delay: 10000ms;
  -o-transition-delay: 10000ms;
  transition-delay: 10000ms;
}

.delay10500 {
  -webkit-transition-delay: 10500ms;
  -moz-transition-delay: 10500ms;
  -o-transition-delay: 10500ms;
  transition-delay: 10500ms;
}

.delay11000 {
  -webkit-transition-delay: 11000ms;
  -moz-transition-delay: 11000ms;
  -o-transition-delay: 11000ms;
  transition-delay: 11000ms;
}

.delay11500 {
  -webkit-transition-delay: 11500ms;
  -moz-transition-delay: 11500ms;
  -o-transition-delay: 11500ms;
  transition-delay: 11500ms;
}

.delay12000 {
  -webkit-transition-delay: 12000ms;
  -moz-transition-delay: 12000ms;
  -o-transition-delay: 12000ms;
  transition-delay: 12000ms;
}

.active .adelay500 {
  -webkit-transition-delay: 500ms;
  -moz-transition-delay: 500ms;
  -o-transition-delay: 500ms;
  transition-delay: 500ms;
}

.active .adelay1000 {
  -webkit-transition-delay: 1000ms;
  -moz-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  transition-delay: 1000ms;
}

.active .adelay1500 {
  -webkit-transition-delay: 1500ms;
  -moz-transition-delay: 1500ms;
  -o-transition-delay: 1500ms;
  transition-delay: 1500ms;
}

.active .adelay2000 {
  -webkit-transition-delay: 2000ms;
  -moz-transition-delay: 2000ms;
  -o-transition-delay: 2000ms;
  transition-delay: 2000ms;
}

.active .adelay2500 {
  -webkit-transition-delay: 2500ms;
  -moz-transition-delay: 2500ms;
  -o-transition-delay: 2500ms;
  transition-delay: 2500ms;
}

.active .adelay3000 {
  -webkit-transition-delay: 3000ms;
  -moz-transition-delay: 3000ms;
  -o-transition-delay: 3000ms;
  transition-delay: 3000ms;
}

.active .adelay3500 {
  -webkit-transition-delay: 3500ms;
  -moz-transition-delay: 3500ms;
  -o-transition-delay: 3500ms;
  transition-delay: 3500ms;
}

.active .adelay4000 {
  -webkit-transition-delay: 4000ms;
  -moz-transition-delay: 4000ms;
  -o-transition-delay: 4000ms;
  transition-delay: 4000ms;
}

.active .adelay4500 {
  -webkit-transition-delay: 4500ms;
  -moz-transition-delay: 4500ms;
  -o-transition-delay: 4500ms;
  transition-delay: 4500ms;
}

.active .adelay5000 {
  -webkit-transition-delay: 5000ms;
  -moz-transition-delay: 5000ms;
  -o-transition-delay: 5000ms;
  transition-delay: 5000ms;
}

.active .adelay5500 {
  -webkit-transition-delay: 5500ms;
  -moz-transition-delay: 5500ms;
  -o-transition-delay: 5500ms;
  transition-delay: 5500ms;
}

.active .adelay6000 {
  -webkit-transition-delay: 6000ms;
  -moz-transition-delay: 6000ms;
  -o-transition-delay: 6000ms;
  transition-delay: 6000ms;
}

.active .adelay6500 {
  -webkit-transition-delay: 6500ms;
  -moz-transition-delay: 6500ms;
  -o-transition-delay: 6500ms;
  transition-delay: 6500ms;
}

.active .adelay7000 {
  -webkit-transition-delay: 7000ms;
  -moz-transition-delay: 7000ms;
  -o-transition-delay: 7000ms;
  transition-delay: 7000ms;
}

.active .adelay7500 {
  -webkit-transition-delay: 7500ms;
  -moz-transition-delay: 7500ms;
  -o-transition-delay: 7500ms;
  transition-delay: 7500ms;
}

.active .adelay8000 {
  -webkit-transition-delay: 8000ms;
  -moz-transition-delay: 8000ms;
  -o-transition-delay: 8000ms;
  transition-delay: 8000ms;
}

.active .adelay8500 {
  -webkit-transition-delay: 8500ms;
  -moz-transition-delay: 8500ms;
  -o-transition-delay: 8500ms;
  transition-delay: 8500ms;
}

.active .adelay9000 {
  -webkit-transition-delay: 9000ms;
  -moz-transition-delay: 9000ms;
  -o-transition-delay: 9000ms;
  transition-delay: 9000ms;
}

.active .adelay9500 {
  -webkit-transition-delay: 9500ms;
  -moz-transition-delay: 9500ms;
  -o-transition-delay: 9500ms;
  transition-delay: 9500ms;
}

.active .adelay10000 {
  -webkit-transition-delay: 10000ms;
  -moz-transition-delay: 10000ms;
  -o-transition-delay: 10000ms;
  transition-delay: 10000ms;
}

.active .adelay10500 {
  -webkit-transition-delay: 10500ms;
  -moz-transition-delay: 10500ms;
  -o-transition-delay: 10500ms;
  transition-delay: 10500ms;
}

.active .adelay11000 {
  -webkit-transition-delay: 11000ms;
  -moz-transition-delay: 11000ms;
  -o-transition-delay: 11000ms;
  transition-delay: 11000ms;
}

.active .adelay11500 {
  -webkit-transition-delay: 11500ms;
  -moz-transition-delay: 11500ms;
  -o-transition-delay: 11500ms;
  transition-delay: 11500ms;
}

.active .adelay12000 {
  -webkit-transition-delay: 12000ms;
  -moz-transition-delay: 12000ms;
  -o-transition-delay: 12000ms;
  transition-delay: 12000ms;
}

/* f43.mod_jaslideshowlite-fade.css */

.fade .ja-ss-item.animate {
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -ms-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
}

.fade .ja-ss-item {
  opacity: 0;
}

.fade .ja-ss-item.curr {
  opacity: 1;
}

/* 45f.mod_jflanguageselection.css */

#jflanguageselection {
  float: right;
  margin: 15px 0px 10px 5px;
}

#jflanguageselection ul.jflanguageselection {
  list-style: none;
  padding: 0;
  margin-top: 3px;
  font-weight: normal;
}

#jflanguageselection ul.jflanguageselection li {
  background-image: none;
  padding-left: 0px;
  padding-right: 0px;
  float: left;
  margin: 1px 1px 1px 1px;
  white-space: nowrap;
  border: none;
  font-size: 0.9em;
}

#jflanguageselection ul.jflanguageselection li#active_language {
  font-weight: bold;
  font-size: 1.0em;
}

#jflanguageselection ul.jflanguageselection li a {
  display: block;
}

#jflanguageselection ul.jflanguageselection img {
  border: none;
}

div#jflanguageselection img.langImg {
  float: left;
  border: none;
  margin-top: 3px;
}

div#jflanguageselection li img.langImg {
  float: left;
  border: none;
  margin: 0px 1px 0px 1px;
}

#jflanguageselection select.jflanguageselection {
  border: 1px solid #cccccc;
}

#jflanguageselection label.jflanguageselection {
  position: absolute;
  left: -1000px;
}

.rawimages {
  text-align: center;
  margin-top: 3px;
}

.rawimages img {
  border: none;
  margin: 2px;
}

.rawimages span#active_language img {
  margin: 2px;
  border: none;
}

div#jflanguageselection img.langImg {
  float: left;
  border: none;
  margin-top: 3px;
}

div#jflanguageselection li img.langImg {
  float: left;
  border: none;
  margin: 1px 3px 0px 0px;
}

#jflanguageselection .opaque {
  filter: alpha(opacity=30);
}

#jflanguageselection option.opaque {
  color: graytext;
}

/* 884.addons.css */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
}

ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

:focus {
  outline: none;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

.clear, .divider {
  clear: both;
}

.no-display {
  display: none !important;
}

.nowrap, .nobr {
  white-space: nowrap !important;
}

.no-border {
  border: 0 !important;
}

.no-padding {
  padding: 0 !important
}

.no-margin {
  margin: 0 !important;
}

.v-top {
  vertical-align: top;
}

.v-middle {
  vertical-align: middle;
}

.v-bottom {
  vertical-align: bottom;
}

.a-left {
  text-align: left;
}

.a-center {
  text-align: center;
}

.a-right {
  text-align: right;
}

.left {
  float: left;
}

.right {
  float: right;
}

.auto-width {
  width: auto;
}

/* 360.template.css */

body {
  background: #ffffff;
  color: #000000;
  font-family: sans-serif;
  line-height: 1.5;
}

body#bd {
  background: #ffffff;
  color: #000000;
  font-size: 12px;
}

body#bd #ja-wrapper {
  overflow: hidden;
}

body.fs1 #ja-wrapper {
  font-size: 80%;
}

body.fs2 #ja-wrapper {
  font-size: 90%;
}

body.fs3 #ja-wrapper {
  font-size: 100%;
}

body.fs4 #ja-wrapper {
  font-size: 110%;
}

body.fs5 #ja-wrapper {
  font-size: 120%;
}

body.fs6 #ja-wrapper {
  font-size: 130%;
}

.column p, .column pre, .column blockquote, .column h1, .column h2, .column h3, .column h4, .column h5, .column h6, .column ol, .column ul, .column dl {
  margin: 15px 0;
  padding: 0;
}

h1 {
  font-size: 180%;
}

h2 {
  font-size: 150%;
}

h3 {
  font-size: 125%;
}

h4 {
  font-size: 100%;
  text-transform: UPPERCASE;
}

h5 {
  font-size: 100%;
}

.contentheading, .componentheading, h1, h2, h3, h4, h5 {
  line-height: 1.2;
}

h1.componentheading, .componentheading {
  margin: 0;
  padding: 0 0 4px;
}

h1.contentheading, h2.contentheading, .contentheading {
  margin: 0;
  padding: 0 0 5px;
}

small, .small, .smalldark, .small-text, .article-tools, .img_caption, .contenttoc, p.site-slogan, a.readon, #ja-navhelper, #ja-footer {
  font-size: 92%;
}

.smalldark {
  text-align: left;
}

.column ul li {
  /* background: url('../plugins/system/jat3/jat3/base-themes/default/images/bullet.gif') no-repeat 20px 7px; */
  background: url('../images/plugins/images/bullet.gif') no-repeat 20px 7px;
  line-height: 160%;
  margin-bottom: 5px;
  overflow: hidden;
  padding-left: 30px;
}

.column ol li {
  line-height: 180%;
  margin-left: 30px;
}

.column dt {
  font-weight: bold;
}

.column dd {
  margin-left: 15px;
}

p.readmore {
  margin: 0;
}

hr {
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  border-top: 1px solid;
  height: 1px;
}

form label {
  cursor: pointer;
}

input, select, textarea, .inputbox {
  font-size: 100%;
}

fieldset {
  border: none;
  margin: 0;
  padding: 5px 0;
}

legend {
  font-size: 125%;
  font-weight: bolder;
  line-height: 1.2;
}

.hidelabeltxt {
  display: none;
}

fieldset dt {
  clear: left;
  float: left;
  min-width: 12em;
  padding: 3px 0;
}

fieldset dd {
  padding: 3px 0;
  min-height: 25px;
}

.login_form fieldset, .login fieldset {
  padding: 15px 0 0;
}

.login_form fieldset p, .login fieldset p {
  margin: 0 0 5px;
}

.login_form label, .login label {
  display: block;
  float: left;
  font-weight: bold;
  text-align: right;
  width: 130px;
}

.login-fields {
  margin: 0 0 10px;
}

.login_form .inputbox, .login-fields .required {
  margin-left: 10px;
  width: 150px;
}

.login_form .remember .inputbox {
  width: 20px;
}

.login_form .button, .login button {
  margin-left: 140px;
}

.form-register fieldset {
  padding: 0 0 10px;
}

.form-register p {
  margin: 0 0 5px;
}

.form-register p.form-des {
  margin: 15px 0;
}

.form-register label {
  display: block;
  float: left;
  font-weight: bold;
  text-align: right;
  width: 130px;
}

.form-register .inputbox {
  margin-left: 10px;
  width: 200px;
}

.form-register .button {
  margin-left: 140px;
}

.registration fieldset dt {
  margin-right: 5px;
}

.user-details {
  padding: 10px 0;
}

.user-details p {
  margin: 0 0 5px;
}

.user-details label {
  display: block;
  float: left;
  font-weight: bold;
  text-align: right;
  width: 130px;
}

.user-details .inputbox {
  margin-left: 10px;
  width: 200px;
}

.user-details .button {
  margin-left: 140px;
}

.user-details .paramlist .paramlist_key {
  padding: 0 0 5px;
  width: 130px;
}

.user-details .paramlist .paramlist_value {
  padding: 0 0 5px;
}

.user-details .user_name span {
  font-weight: bold;
  padding-left: 10px;
}

.remind fieldset dl, .reset fieldset dl {
  margin: 0;
}

.remind fieldset dt, .reset fieldset dt {
  padding: 0;
  margin: 0;
}

.remind fieldset dd, .reset fieldset dd {
  min-height: 0;
  padding: 0;
  margin: 5px 0;
}

form#searchForm {
  padding: 15px 0;
}

.results h4 {
  margin: 15px 0 0;
}

.results p {
  margin: 0 0 10px;
}

.search fieldset {
  border: 1px solid #F0F0F0;
  margin: 25px 0 15px;
  padding: 10px;
}

.search fieldset legend {
  font-size: 100%;
}

.search .phrases-box {
  margin: 0 0 10px;
}

.search .word button {
  margin-left: 5px;
}

.search .word .inputbox {
  vertical-align: top;
}

.search .word label {
  vertical-align: bottom;
}

#component-contact address {
  font-style: normal;
}

.contact_email {
  margin: 0 0 10px;
}

.contact_email div {
  padding: 5px 0;
}

.contact_email label {
  display: block;
  font-weight: bold;
  float: left;
  width: 17em;
}

.contact_email-copy {
  margin: 15px 0;
}

.contact-email-copy label {
  display: inline;
}

div.contact-links ul li {
  background: none;
}

.panel {
  border: solid 1px #ddd;
  margin-top: -1px;
}

#ja-content-main .contact .panel h3 {
  margin: 0;
  padding: 0;
  background: #eee;
  border: 0;
}

.panel h3 a {
  display: block;
  padding: 6px;
  text-decoration: none;
  color: #444;
  padding: 6px;
}

.panel h3.pane-toggler a {
  background: #f5f5f5;
}

.panel h3.pane-toggler-down a {
  background: #f5f5f5;
  border-bottom: solid 1px #ddd;
}

.jpane-slider, .pane-slider {
  border: solid 0px;
  padding: 0px 15px !important;
  margin: 0;
  height: 0;
  overflow: hidden;
}

.contact .panel .contact-form form, .contact .panel .contact-address {
  margin: 15px 0 0 0;
}

.contact-image {
  margin: 15px 0;
  overflow: hidden;
  display: block;
}

.categories-list .category-desc ul li {
  list-style-type: square;
}

#ja-content-main .contact .panel .pane-hide {
  display: none;
}

div.current {
  border: 1px solid #CCCCCC;
  clear: both;
  max-width: 500px;
  padding: 10px;
}

#close a {
  text-decoration: none;
}

#contact-slider.tabs {
  clear: both;
  float: left;
  margin: 15px 0 0;
  z-index: 50;
}

#contact-slider.tabs dt {
  background: #F0F0F0;
  border-left: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  border-top: 1px solid #CCCCCC;
  color: #666666;
  float: left;
  margin-right: 3px;
  padding: 4px 10px;
}

#contact-slider.tabs dt.open {
  background: #F9F9F9;
  border-bottom: 1px solid #F9F9F9;
  color: #000000;
  z-index: 100;
}

#contact-slider.tabs dt h3 {
  margin: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

#ja-content-main .contact h3 {
  border-bottom: solid 1px #ddd;
  margin: 20px 0;
  padding-bottom: 15px;
}

.form-required {
  font-weight: bold;
  margin: 10px 0;
  background: #fff url('../plugins/system/jat3/jat3/base-themes/default/images/req.png') no-repeat !important;
  padding: 10px 40px;
}

.contact .inputbox {
  background: #fff;
  border: solid 1px #ccc;
  padding: 3px;
}

div.encyclopedia_col1 {
  width: 49%;
  float: left;
}

div.encyclopedia_col1 p.img_caption {
  font-size: .6em;
}

div.encyclopedia_col2 {
  width: 49%;
  float: right;
  padding-left: 3px;
  margin-left: 2px;
}

div.encyclopedia_col2 p {
  padding-left: 3px;
  margin-left: 2px;
}

div.encyclopedia_links ul {
  display: block;
  margin: 0px 0px 1px 0px;
  list-style-type: none;
  padding: 10px 0px 10px 0px;
  width: 100%;
}

div.encyclopedia_links ul li {
  display: inline;
  padding: 2px;
  margin: 2px;
  white-space: nowrap;
}

div.jcat-children dt {
  clear: left;
  float: left;
  min-width: 7em;
  padding: 3px 0;
}

div.jcat-children dd {
  padding: 3px 0;
  min-height: 25px;
}

.item-separator, .row-separator {
  display: none;
}

.items-leading .leading {
  padding-bottom: 15px;
}

.items-row {
  padding-bottom: 15px;
  padding-top: 15px;
}

.img-intro-none {
  margin-bottom: 15px;
}

.img-intro-left {
  margin-bottom: 15px;
  margin-right: 15px;
  float: left;
}

.img-intro-right {
  margin-bottom: 15px;
  margin-left: 15px;
  float: right;
}

.article-tools {
  clear: both;
  display: block;
  position: relative;
}

dl.article-info {
  float: left;
  padding: 0;
  margin: 0;
  width: 70%;
  text-transform: none;
}

dl.article-info dd, dl.article-info dt {
  padding: 0 5px 0 0;
  margin: 0;
  display: inline;
}

dd.create {
  padding-right: 5px;
}

dd.createdby {
  padding-right: 5px;
}

dd.hits {
  padding-right: 5px;
}

p.article-url {
  margin: 10px 0 0;
}

p.modifydate {
  margin: 10px 0 0;
}

.contentdescription {
  display: block;
  padding: 10px 15px;
}

.contentdescription p {
  margin: 0;
}

ul.actions {
  float: right;
  margin: 0;
  padding: 0;
}

ul.actions li {
  display: inline;
  background: none;
  padding: 0;
  margin: 0;
  line-height: 1;
}

ul.actions li img {
  border: 0;
  margin: 0 5px 0 0;
}

ul#archive-items>li {
  line-height: normal;
  overflow: visible;
  padding: 0;
  margin: 0;
}

ul#archive-items div.intro {
  clear: both;
  overflow: hidden;
}

.article-content {
  overflow: hidden;
}

div.categories-list ul li {
  background: none;
  padding-left: 0;
}

div.categories-list dl.article-count dt, div.categories-list dl.article-count dd {
  display: inline;
}

div.categories-list dl.article-count dd {
  margin-left: 0;
}

div.categories-list ul li ul {
  margin-left: 15px;
}

div.categories-list ul li li {
  border-bottom: 1px solid #ccc;
  background: #f2f2f2;
  padding: 10px;
}

div.categories-list ul li li li {
  background: #ddd;
}

div.categories-list ul li li.last {
  border-bottom: 0;
}

.img_caption {
  margin-top: 15px;
  margin-bottom: 10px;
}

.img_caption.left {
  margin-right: 10px;
}

.img_caption.right {
  margin-left: 10px;
}

p.img_caption {
  clear: both;
  margin: 0;
  padding: 0;
  text-align: center;
}

th {
  font-weight: bold;
  padding: 5px;
  text-align: left;
}

td {
  font-size: 100%;
  padding: 5px;
}

.cat-list-row2, .cat-list-row1, tr.cat-list-row2 td, tr.cat-list-row1 td {
  border-color: #ddd;
}

table.contentpane, table.tablelist, table.category {
  width: 100%;
}

table.contentpaneopen {
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
}

table.contenttoc {
  float: right;
  margin: 0 0 10px 12px;
  padding: 0;
  width: 30%;
}

table.contenttoc td {
  padding: 5px 10px;
}

table.contenttoc th {
  padding: 5px 10px;
}

div.poll {
  padding: 15px 0;
}

form#poll {
  margin-bottom: 10px;
  padding-bottom: 10px;
}

dl.poll {
  font-size: 92%;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

dl.poll dt, dl.poll dd {
  float: left;
}

dl.poll dt {
  clear: left;
  width: 100px;
}

dl.poll dd {
  clear: right;
  width: 400px;
}

table.pollstableborder {
  border: none;
  padding: 0;
  text-align: left;
  width: 100%;
}

table.pollstableborder img {
  vertical-align: baseline;
}

table.searchintro {
  padding: 10px 0;
  width: 100%;
}

table.contentpaneopen, table.contentpane, table.blog {
  width: 100%;
}

.pagination ul, ul.pagenav {
  float: left;
  margin: 10px 0;
}

.pagination ul li, ul.pagenav li {
  background: none;
  display: block;
  float: left;
  margin: 0;
  overflow: hidden;
  padding: 0;
}

.pagination ul li span.pagenav, .pagination ul li a.pagenav, ul.pagenav li a {
  padding: 0 5px;
}

.ja-content-main fieldset.filters {
  font-size: 92%;
  margin: 10px 0 5px;
}

.ja-content-main .display-limit {
  font-size: 92%;
  margin: 10px 0 5px;
}

.ja-content-main fieldset.filters .filter-search, .ja-content-main fieldset.filters .display-limit {
  float: left;
  width: 50%;
}

.ja-content-main fieldset.filters .display-limit {
  float: right;
  text-align: right;
}

.ja-content-main .pagenavbar {
  font-weight: bold;
}

.ja-content-main .pagenavcounter {
  margin: 15px 0;
  text-align: center;
}

.ja-content-main .counter {
  float: right;
  line-height: 1;
  margin: 15px 0;
  text-align: right;
}

.items-more {
  padding: 15px 0 5px;
}

.items-more h3 {
  margin: 0 0 5px;
}

div.back_button a, div.back_button a:hover, div.back_button a:active {
  display: block;
  margin: 10px 0;
}

#system-message dd.message ul, #system-message dd.error ul, #system-message dd.notice ul {
  margin: 0;
  padding: 0;
}

#system-message dd.message ul li, #system-message dd.error ul li, #system-message dd.notice ul li {
  background: none;
  margin: 0;
  padding: 5px;
}

.items-row.cols-2 .column-2 .contentpaneopen_edit {
  padding-left: 15px;
}

.tip-wrap {
  background: #ffffcc;
  border: 1px solid #e2e2b5;
  z-index: 999;
}

.tip-title {
  font-weight: bold;
  padding: 5px 10px;
  border-bottom: 1px solid #e2e2b5;
}

.tip-text {
  font-size: 100%;
  margin: 0;
  padding: 5px 10px;
}

.hasTip img {
  border: none;
  margin: 0 5px 0 0;
}

.contentpaneopen_edit img {
  vertical-align: middle;
}

.edit fieldset {
  border: 1px solid #F0F0F0;
  margin: 25px 0 15px;
  padding: 10px;
}

.edit .formelm {
  margin: 0 0 10px;
}

.edit.item-page .formelm {
  margin-top: 5px;
}

.edit .formelm label {
  min-width: 100px;
  font-weight: bold;
  display: inline-block;
}

.edit .formelm-buttons, .edit .formelm-area {
  margin: 0 0 10px;
}

.edit .formelm-area label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}

.profile-edit fieldset dt {
  min-width: 17em;
}

.edit.item-page div.fltlft {
  margin-bottom: 5px;
}

div.ja-moduletable h3, div.moduletable h3 {
  margin: 0 0 8px;
  overflow: hidden;
  padding: 0 0 5px;
}

div.moduletable_menu h3 {
  margin-bottom: 0;
}
div.ja-moduletable h3 span{text-transform: capitalize;}

div.ja-moduletable, div.moduletable {
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 0 0 20px;
  position: relative;
}

div.ja-module h3, div.module h3 {
  margin: 0 0 10px;
  overflow: hidden;
  padding: 8px 0;
}

div.ja-module, div.module {
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}

.badge {
  background-image: url('../plugins/system/jat3/jat3/base-themes/default/images/icon-badge.png');
  background-repeat: no-repeat;
  height: 46px;
  position: absolute;
  right: 0;
  top: 0;
  width: 45px;
}

.badge-hot .badge {
  background-position: 0 0;
}

.badge-new .badge {
  background-position: 0 -46px;
}

.badge-pick .badge {
  background-position: 0 -92px;
}

.badge-top .badge {
  background-position: 0 -138px;
}

#ja-search {
  bottom: 15px;
  position: absolute;
  right: 0;
}

#ja-search label {
  display: none;
}

#form-login-username .inputbox, #form-login-password .inputbox {
  background-position: 5px center;
  background-repeat: no-repeat;
  font-weight: bold;
}

#form-login ul {
  margin: 0 !important;
  padding: 0;
}

#form-login p {
  margin: 0 0 5px;
}

#form-login .button {
  margin: 10px 0;
}

h4.poll-title {
  margin: 0;
  padding: 0;
}

a.poll-result {
  font-size: 92%;
  text-transform: uppercase;
}

form.poll .button {
  margin-right: 5px;
}

div.bannergroup_text div.banneritem_text {
  padding: 5px 0;
}

div.bannergroup_text div.banneritem_text a {
  font-weight: bold;
}

div.bannergroup_text div.bannerheader, div.bannergroup_text div.bannerfooter_text a {
  font-size: 92%;
}

div.bannergroup_text div.bannerfooter_text {
  padding: 5px 0 0;
  text-align: right;
}

div.bannergroup {
  margin-bottom: 10px;
}

div.module_text span {
  clear: both;
  display: block;
  float: left;
}

div.module_noborder, div.module_noborder .ja-box-bl, div.module_noborder .ja-box-tr, div.module_noborder .ja-box-tl {
  background: none;
  padding: 0;
}

h3.show {
  background: url('../plugins/system/jat3/jat3/base-themes/default/images/icon-show.png') no-repeat 100% 60%;
  cursor: pointer;
}

h3.hide {
  background: url('../plugins/system/jat3/jat3/base-themes/default/images/icon-hide.png') no-repeat 100% 60%;
  cursor: pointer;
}

div.ja-moduletable .mod-languages ul, div.ja-module .mod-languages ul {
  margin: 0;
}

div.ja-moduletable .mod-languages ul li, div.ja-module .mod-languages ul li {
  background: none;
  padding: 0;
  margin-right: 5px;
  display: inline-block;
}

#ja-container {
  position: relative;
  z-index: 5;
}

.ja-mass-top .ja-moduletable, .ja-mass-top .ja-module {
  margin-left: 0;
  margin-right: 0;
}

.ja-mass-bottom .ja-moduletable, .ja-mass-bottom .ja-module {
  margin-left: 0;
  margin-right: 0;
}

#ja-content-top .ja-moduletable, #ja-content-top .ja-module {
  margin-left: 0;
  margin-right: 0;
}

.ja-content-main {
  margin-bottom: 20px;
}

#ja-content-bottom .ja-moduletable, #ja-content-bottom .ja-module {
  margin-left: 0;
  margin-right: 0;
}

#ja-header {
  position: relative;
  z-index: 10;
}

#ja-header .main {
  padding: 30px 0 15px;
}

h1.logo, div.logo-text {
  float: left;
  position: relative;
  z-index: 1;
}

h1.logo {
  height: 28px;
  width: 184px;
}

h1.logo a {
  background: url('../plugins/system/jat3/jat3/base-themes/default/images/logo-t3.gif') no-repeat left;
  display: block;
  height: 28px;
  width: 184px;
}

h1.logo a span {
  position: absolute;
  top: -1000px;
}

div.logo-text {
  margin-top: 8px;
}

div.logo-text h1 a {
  text-decoration: none;
}

p.site-slogan {
  display: block;
  font-size: 85%;
  margin: 8px 0 0;
  padding: 0 5px;
}

#ja-mainnav {
  line-height: 1;
  position: relative;
  z-index: 11;
}

span.has-image {
  background-position: left 1px;
  background-repeat: no-repeat;
  display: block;
  overflow: hidden;
  padding-left: 25px;
}

span.menu-title {
  display: block;
  cursor: pointer;
}

span.menu-desc {
  display: block;
  font-size: 92%;
  font-weight: normal;
}

#ja-navhelper .main {
  padding: 5px 0;
}

#ja-navhelper a {
  padding: 0 2px;
}

.ja-breadcrums {
  float: left;
  margin-top: 2px;
  width: 80%;
}

.ja-breadcrums strong {
  margin-right: 5px;
}

.ja-breadcrums img {
  margin: 1px 5px;
}

.ja-links {
  float: right;
  margin-top: 2px;
}

.ja-links li {
  background: none;
  display: inline;
  padding: 0;
}

#ja-container ul.menu {
  margin: 0;
  padding: 0;
}

#ja-container ul.menu li {
  background: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
}

#ja-container ul.menu li a {
  display: block;
  outline: none;
  padding: 6px 0;
}

#ja-container ul.menu li.active>a {
  font-weight: bold;
}

#ja-container ul.menu li a img {
  margin-right: 3px;
}

#ja-container ul.menu li ul {
  margin: 0 0 0 10px;
}

#ja-container ul.menu li li {
  background: url('../plugins/system/jat3/jat3/base-themes/default/images/arrow.png') no-repeat left 11px;
}

#ja-container ul.menu li li a {
  font-weight: normal;
  text-indent: 10px;
}

#ja-container ul.menu li li a:hover, #ja-container ul.menu li li a:active, #ja-container ul.menu li li a:focus {
  background: none;
}

#ja-container ul.menu li.active>a {
  font-weight: bold;
}

#ja-container ul.menu span.separator {
  display: none;
}

#ja-topsl .ja-box, #ja-botsl .ja-box {
  padding: 0;
}

#ja-topsl .ja-box-right, #ja-botsl .ja-box-right, #ja-topsl .ja-box-full, #ja-botsl .ja-box-full {
  background: none;
}

#ja-topsl .ja-moduletable, #ja-botsl .ja-moduletable {
  margin-bottom: 20px;
  margin-top: 0;
  padding-bottom: 0;
  padding-top: 0;
}

#ja-topsl li, #ja-botsl li {
  background-position: 1px 6px;
  padding-left: 10px;
}

#ja-topsl ol li, #ja-botsl ol li {
  margin-left: 25px;
  padding: 0;
}

#ja-topsl ul, #ja-topsl p, #ja-topsl ol, #ja-botsl ul, #ja-botsl p, #ja-botsl ol {
  margin: 0;
  padding: 0;
}

#ja-topsl .main {
  padding: 20px 0 0;
}

#ja-topsl h3 {
  margin: 0 0 8px;
}

#ja-botsl .main {
  padding: 20px 0 0;
}

#ja-botsl .ja-moduletable, #ja-botsl .moduletable {
  margin-bottom: 20px;
}

#ja-botsl h3 {
  margin: 0 0 8px;
}

#ja-footer {
  clear: both;
  padding: 20px 0;
}

#ja-footer .main {
  padding: 0;
  position: relative;
  text-align: center;
}

#ja-footer .inner {
  padding: 0;
}

#ja-footer small {
  font-size: 100%;
}

#ja-footer .ja-footnav {
  font-size: 100%;
  margin: 10px 0;
  overflow: hidden;
  position: relative;
}

.ja-footnav ul {
  line-height: normal;
}

.ja-footnav li {
  display: inline;
  padding: 0 5px;
  background: none;
}

.ja-copyright small {
  display: block;
}

ul.ja-usertools-font li, ul.ja-usertools-screen li {
  background: none;
  display: inline;
  margin: 0;
  padding: 0;
}

#ja-poweredby {
  margin: 0 auto;
}

#ja-banner {
  overflow: hidden;
  text-align: center;
  width: 100%;
}

div.ja-innerdiv {
  clear: both;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

div.ja-innerdiv h4 {
  margin: 5px 0;
  padding: 0;
}

a.ja-cpanel-video {
  background: url('../plugins/system/jat3/jat3/base-themes/default/images/icons/icon-youtube.png') no-repeat center center #fff;
  border: 1px solid #999;
  color: #666;
  display: block;
  font-weight: bold;
  padding: 0;
  text-decoration: none;
  text-indent: -9999px;
  width: 22px;
  height: 22px;
  position: absolute;
  right: 10px;
  bottom: 10px;
}

a.ja-cpanel-video span {
  color: #666;
}

a.ja-cpanel-video:hover, a.ja-cpanel-video:focus, a.ja-cpanel-video:active {
  border-color: #666;
  text-decoration: none;
}

a.ja-cpanel-video:hover span {
  color: #0F85D8;
}

.t3-logo, .t3-logo-sm {
  display: block;
}

.t3-logo, .t3-logo a {
  width: 200px;
  height: 34px;
}

.t3-logo-sm, .t3-logo-sm a {
  width: 77px;
  height: 34px;
}

.t3-logo a, .t3-logo-sm a {
  display: block;
  text-indent: -1000em;
  background-repeat: no-repeat;
  background-position: center;
}

.t3-logo-light a {
  background-image: url('http://joomlart.s3.amazonaws.com/t3/logo/t3_logo_light.png');
}

.t3-logo-dark a {
  background-image: url('http://joomlart.s3.amazonaws.com/t3/logo/t3_logo_dark.png');
}

.t3-logo-light-sm a {
  background-image: url('http://joomlart.s3.amazonaws.com/t3/logo/t3_logo_light_sm.png');
}

.t3-logo-dark-sm a {
  background-image: url('http://joomlart.s3.amazonaws.com/t3/logo/t3_logo_dark_sm.png');
}

/* ddb.layout.css */

.wrap {
  width: 100%;
  clear: both;
}

.main {
  width: 980px;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.column {
  overflow: hidden;
  float: left;
}

.ja-mass {
  clear: both;
}

.main .inner {
  padding-left: 15px;
  padding-right: 15px;
}

.main .main-inner1 {
  margin-left: 15px;
  margin-right: 15px;
}

.column div.ja-moduletable, .column div.moduletable, .column div.ja-module, .column div.module {
  margin-left: 15px;
  margin-right: 15px;
}

.ja-inset2 div.ja-moduletable, .ja-inset2 .div.moduletable, .ja-inset2 div.ja-module, .ja-inset2 div.module {
  margin-right: 0;
  margin-left: 30px;
}

.ja-inset1 div.ja-moduletable, .ja-inset1 .div.moduletable, .ja-inset1 div.ja-module, .ja-inset1 div.module {
  margin-right: 30px;
  margin-left: 0;
}

.item .contentpaneopen {
  padding-left: 15px;
  padding-right: 15px;
}

.items-row {
  margin-left: -15px;
  margin-right: -15px;
}

#ja-mainbody {
  float: left;
}

#ja-current-content, #ja-main {
  float: right;
}

#ja-left .ja-l2 .ja-left1, #ja-left .ja-l2 .ja-left2 {
  width: 50%;
}

#ja-left .ja-l1 .ja-col {
  width: 100%;
}

#ja-right {
  float: right;
}

#ja-right .ja-r2 .ja-right1, #ja-right .ja-r2 .ja-right2 {
  width: 50%;
}

#ja-right .ja-r1 .ja-col {
  width: 100%;
}

#ja-footer {
  clear: both;
}

.item {
  float: left;
  position: relative;
}

.cols-1 .item {
  width: 100%;
}

.cols-2 .item {
  width: 50%;
}

.cols-3 .item {
  width: 33.33%;
}

.cols-4 .item {
  width: 25%;
}

.cols-5 .item {
  width: 20%;
}

.ja-box {
  float: left;
  overflow: hidden;
}

.ja-box-right {
  position: absolute;
  right: 0;
}

/* 785.usertools.css */

#ja-cpanel-wrapper {
  position: fixed;
  top: 0;
  right: 15px;
  z-index: 1000;
  font-size: 12px;
}

#ja-cpanel a {
  color: #000;
}

#ja-cpanel {
  position: absolute;
  top: -1000px;
  right: 0;
  border-top: 0;
}

#ja-cpanel-main {
  font-size: 92%;
  background: #fff;
  color: #000;
  border: 1px solid #ccc;
  margin-right: -1px;
  margin-top: -3px;
  width: 300px;
}

#ja-cpanel-main h3 {
  font-size: 90%;
  clear: both;
  text-transform: uppercase;
  margin: 0;
  background: #f7f7f7;
  padding: 5px 10px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

#ja-cpanel-main h3:first-child {
  border-top: 0;
}

#ja-cpanel-main ul {
  clear: both;
  padding: 10px;
  margin: 0;
  width: auto;
}

#ja-cpanel-main ul li {
  float: left;
  width: 45%;
  padding: 2px 0;
  margin-right: 10px;
  background-image: none;
}

.ja-box-usertools {
  background: #fff;
}

.ja-cpanel-tools {
  max-height: 400px;
}

a#ja-cpanel-toggle {
  display: block;
  line-height: 24px;
  padding: 0 10px;
  background: #333;
  color: #ccc;
  font-size: 10px;
  text-transform: uppercase;
  position: absolute;
  right: 0;
  top: 0;
}

a#ja-cpanel-toggle:hover, a#ja-cpanel-toggle:active, a#ja-cpanel-toggle:focus {
  text-decoration: none;
}

a#ja-cpanel-toggle:hover, #ja-cpanel-toggle.open {
  color: #fff;
  background: #069;
}

#ja-cpanel-main ul.ja-usertools-font {
  width: 65px;
  height: 20px;
  background: url('../plugins/system/jat3/jat3/base-themes/default/images/usertools/font-tool.gif') no-repeat center #fff;
}

#ja-cpanel-main ul.ja-usertools-font li {
  float: left;
  width: 33%;
  height: 20px;
  cursor: pointer;
  margin: 0;
}

#ja-cpanel-main ul.ja-usertools-font li a {
  width: 100%;
  display: block;
  height: 20px;
}

#ja-cpanel-main ul.ja-usertools-font li a span {
  position: absolute;
  top: -1000px;
}

.ja-cpanel-head {
  border-bottom: 1px solid #ccc;
  display: block;
  clear: right;
}

.ja-cpanel-head a {
  display: inline-block;
  padding: 6px 10px 3px;
  border-right: 1px solid #ccc;
}

.ja-cpanel-head a.first {
  background: url('../plugins/system/jat3/jat3/base-themes/default/images/usertools/t3_logo_light_sm.png') no-repeat 10px 9px;
  padding-left: 50px;
}

.ja-cpanel-head a:hover, .ja-cpanel-head a:active, .ja-cpanel-head a:focus {
  background-color: #f7f7f7;
  text-decoration: none;
}

.ja-cpanel-action {
  padding: 10px 15px;
  background: #ccc;
  clear: both;
  overflow: hidden;
}

.ja-cpanel-action a {
  padding: 2px 2px;
  float: left;
}

.ja-cpanel-action a.button {
  display: inline-block;
  border: 1px solid #333;
  background: #333;
  color: #fff !important;
  padding: 2px 10px;
  font-weight: bold;
  margin-right: 10px;
}

.ja-cpanel-action a.ja-cpanel-video {
  float: right;
}

.ja-cpanel-action a.button:hover, .ja-cpanel-action a.button:active, .ja-cpanel-action a.button:focus {
  border: 1px solid #ddd;
  text-decoration: none;
}

/* 570.css3.css */

#ja-cpanel {
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, .5);
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, .5);
}

.ja-cpanel-tools {
  overflow-y: scroll;
}

a#ja-cpanel-toggle {
  box-shadow: 0 1px 3px rgba(0, 0, 0, .5);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .5);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .5);
  text-shadow: 0 1px 1px rgba(0, 0, 0, .9);
}

#ja-cpanel-toggle.open {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

.ja-cpanel-action {
  box-shadow: 0 -1px 3px rgba(0, 0, 0, .5);
  -moz-box-shadow: 0 -1px 3px rgba(0, 0, 0, .5);
  -webkit-box-shadow: 0 -1px 3px rgba(0, 0, 0, .5);
}

.ja-cpanel-action a.button {
  box-shadow: 0 0 3px rgba(0, 0, 0, .8);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, .8);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .8);
}

.ja-cpanel-action a.button:hover {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

a.ja-cpanel-video {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow: 0 0 3px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, .2);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .2);
}

/* c68.mega.css */

.ja-megamenu {
  margin: 0;
  padding: 0;
}

ul.megamenu {
  margin: 10px;
}

ul.megamenu li {
  overflow: visible;
}

.ja-megamenu ul.level0 {
  margin: 0;
  padding: 0;
}

.ja-megamenu ul.level0 li.mega {
  background: none;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
}

.ja-megamenu ul.level0 li.mega a.mega {
  display: block;
  font-weight: bold;
  line-height: normal;
  margin: 0;
  padding: 8px 15px;
  text-decoration: none;
}

.ja-megamenu ul.level0 li.mega .has-image {
  padding-left: 25px;
  display: block;
  background-repeat: no-repeat;
  background-position: left top;
  cursor: pointer;
}

.ja-megamenu ul.level0 li.mega span.menu-title {
  display: block;
}

.ja-megamenu ul.level0 li.mega span.menu-desc {
  display: block;
  font-weight: normal;
  font-size: 92%;
}

.ja-megamenu ul.level0 li.mega a img {
  float: left;
  padding-right: 5px;
}

/*.ja-megamenu ul.level0 li.haschild a.mega span.menu-title, .ja-megamenu ul.level0 li.haschild-over a.mega span.menu-title {*/
/*  padding-left: 12px;*/
/*}*/

.ja-megamenu ul.level0 li.haschild a.mega span.menu-desc, .ja-megamenu ul.level0 li.haschild-over a.mega span.menu-desc {
  padding-left: 12px;
}

.ja-megamenu li.mega .childcontent {
  display: block;
  height: auto;
  position: absolute;
}

.ja-megamenu li.mega .childcontent, .ja-megamenu li.haschild-over li.mega .childcontent, .ja-megamenu li.mega li.haschild-over li.mega .childcontent, .ja-megamenu li.mega li.mega li.haschild-over li.mega .childcontent, .ja-megamenu li.mega li.mega li.mega li.haschild-over li.mega .childcontent, .ja-megamenu li.mega li.mega li.mega li.mega li.haschild-over li.mega .childcontent {
  left: -999em;
}

.ja-megamenu li.haschild-over .childcontent, .ja-megamenu li.mega li.haschild-over .childcontent, .ja-megamenu li.mega li.mega li.haschild-over .childcontent, .ja-megamenu li.mega li.mega li.mega li.haschild-over .childcontent, .ja-megamenu li.mega li.mega li.mega li.mega li.haschild-over .childcontent, .ja-megamenu li.mega li.mega li.mega li.mega li.mega li.haschild-over .childcontent {
  left: auto;
}

.ja-megamenu li.mega .right, .ja-megamenu li.haschild-over li.mega .right, .ja-megamenu li.mega li.haschild-over li.mega .right, .ja-megamenu li.mega li.mega li.haschild-over li.mega .right, .ja-megamenu li.mega li.mega li.mega li.haschild-over li.mega .right, .ja-megamenu li.mega li.mega li.mega li.mega li.haschild-over li.mega .right {
  right: auto;
}

.ja-megamenu li.haschild-over .right {
  right: 0;
}

.ja-megamenu li.mega li.haschild-over .right, .ja-megamenu li.mega li.mega li.haschild-over .right, .ja-megamenu li.mega li.mega li.mega li.haschild-over .right, .ja-megamenu li.mega li.mega li.mega li.mega li.haschild-over .right, .ja-megamenu li.mega li.mega li.mega li.mega li.mega li.haschild-over .right {
  right: 12em;
}

.ja-megamenu ul.level1 li.mega {
  float: none;
}

.ja-megamenu ul.level1 .childcontent {
  margin: -2em 0 0 0;
}

.ja-megamenu .megacol {
  float: left;
}

.ja-megamenu ul.level1 li.mega a.mega {
  background: none;
  border: 0;
  font-weight: normal;
  padding: 8px 5px;
}

.ja-megamenu ul.level1 li.mega a.mega span.menu-title {
  background: none;
  padding: 0;
}

.ja-megamenu ul.level1 li.haschild, .ja-megamenu ul.level1 li.haschild-over {
  background-image: url('../plugins/system/jat3/jat3/base-themes/default/images/arrow.png');
  background-repeat: no-repeat;
  background-position: 95% center;
  padding: 0;
}

.ja-megamenu ul.level1 li.group {
  background: none;
}

.ja-megamenu .childcontent {
  z-index: 999;
}

.ja-megamenu .childcontent-inner {
  background: #fff;
}

.ja-megamenu .childcontent .ja-moduletable {
  line-height: 1.5;
  margin: 10px 0;
  padding: 0;
}

.ja-megamenu .childcontent .ja-moduletable h3 {
  background: none;
  margin-left: 10px;
  margin-right: 10px;
  text-indent: 5px;
  text-transform: none;
}

.ja-megamenu .childcontent .ja-moduletable .ja-box-ct {
  padding: 0 5px;
}

.ja-megamenu .childcontent .ja-moduletable a {
  text-decoration: none;
}

.ja-megamenu .childcontent .ja-moduletable a:hover, .ja-megamenu .childcontent .ja-moduletable a:focus, .ja-megamenu .childcontent .ja-moduletable a:active {
  text-decoration: none;
}

.ja-megamenu .childcontent .ja-moduletable ul:first-child {
  margin-top: 0 !important;
}

.ja-megamenu .childcontent .ja-moduletable li {
  margin-bottom: 5px;
}

.ja-megamenu .group-title {
  overflow: hidden;
}

.ja-megamenu .group-title .menu-desc {
  padding-left: 0 !important;
}

.ja-megamenu .group-content .ja-moduletable, .ja-megamenu .group-content ul.megamenu {
  margin: 10px;
}

.ja-megamenu .childcontent ul.megamenu .ja-moduletable {
  padding: 0;
}

.ja-megamenu .childcontent ul.megamenu .ja-moduletable h3 {
  margin-left: 0;
  margin-right: 0;
}

/* 8b5.typo.css */

pre, .code {
  background: url('../images/ja_university/images/line-number.gif') no-repeat left top #f7f7f9;
  border: 1px solid #ddd;
  border-radius: 3px;
  font: 1em/1.5 Monaco, Consolas, "Courier News", monospace !important;
  padding: 10px 15px 10px 50px !important;
  line-height: 22px !important;
}

.highlight {
  background: #fbf2e4;
  border: 1px solid #f0cb96;
  border-radius: 3px;
  color: #333;
  display: inline-block;
  font-weight: bold;
  padding: 1px 5px;
  text-shadow: 1px 1px 0 #fff;
}

.dropcap {
  color: #be4b22;
  display: block;
  float: left;
  font-size: 2.692em;
  font-weight: bold;
  padding: 0 3px 0 0;
  line-height: 1;
}

blockquote {
  font-size: 1.231em;
}

blockquote.quote-style1 {
  border-left: 5px solid #ddd;
}

blockquote p {
  margin: 0 0 5px !important;
  padding-left: 10px !important;
  line-height: 1.4;
}

blockquote.quote-style2 {
  background: url('../images/ja_university/images/quo-open.png') no-repeat 0px 5px;
}

blockquote.quote-style2 p {
  padding-left: 45px !important;
}

blockquote small {
  color: #999;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.800em;
  padding-left: 15px;
}

blockquote.quote-style2 small {
  padding-left: 45px;
}

blockquote small:before {
  content: "- ";
}

sub, sup {
  color: #CC0000;
  font-size: 11px;
  font-weight: bold;
}

ul.ja-typo-list li {
  background: none;
  margin-left: 8px;
  padding: 0 0 0 25px;
  position: relative;
  overflow: hidden;
}

ul.ja-typo-list span.icon {
  background-image: url('../images/ja_university/images/icons-sprites-silk.png');
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

ul.list-arrow span.icon {
  background-position: left top;
}

ul.list-star span.icon {
  background-position: left -18px;
}

ul.list-check span.icon {
  background-position: left -36px;
}

ul.ja-unordered-list li {
  background: url('../images/ja_university/images/bullet.gif') no-repeat 20px 7px;
  line-height: 160%;
  margin-bottom: 5px;
  overflow: hidden;
  padding-left: 35px;
}

ol.ja-ordered-list li {
  line-height: 180%;
  margin-left: 30px;
}

dl.ja-definition-list dt {
  font-weight: bold;
  line-height: 160%;
}

dl.ja-definition-list dd {
  margin-left: 15px;
  line-height: 160%;
}

.blocknumber {
  position: relative;
  padding: 5px 0 5px 55px !important;
  min-height: 44px;
}

.blocknumber .bignumber {
  background-image: url('../images/ja_university/images/blocknumber-bg.png');
  background-repeat: no-repeat;
  color: #FFFFFF;
  display: block;
  width: 44px;
  height: 44px;
  line-height: 44px !important;
  position: absolute;
  top: 10px;
  left: 0;
  font: bold 20px/normal Arial, sans-serif;
  text-align: center;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, .3);
}

.blocknumber-1 .bignumber {
  background-position: left top;
}

.blocknumber-2 .bignumber {
  background-position: left -44px;
}

.blocknumber-3 .bignumber {
  background-position: left -88px;
}

p.ja-typo-icon {
  padding-left: 25px;
  position: relative;
}

p.ja-typo-icon span.icon {
  background-image: url('../images/ja_university/images/icons-sprites-silk.png');
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
}

p.icon-error span.icon {
  background-position: left -54px;
}

p.icon-message span.icon {
  background-position: left -72px;
}

p.icon-tips span.icon {
  background-position: left -90px;
}

p.icon-key span.icon {
  background-position: left -108px;
}

p.icon-tag span.icon {
  background-position: left -126px;
  ;
}

p.icon-cart span.icon {
  background-position: right -54px;
}

p.icon-doc span.icon {
  background-position: right -72px;
}

p.icon-note span.icon {
  background-position: right -90px;
}

p.icon-photo span.icon {
  background-position: right -108px;
}

p.icon-mobi span.icon {
  background-position: right -126px;
}

p.icon-error {
  color: #CC0000;
}

p.icon-message {
  color: #2C79B3;
}

p.icon-tips {
  color: #E58C00;
}

.ja-typo-bubble {
  margin: 20px 0;
  position: relative;
}

.ja-typo-bubblect {
  padding: 15px;
  border: 3px solid #ddd;
  box-shadow: 0 0 3px rgba(0, 0, 0, .5);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, .5);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .5);
}

.ja-typo-bubble p.ja-typo-bubble-meta {
  margin: -3px 0 0;
  height: 25px;
  padding-left: 65px;
}

.ja-typo-bubble span.ja-typo-bubble-author {
  font-weight: bold;
  display: block;
  padding-top: 5px;
}

.ja-typo-bubble span.ja-typo-bubble-arrow {
  display: block;
  position: absolute;
  bottom: 0;
  left: 28px;
  width: 25px;
  height: 25px;
  background: url('../images/ja_university/images/bubble-arrow.png') 0 0;
}

.bubble-2 .ja-typo-bubblect {
  border: 0;
  background: #ddd;
}

.bubble-2 span.ja-typo-bubble-arrow {
  background-position: -25px 0;
}

.bubble-3 .ja-typo-bubblect {
  border: 3px solid #08c;
}

.bubble-3 span.ja-typo-bubble-arrow {
  background-position: 0 -25px;
}

.bubble-4 .ja-typo-bubblect {
  border: 0;
  background: #08c;
  color: #fff;
}

.bubble-4 span.ja-typo-bubble-arrow {
  background-position: -25px -25px;
}

.bubble-5 .ja-typo-bubblect {
  border: 3px solid #333;
}

.bubble-5 span.ja-typo-bubble-arrow {
  background-position: -50px -50px;
}

.bubble-6 .ja-typo-bubblect {
  border: none;
  background: #333;
  color: #fff;
}

.bubble-6 span.ja-typo-bubble-arrow {
  background-position: -25px -50px;
}

.bubble-rounded .ja-typo-bubblect {
  border-radius: 18px;
  -moz-border-radius: 18px;
  -webkit-border-radius: 18px;
}

p.ja-typo-box {
  border: 1px solid #ddd;
  padding: 10px 10px 10px 50px;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, .5);
}

p.box-download, p.box-sticky, p.box-confirmation, p.box-error, p.box-warning, p.box-information, p.box-system {
  background-repeat: no-repeat;
  background-position: 10px 15px;
}

p.box-confirmation {
  background-color: #e4f2d4;
  background-image: url('../images/ja_university/images/icons/message/icon-tick.png');
  border-color: #b8d199;
  color: #4e8904;
}

p.box-error {
  background-color: #f2dbd4;
  background-image: url('../images/ja_university/images/icons/message/icon-error.png');
  border-color: #f6a992;
  color: #be4b22;
}

p.box-warning {
  background-color: #fbebc1;
  background-image: url('../images/ja_university/images/icons/message/icon-warning.png');
  border-color: #e1bc88;
  color: #ca7326;
}

p.box-information {
  background-color: #d4e6f2;
  background-image: url('../images/ja_university/images/icons/message/icon-information.png');
  border-color: #98c1de;
  color: #1e81af;
}

p.box-download {
  background-image: url('../images/ja_university/images/icons/message/icon-download.png');
}

p.box-sticky {
  background-color: #ffffcc;
  background-image: url('../images/ja_university/images/icons/message/icon-sticky.png');
  border-color: #e1bc88;
}

p.box-system {
  background-color: #ccd4fa;
  background-image: url('../images/ja_university/images/icons/message/icon-system.png');
  border-color: #a4b1ed;
  color: #626ccb;
}

p.box-grey-1, p.box-hilite-1 {
  padding: 10px 15px;
}

p.box-grey-1 {
  background: #f7f7f7;
  border-color: #dddddd;
}

p.box-hilite-1 {
  background: #ffffdd;
  border-color: #d2d2b6;
}

p.box-grey-2, p.box-hilite-2 {
  padding: 10px 15px;
}

p.box-grey-2 {
  background: #f7f7f7;
  border-color: #dddddd;
  border-style: dotted;
}

p.box-hilite-2 {
  background: #ffffdd;
  border-color: #d2d2b6;
  border-style: dotted;
}

.box-rounded {
  border-radius: 5px;
}

.ja-typo-legend {
  border: 1px solid #ddd;
  margin: 20px 0;
  padding: 20px 15px 15px;
  position: relative;
}

.ja-typo-legend .legend-title {
  background: #fff;
  border: 1px solid #ddd;
  color: #069;
  display: block;
  float: left;
  font-family: Arial, sans-serif;
  font-size: 1em;
  font-weight: bold;
  left: 10px;
  line-height: normal;
  margin: 0 !important;
  padding: 5px !important;
  position: absolute;
  top: -15px;
  text-transform: uppercase;
}

.legend-2 {
  border: 3px solid #08c;
}

.legend-2 .legend-title {
  color: #08c;
}

.legend-rounded {
  border-radius: 5px;
}

.legend-rounded .legend-title {
  border-radius: 5px;
}

a.ja-typo-btn {
  background: #ddd;
  color: #333;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

a.ja-typo-btn:hover, a.ja-typo-btn:active, a.ja-typo-btn:focus {
  background-position: bottom;
  color: #333;
}

#ja-typo a.ja-typo-btn {
  margin: 20px 10px 10px 0;
  float: left;
}

#ja-typo a.ja-typo-btn:hover, #ja-typo a.ja-typo-btn:focus, #ja-typo a.ja-typo-btn:active {
  background: #333;
  color: #fff;
  text-decoration: none;
}

a.ja-typo-btn-icn {
  color: #333;
  border: 1px solid #ccc;
  font-size: 0.923em;
  font-weight: bold;
  height: 30px;
  line-height: 30px;
  text-transform: uppercase;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

a.ja-typo-btn-icn span {
  padding: 0 15px 0 34px;
  display: block;
  background-repeat: no-repeat;
  background-position: 10px 7px;
  border: 1px solid #f0f0f0;
}

a.btn-icn-save span {
  background-image: url('../images/ja_university/images/icons/disk.png');
}

a.btn-icn-tip span {
  background-image: url('../images/ja_university/images/icons/lightbulb.png');
}

a.btn-icn-info span {
  background-image: url('../images/ja_university/images/icons/information.png');
}

a.btn-icn-ok span {
  background-image: url('../images/ja_university/images/icons/tick.png');
}

a.btn-icn-warning span {
  background-image: url('../images/ja_university/images/icons/exclamation.png');
}

a.ja-typo-btn-icn span span {
  height: auto;
  line-height: 28px;
  padding: 0;
  display: inline;
  background: none;
  border: none;
}

a.ja-typo-btn-icn:hover {
  background-color: #333;
  border-color: #333;
  color: #fff;
  text-shadow: none;
}

a.ja-typo-btn-icn:hover span {
  border-color: #666;
}

a.ja-typo-btn-big {
  text-align: center;
  font-size: 1.154em;
  line-height: normal;
  font-weight: bold;
}

a.ja-typo-btn-big span {
  padding: 10px 12px;
  display: block;
}

a.ja-typo-btn-sm {
  text-align: center;
  font-size: 0.846em;
  font-weight: bold;
  line-height: normal;
}

a.ja-typo-btn-sm span {
  padding: 6px 10px;
  display: block;
}

a.btn-blue, a.btn-red, a.btn-green, a.btn-orange, a.btn-black {
  background-image: none;
  color: #fff;
  text-shadow: none;
}

a.btn-blue:hover, a.btn-blue:active, a.btn-blue:focus, a.btn-red:hover, a.btn-red:active, a.btn-red:focus, a.btn-green:hover, a.btn-green:active, a.btn-green:focus, a.btn-orange:hover, a.btn-orange:active, a.btn-orange:focus, a.btn-black:hover, a.btn-black:active, a.btn-black:focus {
  background-image: none;
  background-position: bottom;
}

a.btn-blue {
  background-color: #08c;
}

a.btn-blue:hover, a.btn-blue:active, a.btn-blue:focus {
  color: #fff;
}

a.btn-black {
  background-color: #666;
}

a.btn-black:hover, a.btn-black:active, a.btn-black:focus {
  color: #fff;
}

a.btn-green {
  background-color: #669900;
}

a.btn-green:hover, a.btn-green:active, a.btn-green:focus {
  color: #fff;
}

a.btn-red {
  background-color: #cc0000;
}

a.btn-red:hover, a.btn-red:active, a.btn-red:focus {
  color: #fff;
}

a.btn-orange {
  background-color: #e58c00;
}

a.btn-orange:hover, a.btn-orange:active, a.btn-orange:focus {
  color: #fff;
}

.btn-rounded-icn, .btn-rounded-big, .btn-rounded-sm, .btn-rounded-icn span, .btn-rounded-big span, .btn-rounded-sm span {
  border-radius: 3px;
}

.btn-rounded-sm, .btn-rounded-sm span {
  border-radius: 3px;
}

span.ja-typo-tag {
  background: #f6f6f6;
  border: 1px solid #dbdbdb;
  color: #666;
  padding: 3px 8px;
  margin: 0 2px;
  display: inline-block;
  line-height: normal;
  white-space: nowrap;
}

span.tag-blue {
  background: #edf7fc;
  border-color: #a9d8f0;
  color: #08c;
}

span.tag-green {
  background: #f4f9ea;
  border-color: #c1db8e;
  color: #690;
}

span.tag-orange {
  background: #fdf8ef;
  border-color: #f7dbaf;
  color: #e58c00;
}

span.tag-red {
  background: #fceded;
  border-color: #f0a9a9;
  color: #c00;
}

span.tag-grey {
  color: #333;
}

span.tag-rounded {
  border-radius: 3px;
}

fieldset.ja-typo-fieldset {
  border: 1px solid #ddd;
  padding: 10px 12px;
}

fieldset.ja-typo-fieldset legend {
  border: 1px solid #ddd;
  color: #069;
  font-size: 1em;
  padding: 5px;
  text-transform: uppercase;
}

fieldset.fieldset-2 {
  border: 3px solid #08c;
  border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
}

fieldset.fieldset-2 legend {
  color: #08c;
}

#ja-typo fieldset {
  margin-top: 20px;
}

.ja-typo-blockswrap {
  margin: 15px 0;
}

.ja-typo-blockrow {
  border-bottom: 1px dotted #ddd;
  padding: 0 0 20px;
}

.ja-typo-block {
  float: left;
  padding-top: 20px;
}

.ja-typo-blockct {
  padding: 0 10px;
}

.ja-typo-blockswrap .cols-1 .ja-typo-block {
  width: 100%;
  float: none;
}

.ja-typo-blockswrap .cols-2 .ja-typo-block {
  width: 50%;
  float: left;
}

.ja-typo-blockswrap .cols-3 .ja-typo-block {
  width: 33%;
  float: left;
}

.ja-typo-blockswrap .cols-4 .ja-typo-block {
  width: 24.9%;
  float: left;
}

.ja-typo-blockswrap .ja-typo-block.last {
  float: right;
}

.ja-typo-blockswrap h1.ja-typo-title {
  font-size: 175%;
  border-bottom: 8px solid #ddd;
  padding: 5px;
  margin: 0;
  font-family: "Arial Narrow", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 2.308em;
  position: relative;
  color: #333;
}

.ja-typo-blockswrap h2.ja-typo-title {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.538em;
  margin: 0;
  padding: 0 10px;
}

.ja-typo-blockswrap h2.ja-typo-title span {
  color: #333;
  text-shadow: none;
  padding: 0;
  display: inline-block;
}

.ja-typo-blockrow>h2.ja-typo-title {
  margin-bottom: -20px;
  margin-top: 20px;
}

.ja-typo-title.title-hilite {
  color: #2c79b3;
}

.ja-typo-blocks-actions {
  font-size: 85%;
  position: absolute;
  right: 5px;
  top: 5px;
  color: #999;
}

.ja-typo-blocks-actions a {
  font-size: 85%;
  text-transform: none;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: #c00;
  text-decoration: none;
}

.ja-typo-introtext {
  color: #426a7e;
}

.img-shadow {
  background: #fff;
  border: 1px solid #ddd;
  display: block;
  float: right;
  margin-bottom: 20px;
  padding: 10px;
  position: relative;
  margin-left: 20px;
}

.img-shadow img[align="right"] {
  margin: 0;
}

.img-shadow:before, .img-shadow:after {
  background: #000;
  display: block;
  -webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, .7);
  -moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  position: absolute;
  left: 10px;
  bottom: 15px;
  width: 50%;
  max-width: 300px;
  height: 20%;
  content: "";
  z-index: -1;
}

.img-shadow:after {
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  right: 10px;
  left: auto;
}

.img-shadow.left {
  float: left;
  margin-right: 15px;
}

.img-shadow.right {
  float: right;
  margin-left: 15px;
}

.btn-submit, .btn-reset {
  background: #333;
  border: 0;
  color: #fff;
  font-size: 0.846em;
  padding: 7px 10px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.btn-reset {
  background: #ccc;
  color: #333;
}

.btn-submit:hover {
  background-color: #d42b1e;
  cursor: pointer;
}

.btn-reset:hover {
  background: #666;
  color: #fff;
  cursor: pointer;
}

/* e6b.template.css */

body {
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
}

body#bd {
  background: #fff;
  color: #333;
}

a {
  color: #666;
  text-decoration: none;
}

a:hover, a:active, a:focus {
  text-decoration: none;
  color: #d42b1e;
}

.img-border {
  border: 1px solid #efece1;
  margin-bottom: 15px;
  padding: 9px;
}

img[align=left] {
  margin: 10px 20px 20px 0;
}

img[align=right] {
  margin: 10px 0 20px 20px;
}

.img-intro-none {
  border: 1px solid #eee;
  padding: 9px;
  box-shadow: 1px 1px 0 rgba(0, 0, 0, .1);
}

::-moz-selection, ::selection {
  background-color: #333;
  color: #fff;
}

p.readmore a {
  background: url('../images/ja_university/images/readon-bg.png') no-repeat left center;
  padding-left: 16px;
}

p.readmore a:hover {
  background-image: url('../images/ja_university/images/readon-hover-bg.png');
}

h1.componentheading, .componentheading {
  border-bottom: 1px solid #ccc;
  font-weight: normal;
  font-size: 2.500em;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

h2.contentheading, .contentheading {
  font-weight: normal;
}

.contentheading {
  color: #333;
  font-size: 2.333em;
}

.blog-featured .contentheading {
  font-size: 150%;
}

.jitem-title {
  font-size: 110%;
  font-weight: bold;
}

hr {
  border-top: 1px solid #ccc;
}

input, select, textarea, .inputbox {
  padding: 2px;
}

.inputbox {
  background: #fff;
  border: 1px solid #ccc;
  padding: 5px;
}

.inputbox:hover, .inputbox:focus {
  background: #fff;
  border-color: #666;
}

input[type=checkbox] {
  border: 0 !important;
  padding: 0 5px !important;
}

button.validate {
  background: #333;
  border: 0;
  color: #fff;
  font-size: 0.846em;
  padding: 5px 10px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

button.validate:hover {
  background-color: #d42b1e;
  cursor: pointer;
}

form#searchForm {
  border-top: 1px solid #ccc;
}

.searchintro {
  border-bottom: 1px solid #ccc;
}

.results h4 {
  text-transform: none;
  font-size: 110%;
}

.search fieldset {
  border: 1px solid #ccc;
  margin: 15px 0;
  padding: 10px;
}

.search legend {
  font-size: 100%;
  font-weight: bolder;
  line-height: 1.2;
  margin-left: 10px;
}

#finder-filter-select-list li {
  background: none;
  padding: 5px 0;
}

#finder-filter-select-list li label {
  display: inline-block;
  min-width: 150px;
}

#component-contact #emailForm {
  border-top: 1px solid #ccc;
}

#contact-slider {
  float: none;
  border-bottom: 1px solid #e2e2b5;
}

#contact-slider .title {
  padding: 8px 10px;
  border-top: 1px solid #e2e2b5;
  border-left: 1px solid #e2e2b5;
  border-right: 1px solid #e2e2b5;
  margin: 0;
}

#contact-slider .jpane-toggler-down {
  background: #333333;
}

#contact-slider .jpane-toggler-down a {
  color: #fff;
}

#contact-slider dt.closed {
  background: #ffffcc;
}

#contact-slider .content {
  border: 1px solid #e2e2b5;
  padding: 8px 10px;
}

#contact-slider .contact-image {
  margin: 15px 0;
  float: right;
}

#adminForm fieldset {
  border: 1px solid #ccc;
  padding: 10px;
  margin-bottom: 20px;
}

#adminForm fieldset legend {
  padding: 0 5px;
}

.items-leading {
  border-bottom: 1px solid #ccc;
}

.items-row.cols-1 {
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
  padding-top: 20px;
}

.items-row.cols-2 {
  padding: 0;
}

.items-row.cols-2 .contentpaneopen {
  border-bottom: 1px solid #efece1;
  padding: 15px 0;
  margin-left: 10px;
  margin-right: 10px;
}

.edit .formelm label {
  min-width: 150px;
}

div.profiles {
  padding-top: 15px;
}

.blog.profiles .contentpaneopen {
  background: #f5f5f5;
  border-bottom: 0;
  margin-bottom: 20px;
  min-height: 150px;
  padding-left: 175px;
  position: relative;
}

body.profiles .contentpaneopen img.img-border {
  background: #fff;
  position: absolute;
  top: 0;
  left: 10px;
  opacity: .8;
  -moz-transition: all 0.5s;
}

body.profiles .items-row .contentpaneopen:hover .img-border {
  border-color: #ccc;
  box-shadow: 0 0 3px rgba(0, 0, 0, .2);
  opacity: 1;
}

.blog.profiles h2.contentheading {
  border: 0;
  color: #333;
  font-size: 1.500em;
}

.blog.profiles h2.contentheading a {
  color: #333;
  text-shadow: 1px 1px 0 #fff;
}

body.profiles h2.contentheading a:hover, body.profiles h2.contentheading a:focus, body.profiles h2.contentheading a:active, body.profiles .items-row .contentpaneopen:hover h2.contentheading a {
  color: #d42b1e;
}

body.profiles .article-tools {
  display: none;
}

body.profiles .contentpaneopen div.img-shadow {
  margin: -30px 0 0 -165px;
}

.item-page.profiles .img-border {
  margin-top: 5px;
}

.blog.videos .contentpaneopen {
  padding-top: 240px;
  position: relative;
}

.blog.videos .contentpaneopen .img-intro-left, .blog.videos .contentpaneopen .img-intro-none, .blog.videos .contentpaneopen .img-intro-right {
  border: 0;
  box-shadow: none;
  position: absolute;
  top: 0;
  left: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding: 0;
}

.blog.videos .contentpaneopen .img-intro-left p.img_caption, .blog.videos .contentpaneopen .img-intro-none p.img_caption, .blog.videos .contentpaneopen .img-intro-right p.img_caption {
  background: #333;
  color: #fff;
  padding: 5px 0;
}

.blog.videos .contentpaneopen .contentheading {
  border: 0;
  font-size: 1.250em;
  font-weight: bold;
  margin-bottom: 10px;
  padding-bottom: 0;
}

.blog.videos .contentpaneopen .contentheading a {
  color: #333;
}

.blog.videos .contentpaneopen .contentheading a:hover, .blog.videos .contentpaneopen .contentheading a:focus, .blog.videos .contentpaneopen .contentheading a:active {
  color: #d42b1e;
}

.blog.videos .contentpaneopen .article-tools {
  display: none;
}

.blog.videos .contentpaneopen p {
  margin-top: 0;
}

.event-infor {
  padding: 0 0 0 200px;
  position: relative;
}

.event-time {
  position: absolute;
  top: 0;
  left: 0;
  width: 180px;
}

.event-time span {
  display: block;
  font-size: 1.250em;
  margin-bottom: 5px;
}

.event-time span.time {
  background: url('../images/ja_university/images/icons/icon-clock.png') no-repeat 0px 3px;
  padding-left: 22px;
}

.event-time span strong {
  color: #666;
}

.event-time a.btn-book {
  background: #d42b1e;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  font-size: 0.917em;
  margin: 5px 0 0 20px;
  padding: 4px 10px;
  text-transform: uppercase;
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
}

.event-time a.btn-book:hover, .event-time a.btn-book:focus, .event-time a.btn-book:active {
  background-color: #333;
}

.event-author {
  border-left: 1px dotted #ccc;
  float: right;
  margin-left: 20px;
  padding-left: 20px;
  position: relative;
  text-align: center;
  width: 210px;
}

.event-author .author-title {
  color: #069;
  display: block;
  margin-bottom: 5px;
}

.event-author .author-avatar img {
  background: #f0f0f0;
  border: 1px solid #ddd;
  margin-bottom: 5px;
  padding: 3px;
  box-shadow: 1px 1px 0 rgba(0, 0, 0, .3);
}

.event-author p {
  color: #666;
  margin: 10px 0 0;
  padding: 0 !important;
  font-family: Georgia, serif;
  font-style: italic;
}

.event-infor .tag {
  background: url('../images/ja_university/images/tag-mask.png') no-repeat left top #333;
  color: #fff;
  font-size: 10px;
  position: absolute;
  top: 5px;
  left: -3px;
  height: 19px;
  width: 43px;
  line-height: 15px;
  text-transform: uppercase;
}

.event-infor .tag-hot {
  background-color: #d42b1e;
}

.event-infor .tag-free {
  background-color: #096;
}

.item-page.events .event-intro {
  font-size: 1.250em;
  line-height: 1.5;
}

.item-page.events p {
  padding: 0 0 0 200px;
}

.article-tools {
  margin-bottom: 10px;
}

dl.article-info {
  color: #999;
  font-weight: bold;
  text-transform: none;
}

dl.article-info .category-name {
  background: url('../images/ja_university/images/icon-folder.png') no-repeat left center;
  padding-left: 13px;
}

dl.article-info .published {
  background: url('../images/ja_university/images/icon-calendar.png') no-repeat left center;
  padding-left: 13px;
}

dl.article-info .createdby {
  background: url('../images/ja_university/images/icon-user.png') no-repeat left center;
  padding-left: 13px;
}

dl.article-info span {
  color: #666;
  font-weight: normal;
}

.contentdescription {
  border-bottom: 1px solid #ccc;
}

ul.actions li {
  display: inline;
  background: none;
  padding: 0;
  margin: 0;
  line-height: 1;
}

p.img_caption {
  color: #999;
  text-transform: uppercase;
}

thead tr th {
  background: #333;
  color: #fff;
  padding: 5px;
}

thead tr th a, thead tr th a:hover, thead tr th a:focus, thead tr th a:active {
  color: #fff;
}

.cat-list-row1, .cat-list-row12, tr.cat-list-row1 td, tr.cat-list-row2 td {
  border-bottom: 1px solid #ccc;
  padding: 5px;
}

.cat-list-row1:hover, .cat-list-row2:hover {
  background: #ffffcc;
}

.cat-list-row2, tr.cat-list-row2 td {
  background-color: #f6f6f6;
}

table.contenttoc {
  border: 1px solid #ccc;
}

table.contenttoc td {
  border-bottom: 1px dotted #ccc;
}

table.contenttoc th {
  background: #f6f6f6;
  border-bottom: 1px solid #ccc;
  text-transform: uppercase;
}

form#poll {
  border-bottom: 1px dotted #ccc;
  font-weight: bold;
}

dl.poll {
  border-bottom: 1px dotted #ccc;
}

table.pollstableborder td {
  background: #f6f6f6;
  border-bottom: 1px solid #ccc;
  font-weight: bold;
  padding: 5px !important;
}

table.pollstableborder tr.sectiontableentry0 td, table.pollstableborder tr.sectiontableentry1 td {
  background: #fff;
  font-weight: normal;
}

.pagination {
  margin-top: 20px;
}

.pagination ul, ul.pagenav {
  display: block;
}

.pagination ul li {
  margin-right: 8px;
}

.pagination ul li span, .pagination ul li a {
  background: #eee;
  color: #333;
  display: block;
  font-size: 0.846em;
  padding: 8px !important;
  line-height: 1;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.pagination ul li a:hover, .pagination ul li a:focus, .pagination ul li a:active {
  background: #333;
  color: #fff;
}

.pagination ul li span {
  background: #d42b1e;
  color: #fff;
  font-weight: bold;
}

.pagination ul li.pagination-start a, .pagination ul li.pagination-prev a, .pagination ul li.pagination-next a, .pagination ul li.pagination-end a {
  background: #eee;
  color: #999;
  font-weight: normal;
}

.pagination .jihuo{
  background: #f78f20;

}

.pagination li span, .pagination li strong {
  line-height: 20px;
}

.pagination .counter {
  color: #999;
}

.items-more {
  border-bottom: 1px solid #ccc;
}

.items-more h3 {
  font-size: 125%;
}

div.ja-moduletable, div.moduletable {
  margin-bottom: 30px;
  padding: 0;
}

div.ja-moduletable h3, div.moduletable h3 {
  font-size: 1.077em;
  font-weight: bold;
  padding: 0;
  margin-bottom: 15px;
  text-transform: uppercase;
}

div.moduletable.no-margin {
  margin: 0;
}

div.moduletable.no-margin h3 {
  padding-left: 10px;
}

div.moduletable p {
  margin-top: 0;
}

div.feed h4 {
  margin: 0 0 10px;
}

ul.newsfeed {
  border-top: 1px solid #ddd;
  margin: 10px 0 0;
  padding: 0;
}

ul.newsfeed li {
  background: none;
  border-bottom: 1px dotted #ccc;
  padding: 8px 0;
}

ul.newsfeed li h5.feed-link {
  margin: 0 0 5px;
}

ul.newsfeed li h5.feed-link a {
  color: #333;
  line-height: 1.4;
}

ul.newsfeed li h5.feed-link a:hover, ul.newsfeed li h5.feed-link a:focus, ul.newsfeed li h5.feed-link a:active {
  color: #d42b1e;
}

ul.newsfeed li p {
  margin-bottom: 0;
}

#login-form .userdata {
  padding: 0;
}

#login-form p {
  margin: 0 0 10px;
}

#login-form p .inputbox {
  border: 1px solid #ccc;
  border-right-color: #eee;
  border-bottom-color: #eee;
  width: 80%;
}

#login-form p #modlgn-remember {
  float: left;
  width: auto;
}

#login-form p .button {
  background: #333;
  border: 1px solid #333;
  color: #fff;
  padding: 5px 10px;
  text-transform: uppercase;
}

#login-form p .button:hover {
  background: #d42b1e;
  border: 1px solid #d42b1e;
  cursor: pointer;
}

#login-form ul {
  margin: 0;
}

#login-form ul li {
  background: none;
  line-height: 160%;
  margin-bottom: 5px;
  overflow: hidden;
  padding-left: 0;
}

#login-form ul li a {
  background: url('../images/ja_university/images/bullet-dark.gif') no-repeat left center;
  padding-left: 8px;
}

#login-form ul li a:hover, #login-form ul li a:focus, #login-form ul li a:active {
  background-image: url('../images/ja_university/images/bullet-red.gif');
}

#login-form label {
  display: block;
  font-weight: bold;
}

#login-form #form-login-remember label {
  display: inline;
  vertical-align: middle;
}

div.login-greeting {
  margin-bottom: 10px;
}

div.logout-button .button {
  background: #333;
  border: 1px solid #333;
  color: #fff;
  font-size: 0.846em;
  padding: 5px 10px;
  text-transform: uppercase;
}

div.logout-button .button:hover {
  background-color: #d42b1e;
  border-color: #d42b1e;
  cursor: pointer;
}

.login {
  border: 1px solid #ccc;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, .2);
  margin: 40px auto;
  padding: 20px;
  width: 460px;
}

.login h1 {
  background: #10151c;
  border-bottom: 1px solid #333;
  color: #fff;
  font-size: 1.250em;
  margin: -20px -20px 10px;
  padding: 10px;
  text-transform: uppercase;
}

div.login-description {
  background: url('../images/ja_university/images/icons/information.png') no-repeat 20px 12px #f0f0f0;
  border-bottom: 1px solid #e7e7e7;
  font-style: italic;
  margin: -10px -20px 10px;
  padding: 10px 20px 10px 40px;
  text-shadow: 1px 1px 0 #fff;
}

.login .login-fields {
  float: left;
  width: 50%;
}

.login .login-fields.last-item {
  width: 100%;
}

.login .login-fields label {
  text-align: left;
  width: 90px;
}

.login .login-fields #remember-lbl {
  width: 100px;
}

.login .login-fields input {
  border: 1px solid #ccc;
  border-right-color: #eee;
  border-bottom-color: #eee;
  color: #999;
  font-size: 1em;
  padding: 5px;
  width: 80%;
}

.login .login-fields input#remember {
  float: left;
  margin: 3px 0;
  width: auto;
}

.login .login-fields input:focus {
  border-color: #666;
  color: #333;
}

.login_form .button, .login button {
  background: #333;
  border: 0;
  color: #fff;
  margin-left: 0;
  padding: 5px 10px;
  text-transform: uppercase;
}

.login_form .button:hover, .login button:hover {
  background: #d42b1e;
  cursor: pointer;
}

div.user-links ul {
  margin: 20px 0 0 0;
}

div.user-links ul li {
  background: none;
  display: inline;
  padding-left: 0;
  padding-right: 10px;
}

div.user-links ul li a {
  border-bottom: 1px dotted #ccc;
}

div.user-links ul li a:hover {
  border-color: #d42b1e;
}

div.logout .button {
  background: #333;
  border: 1px solid #333;
  color: #fff;
  font-size: 0.846em;
  padding: 5px 10px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

div.logout .button:hover {
  background-color: #d42b1e;
  border-color: #d42b1e;
  cursor: pointer;
}

div.bannergroup_text div.banneritem {
  border-bottom: 1px dotted #ccc;
  padding: 5px 0;
}

#ja-container .main {
  padding: 20px 0 0;
}

#ja-ft {
  position: absolute;
  top: 0px;
  left: -5500px;
}

.main .main-inner1 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

#ja-header {
  background: #10151c;
  border-bottom: 1px solid #000;
  z-index: 21;
}

#ja-header .main {
  padding: 10px 0;
}

h1.logo, div.logo-text h1 {
  font-size: 250%;
  line-height: 1;
  /*margin-left: 10px;*/
}

h1.logo {
  width: 325px;
  height: 56px;
}

h1.logo a {
  background: url('../images/ja_university/images/logo.png') no-repeat left;
  display: block;
  width: 325px;
  height: 56px;
}

div.logo-text h1 {
  font-size: 200%;
  font-family: Arial, sans-serif;
  font-weight: bold;
}

div.logo-text h1 a {
  text-decoration: none;
}

p.site-slogan {
  color: #ccc;
  display: block;
  font-size: 85%;
  margin: 3px 0 0;
  padding: 0 10px;
  text-transform: uppercase;
}

#ja-search {
  bottom: 20px;
  overflow: hidden;
}

#ja-search .inputbox {
  background: #1b212a;
  border: 1px solid #1b212a;
  color: #666;
  float: left;
  margin: 0px;
  padding: 6px 10px;
}

#ja-search .button {
  /* background: url('../images/ja_university/images/icon-search.png') no-repeat center center #000; */
  background: url('../images/ja_university/images/icon-search.png') no-repeat center center #000;
  border: 1px solid #000;
  color: #666;
  display: block;
  float: left;
  font-weight: bold;
  margin: 0;
  padding: 6px 0;
  width: 36px;
  text-transform: uppercase;
  text-indent: -999em;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

#ja-search .button:hover {
  background-color: #d42b1e;
  cursor: pointer;
}

#ja-social {
  right: 0;
  top: 85px;
  display: block;
  position: absolute;
}

#ja-social-02 {
  bottom: 20px;
  float: left;
  width: 100px;
}

#ja-mainnav {
  background: #10151c;
  border-top: 1px solid #1b212a;
  font-size: 0.923em;
  position: relative;
  z-index: 20;
}

#ja-navhelper {
  background: #0d1116;
  border-top: 1px solid #181f28;
  border-bottom: 1px solid #000;
}

#ja-navhelper .main {
  color: #666;
  text-transform: none;
}

.ja-breadcrums {
  text-indent: 10px;
}

.ja-links {
  padding-right: 10px;
}

.ja-links li {
  padding: 0 10px;
}

#ja-container ul.menu li {
  border-bottom: 1px dotted #ccc;
}

ul.menu ul {
  margin: 0 0 0 15px !important;
}

#ja-container ul.menu li li {
  border-bottom: 0;
  border-top: 1px dotted #ccc;
}

.ja-masshead {
  height: 100px;
  text-align: center;
}

.ja-masshead h3 {
  color: #fff;
  font-size: 3.333em;
  font-weight: normal;
  margin: 0 auto;
  padding: 20px;
  text-align: left;
  text-transform: uppercase;
  width: 980px;
}

.ja-masshead h3 span {
  background-color: rgba(0, 0, 0, .5);
  display: inline-block;
  padding: 5px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, .5);
}

#ja-slideshow {
  background: #f5f6f7;
  border-bottom: 1px solid #f0f0f0;
  position: relative;
  z-index: 10;
}

#ja-topsl .ja-box-right, #ja-botsl .ja-box-right {
  background: 0;
}

#ja-topsl .ja-moduletable, #ja-topsl1 .ja-moduletable, #ja-topsl2 .ja-moduletable, #ja-botsl .ja-moduletable, #ja-botsl1 .ja-moduletable, #ja-botsl2 .ja-moduletable {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

#ja-topsl div.ja-moduletable h3, #ja-botsl div.ja-moduletable h3 {
  border-bottom: 0;
  padding-bottom: 0;
}

#ja-topsl ul.menu li, #ja-botsl ul.menu li, #ja-topsl ul.latestnews li, #ja-botsl ul.latestnews li, #ja-topsl ul.weblinks li, #ja-botsl ul.weblinks li {
  background: url('../images/ja_university/images/bullet.gif') no-repeat 1px 6px;
  line-height: 160%;
  margin-bottom: 5px;
  overflow: hidden;
  padding-left: 10px;
}

#ja-topsl .main {
  border-bottom: 1px solid #efece1;
  padding: 30px 0;
}

#ja-topsl .main-inner1 {
  padding: 10px 0;
}

#ja-topsl1 .main {
  border-bottom: 1px solid #efece1;
  padding: 30px 0;
}

#ja-topsl1 .moduletable {
  margin-bottom: 0;
  padding-bottom: 0;
}

#ja-topsl1 .ja-box-full .moduletable {
  margin-left: 0;
  margin-right: 0;
}

#ja-topsl2 .main {
  border-bottom: 1px solid #efece1;
  padding: 30px 0;
}

#ja-topsl2 .moduletable {
  margin-bottom: 0;
  padding-bottom: 0;
}

#ja-botsl .main {
  border-top: 1px solid #efece1;
  padding: 30px 0;
}

#ja-botsl .main-inner1 {
  padding: 10px 0;
}

#ja-botsl1 {
  background: #0d1116;
  color: #666;
}

#ja-botsl1 .main {
  border-bottom: 1px solid #202831;
  padding: 20px 0;
}

#ja-botsl1 .moduletable, #ja-botsl1 .ja-moduletable {
  margin-bottom: 0;
  padding-bottom: 0;
}

#ja-botsl1 .moduletable h3 {
  border: 0;
  color: #d9dee4;
  font-size: 1.077em;
  font-weight: bold;
  margin: 0 0 20px;
  padding: 0;
  text-transform: uppercase;
}

#ja-botsl2 {
  background: #0d1116;
  border-bottom: 1px solid #000;
  color: #666;
}

#ja-botsl2 .main {
  padding: 20px 0;
}

#ja-botsl2 .moduletable {
  margin-bottom: 0;
  padding-bottom: 0;
}

#ja-botsl2 .moduletable h3 {
  border: 0;
  color: #d9dee4;
  font-size: 1.077em;
  font-weight: bold;
  margin: 0 0 20px;
  padding: 0;
  text-transform: uppercase;
}

#ja-botsl2 ul.menu li {
  background: none;
  margin: 0;
  padding: 3px 0;
}

#ja-botsl2 ul.menu li a {
  background: url('../images/ja_university/images/bullet-dark.gif') no-repeat 0px 5px;
  padding-left: 8px;
  color: #4c4f53;
}

#ja-botsl2 ul.menu li a:hover, #ja-botsl2 ul.menu li a:focus, #ja-botsl2 ul.menu li a:active {
  background-image: url('../images/ja_university/images/bullet-w.gif');
  color: #fff;
}

#ja-footer {
  background: #0b0b0b;
  border-top: 1px solid #181f28;
  color: #666;
}

#ja-footer .main {
  text-align: left;
}

#ja-footer .ja-copyright {
  float: left;
  padding-left: 10px;
}

#ja-footer a {
  color: #ccc;
}

#ja-footer a:hover, #ja-footer a:focus, #ja-footer a:active {
  color: #fff;
}

#ja-poweredby {
  float: right;
}

.contact {
  padding-left: 300px;
  position: relative;
}

#ja-content-main .contact h3 {
  border: 0;
  padding-bottom: 0;
  margin: 0 0 10px;
}

div.contact-links ul {
  margin-top: 0px;
}

div.contact-links ul li {
  border-right: 1px solid #ddd;
  display: inline;
  margin: 0;
  padding: 0 10px;
}

div.contact-links ul li:first-child {
  padding-left: 0;
}

div.contact-links ul li:last-child {
  border: 0;
  padding-right: 0;
}

div.contact-links ul li a {
  border-bottom: 1px dotted #ddd;
}

div.contact-links ul li a:hover, div.contact-links ul li a:focus, div.contact-links ul li a:active {
  border-color: #d42b1e;
}

div.contact-miscinfo {
  overflow: hidden;
}

h3.contact-miscinfo-title {
  position: absolute;
  top: 0;
  left: 0;
  width: 250px;
}

div.contact-miscinfo {
  position: absolute;
  top: 20px;
  left: 0;
  width: 230px;
}

div.contact-miscinfo div.info-block {
  color: #666;
  margin-bottom: 30px;
  padding-left: 44px;
}

div.contact-miscinfo .info-block.icon1 {
  background: url('../images/ja_university/images/ct-icon1.png') no-repeat 0px 5px;
}

div.contact-miscinfo .info-block.icon2 {
  background: url('../images/ja_university/images/ct-icon2.png') no-repeat 0px 5px;
}

div.contact-miscinfo .info-block.icon3 {
  background: url('../images/ja_university/images/ct-icon3.png') no-repeat 0px 5px;
}

div.contact-miscinfo div.info-block h4 {
  color: #333;
  margin-bottom: 5px;
}

div.contact-miscinfo .jicons-icons {
  display: none;
  float: left;
  margin-right: 10px;
}

div.contact-miscinfo .contact-misc {
  float: left;
}

div.contact-miscinfo .contact-misc p {
  margin: 0;
}

div.contact-map {
  background: #737d8a;
  color: #fff;
  overflow: hidden;
  margin-bottom: 30px;
}

div.contact-map img {
  float: right;
}

div.contact-map .map-info {
  float: left;
  padding: 20px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, .2);
  width: 250px;
}

div.contact-map .map-info h3 {
  text-transform: none;
  font-size: 1.333em;
}

.contact-form legend {
  font-weight: normal;
  font-size: 100%;
}

.contact-form fieldset dl {
  margin-top: 0;
}

.contact-form fieldset dt {
  float: none;
  min-width: none;
  padding-bottom: 0;
  padding-top: 10px;
}

.contact-form fieldset dd {
  margin-left: 0;
}

.contact-form fieldset input, .contact-form fieldset textarea {
  border: 1px solid #ddd;
  padding: 6px 10px;
}

.contact-form fieldset input {
  width: 300px;
}

.contact-form fieldset input[type=checkbox] {
  width: auto;
}

.contact-form fieldset textarea {
  width: 500px;
}

.contact-form .button {
  background: #d42b1e;
  border: 1px solid #d42b1e;
  color: #fff;
  font-weight: bold;
  font-size: 100%;
  padding: 5px 10px;
  text-transform: uppercase;
}

label#jform_contact_email_copy-lbl {
  float: left;
  padding-top: 2px;
  padding-right: 5px;
  vertical-align: middle;
}

.search .word button {
  background: #333;
  border: 0;
  color: #fff;
  font-size: 0.846em;
  padding: 5px 10px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.search .word button:hover {
  background: #d42b1e;
  border-color: #d42b1e;
  cursor: pointer;
}

#ja-top-panel .main-inner1 {
  border: 2px dotted #e2e2b5;
  padding: 5px 10px;
  text-align: center;
  margin-top: 15px;
  background: #ffffcc;
  position: relative;
}

#ja-banner {
  border-top: 1px solid #ccc;
}

div.ja-innerdiv {
  border-bottom: 1px dotted #ccc;
}

div.ja-innerdiv h4 {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 92%;
  font-weight: normal;
  text-transform: uppercase;
}

a.ja-icon-video {
  background: url('../images/ja_university/images/icon-youtube.gif') no-repeat 5px 8px #fff;
  border: 1px solid #ccc;
  color: #666;
  display: block;
  font-weight: bold;
  position: absolute;
  padding: 5px 5px 5px 43px;
  right: 10px;
  top: 8px;
  text-decoration: none;
  width: 35px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow: 0 0 3px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, .2);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .2);
}

a.ja-icon-video span {
  color: #666;
}

a.ja-icon-video:hover, a.ja-icon-video:focus, a.ja-icon-video:active {
  border-color: #ddd;
  text-decoration: none;
}

a.ja-icon-video:hover span {
  color: #0F85D8;
}

#ja-absolute .main {
  position: fixed;
  width: auto;
  height: auto;
  z-index: 99999;
  top: 1px;
  left: 1px;
}

#ja-absolute .main a {
  width: 91px;
  height: 99px;
  overflow: hidden;
  display: block;
  background: url('../images/ja_university/images/joomla15.png') no-repeat left top #fff;
  text-indent: -9999px;
}

#ja-absolute .main a:hover, #ja-absolute .main a:focus {
  background-position: left bottom;
  text-decoration: none;
}

ul.professor-list {
  margin: 0;
}

ul.professor-list li {
  background: none;
  border-bottom: 1px solid #EFECE1;
  margin: 0;
  padding: 10px 0;
}

ul.professor-list li:first-child {
  padding-top: 0;
}

ul.professor-list li img {
  background: #fcfcfc;
  border: 1px solid #ddd;
  border-radius: 2px;
  float: left;
  margin-right: 10px;
  padding: 2px;
}

ul.professor-list li strong {
  display: block;
  font-size: 1.167em;
  margin: 5px 0;
}

ul.professor-list li span {
  color: #999;
  font-size: 1.167em;
}

ul.mostread {
  margin: 0;
}

ul.mostread li {
  background: none;
  margin: 0;
  padding: 4px 0;
}

ul.mostread li:first-child {
  padding-top: 0;
}

ul.mostread li a {
  background: url('../images/ja_university/images/bullet2.gif') no-repeat 0px 5px;
  padding-left: 8px;
}

ul.mostread li a:hover, ul.mostread li a:focus, ul.mostread li a:active {
  background-image: url('../images/ja_university/images/bullet-red.gif');
}

.search-course div.finder {
  background: #f9f9f9;
  border: 1px solid #ddd;
  padding: 10px;
  overflow: hidden;
}

.search-course div.finder label {
  color: #666;
  display: block;
  margin-bottom: 8px;
  text-shadow: 1px 1px 0 #fff;
}

.search-course div.finder br {
  display: none;
}

.search-course div.finder .inputbox {
  border: 1px solid #ddd;
  color: #666;
  float: left;
  height: 28px;
  line-height: 30px;
  margin: 0;
  padding: 0 5px;
}

.search-course div.finder .button {
  background: #10151c;
  border: 1px solid #10151c;
  color: #ccc;
  display: block;
  float: left;
  font-weight: bold;
  height: 30px;
  margin: 0;
  padding: 0 8px;
  text-transform: uppercase;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.search-course div.finder .button:hover {
  background: #d42b1e;
  border-color: #d42b1e;
  color: #fff;
  cursor: pointer;
}

ul.social-list {
  display: block;
  overflow: hidden;
}

ul.social-list li {
  background: none;
  display: block;
  float: left;
  height: 33px;
  width: 33px;
  margin: 0 10px 0 0;
  padding: 0;
}

ul.social-list li a {
  background-image: url('../images/ja_university/images/icon-socials.png');
  background-repeat: no-repeat;
  display: block;
  height: 33px;
  overflow: hidden;
  text-indent: -999em;
}

ul.social-list li.twitter a {
  background-position: 0px 0px;
}

ul.social-list li.twitter a:hover {
  background-position: -33px 0px;
}

ul.social-list li.facebook a {
  background-position: 0px -33px;
}

ul.social-list li.facebook a:hover {
  background-position: -33px -33px;
}

ul.social-list li.google-plus a {
  background-position: 0px -66px;
}

ul.social-list li.google-plus a:hover {
  background-position: -33px -66px;
}

ul.social-list li.feed a {
  background-position: 0px -99px;
}

ul.social-list li.feed a:hover {
  background-position: -33px -99px;
}

ul.social-list li.vimeo a {
  background-position: 0px -132px;
}

ul.social-list li.vimeo a:hover {
  background-position: -33px -132px;
}

ul.contact-list {
  margin-top: 8px;
}

ul.contact-list li {
  margin: 0;
  padding: 4px 0 4px 22px;
}

ul.contact-list li.phone {
  background: url('../images/ja_university/images/icon-phone.png') no-repeat 0px 5px;
}

ul.contact-list li.email {
  background: url('../images/ja_university/images/icon-email.png') no-repeat 0px 5px;
}

ul.contact-list li span {
  color: #fff;
  font-weight: bold;
  font-size: 110%;
}

ul.contact-list li a {
  border-bottom: 1px dotted #666;
}

ul.contact-list li a:hover, ul.contact-list li a:focus, ul.contact-list li a:active {
  color: #fff;
  border-color: #fff;
}

span.acymailing_introtext {
  display: block;
  margin-bottom: 5px;
}

div.acymailing_form p {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
}

div.acymailing_form p .inputbox {
  background: #1b212a;
  border: 0;
  color: #535961;
  margin-right: 10px;
  padding: 7px 5px 7px;
  width: 180px;
}

div.acymailing_form p .button {
  background: #d42b1e;
  border: 1px solid #d42b1e;
  color: #fff;
  font-weight: bold;
  padding: 6px 5px;
  text-transform: uppercase;
}

div.acymailing_form p .button:hover {
  cursor: pointer;
}

ul.department-list {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
}

ul.department-list li {
  background: none;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: center;
  width: 120px;
  height: 110px;
}

ul.department-list li span {
  display: none;
  font-size: 1.083em;
  font-weight: bold;
  padding-top: 5px;
  position: absolute;
  bottom: 0px;
  left: 0;
  text-align: center;
  width: 100%;
}

ul.department-list li:hover span {
  display: block;
}

ul.department-list li a {
  background-position: left top;
  background-repeat: no-repeat;
  display: block;
  height: 90px;
  margin: 0 auto;
  text-indent: -999em;
  width: 90px;
}

ul.department-list li a:hover, ul.department-list li a:focus, ul.department-list li a:active {
  background-position: left bottom;
}

ul.department-list li.icon-1 a {
  background-image: url('../images/ja_university/images/icons/dep-1.png');
}

ul.department-list li.icon-2 a {
  background-image: url('../images/ja_university/images/icons/dep-2.png');
}

ul.department-list li.icon-3 a {
  background-image: url('../images/ja_university/images/icons/dep-3.png');
}

ul.department-list li.icon-4 a {
  background-image: url('../images/ja_university/images/icons/dep-4.png');
}

ul.department-list li.icon-5 a {
  background-image: url('../images/ja_university/images/icons/dep-5.png');
}

ul.department-list li.icon-6 a {
  background-image: url('../images/ja_university/images/icons/dep-6.png');
}

ul.department-list li.icon-7 a {
  background-image: url('../images/ja_university/images/icons/dep-7.png');
}

ul.department-list li.icon-8 a {
  background-image: url('../images/ja_university/images/icons/dep-8.png');
}

div.student-info p {
  font-size: 1.333em;
  margin: 0 0 10px;
  line-height: 1.3;
}

div.student-info ul.info {
  margin: 0 0 10px;
}

div.student-info ul.info li {
  background: none;
  margin: 0;
  padding: 0;
}

div.student-info ul.info li strong {
  color: #666;
}

ul.social-links {
  display: block;
  margin-bottom: 0;
  overflow: hidden;
}

ul.social-links li {
  background: none;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 0;
  padding: 0;
}

ul.social-links li a {
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  border: 1px solid #ddd;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
  border-radius: 2px;
  display: inline-block;
  height: 18px;
  width: 18px;
  text-indent: -999em;
}

ul.social-links li a:hover, ul.social-links li a:focus, ul.social-links li a:active {
  border-color: #999;
}

ul.social-links li.facebook a {
  background-image: url('../images/ja_university/images/icons/icon-facebook.png');
}

ul.social-links li.twitter a {
  background-image: url('../images/ja_university/images/icons/icon-twitter.png');
}

ul.social-links li.email a {
  background-image: url('../images/ja_university/images/icons/icon-email.png');
}

div.inner-div img {
  margin-bottom: 10px;
  max-width: 100%;
}

div.inner-div p {
  margin-bottom: 10px;
}

div.inner-div p.readmore {
  margin-bottom: 0;
}

.formelm-buttons button {
  background: #333;
  border: 0;
  color: #fff;
  font-size: 0.846em;
  margin-right: 10px;
  padding: 5px 10px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.formelm-buttons button:hover {
  background: #d42b1e;
  border-color: #d42b1e;
  cursor: pointer;
}

/* 7f6.layout-mobile.css */

@media only screen and (max-width:719px) {
  body {
    -webkit-text-size-adjust: 100%;
  }
  body.fs1 #ja-wrapper {
    font-size: 12px !important;
  }
  body.fs2 #ja-wrapper {
    font-size: 13px !important;
  }
  body.fs3 #ja-wrapper {
    font-size: 14px !important;
  }
  body.fs4 #ja-wrapper {
    font-size: 15px !important;
  }
  body.fs5 #ja-wrapper {
    font-size: 16px !important;
  }
  body.fs6 #ja-wrapper {
    font-size: 17px !important;
  }
  h1 {
    font-size: 1.5em !important;
  }
  h2 {
    font-size: 1.25em !important;
  }
  h3 {
    font-size: 1.1em !important;
  }
  h4 {
    font-size: 1em !important;
  }
  h5 {
    font-size: 1em !important;
  }
  .contentheading {
    font-size: 1.5em !important;
  }
  .blog-featured .contentheading {
    font-size: 1.5em !important;
  }
  .main {
    width: 100%;
  }
  .column {
    float: none;
    width: 100% !important;
  }
  #ja-content, .ja-frontpage #ja-content {
    float: none;
    width: 100%;
  }
  .item {
    float: none;
    width: 100% !important;
  }
  .cols-1 .item, .cols-2 .item, .cols-3 .item, .cols-4 .item, .cols-5 .item {
    width: 100% !important;
  }
  #ja-header .main {
    text-align: center;
    width: 100%;
  }
  #ja-header .main-inner1 {
    margin: 0;
  }
  #ja-top {
    height: 40px;
    width: 178px;
    border-left: 1px dotted #666;
    position: absolute;
    right: 0;
    top: 50px;
  }
  #ja-search {
    bottom: 0;
    height: 40px;
    width: 40px;
    padding: 0;
    position: absolute;
    right: 0;
    border-bottom: 0;
  }
  #ja-search .search-btn {
    width: 30px;
    height: 30px;
    background-color: #222;
    margin-top: 5px;
  }
  #ja-search.active .search-btn, #ja-search .search-btn:hover {
    width: 30px;
    height: 30px;
    background-color: #ec534d;
    margin-top: 5px;
    cursor: pointer;
  }
  #ja-search form.search {
    display: none;
    background: #ec534d;
    position: absolute;
    top: 35px;
    right: 10px;
    padding: .5em;
    width: 200px;
  }
  #ja-search:hover form.search, #ja-search.active form.search {
    display: block !important;
  }
  #ja-search .inputbox {
    background: #222;
    border: 1px solid #222;
    color: #CCC;
    margin: 0;
    padding: 4px 0;
    text-indent: 10px;
    width: 100%;
  }
  #ja-social {
    height: 40px;
  }
  #ja-social ul {
    padding: 5px 0 0 1em;
  }
  #ja-social ul li a {
    background-color: #222;
  }
  #ja-footer {
    font-size: .8em;
  }
  div.ja-moduletable-inner, div.moduletable-inner {
    padding: 1em;
  }
  .hide-in-normal, .hide-in-tablet, .hide-in-mobile {
    display: none;
  }
  #ja-mainnav {
    clear: both;
    display: block;
    float: none;
    height: auto;
    margin: 0 auto;
    text-align: left;
    width: 100%;
  }
  .ja-megamenu {
    clear: both;
    display: none !important;
    height: auto;
    border-bottom: 1px solid #333;
  }
  .rjd-active .ja-megamenu {
    display: block !important;
  }
  .ja-megamenu ul.level0 li.mega {
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
  }
  .ja-megamenu ul.level0 li.mega a.mega {
    height: auto !important;
    margin: 0 !important;
    padding: 1em !important;
  }
  .ja-megamenu ul.level0 li.mega span.menu-title, .ja-megamenu ul.level0 li.haschild span.menu-title {
    font-size: 1em !important;
    margin: 0 !important;
    padding: 0 !important;
    text-transform: none !important;
  }
  .ja-megamenu ul.level1 li.mega span.menu-title {
    margin-top: 0 !important;
  }
  .ja-megamenu ul.level1 li.mega {
    height: auto !important;
  }
  .ja-megamenu ul.level1 li.mega a.mega {
    height: auto !important;
  }
  .ja-megamenu ul.level0 li.mega span.menu-desc {
    display: none;
  }
  #ja-megamenu .childcontent {
    display: none !important;
  }
  #ja-megamenu li.rjd-active {
    background: #222;
  }
  #ja-megamenu li.rjd-active .childcontent {
    display: block !important;
    left: 0 !important;
    margin: 0 !important;
    position: absolute;
    top: 40px !important;
    width: 100% !important;
  }
  #ja-megamenu ul.level0 li.rjd-active .childcontent-inner-wrap, #ja-megamenu ul.level0 li.rjd-active .childcontent-inner {
    margin: 0 !important;
    width: 100% !important;
  }
  #ja-megamenu ul.level0 {
    position: relative;
  }
  #ja-megamenu ul.level1 li.rjd-active .childcontent, #ja-megamenu ul.level1 .childcontent {
    display: none !important;
  }
  .ja-megamenu {
    background: #222 !important;
  }
  .ja-megamenu ul.level0 li.mega {
    border-top: 1px solid #444;
  }
  #ja-menu-button {
    border-right: 1px solid #222;
    display: block;
    float: left;
    font-size: 1em;
    font-weight: bold;
    padding: 1em;
    text-transform: uppercase;
    z-index: 4;
  }
  #ja-menu-button:hover, .rjd-active #ja-menu-button {
    background: #222;
    cursor: pointer;
  }
  #contact-form dl dt {
    float: none;
  }
  #contact-form dl dd {
    margin-left: 0 !important;
  }
  #contact-form dl dd input.required, #contact-form dl dd textarea.required {
    width: 60% !important;
  }
}

/* 0c8.layout-mobile-port.css */

@media only screen and (max-width:479px) {}

/* 128.layout-tablet.css */

@media only screen and (min-width:720px) and (max-width: 985px) {
  body {
    -webkit-text-size-adjust: 100%;
  }
  body.bd #ja-wrapper {
    min-width: 720px !important;
  }
  .main {
    width: 720px !important;
  }
  #ja-mainbody {
    width: 100% !important;
  }
  #ja-right {
    width: 100% !important;
  }
  ul.department-list {
    text-align: center;
  }
  ul.department-list li {
    display: inline-block;
    float: none;
  }
  #ja-topsl2 .ja-box {
    width: 50% !important;
  }
  #ja-topsl2 .ja-box-right {
    position: static;
  }
  #ja-topsl2 .moduletable {
    margin-bottom: 20px;
  }
  #ja-botsl1 .ja-box {
    width: 50% !important;
  }
  #ja-botsl1 .ja-box-right {
    position: static;
    width: 100% !important;
    text-align: center;
    min-height: 0 !important;
  }
  #ja-botsl1 .moduletable {
    margin-bottom: 20px;
  }
  #ja-botsl1 .ja-box-right .moduletable {
    margin-bottom: 0;
  }
  ul.social-list li {
    float: none;
    display: inline-block;
  }
  #ja-botsl2 .ja-box {
    width: 50% !important;
  }
  #ja-botsl2 .ja-box-right {
    position: static;
  }
  #ja-botsl2 .moduletable {
    margin-bottom: 20px;
  }
}

/* b90.layout.css */

.main .inner {
  padding-left: 10px;
  padding-right: 10px;
}

.main .main-inner1 {
  margin-left: 10px;
  margin-right: 10px;
}

.column div.ja-moduletable, .column div.moduletable, .column div.ja-module, .column div.module {
  margin-left: 10px;
  margin-right: 10px;
}

.ja-inset2 div.ja-moduletable, .ja-inset2 .div.moduletable, .ja-inset2 div.ja-module, .ja-inset2 div.module {
  margin-right: 0;
  margin-left: 20px;
}

.ja-inset1 div.ja-moduletable, .ja-inset1 .div.moduletable, .ja-inset1 div.ja-module, .ja-inset1 div.module {
  margin-right: 20px;
  margin-left: 0;
}

.item .contentpaneopen {
  padding-left: 10px;
  padding-right: 10px;
}

.items-row {
  margin-left: -10px;
  margin-right: -10px;
}

/* 76c.mega.css */

.ja-megamenu ul.level0 li.mega {
  margin-right: 1px;
}
.ja-megamenu ul.level0 li.mega:first-of-type  a.mega{
     padding:15px 0;
     margin-right: 20px;
}
.ja-megamenu ul.level0 li.mega a.mega {
  border-right: 1px solid #1b212a;
  color: #afafaf;
  padding: 15px 20px;
  font-weight: bold;
  text-transform: uppercase;
}

.ja-megamenu a.over {
  background: #1b212a;
  color: #fff !important;
}

.ja-megamenu ul.level0 li.active a {
  background: url('../images/ja_university/images/mainnav-active-bg.gif') repeat-x left top #1b212a;
  color: #fff !important;
}

.ja-megamenu ul.level1 li.mega {
  border-top: 1px solid #232b37;
  margin: 0;
}

.ja-megamenu ul.level1 li.first {
  border-top: 0;
}

.ja-megamenu ul.level1 li.mega a.mega {
  border: 0;
  color: #737e8e !important;
  font-weight: normal;
  padding: 10px 0;
  text-transform: none;
}

.ja-megamenu ul.level1 li.mega a.over, .ja-megamenu ul.level1 li.mega a:hover {
  color: #fff !important;
}

.ja-megamenu ul.level1 li.active a.mega {
  color: #fff !important;
  font-weight: bold;
}

.ja-megamenu .childcontent-inner {
  background: #1b212a;
  border-top: 0;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, .3);
  color: #333;
}

.ja-megamenu .level1 .childcontent-inner {
  border-top: 0;
}

.ja-megamenu .childcontent .ja-moduletable {
  color: #333;
}

.ja-megamenu .childcontent .ja-moduletable h3 {
  background: none;
  border-bottom: 1px dotted #ccc;
  text-transform: uppercase;
}

.ja-megamenu .group-title {
  border-bottom: 1px solid #384250;
  margin-left: 10px;
}

.ja-megamenu .group-title .menu-title {
  color: #acb4c0;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1em;
}

.ja-megamenu .group-title a.mega:hover .menu-title {
  color: #fff;
}

.ja-megamenu .group-title .menu-desc {
  color: #999;
  padding-left: 0 !important;
}

/* 8b4.mod_jasidenews.css */

.ja-slidenews-item {
  border-bottom: 1px solid #EFECE1;
  padding: 15px 0;
  float: left;
  clear: both;
  width: 100%;
}

.ja-slidenews-item:first-child {
  padding-top: 0;
}

.ja-slidenews-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.ja-slidenews-item .ja-title {
  color: #333;
  display: block;
  font-weight: normal;
  font-size: 1.150em;
  margin-bottom: 3px;
  line-height: 1.3;
}

.ja-slidenews-item .ja-title:hover {
  color: #d42b1e;
}

.ja-slidenews-item .ja-createdate {
  color: #999;
  display: block;
  font-weight: normal;
  margin-bottom: 5px;
  padding: 0px;
}

.ja-sidenews-title {
  font-weight: bold;
}

.ja-sidenews-postdate {
  font-size: 85%;
}

.ja-sidenews {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 0;
  margin: 0;
  cursor: pointer;
}

.ja-sidenews-display {
  position: absolute;
  top: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.ja-sidenews-desc {
  padding: 0px 3px 0px 3px;
}

.ja-slidenews-cover {
  float: left;
  position: absolute;
  width: 100%;
  z-index: 3;
  overflow: hidden;
  left: 0;
  bottom: 0;
}

.ja-slidenews-item img {
  border: 0;
  margin-right: 20px;
  margin-top: 5px;
}

.ja-slidenews-item img[align="left"] {
  float: left;
  margin-right: 20px;
  margin-left: 0;
  margin-bottom: 0;
}

.ja-slidenews-item img[align="right"] {
  float: right;
  margin-left: 20px;
  margin-right: 0;
}

/* bf0.mod_jaslideshowlite.css */

.ja-ss-slideshow {
  position: relative;
  height: 309px;
}

.ja-ss-loading:before {
  content: "";
  display: block;
  background: url('../images/ja_university/images/slideloading.gif') no-repeat center center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 21;
}

.ja-ss-wrap {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.ja-ss-items {
  width: 100%;
}

.ja-ss-item {
  display: block;
  float: left;
  margin: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  left: 0;
  width: 100%;
  min-height: 260px;
  z-index: 10;
  backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.ja-ss-item.prev {
  display: block;
}

.ja-ss-item.next {
  display: block;
}

.ja-ss-item.curr {
  z-index: 20;
}

.ja-ss-item img {
  background: #fff;
  width: 100%;
  max-width: 100%;
}

.ja-ss-mask {
  display: block;
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  width: 121px;
  height: 100%;
}

.ja-ss-mask.mask-right {
  left: auto;
  right: 0;
}

.ja-ss-desc {
  background: url('../images/ja_university/images/trans-d40.png');
  color: #fff;
  left: 0;
  position: absolute;
  bottom: 30%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  width: 350px;
  z-index: 110;
}

.ja-ss-desc h3 {
  color: #fff;
  line-height: normal;
  font-size: 220%;
  font-weight: normal;
  overflow: visible;
  margin: 0 0 10px;
  padding: 0;
  text-transform: uppercase;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, .3);
}

.ja-ss-desc p {
  font-size: 14px;
}

.ja-ss-desc p a {
  color: #fff;
  border-bottom: 1px dotted #fff;
}

.ja-ss-desc h3 a {
  color: inherit;
  line-height: normal;
  text-decoration: none;
}

.ja-ss-btns {
  bottom: 82px;
  display: block;
  position: absolute;
  left: 0;
  width: 82px;
  z-index: 900;
}

.ja-ss-btns span {
  /* background-image: url('../images/ja_university/images/sl-btn-direction.png'); */
  background-image: url('../images/ja_university/images/sl-btn-direction.png');
  background-repeat: no-repeat;
  color: #fff;
  cursor: pointer;
  display: block;
  float: left;
  height: 40px;
  margin: 0;
  padding: 0;
  width: 40px;
  text-indent: -999em;
}

.ja-ss-btns span.ja-ss-prev {
  background-position: left top;
}

.ja-ss-btns span.ja-ss-prev:hover {
  background-position: left bottom;
}

.ja-ss-btns span.ja-ss-next {
  background-position: right top;
  float: right;
}

.ja-ss-btns span.ja-ss-next:hover {
  background-position: right bottom;
}

.ja-ss-thumbs-wrap {
  height: 11px;
  width: 100%;
  clear: both;
  position: absolute;
  bottom: 20px;
  overflow: hidden;
  z-index: 101;
  left: 50%;
}

.ja-ss-thumbs {
  margin: 0;
  padding: 0;
  width: 5000px;
}

.ja-ss-thumbs div {
  /* background: url('../images/ja_university/images/sl-thumb.png') no-repeat left top; */
  background: url('../images/ja_university/images/sl-thumb.png') no-repeat left top;
  cursor: pointer;
  display: block;
  float: left;
  height: 11px;
  margin: 0 10px 0 0;
  color: #191a1b;
  text-align: center;
  overflow: hidden;
  width: 11px;
}

.ja-ss-thumbs div img {
  opacity: 0.3;
  display: none;
}

.ja-ss-thumbs div.active {
  background-position: left bottom;
  color: #CF4E33;
}

.ja-ss-thumbs div.active img {
  opacity: 1;
}

/* 8c3.template.css */

a:hover, a:active, a:focus {
  color: #f78f20;
}

p.readmore a:hover {
  background-image: url('/static/home/images/readon-hover-bg.png');
}

button.validate:hover {
  background-color: #f78f20;
}

body.profiles h2.contentheading a:hover, body.profiles h2.contentheading a:focus, body.profiles h2.contentheading a:active, body.profiles .items-row .contentpaneopen:hover h2.contentheading a {
  color: #f78f20;
}

.blog.videos .contentpaneopen .contentheading a:hover, .blog.videos .contentpaneopen .contentheading a:focus, .blog.videos .contentpaneopen .contentheading a:active {
  color: #f78f20;
}

.event-time a.btn-book {
  background: #f78f20;
}

.pagination ul li span {
  background: #f78f20;
}

#login-form p .button:hover {
  background: #f78f20;
  border: 1px solid #f78f20;
}

.login_form .button:hover, .login button:hover {
  background: #f78f20;
}

#login-form ul li a:hover, #login-form ul li a:focus, #login-form ul li a:active {
  background-image: url('/static/home/images/bullet-hover.gif');
}

div.user-links ul li a:hover {
  border-color: #f78f20;
}

div.logout-button .button:hover {
  background-color: #f78f20;
  border-color: #f78f20;
}

ul.newsfeed li h5.feed-link a:hover, ul.newsfeed li h5.feed-link a:focus, ul.newsfeed li h5.feed-link a:active {
  color: #f78f20;
}

div.logout .button:hover {
  background-color: #f78f20;
  border-color: #f78f20;
}

#ja-header {
  background: #ffffff;
  border-bottom: 1px solid #ffffff;
}

h1.logo a {
  /* background-image: url('../templates/ja_university/themes/grey/images/logo.png'); */
  background-image: url('/static/home/images/logo.png');
}

#ja-search .inputbox {
  background: #7f7f7f;
  border: 1px solid #7f7f7f;
  color: #d9d9d9;
}

#ja-search .button {
  background: url('/static/home/images/icon-search.png') no-repeat center center #626263;
  border-color: #626263;
  color: #c8dcc3;
}

#ja-search .button:hover {
  background-color: #f78f20;
  border-color: #f78f20;
}

#ja-mainnav {
  background: #ffffff;
  border-top: 1px solid #ffffff;
}

#ja-botsl1 {
  background: url('/static/home/images/pattern-bg.png') #6c6d6e;
  color: #d3d4d4;
}

#ja-botsl1 .main {
  border-bottom: 1px solid #7d7e7f;
}

#ja-botsl1 .ja-moduletable h3 {
  color: #d3d4d4;
}

#ja-botsl1 a {
  color: #d3d4d4;
}

#ja-botsl1 a:hover, #ja-botsl1 a:focus, #ja-botsl1 a:active {
  color: #fff;
}

#ja-botsl2 {
  background: url('/static/home/images/pattern-bg.png') #6c6d6e;
  border-bottom: 1px solid #5d5d5d;
  color: #d3d4d4;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, .2);
}

#ja-botsl2 .ja-moduletable h3 {
  color: #d3d4d4;
}

#ja-botsl2 ul.menu li a {
  background-image: url('/static/home/images/bullet-dark.gif');
  color: #d3d4d4;
}

#ja-navhelper {
  background: url('/static/home/images/pattern-bg.png') #6c6d6e;
  border-top: 1px solid #7d7e7f;
  border-bottom: 1px solid #5d5d5d;
}

#ja-navhelper .main {
  color: #d3d4d4;
}

#ja-navhelper .main a {
  color: #d3d4d4;
}

#ja-navhelper .main a:hover, #ja-navhelper .main a:focus, #ja-navhelper .main a:active {
  color: #fff;
}

#ja-footer {
  background: url('/static/home/images/pattern-bg.png') #696969;
  border-top: 1px solid #7d7e7f;
  color: #c1c1c1;
}

#ja-footer a {
  color: #e5e5e5;
}

div.contact-links ul li a:hover, div.contact-links ul li a:focus, div.contact-links ul li a:active {
  border-color: #f78f20;
}

.contact-form .button {
  background: #f78f20;
  border: 1px solid #f78f20;
}

.search-course div.finder .button:hover {
  background: #f78f20;
  border-color: #f78f20;
}

div.contact-miscinfo .info-block.icon1 {
  background-image: url('/static/home/images/ct-icon1.png');
}

div.contact-miscinfo .info-block.icon2 {
  background-image: url('/static/home/images/ct-icon2.png');
}

div.contact-miscinfo .info-block.icon3 {
  background-image: url('/static/home/images/ct-icon3.png');
}

.search .word button:hover {
  background: #f78f20;
  border-color: #f78f20;
}

ul.mostread li a:hover, ul.mostread li a:focus, ul.mostread li a:active {
  background-image: url('/static/home/images/bullet-hover.gif');
}

div.acymailing_form p .inputbox {
  background: #868686;
  color: #dbdbdb;
}

div.acymailing_form p .button {
  background: #f78f20;
  border-color: #f78f20;
}

ul.contact-list li.phone {
  background-image: url('/static/home/images/icon-phone.png');
}

ul.contact-list li.email {
  background-image: url('/static/home/images/icon-email.png');
}

ul.contact-list li a {
  border-bottom-color: #a1a8b6;
}

ul.social-list li a {
  background-image: url('/static/home/images/icon-socials.png');
}

.formelm-buttons button:hover {
  background: #f78f20;
  border-color: #f78f20;
}

.btn-submit:hover {
  background-color: #f78f20;
}

/* 53e.mega.css */

.ja-megamenu ul.level0 li.mega a.mega {
  border-right: 1px solid #ffffff;
  color: #666;
}

.ja-megamenu a.over {
  background: #e60012;
}

.ja-megamenu ul.level0 li.active a {
  background: url('/static/home/images/mainnav-active-arrow.png') no-repeat 52% 87%;
  color: #1d1815 !important;
}

.ja-megamenu ul.level1 li.mega {
  border-top: 1px solid #8e8e8e;
}

.ja-megamenu ul.level1 li.first {
  border-top: 0;
}

.ja-megamenu ul.level1 li.mega a.mega {
  border: 0;
  color: #cacaca !important;
}

.ja-megamenu ul.level1 li.mega a.over, .ja-megamenu ul.level1 li.mega a:hover, .ja-megamenu ul.level1 li.mega a.active {
  color: #fff !important;
}

.ja-megamenu .childcontent-inner {
  background: #7f7f7f;
  color: #cacaca;
}

.ja-megamenu .group-title {
  border-bottom: 1px solid #969696;
}

.ja-megamenu .group-title .menu-title {
  color: #d9d9d9;
}

/* f09.mod_jasidenews.css */

.ja-slidenews-item .ja-title:hover {
  color: #f78f20;
}

/* 9d9.mod_jaslideshowlite.css */

.ja-ss-desc {
  background: url('/static/home/images/sl-desc-bg.png');
}
.ja-box-ct  .custom{  word-break: break-word;}


/*业务等级表单*/
.form-area{width:400px;margin:0 auto;padding:20px 0;}
.form-area h3{padding-bottom: 20px;text-align: center;}
.form-area li{width: 100%;padding-bottom:20px;}
.form-area li span{width:60px;height:38px;line-height:38px;padding-right:10px;display:inline-block;vertical-align: top;font-size:16px;}
.form-area li input{width:300px;height:30px;line-height:30px;padding-left:10px;box-sizing:box-sizing;}
.form-area li textarea{width:300px;height:150px;padding-left:10px;padding-top:10px;}
.form-area li.input-btn input{width:300px;height:40px;line-height:40px;padding-left:10px;background-color:#ff0000;border-radius:25px;text-align:center;
    color: #fff;border:none;padding-left:0;}
