@charset "utf-8";
/* CSS Document */

* {
  margin: 0;
  padding: 0;
}

body {
  color: #3c3c3c;
  background: #ececec;
  font-size: 0.8em;
  font-family: "Arial", Helvetica, Arial, Sans-Serif;
  line-height: 140%;
}

body.contentpane {
  background: #ffffff;
}

a {
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: underline;
}

fieldset a {
  font-weight: bold;
}

h1 {
  font-size: 1.7em;
  font-weight: normal;
}

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

h3 {
  font-size: 1.2em;
  font-weight: normal;
}

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

h5 {
  font-size: 0.9em;
  font-weight: normal;
}

input.chk {
  width: 30px;
  height: 30px;
}

#s5_top_bar {
  behavior: url(css/PIE.htc);
  height: 38px;
  border-bottom: solid 1px #b3b2b2;
  background: #ebeaea; /* Old browsers */
  background: -moz-linear-gradient(top, #ebeaea 0%, #fcfcfc 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ebeaea), color-stop(100%, #fcfcfc)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ebeaea 0%, #fcfcfc 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ebeaea 0%, #fcfcfc 100%); /* Opera11.10+ */
  background: -ms-linear-gradient(top, #ebeaea 0%, #fcfcfc 100%); /* IE10+ */
  background: linear-gradient(top, #ebeaea 0%, #fcfcfc 100%); /* W3C */
  -pie-background: linear-gradient(top, #ebeaea 0%, #fcfcfc 100%); /* W3C */
}

#s5_font_icon_search_wrap,
#fontControls,
#s5_rss,
#s5_twitter,
#s5_facebook,
#s5_search_wrap,
#s5_header_icons {
  float: right;
}

#fontControls a {
  color: #4b4b4b;
}

#fontControls {
  padding-top: 13px;
}

#s5_header_icons {
  padding-top: 9px;
  margin-left: 9px;
}

#s5_search_wrap {
  padding-top: 2px;
  margin-left: 16px;
}

#s5_search_wrap .button {
  margin: 0px;
  margin-left: 4px;
}

#s5_facebook {
  margin-left: 6px;
  height: 20px;
  width: 20px;
  cursor: pointer;
  background: url(../images/s5_facebook.png) no-repeat top right;
}

#s5_twitter {
  margin-left: 6px;
  height: 20px;
  width: 20px;
  cursor: pointer;
  background: url(../images/s5_twitter.png) no-repeat top right;
}

#s5_rss {
  margin-left: 6px;
  height: 20px;
  width: 20px;
  cursor: pointer;
  background: url(../images/s5_rss.png) no-repeat top right;
}

#s5_logo {
  background: url(../images/s5_logo.png) no-repeat top left;
  height: 97px;
  width: 650px;
  cursor: pointer;
  float: left;
}

.s5_logo_module {
  background: none;
  height: 97px;
  width: 300px;
  cursor: pointer;
  float: left;
}

#s5_menu_login_wrap,
#s5_footer_area1 {
  height: 54px;
  border-top: solid 1px #b3b2b2;
  behavior: url(css/PIE.htc);
  background: #fcfcfc; /* Old browsers */
  background: -moz-linear-gradient(top, #fcfcfc 0%, #e0e0e0 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcfcfc), color-stop(100%, #e0e0e0)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fcfcfc 0%, #e0e0e0 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fcfcfc 0%, #e0e0e0 100%); /* Opera11.10+ */
  background: -ms-linear-gradient(top, #fcfcfc 0%, #e0e0e0 100%); /* IE10+ */
  background: linear-gradient(top, #fcfcfc 0%, #e0e0e0 100%); /* W3C */
  -pie-background: linear-gradient(top, #fcfcfc 0%, #e0e0e0 100%); /* IE */
}

#s5_menu_wrap {
  float: left;
  height: 54px;
}

#s5_loginreg {
  float: right;
  padding-top: 14px;
}

#s5_login,
#s5_register,
.s5_scrolltotop,
.readon,
a.readmore-link,
.comments-link {
  float: right;
  margin-left: 8px;
  behavior: url(css/PIE.htc);
  background: #f9f8f8; /* Old browsers */
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5) inset;
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5) inset;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.5) inset;
  border: solid 1px #ffffff;
  padding: 2px;
  padding-left: 8px;
  padding-right: 8px;
  cursor: pointer;
}

