/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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, font, 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 {
border:0 none;
/*font-family: inherit;*/
font-style:inherit;
/*font-weight:inherit;*/
margin:0;
outline:0 none;
padding:0;
text-align:left;
-webkit-text-size-adjust: none;
-ms-interpolation-mode: bicubic;
}

#skip-link,
#page {
  /*
   * To use a 12px font size on the page, delete the 14px declarations.
   * to use a 14px font size on the page, delete the 12px declarations.
   */

  /* Use a 12px base font size with a 16px line height */
  /* font-size: 0.75em; /* 16px x .75 = 12px */
  /* line-height: 1.333em; /* 12px x 1.333 = 16px */

  /* Use a 14px base font size with a 18px line height */
  /* font-size: 0.875em; /* 16px x .875 = 14px */
  /* line-height: 1.286em; /* 14px x 1.286 = 18px */
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
p {
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


.caption {
	font-size:15px;
}

ul, quote, code, fieldset {
  margin: .5em 0;
}



ul {
  margin: 0;
  padding: 0;
}

ol {
  margin: 0.75em 0 1.25em;
  padding: 0;
}

ol li, ul li {
  margin: 0.4em 0 0.4em .5em; /* LTR */
}

ul.menu, .item-list ul {
  margin: 0 0 0 0; /* LTR */
  padding: 0;
}

ul.menu ul, .item-list ul ul {
  margin-left: 0em; /* LTR */
}

ol li, ul li, .item-list ul li, li.leaf {
  margin:0; /* LTR */
}

ul li, .item-list ul li, li.leaf {
  padding:0 ;
  list-style-type: none;
  list-style-image: none;
  background: transparent url() no-repeat 0 0; /* LTR */
}
ol li {
  padding: 0 0 .3em;
  margin-left: 2em; /* LTR */
}

ul li.expanded {
  background: transparent url() no-repeat 1px .35em; /* LTR */
}

ul li.collapsed {
  background: transparent url() no-repeat 0px .35em; /* LTR */
}

ul li.leaf a, ul li.expanded a, ul li.collapsed a {
  display: block;
}

ul.inline li {
  background: none;
  margin: 0;
  padding: 0 1em 0 0; /* LTR */
}

ol.task-list {
  margin-left: 0; /* LTR */
  list-style-type: none;
  list-style-image: none;
}
ol.task-list li {
  padding: 0.5em 1em 0.5em 2em; /* LTR */
}
ol.task-list li.active {
  background: transparent url() no-repeat 3px 50%; /* LTR */
}
ol.task-list li.done {
  color: #393;
  background: transparent url() no-repeat 0px 50%; /* LTR */
}
ol.task-list li.active {
  margin-right: 1em; /* LTR */
}

fieldset ul.clear-block li {
  margin: 0;
  padding: 0;
  background-image: none;
}

dl {
  margin: 0.5em 0 1em 1.5em; /* LTR */
}

dl dt {
}

dl dd {
  margin: 0 0 .5em 1.5em; /* LTR */
}

img, a img {
  border: none;
}

table {
  margin: 1em 0;
  width: 100%;
}

thead th {
  border-bottom: 1px solid #C9CACA;
  color: #C7A463;
  font-weight: bold;
}

th a:link, th a:visited {
  color: #C7A463;
  background:none;
  font-weight:bold;
}

td, th {
  padding:0;
  vertical-align:top;
}

tr.even, tr.odd, tbody th {
  /*
  border: solid #d3e7f4;
  border-width: 1px 0;
  */
  border:none;
}

tr.odd, tr.info {
  background-color: #ffffff;
}

tr.even, form tr.even {
  background-color: #F7F8F8;
}

tr.drag {
  background-color: #fffff0;
}

tr.drag-previous {
  background-color: #ffd;
}

tr.odd td.active {
  background-color: #ddecf5;
}

tr.even td.active {
  background-color: #e6f1f7;
}

td.region, td.module, td.container, td.category {
  border-top: 1.5em solid #fff;
  border-bottom: 1px solid #b4d7f0;
  background-color: #d4e7f3;
  color: #455067;
  font-weight: bold;
}

tr:first-child td.region, tr:first-child td.module, tr:first-child td.container, tr:first-child td.category {
  border-top-width: 0;
}

.border-right-1 {
	border-right:1px solid #e9e9e9;
}
.border-bottom-1 {
	border-bottom:1px solid #d8d8d8;
}
.border-bottom-2 {
	border-bottom:1px dotted #d8d8d8;
}
.border-bottom-3 {
	border-bottom:2px solid #d8d8d8;
}
.border-bottom-4 {
	border-bottom:2px solid #E8E8E8;
}
.border-top-1 {
	border-bottom:1px solid #C7A463;
}
.border-left-1 {
	border-left:1px solid #d8d8d8;
}
.border-box-1 {
	border:1px solid #E8E8E8;
}
.border-box-2 {
	border:1px solid #66CC33;
}
.border-box-3 {
	border:1px solid #004985;
}
.box-padding-sides-01 {
margin: 10px 10px 10px 10px;	
}
.box-margin-sides-01 {
margin: 5px 10px 5px 16px;	
}
.box-margin-sides-02 {
margin: 5px;	
}
.box-margin-sides-03 {
margin: 10px 5px 10px 5px;	
}
.box-border-sides-01 {
padding:16px 26px 0 26px;
}
.mb-15 {
margin-bottom: 15px;	
}
.mb-10 {
margin-bottom: 10px;	
}
.mb-5 {
margin-bottom: 5px;	
}
.mb-20 {
margin-bottom: 20px;	
}
.mt-10 {
margin-top: 10px;	
}
.mt-12 {
margin-top: 12px;	
}
.mt-14 {
margin-top: 14px;	
}
.mt-15 {
margin-top: 15px;	
}
.mt-5 {
margin-top: 5px;	
}
.mt-3 {
margin-top: 3px;	
}
.mt-8 {
margin-top: 8px;	
}
.mt-18 {
margin-top: 18px ;	
}
.mt-20 {
margin-top: 20px ;	
}
.mt-30 {
margin-top: 30px;	
}
.mt-37 {
margin-top: 37px;	
}
.mt-50 {
margin-top: 50px;	
}
.mt-60 {
margin-top: 60px;	
}
.mt-30 {
margin-top: 30px;	
}
.mt-20 {
margin-top: 20px;	
}

.ml-5 {
margin-left: 5px;	
}
.ml-10 {
margin-left: 10px;	
}
.ml-15 {
margin-left:15px;	
}
.ml-18 {
margin-left:18px;	
}
.mr-8 {
margin-right:8px;	
}
.pt-5 {
padding-top: 5px ;	
}
.pb-5 {
padding-bottom: 5px ;	
}
.pb-10 {
padding-bottom: 10px ;	
}
.pl-5 {
padding-left: 5px;	
}
.pl-10 {
padding-left: 10px;	
}
.pl-20 {
padding-left: 20px;	
}
.pl-30 {
padding-left: 30px;	
}
.pr-10 {
padding-right: 10px;	
}
.pr-15 {
padding-right: 15px;	
}
.pr-20 {
padding-right: 20px;	
}
.pr-30 {
padding-right: 30px;	
}
.pt-10 {
padding-top:10px;	
}
.pt-15 {
padding-top:15px;	
}
.pt-25 {
padding-top:25px;	
}
.pb-5 {
padding-bottom:5px;	
}
.pb-15 {
padding-bottom:15px;	
}
.pb-25 {
padding-bottom:25px;
}
.clear-right {
	clear: right;
}
.fl {
	float:left;
	display:inline;
}
.fr {
	float:right;
	display:inline;
}
.hidden, .hide {
    display: none;
}
html{-webkit-text-size-adjust:none;}
.bold {
	font-weight:bold;
}
.text-align-c {
	text-align:center;
}
.no-margin {
	margin:0;
}
.no-padding {
	padding:0;
}
.interlacing {
	margin-top:19px;
}
img.alignleft {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #d1d2d3;
    float: left;
    margin: 3px 26px 15px 7px;
    padding: 4px;
}
.no-border {
	border:none;
}
.center {
	text-align:center;
}
.section {
	margin-bottom:12px;
}
.p-a {
	position:absolute;
}
.p-r {
	position: relative;
}
.page-col{
    display:inline;
	float: left;
	position: relative;
}
.generic-box {
margin-bottom:0;
}
.generic-box .module-head {
background: none;
border-top:0;
margin:0 0 0 0;
padding:0 0 0 0;
}
.generic-box .module-head h3, .generic-box .module-head h5 {
color:#fff;
padding:0;
margin:0;
float:left;
}

.generic-box .module-body .inner{
	margin:0;
	padding:15px;
}
.generic-box .module-body {
	position:relative;
}
.generic-box .module-body .title,
.generic-box .module-body .character {
	font-size:14px;
	font-weight:bold;
}
.generic-box .module-body .des{
	margin-top:3px;
}
.indent{
	padding:0 15px 0 15px;
}
.indent-box{
	padding:15px;
}
.ui-tabs {
    padding: 0;
}
.img a, .img a:hover{
	background:none;
}

.tool_strip, .icons{
	background-image: url("../images/icons/tool_strip.png");
    background-repeat: no-repeat;
}
.block-inner{
    padding: 5px 15px;
}
/*
.tags a{
	font-size:10px;
	background-color:#E5E5E5;
	padding:2px;
	display:block;
	color:#ffffff;
	line-height:12px;
	height:12px;
	margin:2px 0;
}
.tags a:hover{
	background-color:#DD6611;
	text-decoration:none;
}
*/
form input.form-text, form select {
	color:#5C5E5F;
}
form input.form-text{
	height:20px;
	line-height:20px;
	border:1px solid #E5E5E5;
}
span.form-required {
	color:#CB1009;
}
#sys-messages .inner-messages{
	position:relative;
	background-color:#ffece0;
	display:none;
	margin:5px 0;
	padding:5px 15px;;
}
.close{
	background:url("../images/icons/tool_strip.png") no-repeat 0 -239px transparent;
	cursor:pointer;
	position:absolute;
	width:20px;
	height:19px;
	display:block;
	text-indent:-99999px;
	overflow:hidden;
	top:5px;
	right:3px;
}
.bar-red {
	background-color:#cb1009;
}
.bar-gray {
	background-color:#f5f5f5;	
}
.block {
	margin:0;
}
strong { font-weight:bold;}
label {
    display: inline;
}
.form-item {
    margin: 0;
}

