input:not([type="image"]),
textarea {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
.display-block {
  display: block;
}
.sprite-footer_firefly {
  background-position: 0 0;
  width: 59px;
  height: 26px;
}
.sprite-footer_mas {
  background-position: 0 -36px;
  width: 71px;
  height: 18px;
}
.sprite-footer_maswings {
  background-position: 0 -64px;
  width: 92px;
  height: 16px;
}
.sprite-footer_visitmalaysia {
  background-position: 0 -90px;
  width: 88px;
  height: 43px;
}
.sprite-social_facebook {
  background-position: 0 0;
  width: 25px;
  height: 26px;
}
.sprite-social_googleplus {
  background-position: 0 -36px;
  width: 25px;
  height: 26px;
}
.sprite-social_twitter {
  background-position: 0 -72px;
  width: 26px;
  height: 26px;
}
.sprite-social_youtube {
  background-position: 0 -108px;
  width: 26px;
  height: 26px;
}
.fa {
  cursor: pointer;
}
html,
body {
  background: none;
  margin: 0px;
  padding: 0px;
  height: 100%;
  font-family: 'Gotham-Book', Arial;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Gotham-Bold', Arial;
  font-weight: inherit;
}
div,
p,
span,
a,
input,
textarea,
select,
option,
label {
  font-family: 'Gotham-Book', Arial;
}
strong,
b {
  font-family: 'Gotham-Bold', Arial;
  font-weight: inherit;
}
i {
  font-style: italic;
}
a {
  text-decoration: none;
  outline: none;
}
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}
a:active {
  outline: none;
}
ul {
  list-style: disc;
}
div.inline {
  float: left;
  overflow: hidden;
}
ul.inline {
  overflow: hidden;
  font-size: 0px;
  line-height: 0px;
  margin-bottom: 0px;
}
ol {
  list-style: decimal;
}
label {
  display: inline-block;
  cursor: default;
}
span.size-small {
  font-size: 11px;
}
.mastable table {
  width: 100%;
}
.mastable table .align_center {
  text-align: center;
}
.mastable table .headerRow td {
  color: #ffffff;
  background-color: #666;
}
.margin-none {
  margin: 0;
}
input.date_textbox {
  background: #ffffff;
  cursor: pointer;
}
input.date_textbox:disabled,
input.date_textbox.disabled {
  background: #F1F1F1;
  cursor: default;
}
.clear_both {
  clear: both;
}
.error_msg {
  display: none;
  color: #e74c3c;
  font-size: 0.8em;
  font-style: italic;
  line-height: 1.4em;
}
.description_msg {
  font-size: 0.8em;
  line-height: 1.4em;
}
.fieldset label {
  display: block;
}
.fieldset.error_state > .error_msg {
  clear: both;
  display: block;
}
.fieldset.error_state > .description_msg {
  clear: both;
  display: block;
}
.fieldset.error_state input,
.fieldset.error_state select,
.fieldset.error_state textarea,
.fieldset.error_state .selectize-input {
  border-color: #e74c3c;
}
.fieldset.error_state input,
.fieldset.error_state select,
.fieldset.error_state textarea,
.fieldset.error_state .selectize-control,
.fieldset.error_state .regular-selectize,
.fieldset.error_state .description_msg {
  margin-bottom: 0;
}
.close-icon-i {
  position: relative;
}
.picker {
  position: fixed;
}
.placeholder {
  color: #aaa !important;
}
.container_fillheight {
  position: relative;
  overflow: hidden;
}
.container_fillheight .fillheight {
  position: absolute;
  height: 100%;
}
.vertical_aligned_container {
  display: table;
  height: 100%;
}
.vertical_aligned_container .vertical_aligned_wrapper {
  display: table-cell;
  vertical-align: middle;
}
.captcha_field .form_leftcolmark {
  display: none;
}
.captcha_field .form_row_description {
  display: none;
}
.dropdown {
  position: inherit;
}
.modal {
  width: 660px;
  margin-left: -330px;
  -webkit-border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px;
  -moz-background-clip: padding;
  border-radius: 0px;
  background-clip: padding-box;
}
.modal-header {
  border-bottom: none;
}
.modal-body {
  padding-top: 0px;
  max-height: none;
}
.modal-body.overflow-visible {
  overflow: visible;
  display: inline-block;
}
.close {
  font-size: 1.5em;
  outline: none;
  color: #1b92d0;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.close:hover {
  color: #29A1D6;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.input-append.merge-right,
.input-append.merge-left {
  position: relative;
}
.input-append.merge-right .add-on,
.input-append.merge-left .add-on {
  position: absolute;
  display: block;
  top: 0px;
  background: none;
  border: none;
}
.input-append.merge-right .add-on.size-small,
.input-append.merge-left .add-on.size-small {
  top: -3px;
}
.input-append.merge-right input,
.input-append.merge-left input {
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
}
.input-append.merge-right input:focus,
.input-append.merge-left input:focus {
  z-index: 0;
}
.input-append.merge-right .add-on {
  right: 0px;
}
.input-append.merge-right input {
  padding-right: 25px;
}
.input-append.merge-left .add-on {
  left: 0px;
}
.input-append.merge-left input {
  padding-left: 25px;
}
input.size-small {
  padding-top: 0;
  padding-bottom: 0;
}
input .placeholder_active {
  font-size: 12px;
  color: #9D9D9D;
}
.selectize-input {
  z-index: 0;
}
.regular-selectize {
  margin-left: 0px;
  text-align: left;
  margin-bottom: 10px;
}
.regular-selectize.selectize-control {
  height: 30px;
}
.regular-selectize.selectize-control.regular-selectize-size-small {
  height: 24px;
}
.regular-selectize .selectize-input {
  padding: 4px 6px 3px 6px;
  font-size: 12px;
}
.regular-selectize .selectize-input input {
  font-size: 12px;
}
.regular-selectize .selectize-input.dropdown-active {
  -webkit-border-radius: 4px 4px 0px 0px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px 4px 0px 0px;
  -moz-background-clip: padding;
  border-radius: 4px 4px 0px 0px;
  background-clip: padding-box;
}
.regular-selectize .selectize-dropdown {
  font-size: 12px;
  margin-top: 0px;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
}
.regular-selectize.regular-selectize-size-small .selectize-input {
  padding-top: 0px;
  padding-bottom: 0px;
}
.selectize-control.single .selectize-input {
  background-image: none;
  background-color: #ffffff;
}
.selectize-control.single .selectize-input:hover,
.selectize-control.single .selectize-input:focus {
  background-color: #fcfcfc;
}
.selectize-control.single .selectize-input:after {
  right: 8px;
}
.radio-link-style {
  color: #2E3237;
  font-size: 12px;
  display: inline-block;
  height: 20px;
  line-height: 20px;
  min-height: 20px;
  vertical-align: middle;
  padding-top: 5px;
  text-decoration: none;
}
.radio-link-style:hover,
.radio-link-style:focus {
  color: #1b92d0;
  outline: 0;
}
.arbitrary-link-container {
  display: block;
  margin: 10px 0;
}
a.arbitrary-link {
  display: inline-block;
  font-family: "Gotham-Book", Arial;
  font-size: 12px;
}
.link-blue-with-arrow {
  color: #1b92d0;
}
.link-blue-with-arrow:focus,
.link-blue-with-arrow:hover {
  color: #00447b;
}
.link-blue-with-arrow:before {
  font-family: 'ionicons';
  font-size: 12px;
  content: "\f10a";
  margin-right: 5px;
}
.link-regular-purple,
.link-regular-blue,
.link-regular-bluedark,
.link-regular-bluedark2,
.link-regular-white,
.link-regular-graylight,
.link-regular-black,
.link-regular-white-blue,
.link-regular-black-blue {
  text-decoration: none;
}
.link-regular-purple:hover,
.link-regular-blue:hover,
.link-regular-bluedark:hover,
.link-regular-bluedark2:hover,
.link-regular-white:hover,
.link-regular-graylight:hover,
.link-regular-black:hover,
.link-regular-white-blue:hover,
.link-regular-black-blue:hover,
.link-regular-purple:focus,
.link-regular-blue:focus,
.link-regular-bluedark:focus,
.link-regular-bluedark2:focus,
.link-regular-white:focus,
.link-regular-graylight:focus,
.link-regular-black:focus,
.link-regular-white-blue:focus,
.link-regular-black-blue:focus {
  text-decoration: none;
  outline: 0;
}
.link-regular-purple {
  color: #662364;
}
.link-regular-blue {
  color: #1b92d0;
}
.link-regular-blue:hover,
.link-regular-blue:focus {
  color: #1b92d0;
}
.link-regular-bluedark {
  color: #102c52;
}
.link-regular-bluedark:hover,
.link-regular-bluedark:focus {
  color: #102c52;
}
.link-regular-bluedark2 {
  color: #00447b;
}
.link-regular-bluedark2:hover,
.link-regular-bluedark2:focus,
.link-regular-bluedark2:active,
.link-regular-bluedark2:visited,
.link-regular-bluedark2:link {
  color: #00447b;
}
.link-regular-bluedark2.active {
  color: #00447b;
}
.link-regular-white {
  color: #ffffff;
}
.link-regular-white:hover,
.link-regular-white:focus {
  color: #ffffff;
}
.link-regular-white-blue {
  color: #ffffff;
}
.link-regular-white-blue:hover,
.link-regular-white-blue:focus {
  color: #1b92d0;
}
.link-regular-black-blue {
  color: #2e3237;
}
.link-regular-black-blue:hover,
.link-regular-black-blue:focus {
  color: #1b92d0;
}
.link-regular-graylight {
  color: #f1f1f1;
}
.link-regular-graylight:hover,
.link-regular-graylight:focus {
  color: #f1f1f1;
}
.link-regular-black {
  color: #2e3237;
}
.link-regular-black:hover,
.link-regular-black:focus {
  color: #2e3237;
}
.btn-purple {
  font-family: 'Gotham-Light', Arial;
  color: #FFFFFF;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #462668;
  *background-color: #462668;
  border: none;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9ImdyYWQtdWNnZy1nZW5lcmF0ZWQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzVGMkI3QSIgc3RvcC1vcGFjaXR5PSIxIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjNDYyNjY4IiBzdG9wLW9wYWNpdHk9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+PC9zdmc+);
  background-image: -moz-linear-gradient(top, #5F2B7A 0%, #462668 100%);
  background-image: -webkit-linear-gradient(top, #5F2B7A 0%, #462668 100%);
  background-image: -o-linear-gradient(top, #5F2B7A 0%, #462668 100%);
  background-image: linear-gradient(top, #5F2B7A 0%, #462668 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5F2B7A', endColorstr='#462668', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  -webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,.1), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(0,0,0,.1), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(0,0,0,.1), 0 1px 2px rgba(0,0,0,.05);
}
.btn-purple:hover,
.btn-purple:focus,
.btn-purple:active,
.btn-purple.active,
.btn-purple.disabled,
.btn-purple[disabled] {
  color: #FFFFFF;
  background-color: #462668;
  *background-color: #462668;
  -webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,.1), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(0,0,0,.1), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(0,0,0,.1), 0 1px 2px rgba(0,0,0,.05);
  border: none;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  background-position: 0% 0%;
}
.btn-purple:focus {
  border: none;
  outline: none;
  font-family: 'Gotham-Light', Arial;
  color: #FFFFFF;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9ImdyYWQtdWNnZy1nZW5lcmF0ZWQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzVGMkI3QSIgc3RvcC1vcGFjaXR5PSIxIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjNDYyNjY4IiBzdG9wLW9wYWNpdHk9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+PC9zdmc+);
  background-image: -moz-linear-gradient(top, #5F2B7A 0%, #462668 100%);
  background-image: -webkit-linear-gradient(top, #5F2B7A 0%, #462668 100%);
  background-image: -o-linear-gradient(top, #5F2B7A 0%, #462668 100%);
  background-image: linear-gradient(top, #5F2B7A 0%, #462668 100%);
}
.btn-purple:hover {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9ImdyYWQtdWNnZy1nZW5lcmF0ZWQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA1NjQ5QyIgc3RvcC1vcGFjaXR5PSIxIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDQ1MTdFIiBzdG9wLW9wYWNpdHk9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+PC9zdmc+);
  background-image: -moz-linear-gradient(top, #05649C 0%, #04517E 100%);
  background-image: -webkit-linear-gradient(top, #05649C 0%, #04517E 100%);
  background-image: -o-linear-gradient(top, #05649C 0%, #04517E 100%);
  background-image: linear-gradient(top, #05649C 0%, #04517E 100%);
  background-position: 0% 0%;
}
.btn-purple:active,
.btn-purple.active {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9ImdyYWQtdWNnZy1nZW5lcmF0ZWQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA0NTE3RSIgc3RvcC1vcGFjaXR5PSIxIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDU2NDlDIiBzdG9wLW9wYWNpdHk9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+PC9zdmc+);
  background-image: -moz-linear-gradient(top, #04517E 0%, #05649C 100%);
  background-image: -webkit-linear-gradient(top, #04517E 0%, #05649C 100%);
  background-image: -o-linear-gradient(top, #04517E 0%, #05649C 100%);
  background-image: linear-gradient(top, #04517E 0%, #05649C 100%);
  background-position: 0% 0%;
}
.btn-blue-solid {
  font-family: 'Gotham-Light', Arial;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background: #1b92d0;
  *background: #1b92d0;
  border: none;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  -webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,.1), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(0,0,0,.1), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(0,0,0,.1), 0 1px 2px rgba(0,0,0,.05);
}
.btn-blue-solid:hover,
.btn-blue-solid:focus,
.btn-blue-solid:active,
.btn-blue-solid.active,
.btn-blue-solid.disabled,
.btn-blue-solid[disabled] {
  font-family: 'Gotham-Light', Arial;
  color: #ffffff;
  -webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,.1), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(0,0,0,.1), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(0,0,0,.1), 0 1px 2px rgba(0,0,0,.05);
  border: none;
  outline: none;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  background-position: 0% 0%;
}
.btn-blue-solid:focus {
  background: #29A1D6;
  *background: #29A1D6;
  background-position: 0% 0%;
}
.btn-blue-solid:hover {
  background: #29A1D6;
  *background: #29A1D6;
  background-position: 0% 0%;
}
.btn-blue-solid:active,
.btn-blue-solid.active {
  background: #118CB7;
  *background: #118CB7;
  background-position: 0% 0%;
}
.btn-red-solid {
  font-family: 'Gotham-Light', Arial;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background: #e74c3c;
  *background: #e74c3c;
  border: none;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  -webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,.1), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(0,0,0,.1), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(0,0,0,.1), 0 1px 2px rgba(0,0,0,.05);
}
.btn-red-solid:hover,
.btn-red-solid:focus,
.btn-red-solid:active,
.btn-red-solid.active,
.btn-red-solid.disabled,
.btn-red-solid[disabled] {
  font-family: 'Gotham-Light', Arial;
  color: #ffffff;
  -webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,.1), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(0,0,0,.1), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(0,0,0,.1), 0 1px 2px rgba(0,0,0,.05);
  border: none;
  outline: none;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  background-position: 0% 0%;
}
.btn-red-solid:focus {
  background: #ea6153;
  *background: #ea6153;
  background-position: 0% 0%;
}
.btn-red-solid:hover {
  background: #ea6153;
  *background: #ea6153;
  background-position: 0% 0%;
}
.btn-red-solid:active,
.btn-red-solid.active {
  background: #e43725;
  *background: #e43725;
  background-position: 0% 0%;
}
.btn-white-solid {
  font-family: 'Gotham-Light', Arial;
  color: #2e3237;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background: #ffffff;
  *background: #ffffff;
  border: 1px solid #CCCCCC;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  -webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,.1), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(0,0,0,.1), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(0,0,0,.1), 0 1px 2px rgba(0,0,0,.05);
}
.btn-white-solid:hover,
.btn-white-solid:focus,
.btn-white-solid:active,
.btn-white-solid.active,
.btn-white-solid.disabled,
.btn-white-solid[disabled] {
  font-family: 'Gotham-Light', Arial;
  color: #2e3237;
  -webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,.1), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(0,0,0,.1), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(0,0,0,.1), 0 1px 2px rgba(0,0,0,.05);
  border: 1px solid #737374;
  outline: none;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  background-position: 0% 0%;
}
.btn-white-solid:focus {
  background: #ffffff;
  *background: #ffffff;
  background-position: 0% 0%;
}
.btn-white-solid:hover {
  background: #ffffff;
  *background: #ffffff;
  background-position: 0% 0%;
}
.btn-white-solid:active,
.btn-white-solid.active {
  background: #ffffff;
  *background: #ffffff;
  background-position: 0% 0%;
}
.btn-gray-solid {
  font-family: 'Gotham-Light', Arial;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background: #999999;
  *background: #999999;
  border: none;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  -webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,.1), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(0,0,0,.1), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(0,0,0,.1), 0 1px 2px rgba(0,0,0,.05);
}
.btn-gray-solid:hover,
.btn-gray-solid:focus,
.btn-gray-solid:active,
.btn-gray-solid.active,
.btn-gray-solid.disabled,
.btn-gray-solid[disabled] {
  font-family: 'Gotham-Light', Arial;
  color: #ffffff;
  -webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,.1), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(0,0,0,.1), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(0,0,0,.1), 0 1px 2px rgba(0,0,0,.05);
  border: none;
  outline: none;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  background-position: 0% 0%;
}
.btn-gray-solid:focus {
  background: #a6a6a6;
  *background: #a6a6a6;
  background-position: 0% 0%;
}
.btn-gray-solid:hover {
  background: #a6a6a6;
  *background: #a6a6a6;
  background-position: 0% 0%;
}
.btn-gray-solid:active,
.btn-gray-solid.active {
  background: #8c8c8c;
  *background: #8c8c8c;
  background-position: 0% 0%;
}
.btn-transparent {
  padding-left: 8px;
  padding-right: 8px;
  font-size: 18px;
  color: #000000;
  background-color: transparent;
  *background-color: transparent;
  background-image: none;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-transparent:focus,
.btn-transparent:hover,
.btn-transparent:active,
.btn-transparent.active,
.btn-transparent.disabled,
.btn-transparent[disabled] {
  color: #000000;
  background-color: transparent;
  *background-color: transparent;
  background-image: none;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-pill {
  -webkit-border-radius: 15px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 15px;
  -moz-background-clip: padding;
  border-radius: 15px;
  background-clip: padding-box;
}
.btn-pill:hover,
.btn-pill:focus,
.btn-pill:active,
.btn-pill.active,
.btn-pill.disabled,
.btn-pill[disabled] {
  -webkit-border-radius: 15px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 15px;
  -moz-background-clip: padding;
  border-radius: 15px;
  background-clip: padding-box;
}
.darksite_template {
  width: 950px;
  border: 1px solid #C8CCCF;
  margin: 0 auto;
}
.header_container {
  background: url(rgba.php?r=255&g=255&b=255&a=100) repeat;
  background: #ffffff;
  position: relative;
  margin-bottom: 20px;
}
.header_container .header_wrapper {
  margin-top: 30px;
  overflow: visible;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.header_container .header_logo_container {
  float: left;
  margin-left: 50px;
}
.header_container .header_logo_list {
  margin: 0;
}
.header_container .header_menu_container {
  float: right;
  display: inline-block;
  height: 20px;
  margin-top: 20px;
  margin-right: 50px;
}
.header_container .header_menu_list {
  margin: 0;
}
.header_container .header_menu_item {
  float: left;
}
.header_container .header_menu_item:before {
  margin: 0 8px;
  content: "|";
}
.header_container .header_menu_item:first-child:before {
  margin: 0;
  content: "";
}
.header_container ul.unsytled,
.header_container ul.unstyle {
  list-style: none;
}
.details_page_title_wrapper {
  background-color: #004582;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.details_page_title {
  position: relative;
  color: #ffffff;
  margin: 0 50px;
  padding: 25px 0 25px 30px;
}
.details_page_title:before {
  font-family: "FontAwesome";
  font-size: 25px;
  content: "\f05a";
  position: absolute;
  left: 0;
}
.details_page_title p {
  margin: 0;
}
.details_page_content_wrapper {
  position: relative;
  display: inline-block;
  background-color: #dfe3e7;
  overflow: hidden;
}
.content_left,
.content_right {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 50px;
  padding-bottom: 99999px;
  margin-bottom: -99999px;
  overflow: hidden;
}
.content_left {
  float: left;
  width: 65%;
  border-right: 1px solid #a8aaad;
  padding-left: 50px;
  padding-right: 30px;
}
.content_left .padding-bottom {
  padding-bottom: 50px;
}
.content_right {
  float: right;
  width: 35%;
  padding-left: 30px;
  padding-right: 50px;
}
.backtotop {
  position: relative;
  left: 65%;
  margin-left: 30px;
  margin-bottom: 20px;
}
.footer_menu_container {
  margin: 20px 0 30px 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.footer_menu_list {
  margin: 0;
  display: inline-block;
}
.footer_menu_item {
  float: left;
}
.footer_menu_item:before {
  margin: 0 8px;
  content: "|";
}
.footer_menu_item:first-child:before {
  margin: 0;
  content: "";
}
.announcementlisting .articlecontainer {
  background: url(../img/mas/announcementListRedCorner.png) no-repeat 0px 0px #ffffff;
  border: 1px solid #c8cccf;
}
.announcementlisting .announcement {
  padding: 25px;
}
.announcementlisting .announcement h3 {
  border-bottom: 1px dotted #C8CCCF;
  font-size: 1em;
  line-height: 1.5em;
  padding-bottom: 10px;
  margin: 0;
}
.announcementlisting .announcement .article {
  margin-top: 10px;
}
.announcementlisting .announcement .article p {
  font-size: 12px;
  color: #2e3237;
  line-height: 14px;
  padding: 0px;
}
.announcementlisting .paggingcontainer {
  margin-top: 5px;
  text-align: right;
}
.announcementlisting .paggingcontainer a {
  display: inline-block;
  font-size: 11px;
  border: 1px solid #c8cccf;
  padding: 2px 7px;
  color: #a0a0a1;
}
.announcementlisting .paggingcontainer a.selected {
  color: #ffffff;
  background: #a0a0a1;
}