a.readmore-link,
.comments-link {
  padding-top: 5px;
  padding-bottom: 5px;
  margin-right: 6px;
}

a.readon,
a.readmore-link,
a.comments-link {
  float: left;
  margin-left: 0px;
}

#s5_login:hover,
#s5_register:hover,
.s5_scrolltotop:hover,
.readon:hover,
a.readmore-link:hover,
.comments-link:hover {
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5) inset;
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5) inset;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5) inset;
  text-decoration: none;
}

.s5_scrolltotop {
  padding-top: 4px;
  padding-bottom: 4px;
}

.s5_highlight_line {
  height: 5px;
}
fieldset {
  border-bottom: dotted 1px #5f5f5f;
  padding-top: 7px;
  padding-bottom: 7px;
}

#form-login fieldset {
  border: none;
  padding-top: 0px;
}

#form-login p {
  padding-top: 0px;
}

#login br {
  display: none;
}

#login .button {
  margin-top: 8px;
  margin-bottom: 8px;
}

#login ul,
#form-login ul {
  padding-top: 8px;
  padding-bottom: 8px;
}

#modlgn_username,
#modlgn_passwd,
#username_vmlogin,
#password_vmlogin {
  width: 92%;
}
.inputbox {
  behavior: url(css/PIE.htc);
  border: 1px solid #cdcdcd;
  margin-top: 3px;
  margin-bottom: 4px;
  padding: 5px;
  background: #f8f8f8;
  -moz-box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.15) inset; /* FF3.5+ */
  -webkit-box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.15) inset; /* Saf3.0+, Chrome */
  box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.15) inset; /* Opera 10.5, IE9, Chrome 10+ */
}

.inputbox:hover {
  behavior: url(css/PIE.htc);
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  border: solid 1px #ababab;
}

#s5_center_area .module_round_box_outer,
#s5_component_wrap,
#s5_center_area .moduletable,
#s5_center_area .module_round_box_outer-none {
  margin-left: 6px;
  margin-right: 6px;
  margin-bottom: 12px;
}

#s5_center_area .module_round_box,
#s5_component_wrap,
#s5_center_area .moduletable,
#s5_center_area .module_round_box-plain {
  background: #ffffff;
  padding: 12px;
  border: solid 1px #b2b1b1;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 0px rgba(0, 0, 0, 0.15);
}
.s5_highlight,
.s5_scrolltotop,
.moduletable h3,
a,
#s5_button_wrap2 .s5_ts_active a,
.componentheading,
#comments a,
#s5_middle_menu_wrap a,
#s5_center_area .s5_h3_first,
#cboxContent h3,
.contentpagetitle,
.contentheading,
.module_round_box .menu #current a,
.module_round_box .menu #current a,
h2,
h4,
div.s5_accordion_menu_element #current a,
#current span.s5_accordion_menu_left a.mainlevel,
.add_to_cart .button,
a.readon,
#s5_login,
#s5_register,
a.readmore-link,
a.comments-link {
  color: #063b5e;
}

.s5_highlight_line,
.button,
#s5_nav li.active {
  background-color: #063b5e;
}
#s5_nav li.active {
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.5) inset;
}

#s5_nav li.mainMenuParentBtnFocused {
  background-color: #ffffff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

#s5_nav li.mainMenuParentBtnFocused .S5_parent_subtext {
  color: #333333;
}

#s5_nav li.mainMenuParentBtnFocused a {
  color: #000000;
}