.content-inner {
	min-height:300px;
}
.breadcrumb{
	padding:10px 32px;
}


.sidebar h2.block-title {
padding:0 5px 0 15px;
margin:0;
height: 34px;
line-height: 34px;
}
.sidebar .content h3{
padding:0 0 10px 0;
margin:0;
}
.sidebar .block {
margin:0 0 15px 0;
}
.sidebar .block .content{
padding: 7px 5px 0 15px;
}
.sidebar .block ul li, .sidebar .block ul.menu li, .sidebar .block .item-list ul li, .sidebar .block li.leaf{
padding: 0 0 4px 0;
}
.sidebar ul li.leaf a, .sidebar ul li.expanded a, .sidebar ul li.collapsed a {
display: inline;
}
.search-api-ranges-widget {
position:relative;
} 
.search-api-ranges-widget input.form-text{
	width:50px;
} 
.range-box-left, .range-box-right{
position:absolute;
top:20px;
}
.range-box-left {
	left:0;
}
.range-box-right {
	right:0;
}
.range-slider-box {
	margin:40px 0 10px 0;
}
.tp_triger {
	cursor:help;
}

ul.pager {
	padding:0;
	margin:10px 0 5px 0;
}
ul.pager li{
	display: block;
	width: 22px;
	height:22px;
	border: none;
	background:url("../images/bg_pager_items.jpg") no-repeat 0 0 transparent;
	text-align:center;
}

