a {
  cursor: pointer;
}
a:focus {
  outline: 0;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}
em {
  font-style: italic;
}
li {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
q:before,
q:after {
  content: '';
}
abbr,
acronym {
  border: 0;
  font-variant: normal;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  outline-style: none;
  outline-width: 0pt;
}
legend {
  color: #000;
}
a:focus {
  -moz-outline-style: none;
  border: 0px;
}
strong {
  font-weight: bold;
}
/* Vars */
/*12px*/
/*13px*/
/*14px*/
/*15px*/
/*16px*/
/*18px*/
/*20px*/
/*set*/
/* Headings */
/* Body copy */
/*background-color: #;*/
/*input background color*/
/* Main theme colour colour */
/*dark color */
/*light color, when on dark background */
/*links color*/
/* hover color */
/**/
/*headings color*/
/*headings color*/
/* required color */
/* lighter required color */
/* bar color */
/*alternate row background color */
/*lighter */
/*border color*/
/*border darker color*/
/*border*/
/*border lighter color*/
/*thumbnails color*/
/*thumbnails inner color*/
* {
  font-family: Tahoma, Geneva, sans-serif;
}
html,
body {
  color: #747679;
}
a {
  color: #004178;
  text-decoration: none;
}
a:hover {
  color: #0079e0;
  text-decoration: underline;
}
a img {
  border: 0px;
}
p {
  display: block;
  padding-bottom: 10px;
}
div,
td,
th,
span,
input[type="text"],
input[type="password"],
textarea,
select {
  font-size: 12px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Tahoma, Geneva, sans-serif;
}
h1 {
  font-size: 19px;
}
h2 {
  font-size: 16px;
}
h3 {
  font-size: 15px;
}
h4 {
  font-size: 14px;
}
h5 {
  font-size: 13px;
}
h6 {
  font-size: 12px;
}
body {
  background-color: #ffffff;
}
#main_cont {
  width: 980px;
  margin: auto;
  position: relative;
}
#top {
  height: 150px;
  margin: auto;
  position: relative;
  z-index: 100;
}
#nav_cont {
  clear: both;
  list-style: none;
}
#nav_cont .nav {
  position: relative;
  /*z-index: 500;*/
  clear: both;
  height: 35px;
  list-style: none;
}
#nav_cont .nav li.top_li,
#nav_cont .nav li.top_li.sfHover {
  display: inline-block;
  float: left;
  background: none;
}
#nav_cont .nav li.top_li a.top_link,
#nav_cont .nav li.top_li.sfHover a.top_link {
  background: none;
  font-size: 15px;
  text-decoration: none;
  margin-right: 20px;
  color: #004178;
  font-weight: bold;
  padding-bottom: 5px;
}
#nav_cont .nav li.top_li a.top_link span,
#nav_cont .nav li.top_li.sfHover a.top_link span {
  display: none;
}
#header {
  position: relative;
}
#columns_cont {
  width: 100%;
}
#columns_cont #column_1,
#columns_cont #column_content {
  float: left;
}
#columns_cont #column_content {
  width: 72%;
  padding-right: 2%;
}
#columns_cont #column_1 {
  width: 26%;
}
#footer {
  clear: both;
  padding-bottom: 40px;
  padding-top: 20px;
  border-top: 1px solid #e7e7e4;
  margin: auto;
  margin-top: 20px;
  color: #cecfd2;
}
#footer #footer_nav_cont #footer_nav {
  overflow: hidden !important;
  height: auto !important;
  overflow: auto;
  height: 100%;
  display: block;
  clear: both;
  width: 100%;
  margin-bottom: 10px;
}
#footer #footer_nav_cont #footer_nav li {
  float: left;
  padding-right: 10px;
  padding-left: 10px;
  border-left: 1px solid #cecfd2;
}
#footer #footer_nav_cont #footer_nav li.first {
  padding-left: 0px;
  border: 0px;
}
#footer #footer_nav_cont #footer_nav li a {
  color: #cecfd2;
}
#footer #footer_nav_cont #footer_nav li a:hover {
  color: #004178;
}
#footer #footer_text_cont #footer_text {
  color: #cecfd2;
}
.sortHelper {
  border: 1px dashed #F6C359;
  background-color: #ffffff;
  width: 100%;
  margin-bottom: 20px;
}
.inlineWrapper .sortHelper {
  float: left;
  /*margin-right: 10px !important;*/
  margin-bottom: 20px !important;
}
#error_message {
  background-color: #ffffff;
  color: #333333;
  padding: 25px;
  border: 1px solid #e666c4;
  background-image: url(http://localhost/express-exintra/templates/frontend/images/warn.jpg);
  background-repeat: no-repeat;
  background-position: 20px 20px;
  min-height: 80px !important;
  height: auto !important;
  height: 80px;
  padding-left: 145px;
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 13px !important;
}
#error_message li {
  margin-bottom: 5px;
  background: none;
  list-style: disc;
}
#error_message.error_valid {
  border: 1px solid #e666c4;
  background-image: url(http://localhost/express-exintra/templates/frontend/images/succ.jpg);
}
#error_message #error_cont_button {
  margin-top: 20px;
}
#error_message #error_cont_button a {
  margin-right: 20px;
}
.form-container {
  width: 100%;
}
.form-container table {
  width: 100%;
}
.form-container th,
.form-container td,
.form-container.grid th,
.form-container.grid td {
  padding-top: 3px;
  padding-bottom: 3px;
  text-align: left;
  vertical-align: top;
  background: none;
  border: 0px;
}
.form-container th h4,
.form-container td h4,
.form-container.grid th h4,
.form-container.grid td h4 {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 10px;
}
.form-container th {
  padding-top: 10px;
  padding-bottom: 0px;
}
.form-container td {
  width: auto !important;
}
.form-container td .heading {
  display: block;
  padding-top: 20px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #e666c4;
  font-weight: bold;
  font-size: 15px !important;
}
.form-container td label {
  display: block;
  padding-right: 10px;
}
.form-container td input[type="text"],
.form-container td input[type="password"],
.form-container td textarea,
.form-container td select {
  margin-top: 0px !important;
  border: 1px solid #e7e7e4;
  background-color: #fafafa;
  padding: 4px;
  margin-right: 3px;
  font-weight: normal;
  width: 350px;
  margin-right: 5px;
  vertical-align: middle;
}
.form-container td input[type="text"].req,
.form-container td input[type="password"].req,
.form-container td textarea.req,
.form-container td select.req {
  border: 1px solid #e666c4;
  background-color: #fdf3ca;
}
.form-container td textarea {
  height: 60px;
}
.form-container td select {
  width: auto;
}
.form-container td input[type="text"].req,
.form-container td input[type="password"].req,
.form-container td select.req,
.form-container td textarea.req {
  border: 1px solid #e666c4;
  background-color: #fdf3ca;
}
.form-container td input[type="checkbox"],
.form-container td input[type="radio"] {
  /*.reset();*/
  vertical-align: middle;
  margin-right: 5px !important;
}
.form-container td input.submit,
.form-container td a.submit {
  border: 0px;
  background: none;
  display: inline-block;
  cursor: pointer;
  font-weight: normal;
  color: #000;
  font-size: 11px;
  border: 1px solid #ccc;
  background-color: #eaeaea;
  background-image: -ms-linear-gradient(top, #fefefe, #cbcbcb);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fefefe), to(#cbcbcb));
  background-image: -webkit-linear-gradient(top, #fefefe, #cbcbcb);
  background-image: -o-linear-gradient(top, #fefefe, #cbcbcb);
  background-image: linear-gradient(top, #fefefe, #cbcbcb);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#cbcbcb', GradientType=0);
  text-decoration: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: auto;
  padding: 6px;
  padding-bottom: 5px;
  padding-left: 15px;
  padding-right: 15px;
  white-space: nowrap;
  text-shadow: 1px 1px 1px #ffffff;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.form-container td input.submit *,
.form-container td a.submit * {
  font-size: inherit;
}
.form-container td input.submit:hover,
.form-container td a.submit:hover {
  text-shadow: 1px 1px 1px #000000;
  border: 1px solid #000;
  background-color: #202020;
  background-image: -ms-linear-gradient(top, #353535, #000000);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#353535), to(#000000));
  background-image: -webkit-linear-gradient(top, #353535, #000000);
  background-image: -o-linear-gradient(top, #353535, #000000);
  background-image: linear-gradient(top, #353535, #000000);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#353535', endColorstr='#000000', GradientType=0);
  color: #fff;
  text-decoration: none;
}
.form-container td input.submit {
  margin-bottom: 10px;
}
.form-container td input.small {
  font-size: 12px;
  margin: auto !important;
  width: 87.5px;
  margin-bottom: 3px;
}
.form-container td a:hover {
  text-decoration: underline;
}
.form-container td .tooltip {
  display: block;
  margin-top: 3px;
  font-size: 11px;
  color: #666;
}
.form-container a.thumb,
.form-container img.thumb {
  display: block;
  margin-right: 10px;
  border: 3px solid #cccccc;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 5px;
}
.form-container a.thumb img,
.form-container img.thumb img {
  display: block;
  border: 1px solid #ffffff;
}
.form-container th {
  width: 173px;
  font-weight: normal;
}
.form-container th.heading {
  font-size: 15px;
}
.form-container .required,
.required {
  color: #e666c4;
  display: inline;
}
/*splited by pages**********/
.paginator_cont {
  overflow: hidden !important;
  height: auto !important;
  overflow: auto;
  height: 100%;
  margin-top: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-top: 1px solid #e7e7e4;
  border-bottom: 1px solid #e7e7e4;
  clear: both;
  font-size: 13px;
}
.paginator_cont .paginator {
  text-align: right;
  float: right;
  width: 45%;
}
.paginator_cont .paginator a {
  padding-left: 5px;
  display: inline;
  font-size: 13px;
}
.paginator_cont .paginator a.selected {
  font-weight: bold;
  cursor: text;
  color: #0079e0;
}
.paginator_cont .paginator_status {
  width: 45%;
  float: left;
}
/*********path************************/
.path {
  list-style: inline;
  margin-bottom: 5px;
  overflow: hidden !important;
  height: auto !important;
  overflow: auto;
  height: 100%;
  clear: both;
  display: none;
}
.path li {
  display: -moz-inline-box;
  display: inline-block;
  margin-right: 5px;
  padding-right: 10px;
  background-image: url(http://localhost/express-exintra/templates/frontend/images/arr.gif);
  background-position: right 4px;
  background-repeat: no-repeat;
  float: left;
}
.path li.last {
  background: none;
}
#mylightbox_preloader,
#validator_preloader {
  /*.dialog();*/
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 0px;
  background-color: #ffffff;
  border: 4px solid #004178;
  display: block;
  width: 45px;
  height: 45px;
  margin-left: -22px;
  margin-top: -22px;
  position: fixed;
  top: 50%;
  left: 50%;
  display: none;
  text-align: center;
  z-index: 100000;
  text-indent: -9999px;
  overflow: hidden;
  background-image: url(images/ajax-preloader.gif);
  background-position: center center;
  background-repeat: no-repeat;
}
#mylightbox_preloader img,
#validator_preloader img {
  display: none;
}
.table_skinned {
  width: 100%;
  margin-bottom: 20px;
  /*
	&.blue th{
		background-color: @barc1;
		color: @lc;
	}*/
}
.table_skinned th,
.table_skinned td {
  padding: 4px;
  vertical-align: middle;
  text-align: left;
  /*font-size: 12px;
			
			&.first{
				.border_radius_left(5px);
			}
			&.last{
				.border_radius_right(5px);
			}*/
}
.table_skinned th {
  background-color: #6c7ea0;
  color: #ffffff;
  font-weight: bold;
  vertical-align: middle;
}
.table_skinned td {
  border-bottom: 1px solid #e7e7e4;
  background-color: #e7ebe7;
}
.table_skinned tr.rw td {
  background-color: #ffffff;
}
.table_skinned.inline th,
.table_skinned.inline td {
  font-size: 12px;
  width: 25%;
}
.table_skinned.inline th {
  font-weight: bold;
  /*background-color: @barc3;*/
  color: #747679;
  border-right: 0px;
  background-color: #e7ebe7;
}
.table_skinned.inline td {
  /*text-align: right;*/
  color: #4a4a50;
  /*background-color: @barc3;*/
  border: 0px;
}
.table_skinned.inline .rw th {
  /*background-color: @barc3;*/
  background-color: #ffffff;
}
.page_tabs {
  overflow: hidden !important;
  height: auto !important;
  overflow: auto;
  height: 100%;
  clear: both;
  margin-bottom: 20px;
  border-bottom: 1px solid #e7ebe7;
  /*padding-left: @d3;*/
}
.page_tabs li {
  display: inline-block;
  float: left;
}
.page_tabs li a {
  display: inline-block;
  padding: 10px;
  text-align: center;
  border: 1px solid #e7ebe7;
  font-weight: bold;
  color: #333333;
  background-color: #e7ebe7;
  cursor: pointer;
  float: left;
  margin-right: 1px;
  text-decoration: none;
}
.page_tabs li.selected a,
.page_tabs li a:hover {
  background-color: #6c7ea0;
  border: 1px solid #6c7ea0;
  color: #ffffff;
}
.page_tab,
.tab {
  display: none;
}
.page_tab.selected,
.tab.selected {
  display: block;
}
fieldset {
  border: 1px solid #e7e7e4;
  padding: 20px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
fieldset legend {
  font-weight: bold;
  padding-left: 10px;
  padding-right: 10px;
}
.comments h3 {
  display: block;
  font-weight: bold;
  margin-bottom: 20px;
}
.comments .comments_results {
  margin-bottom: 20px;
}
.comments .comments_results .item {
  font-size: 11px;
  border-top: 1px solid #e7e7e4;
  padding-top: 15px;
  padding-bottom: 15px;
}
.comments .comments_results .item.first {
  border: 0px;
  padding-top: 0px;
}
.comments .comments_results .item p.comments_header {
  display: block;
  margin: 0px;
  padding: 0px;
  margin-bottom: 5px;
}
.comments .comments_results .item p.comments_header .from {
  margin-right: 10px;
  font-weight: bold;
  margin-bottom: 3px;
  color: #004178;
}
.comments .comments_results .item p.description {
  display: block;
  margin: 0px;
  padding: 0px;
  font-size: 12px;
}
.comments .comments_edit {
  padding: 20px;
  background-color: #f2f2f2;
}
.comments .comments_edit input[type="text"],
.comments .comments_edit input[type="password"],
.comments .comments_edit textarea {
  border: 1px solid #e7e7e4;
  background-color: #fafafa;
  padding: 4px;
  vertical-align: middle;
  margin-right: 3px;
  font-weight: normal;
  display: block;
  width: 100%;
  margin: 0px;
  margin-bottom: 5px;
  margin-top: 3px;
  font-size: 11px;
  width: 98%;
  background-color: #fff;
}
.comments .comments_edit input[type="text"].req,
.comments .comments_edit input[type="password"].req,
.comments .comments_edit textarea.req {
  border: 1px solid #e666c4;
  background-color: #fdf3ca;
}
.comments .comments_edit .captcha {
  overflow: hidden !important;
  height: auto !important;
  overflow: auto;
  height: 100%;
  clear: both;
  margin-bottom: 5px;
}
.comments .comments_edit .captcha input[type="text"],
.comments .comments_edit .captcha input[type="password"] {
  width: 50%;
  float: left;
  vertical-align: middle;
  margin-right: 5px;
}
.comments .comments_edit .captcha img {
  float: left;
  vertical-align: middle;
}
.comments .comments_edit textarea {
  height: 150px;
  margin-bottom: 10px;
  background-color: #fff;
}
.comments .comments_edit input.submit {
  border: 0px;
  background: none;
  display: inline-block;
  cursor: pointer;
  font-weight: normal;
  color: #000;
  font-size: 11px;
  border: 1px solid #ccc;
  background-color: #eaeaea;
  background-image: -ms-linear-gradient(top, #fefefe, #cbcbcb);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fefefe), to(#cbcbcb));
  background-image: -webkit-linear-gradient(top, #fefefe, #cbcbcb);
  background-image: -o-linear-gradient(top, #fefefe, #cbcbcb);
  background-image: linear-gradient(top, #fefefe, #cbcbcb);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#cbcbcb', GradientType=0);
  text-decoration: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: auto;
  padding: 6px;
  padding-bottom: 5px;
  padding-left: 15px;
  padding-right: 15px;
  white-space: nowrap;
  text-shadow: 1px 1px 1px #ffffff;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  margin-bottom: 0px;
}
.comments .comments_edit input.submit * {
  font-size: inherit;
}
.comments .comments_edit input.submit:hover {
  text-shadow: 1px 1px 1px #000000;
  border: 1px solid #000;
  background-color: #202020;
  background-image: -ms-linear-gradient(top, #353535, #000000);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#353535), to(#000000));
  background-image: -webkit-linear-gradient(top, #353535, #000000);
  background-image: -o-linear-gradient(top, #353535, #000000);
  background-image: linear-gradient(top, #353535, #000000);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#353535', endColorstr='#000000', GradientType=0);
  color: #fff;
  text-decoration: none;
}
.page {
  /*	background-color: @bkc;*/
  border: 1px solid #e7e7e4;
  margin-bottom: 20px;
  width: 100%;
}
.page .page_titlebar {
  padding-top: 20px;
  padding-left: 20px;
}
.page .page_titlebar .page_title {
  font-weight: bold;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
}
.page .page_titlebar a {
  float: right;
  margin-right: 10px;
}
.page .page_titlebar a.pages_listing_rss_icon {
  width: 16px !important;
  height: 16px !important;
  background-image: url(http://localhost/express-exintra/templates/frontend/images/rss_icons.gif);
  background-position: left top;
  background-repeat: no-repeat;
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  text-align: left;
}
.page .page_content {
  padding: 20px;
  overflow: hidden !important;
  height: auto !important;
  overflow: auto;
  height: 100%;
  clear: both;
}
.page .page_content .page_column {
  float: left;
}
.page .page_content .page_column.border {
  padding-top: 18px;
  border: 1px solid #e7ebe7;
  margin-bottom: 15px;
}
.page .page_content:after {
  clear: both;
  content: " ";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.page_inner {
  padding: 15px;
}
.page_inner.center {
  text-align: center;
  padding-top: 0px;
}
.page_inner.border {
  padding-top: 18px;
  border: 1px solid #e7ebe7;
  margin-bottom: 15px;
}
/*************center section****************/
.pages_content {
  overflow: hidden !important;
  height: auto !important;
  overflow: auto;
  height: 100%;
  clear: both;
  font-size: 12px;
  font-family: Tahoma, Geneva, sans-serif;
  /*margin-bottom: @d;	*/
  /*	
	*{
		font-size: 12px;
		font-family: @font2;
	}
	*/
}
.pages_content * {
  font-size: inherit;
  font-family: inherit;
}
.pages_content ul,
.pages_content ol {
  margin-bottom: 20px;
  margin-top: 20px;
  padding-left: 20px;
}
.pages_content ul,
.pages_content ul li {
  list-style: disc;
}
.pages_content ol,
.pages_content ol li {
  list-style: decimal;
}
.pages_content h1,
.pages_content h2,
.pages_content h3,
.pages_content h4,
.pages_content h5,
.pages_content h6 {
  display: block;
  margin: 0px;
  padding: 0px;
  width: auto;
  height: auto;
  font-weight: bold;
  text-transform: none;
  color: #e666c4;
}
.pages_content h1 {
  color: #4a4a50;
}
.pages_content h2 {
  color: #e666c4;
}
.pages_content h3 {
  color: #e666c4;
  /*font-style: italic;
*/
}
.pages_content h4 {
  color: #4a4a50;
  /*	font-style: italic;
*/
}
.pages_content h5 {
  color: #4a4a50;
}
.pages_content h6 {
  color: #e666c4;
  /*	font-style: italic;
*/
}
/************inner page thumbnail********************/
.pages_thumb {
  display: block;
  margin-right: 10px;
  border: 3px solid #cccccc;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin: 0px;
  margin-bottom: 20px;
  margin-right: 20px;
  margin-top: 3px;
  float: left;
}
.pages_thumb img {
  display: block;
  border: 1px solid #ffffff;
}
.pages_thumb img {
  /*width: 654px;*/
  display: block;
  /*height: 280px;        */
}
/***********print & top icons******************/
.pages_icons {
  overflow: hidden !important;
  height: auto !important;
  overflow: auto;
  height: 100%;
  clear: both;
  display: block;
  margin-top: 20px;
  padding-top: 10px;
  border-top: 1px solid #e7e7e4;
}
.pages_icons li {
  float: left;
  display: inline;
  margin-right: 15px;
}
.pages_icons li a {
  text-decoration: none;
}
.pages_icons li a:hover {
  text-decoration: underline;
}
.pages_icons li.print a {
  display: -moz-inline-box;
  display: inline-block;
  padding-left: 20px;
  background-image: url(http://localhost/express-exintra/templates/frontend/images/icon_printer.gif);
  background-position: left top;
  background-repeat: no-repeat;
}
.pages_icons li.totop a {
  background-image: url(http://localhost/express-exintra/templates/frontend/images/arrow_fat_up.gif);
  background-position: left 3px;
  background-repeat: no-repeat;
  display: -moz-inline-box;
  display: inline-block;
  padding-left: 12px;
}
/*************sitemap**********************/
.sitemap,
#newsletter_archive {
  margin-left: 20px;
}
.sitemap li,
#newsletter_archive li {
  list-style: square;
}
.sitemap li ul,
#newsletter_archive li ul {
  margin-left: 20px;
}
.sitemap li a,
#newsletter_archive li a {
  margin-bottom: 5px;
  display: block;
}
.sitemap li.top_li a.top_link,
#newsletter_archive li.top_li a.top_link,
.sitemap li a,
#newsletter_archive li a {
  display: block;
}
.pages_search_results {
  margin-left: 20px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.pages_search_results li {
  list-style: decimal !important;
  margin-bottom: 10px;
}
.pages_search_results li .title {
  font-weight: bold;
  display: block;
}
.pages_search_results li p {
  padding: 0px;
  margin: 0px;
  display: block;
}
.pages_search_results li .url {
  color: #0079e0;
}
.pages_search_results li .url:hover {
  color: #004178;
}
/****************subpages here*******************/
.pages_subpages .item {
  clear: both;
  overflow: hidden;
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #e7e7e4;
  font-size: 13px;
}
.pages_subpages .item.first {
  padding-top: 0px;
  border: 0px;
}
.pages_subpages .item span.date {
  display: block;
  color: #cecfd2;
  margin-bottom: 3px;
}
.pages_subpages .item p.description {
  margin: 0px;
  padding: 0px;
  margin-bottom: 10px;
  font-size: 13px;
}
.pages_subpages .item a.thumb {
  /* display: block;*/
  float: left;
  display: block;
  margin-right: 10px;
  border: 3px solid #cccccc;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.pages_subpages .item a.thumb img {
  display: block;
  border: 1px solid #ffffff;
}
.pages_subpages .item a.thumb img {
  width: 197px;
  height: 120px;
}
.pages_subpages .item a.title {
  color: #0079e0;
  display: block;
  font-weight: bold;
  font-size: 13px;
  text-decoration: none;
  margin-bottom: 5px;
}
.pages_subpages .item a.title:hover {
  text-decoration: underline;
}
.pages_subpages .item a.readmore {
  display: inline-block;
  font-weight: bold;
  font-size: 12px;
  padding-right: 10px;
  background-image: url(http://localhost/express-exintra/templates/frontend/images/arr.gif);
  background-position: right 5px;
  background-repeat: no-repeat;
}
.pages_widget .item {
  margin-bottom: 10px;
}
.pages_widget .item .title {
  font-weight: bold;
  color: #333333;
  font-size: 11px;
  margin-bottom: 10px;
  display: block;
}
.pages_widget .item .date {
  display: block;
  font-size: 11px;
  color: #004178;
}
.pages_widget .item p {
  padding: 0px;
  margin: 0px;
  font-size: 11px;
}
.pages_widget .item .readmore {
  display: none;
}
.pages_widget .item a.thumb {
  display: block;
  border: 3px solid #cccccc;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
.pages_widget .item a.thumb img {
  display: block;
  border: 1px solid #ffffff;
}
.pages_widget .item a.thumb img {
  width: 100px;
}
.pages_widget .item.last {
  margin-bottom: 0px;
}
#login_facebook {
  width: 276px !important;
  height: 42px !important;
  background-image: url(http://localhost/express-exintra/templates/frontend/images/facebook.png);
  background-position: left top;
  background-repeat: no-repeat;
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  text-align: left;
  margin: auto;
}
#login_facebook.login {
  background-image: url(http://localhost/express-exintra/templates/frontend/images/facebook_login.png);
}
#login_mixed {
  overflow: hidden !important;
  height: auto !important;
  overflow: auto;
  height: 100%;
  clear: both;
  border: 0px;
}
#login_mixed .page_titlebar {
  display: none;
}
#login_mixed .page_content {
  padding: 0px;
}
#login_mixed .page_column {
  float: left;
  width: 49%;
}
#login_mixed .page_column.first {
  padding-right: 1%;
}
#login_mixed .page_column.last {
  padding-left: 1%;
}
#login_mixed .page_column .page {
  border: 0px;
}
#login_mixed .page_column .page .page_titlebar {
  background: none;
  height: auto;
  padding: 0px;
  display: block;
}
#login_mixed .page_column .page .page_titlebar h1 {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
}
#login_mixed .page_column .page .page_content {
  padding: 0px;
}
#login_mixed .page_column .page .page_content .form-container td input[type="text"],
#login_mixed .page_column .page .page_content .form-container td input[type="password"],
#login_mixed .page_column .page .page_content .form-container td textarea {
  width: 200px;
}
#login_mixed .page_column .page .page_content .form-container td input[type="checkbox"],
#login_mixed .page_column .page .page_content .form-container td input[type="radio"] {
  /*.reset();*/
  vertical-align: middle;
  margin-right: 5px !important;
}
.galleries {
  overflow: hidden !important;
  height: auto !important;
  overflow: auto;
  height: 100%;
  clear: both;
}
.galleries div.thumb {
  display: block;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  text-align: center;
}
.galleries div.thumb.last {
  margin-right: 0px;
}
.galleries div.thumb a {
  display: block;
  margin-right: 10px;
  border: 3px solid #cccccc;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin: 0px;
}
.galleries div.thumb a img {
  display: block;
  border: 1px solid #ffffff;
}
.galleries div.thumb .title {
  display: block;
  margin-top: 5px;
  text-align: center;
}
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: none;
  background-color: #ccc;
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.ui-front {
  z-index: 100;
}
.ui-dialog {
  padding: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0px 0px 5px 0px #cccccc;
  box-shadow: 0px 0px 5px 0px #cccccc;
  border: 10px solid #e7e7e4;
  background-color: #ffffff;
}
.ui-dialog .page,
.ui-dialog .module {
  background: none;
  border: 0px;
  margin: 0px;
}
.dialog-validator {
  position: absolute;
  border: 5px solid #e666c4;
}
.dialog-validator.dialog-valid {
  border: 5px solid #e666c4;
}
.dialog-validator .ui-dialog-title {
  display: none;
}
.dialog-validator .ui-dialog-titlebar-close {
  background: none;
  border: 0px;
  cursor: pointer;
  width: 12px !important;
  height: 12px !important;
  background-image: url(http://localhost/express-exintra/templates/frontend/images/icon_close.png);
  background-position: left top;
  background-repeat: no-repeat;
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  text-align: left;
  position: absolute;
  top: 10px;
  right: 10px;
}
.dialog-validator #error_message {
  margin-bottom: 0px;
  border: 0px;
}
.mylightbox_dialog .page {
  margin-bottom: 0px;
  width: auto;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.mylightbox_dialog .page .form-container td input.submit {
  margin-bottom: 0px;
}
.mylightbox_dialog .ui-dialog-title {
  display: none;
}
.mylightbox_dialog .ui-dialog-titlebar-close {
  background: none;
  border: 0px;
  cursor: pointer;
  width: 12px !important;
  height: 12px !important;
  background-image: url(http://localhost/express-exintra/templates/frontend/images/icon_close.png);
  background-position: left top;
  background-repeat: no-repeat;
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  text-align: left;
  position: absolute;
  top: 10px;
  right: 10px;
}
.pages_row {
  width: 100%;
}
.pages_row td.column {
  text-align: left;
  vertical-align: top;
  padding-right: 1%;
  padding-left: 1%;
}
.pages_row td.column.first {
  padding-left: 0%;
}
.pages_row td.column.last {
  padding-right: 0%;
}
.pages_row.columns_2 td.column {
  width: 49%;
}
.pages_row.columns_2.id_type_1 td.column.column1 {
  width: 71%;
}
.pages_row.columns_2.id_type_1 td.column.column2 {
  width: 27%;
}
.pages_row.columns_2.id_type_2 td.column.column1 {
  width: 27%;
}
.pages_row.columns_2.id_type_2 td.column.column2 {
  width: 71%;
}
.pages_row.columns_3 td.column {
  width: 32%;
}
.pages_row.columns_4 td.column {
  width: 23%;
}
.pages_row.columns_5 td.column {
  width: 18%;
}
.express_editable .pages_row td.column {
  border: 1px dotted #000;
  height: 100px;
}
.sort_helper {
  background-color: #efefef !important;
  border: 1px dotted #000 !important;
  margin-bottom: 20px;
}
/*modules*/
.module {
  /*background-color: @bkc;*/
  border: 1px solid #e7e7e4;
  margin-bottom: 20px;
  width: 100%;
}
.module .module_titlebar {
  padding-top: 20px;
  padding-left: 20px;
}
.module .module_titlebar .module_title {
  font-weight: bold;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
}
.module .module_content {
  padding: 20px;
  overflow: hidden !important;
  height: auto !important;
  overflow: auto;
  height: 100%;
  clear: both;
}
.modules_rss_feed {
  padding: 0px;
}
.modules_rss_feed a.title {
  font-weight: bold;
  display: block;
  margin-bottom: 3px;
}
.modules_rss_feed a.readmore {
  display: block;
  margin-top: 10px;
  font-size: 11px;
}
.modules_rss_feed p {
  padding: 0px;
  margin: 0px;
}
.modules_rss_feed div.item {
  display: block;
  overflow: hidden !important;
  height: auto !important;
  overflow: auto;
  height: 100%;
  clear: both;
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #e7e7e4;
}
.modules_rss_feed div.item.first {
  padding-top: 0px;
  border: 0px;
}
.modules_rss_feed div.item img {
  margin-right: 10px;
  margin-top: 3px;
  float: left;
  border: 3px solid #e7e7e4 !important;
  max-width: 120px;
  height: auto;
}
.modules_rss_feed div.item:hover {
  background-color: #ffffff;
}
.modules_rss_feed .date {
  display: block;
  margin-top: 10px;
  font-size: 11px;
}
.modules_google_maps {
  margin-top: 10px;
  padding-bottom: 10px;
  overflow: hidden !important;
  height: auto !important;
  overflow: auto;
  height: 100%;
  clear: both;
}
.modules_google_maps input[type="text"],
.modules_google_maps input[type="password"] {
  border: 1px solid #e7e7e4;
  background-color: #fafafa;
  padding: 4px;
  vertical-align: middle;
  margin-right: 3px;
  font-weight: normal;
  float: left;
  border-right: 0px;
  margin-right: 0px;
}
.modules_google_maps input[type="text"].req,
.modules_google_maps input[type="password"].req {
  border: 1px solid #e666c4;
  background-color: #fdf3ca;
}
.modules_slideshow {
  position: relative;
  overflow: hidden;
  width: 480px;
  height: 320px;
  /*default values*/
}
.modules_slideshow .item {
  position: absolute;
  left: 0px;
  top: 0px;
}
.modules_slideshow .item img {
  display: block;
}
.modules_weather {
  overflow: hidden !important;
  height: auto !important;
  overflow: auto;
  height: 100%;
  clear: both;
}
.modules_weather div {
  float: left;
  margin-right: 10px;
  width: 80px;
  background-color: #ffffff;
  margin-bottom: 10px;
}
.modules_weather div ul.weather_info {
  margin-left: 10px;
  width: 160px !important;
  float: left;
  clear: none;
}
.modules_weather div ul.weather_info li {
  float: none;
  width: 100%;
}
.modules_weather div span {
  background-color: #6c7ea0;
  display: block;
  padding: 5px;
  margin-bottom: 5px;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
}
.modules_weather div img {
  display: block;
  margin: auto;
}
.modules_weather div ul {
  margin: 0px;
  list-style: none;
  display: block;
  overflow: hidden !important;
  height: auto !important;
  overflow: auto;
  height: 100%;
  clear: both;
  padding: 0px;
}
.modules_weather div ul li {
  display: block;
  float: left;
  width: 40px;
}
.modules_weather div ul li.temp {
  text-align: right;
}
.modules_weather div.today {
  width: 260px;
}
.modules_weather div.today .today_cont {
  float: left;
  clear: none;
  margin: 0px;
}
.modules_poll strong {
  display: block;
  margin-bottom: 10px;
  font-size: 13px;
}
.modules_poll label {
  display: block;
  margin-bottom: 5px;
}
.modules_poll label input {
  vertical-align: middle;
  margin: 0px;
  padding: 0px;
  margin-right: 5px;
}
.modules_poll form input.submit {
  border: 0px;
  background: none;
  display: inline-block;
  cursor: pointer;
  font-weight: normal;
  color: #000;
  font-size: 11px;
  border: 1px solid #ccc;
  background-color: #eaeaea;
  background-image: -ms-linear-gradient(top, #fefefe, #cbcbcb);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fefefe), to(#cbcbcb));
  background-image: -webkit-linear-gradient(top, #fefefe, #cbcbcb);
  background-image: -o-linear-gradient(top, #fefefe, #cbcbcb);
  background-image: linear-gradient(top, #fefefe, #cbcbcb);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#cbcbcb', GradientType=0);
  text-decoration: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: auto;
  padding: 6px;
  padding-bottom: 5px;
  padding-left: 15px;
  padding-right: 15px;
  white-space: nowrap;
  text-shadow: 1px 1px 1px #ffffff;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  margin-top: 10px !important;
}
.modules_poll form input.submit * {
  font-size: inherit;
}
.modules_poll form input.submit:hover {
  text-shadow: 1px 1px 1px #000000;
  border: 1px solid #000;
  background-color: #202020;
  background-image: -ms-linear-gradient(top, #353535, #000000);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#353535), to(#000000));
  background-image: -webkit-linear-gradient(top, #353535, #000000);
  background-image: -o-linear-gradient(top, #353535, #000000);
  background-image: linear-gradient(top, #353535, #000000);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#353535', endColorstr='#000000', GradientType=0);
  color: #fff;
  text-decoration: none;
}
.modules_poll .modules_poll_email {
  margin-bottom: 5px;
  padding-top: 5px;
  /*
		input#email{
			.input();
		}*/
}
.modules_poll .modules_poll_results div {
  display: block;
  font-weight: bold;
  overflow: hidden !important;
  height: auto !important;
  overflow: auto;
  height: 100%;
  clear: both;
}
.modules_poll .modules_poll_results div span {
  display: block;
  float: left;
  margin-top: 5px;
  margin-bottom: 10px;
  font-weight: normal;
  color: #747679;
}
.modules_poll .modules_poll_results div span.bar {
  vertical-align: middle;
  height: 15px;
  background-color: #6c7ea0;
  margin-right: 5px;
}
.modules_login_newuser .page {
  margin: 0px;
  background: none;
  border: 0px;
}
.modules_login_newuser .page_titlebar {
  display: none;
}
.modules_login_newuser .page_content {
  padding: 0px;
}
.modules_login h3 {
  display: none;
}
.modules_login form {
  margin-bottom: 10px;
}
.modules_login form input#email,
.modules_login form input#pword {
  border: 1px solid #e7e7e4;
  background-color: #fafafa;
  padding: 4px;
  vertical-align: middle;
  margin-right: 3px;
  font-weight: normal;
}
.modules_login form input#email.req,
.modules_login form input#pword.req {
  border: 1px solid #e666c4;
  background-color: #fdf3ca;
}
.modules_login form input.submit {
  border: 0px;
  background: none;
  display: inline-block;
  cursor: pointer;
  font-weight: normal;
  color: #000;
  font-size: 11px;
  border: 1px solid #ccc;
  background-color: #eaeaea;
  background-image: -ms-linear-gradient(top, #fefefe, #cbcbcb);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fefefe), to(#cbcbcb));
  background-image: -webkit-linear-gradient(top, #fefefe, #cbcbcb);
  background-image: -o-linear-gradient(top, #fefefe, #cbcbcb);
  background-image: linear-gradient(top, #fefefe, #cbcbcb);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#cbcbcb', GradientType=0);
  text-decoration: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: auto;
  padding: 6px;
  padding-bottom: 5px;
  padding-left: 15px;
  padding-right: 15px;
  white-space: nowrap;
  text-shadow: 1px 1px 1px #ffffff;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.modules_login form input.submit * {
  font-size: inherit;
}
.modules_login form input.submit:hover {
  text-shadow: 1px 1px 1px #000000;
  border: 1px solid #000;
  background-color: #202020;
  background-image: -ms-linear-gradient(top, #353535, #000000);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#353535), to(#000000));
  background-image: -webkit-linear-gradient(top, #353535, #000000);
  background-image: -o-linear-gradient(top, #353535, #000000);
  background-image: linear-gradient(top, #353535, #000000);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#353535', endColorstr='#000000', GradientType=0);
  color: #fff;
  text-decoration: none;
}
.modules_login .logged strong {
  display: block;
  margin-bottom: 5px;
}
@media only screen and (max-width: 995px) {
  body {
    min-width: 768px;
  }
}
@media only screen and (max-width: 767px) {
  body {
    min-width: 420px;
  }
}
@media only screen and (max-width: 479px) {
  body {
    min-width: 300px;
  }
}