#s5_top_row1_area1,
#s5_bottom_row3_area1,
#s5_top_row1_wrap,
#s5_bottom_row3_wrap {
  behavior: url(../css/PIE.htc);
  background: #063b5e; /* Old browsers */
  background: -moz-linear-gradient(top, #205578 0%, #063b5e 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #205578), color-stop(100%, #063b5e)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #205578 0%, #063b5e 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #205578 0%, #063b5e 100%); /* Opera11.10+ */
  background: -ms-linear-gradient(top, #205578 0%, #063b5e 100%); /* IE10+ */
  background: linear-gradient(top, #205578 0%, #063b5e 100%); /* W3C */
  -pie-background: linear-gradient(top, #205578 0%, #063b5e 100%); /* W3C */
}

.s5_top_row1_wrap a {
  font-size: 16px;
  color: #7eb3d6;
}

.button:hover {
  background: #205578;
}

#s5_nav li a {
  color: #000000;
  text-decoration: none;
}
#s5_nav li {
  border-right: 1px solid #b6b5b5;
  display: block;
  float: left;
  height: 45px;
  list-style: none outside none;
  overflow: hidden;
  padding: 9px 20px 0 17px;
  position: relative;
}
#s5_nav li:hover,
#s5_nav li.mainMenuParentBtnFocused {
  background: none repeat scroll 0 0 #ffffff;
}
#s5_nav li a {
  color: #000000;
  font-size: 1.15em;
}
/* k2 stuff */
div.itemHeader h2.itemTitle,
div.catItemHeader h3.catItemTitle,
h3.userItemTitle a,
#comments-form p,
#comments-report-form p,
#comments-form span,
#comments-form .counter,
#comments .comment-author,
#comments .author-homepage,
#comments-form p,
#comments-form #comments-form-buttons,
#comments-form #comments-form-error,
#comments-form #comments-form-captcha-holder {
  font-family: "Arial", Helvetica, Arial, Sans-Serif;
}

.s5_wrap {
  width: 950px;
}
/* BUTTONS
----------------------------------------------------------- */

.button,
a.readon,
div.catItemReadMore,
.userItemReadMore,
div.catItemCommentsLink,
.userItemCommentsLink,
a.readmore-link,
a.comments-link,
div.itemCommentsForm form input#submitCommentButton {
  padding: 5px;
  margin-top: 14px;
  margin-bottom: 0px;
  border: none;
  color: #ffffff;
  text-decoration: none;
  font-size: 0.9em;
}

.button {
  margin: 0px;
  margin-top: 0px;
  display: inline;
  margin-right: 8px;
  color: #ffffff;
}

#submitCommentButton {
  margin-top: 14px;
}

a.readon,
div.catItemReadMore,
.userItemReadMore,
div.catItemCommentsLink,
.userItemCommentsLink,
a.readmore-link,
a.comments-link {
  padding-left: 10px;
  padding-right: 10px;
}

#header_2bg {
  background-image: url(../images/header_2.png);
  height: 97px;
  background-repeat: repeat-x;
}