ul.pager li:hover.pager-ellipsis{
	background:none;
}
ul.pager li:hover{
	background-color:#none;
}

ul.pager li.pager-current{
}
.ui-tabs .ui-tabs-panel {
    padding: 0;
	margin:0;
}
.o-f-100 {
     max-height: 100px;
    overflow: auto;
}
span.sf-sub-indicator{
	display:none;
}
.addthis_toolbox {
	position:absolute;
	right:210px;
	top:15px;
}
label{
	font-weight:normal;
}
.ui-tabs .ui-tabs-hide {
    position: absolute !important;
    left: -10000px !important;
    display:none !important;
}
.form-item.webform-component{
	padding:5px 0 5px 0;
}
.field {
	padding:0;
}
.col {
	display:inline;
	float:left;
}
.element-invisible {
	display: none;
	visibility:hidden;
}
.page-tabel-01 table{
	border-collapse: separate;
	border-spacing: 2px 5px;
	width:100%;
	margin:0;
	padding:0;
}
.page-tabel-01 td {
	background:#eae9e9;
}
.page-tabel-01 th {
	background:#d7d7d7;
	width:22%;
}
.page-tabel-01 td, .page-tabel-01 th {
    padding: 8px;
	margin:10px;
    vertical-align: middle;
	text-align:center;
}
.page-tabel-01 td {
	text-align:left;
	padding-left:20px;
}
li.rows, rows {
	clear:both;
}
li.cols {
	display:inline;
	float:left;
}
.border-01 {
	border:1px solid #ebebeb;
}
.green-border {
	border:1px solid #398f70;
}
.gray-border {
	border:3px solid #aeaead;
}

.padding-01 {
	padding:5px 20px;
}
.abs { position:absolute;}
a.mail { font-size:14px; color:#0000ff; text-decoration:underline}
.more { text-align:right; padding:10px;}