#s5_header_area2 {
  background: url(../images/s5_header_2.jpg) repeat-x bottom left;
}
.width_fix {
  width: 950px;
  margin: 0 auto;
}
.fltlft {
  float: left;
  margin: 0px;
  padding: 0px;
}
.fltrgt {
  float: right;
  margin: 0px;
  padding: 0px;
}
.clr {
  clear: both;
  margin: 0;
}
.main_content {
  width: 997px;
  margin: 0 auto;
  background-image: url(../images/content_bg.png);
  background-repeat: repeat-y;
  background-color: #1d5275;
}
.inner_content {
  width: 918px;
  margin: 0 auto;
}
<!--Menu Css Start-- > s5_menu_login_wrap,
#s5_footer_area1 {
  height: 54px;
  border-top: solid 1px #b3b2b2;
  behavior: url(css/PIE.htc);
  background: #fcfcfc; /* Old browsers */
  background: -moz-linear-gradient(top, #fcfcfc 0%, #e0e0e0 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcfcfc), color-stop(100%, #e0e0e0)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fcfcfc 0%, #e0e0e0 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fcfcfc 0%, #e0e0e0 100%); /* Opera11.10+ */
  background: -ms-linear-gradient(top, #fcfcfc 0%, #e0e0e0 100%); /* IE10+ */
  background: linear-gradient(top, #fcfcfc 0%, #e0e0e0 100%); /* W3C */
  -pie-background: linear-gradient(top, #fcfcfc 0%, #e0e0e0 100%); /* IE */
}
#s5_menu_wrap {
  float: left;
  height: 54px;
}
p {
  padding: 5px 0;
}
ul {
  list-style: none outside none;
}
.contentpaneopen ul {
  list-style: disc outside none;
  margin-left: 10px;
  margin-right: 10px;
}

ol {
  margin-bottom: 5px;
  margin-top: 5px;
}
ol li {
  margin-left: 15px;
  margin-right: 15px;
  padding: 2px;
}
#s5_top_row1_wrap .module_round_box ul.menu a,
#s5_bottom_row3_wrap .module_round_box ul.menu a {
  padding: 0px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 3px;
  border: none;
  background: none;
}
/* BOTTOM MENU
----------------------------------------------------------- */

#s5_bottom_menu_wrap ul.menu a:hover {
  text-decoration: underline;
}

#s5_bottom_menu_wrap ul.menu li {
  padding-right: 7px;
  padding-left: 7px;
  font-size: 1.1em;
  font-weight: bold;
  display: inline;
}

#s5_bottom_menu_wrap {
  padding-top: 10px;
}

/* COLUMN MENU
----------------------------------------------------------- */

.module_round_box ul.menu a {
  padding: 24px;
  padding-bottom: 6px;
  padding-top: 6px;
  display: block;
  background: url(../images/arrow.png) no-repeat left center;
  color: #191919;
  border-bottom: 1px dotted #d3d3d3;
}

.module_round_box ul.menu a:hover {
  text-decoration: underline;
}

.module_round_box ul.menu ul a:hover {
  text-decoration: underline;
}

.module_round_box ul.menu ul a {
  background: none;
  padding: 6px;
  padding-left: 10px;
  border-bottom: none;
  display: block;
}

.module_round_box ul.menu ul ul a {
  font-size: 8pt;
  padding: 3px;
  padding-left: 20px;
  border-bottom: none;
  display: block;
  font-weight: normal;
}

.module_round_box ul.menu #current ul span {
  font-weight: normal;
}

.module_round_box ul.menu li {
  padding: 0px;
}

.module_round_box ul.menu li ul li {
  margin-left: 24px;
}

/* ACCORDION MENU
----------------------------------------------------------- */

#s5_accordion_menu span {
  font-weight: bold;
}

#s5_accordion_menu ul li span {
  font-weight: normal;
}

#s5_accordion_menu h3.s5_am_toggler a.mainlevel {
  color: #3f3f3f;
}

div.s5_accordion_menu_element li li {
  padding-left: 4px;
}

div.s5_accordion_menu_element li li li {
  padding-left: 12px;
}

div.s5_accordion_menu_element li a {
  background: url(../images/arrow.png) no-repeat left center;
  padding-left: 20px;
  padding-top: 6px;
  padding-bottom: 6px;
  display: block;
  border-bottom: none;
  font-size: 0.9em;
  border-bottom: 1px dotted #d3d3d3;
  color: #3f3f3f;
}

div.s5_accordion_menu_element li li a {
  background: none;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 0.9em;
  color: #3f3f3f;
  border: none;
  padding-top: 5px;
  padding-bottom: 5px;
}

span.s5_accordion_menu_left {
  padding: 0px;
  padding-left: 17px;
  padding-right: 17px;
  padding-top: 7px;
  display: block;
  padding-bottom: 6px;
}

.s5_am_inner_li span.s5_accordion_menu_left {
  padding: 0px;
}

.s5_am_innermenu span.s5_accordion_menu_left {
  background: none;
}

#s5_accordion_menu ul li {
  padding-bottom: 0px;
  padding-top: 0px;
}

#s5_accordion_menu {
  margin: 0px;
}

#s5_accordion_menu div {
  width: 100%;
  display: block;
}

#s5_accordion_menu h3 {
  behavior: url(templates/paradigm_shift/css/PIE.htc);
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #f2f0f0 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f2f0f0)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #f2f0f0 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #f2f0f0 100%); /* Opera11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #f2f0f0 100%); /* IE10+ */
  background: linear-gradient(top, #ffffff 0%, #f2f0f0 100%); /* W3C */
  -pie-background: linear-gradient(top, #ffffff 0%, #f2f0f0 100%); /* IE */
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  border: solid 1px #cfcece;
  margin: 0px;
  position: relative;
  width: 100%;
  display: block;
  font-size: 0.9em;
  margin-bottom: 6px;
}

#s5_accordion_menu h3:hover {
  background: #f2f0f0;
}

#s5_accordion_menu h3.s5_am_parent span.s5_accordion_menu_left {
  cursor: pointer;
  background: url(../images/s5_acc_r_parent.png) no-repeat top right;
  padding-right: 24px;
  position: relative;
}

#s5_accordion_menu h3.s5_am_open span.s5_accordion_menu_left {
  background: url(../images/s5_acc_r_parent.png) no-repeat bottom right;
}

#s5_accordion_menu h3.s5_am_not_parent span.s5_accordion_menu_left {
  background: none;
}

#s5_accordion_menu h3.s5_am_not_parent {
  cursor: pointer;
}

#s5_accordion_menu h3.s5_am_toggler div {
  margin: 0px;
  padding: 0px;
}

#s5_accordion_menu h3.s5_am_toggler a.mainlevel {
  width: auto;
  border: none;
  padding: 0px;
  margin: 0px;
}

div.s5_accordion_menu_element li {
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
}

div.s5_accordion_menu_element {
  width: auto;
}

#s5_accordion_menu #s5_am_parent_div_current,
#s5_accordion_menu .s5_accordion_menu_element {
  background: none;
}

ul.s5_am_innermenu {
  padding-top: 0px;
  padding-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px;
  margin-left: 0px;
  margin-top: 0px;
}

ul.s5_am_innermenu a:hover {
  text-decoration: underline;
}

#s5_accordion_menu h3.s5_am_parent {
  padding-right: 0px;
}

#s5_accordion_menu h3 span.s5_accordion_menu_left {
  height: 18px;
}

.mainParentBtn a {
  background: url("../images/s5_menu_arrow.png") no-repeat scroll right center transparent;
  padding-right: 24px;
}
#s5_nav li.active a,
#s5_nav li.active .S5_parent_subtext {
  color: #ffffff;
}
.s5_highlight_line,
.button,
#s5_nav li.active {
  background-color: #063b5e;
}
.s5_highlight_line {
  height: 5px;
}
.module_round_box {
  padding: 16px;
  color: #ffffff;
  behavior: url(../css/PIE.htc);
  background: url(../images/s5_opacity.png);
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  float: left;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2) inset;
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2) inset;
  margin-bottom: 16px;
}
.title_bold {
  font-size: 18px;
  color: #fff;
  margin-bottom: 8px;
  text-shadow: 1px 1px #333333;
}
.footer_box-plain {
  background: none repeat scroll 0 0 #ffffff;
  border: 1px solid #b2b1b1;
  border-radius: 8px 8px 8px 8px;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.15);
  padding: 12px;
  float: left;
}
.error {
  color: red;
  font-size: 10px;
  font-weight: bold;
}
.success {
  color: green;
  font-size: 10px;
  font-weight: bold;
}
#info_message {
  display: none;
  width: 100%;
  height: 51px;
  position: absolute;
  top: 0;
  position: fixed;
  z-index: 50000;
  margin: 0;
  padding: 0;
}
.center_auto {
  margin: 0 auto;
  width: 950px;
  padding: 15px 25px;
}
#info_message .message_area {
  float: left;
  width: 98%;
}
#info_message .message_area span.link_ribbon {
  color: #999999;
  text-decoration: underline;
  cursor: pointer;
}
#info_message .button_area {
  float: left;
  width: 11px;
  height: 10px;
  margin-top: 3px;
}
.error_bg {
  background: url("../images/error_bg.png") 0 0 repeat-x;
}
.error_bg .message_area {
  font: bold 14px arial;
  color: #a20510;
  text-shadow: 0 1px 0 #fff;
}
.error_bg .button_area {
  background: url("../images/error_close.png") 0 0 no-repeat;
  cursor: pointer;
}
.error_bg .info_more_descrption {
  -moz-box-shadow: 0 0 5px #b2495b;
  -webkit-box-shadow: 0 0 5px #b2495b;
  box-shadow: 0 0 5px #b2495b;
}
.succ_bg {
  background: url("../images/succ_bg.png") 0 0 repeat-x;
}
.succ_bg .message_area {
  font: bold 14px arial;
  color: #2f7c00;
  text-shadow: 0 1px 0 #fff;
}
.succ_bg .button_area {
  background: url("../images/succ_close.png") 0 0 no-repeat;
  cursor: pointer;
}
.info_bg {
  background: url("../images/info_bg.png") 0 0 repeat-x;
}
.info_bg .message_area {
  font: bold 14px arial;
  color: #0d9a95;
  text-shadow: 0 1px 0 #fff;
}
.info_bg .button_area {
  background: url("../images/info_close.png") 0 0 no-repeat;
  cursor: pointer;
}
.warn_bg {
  background: url("../images/warn_bg.png") 0 0 repeat-x;
}
.warn_bg .message_area {
  font: bold 14px arial;
  color: #a39709;
  text-shadow: 0 1px 0 #fff;
}
.warn_bg .button_area {
  background: url("../images/warn_close.png") 0 0 no-repeat;
  cursor: pointer;
}
.clearboth {
  clear: both;
}
.info_more_descrption {
  display: none;
  width: 950px;
  height: 300px;
  background: #fff;
  margin: 0 auto;
  padding: 10px;
  background: #fbfbfb;
  overflow: auto;
}
.succ_bg .info_more_descrption {
  -moz-box-shadow: 0 0 5px #56a25e;
  -webkit-box-shadow: 0 0 5px #56a25e;
  box-shadow: 0 0 5px #56a25e;
}
h2.pgtitle {
  color: #fff;
  font-size: 22px;
}
.imgblk {
  border: 2px solid #fff;
  float: left;
}
.desiblk {
  float: left;
  padding: 2px;
}
.desiblk a {
  color: #fff;
  font-weight: bold;
}
.desiblk span {
  color: #ffffff;
  font-style: italic;
}
.chkblk {
  float: left;
  padding: 2px;
}
a#sendmeballot,
.viewresult_link {
  color: #7eb3d6;
  text-decoration: underline;
  font-style: italic;
}
a#sendmeballot:hover,
.viewresult_link:hover {
  color: #fff;
  text-decoration: none;
}
.borderTable {
  width: 100%;
}
.borderTable th {
  padding: 4px 5px;
  background: #072f36;
}
.borderTable td {
  padding: 4px 10px;
  background: #bee1f8;
  color: #333;
}

/* CSS Fixes - Aug 2025 */

#header_2bg {
  background: none !important;
}

header#testHeader2 {
  background: #e0e0e0;
  background: linear-gradient(180deg, rgba(224, 224, 224, 1) 0%, rgba(255, 255, 255, 1) 30%, rgba(255, 255, 255, 1) 70%, rgba(224, 224, 224, 1) 100%);
}
