/*
	&copy; Merchant Research & Consulting, Ltd.
*/


/* Reset default browser CSS  */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, 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;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}


article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	background: url(/images/ui/bg.png);
	font-family: Arial;
	font-size: 12px;
	padding-bottom:55px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* general structure */
a {
	color: #006699;
	text-decoration: none;
}
a:hover {
	color: #1498D0;
}

h1.hGreen {
    font-size: 18px;
    font-weight: normal;
    margin: 10px 0;
    color: #63b20c;
}

.pRed {
    color: #9d1b1e;
    margin-bottom: 20px;
}

#wrapper {
	background: url(/images/ui/bg-wrapper.png);
	margin: 0 auto;
	padding: 0 5px;
	width: 985px;
	border-bottom: 1px solid #EEEEEE;
}
#header {
	height: 100px;
}
#logo {
	background: url(/images/ui/logo.png) center left no-repeat;
	width: 231px;
	height: 62px;
	margin: 15px;
	
}
#logo a {
	display:block;
	width: 231px;
	height: 62px;
}
#logo h1 {
}
#logo #company-name {
	display:none;
}

#main {

	
}
.mb { /* main content block */
	border: 1px solid #EEEEEE;
	background: #FFFFFF;
	width: 735px;
	margin: 5px;
	padding: 2px 10px 2px 10px;

	line-height:20px;
}
.mbPer { /* main content block */
    border: 1px solid #EEEEEE;
    background: #FFFFFF;
    margin: 5px;
    padding: 2px 10px 2px 10px;

    line-height:20px;
}
#pagePer {

}
.sb { /* side content block */
	border: 1px solid #EEEEEE;
	background: #FFF;
	width: 210px;
	margin: 5px;

	line-height:20px;
}

.full-width {

}

h2 a {display:block}
#submenu-ul li { color:#808080; }
.h-yell h2, .h-yell h1, .h-green h2, .h-green h1, .h-green span {
	color: #FFFFFF;
	font-size: 12px;
	background: url(/images/ui/green-ext.png) repeat-x;
	margin: 0 0 10px -13px;
	padding: 3px 0 0 10px;
	width:680px;
	display: block;
	line-height:20px;
	height:23px;
	font-weight: 700;
	white-space: nowrap;
}
.h-yell, .h-green {
	padding: 0;
	background-image: url("/images/ui/green-end.png");
	background-repeat: no-repeat;
	background-position: right bottom;
	width:710px;
	height:23px;
	margin-bottom:10px;
	
}
*html .h-yell {background: url(/images/ui/green-ext.png) repeat-x;  }
*html .h-green {background: url(/images/ui/green-ext.png) repeat-x;}
*html .h-yell h1 { margin: 0 0 10px 0 ; }
*html .h-green h1 { margin: 0 0 10px 0 ; }
*html .h-yell h2 { margin: 0 0 10px 0 ; }
*html .h-green h2 { margin: 0 0 10px 0 ; }

.h-yell h2, .h-yell h1 { 
/*	color: #404040;
	font-size: 12px;
	background: url(/images/ui/yell-ext22.png) repeat-x;
	background-position: right bottom;
	margin: 0 0 10px -13px;
	padding: 3px 0 0 10px;
	width:695px;
	line-height:23px;
	height:23px;
	*/
}
.h-yell { 
	
/*	padding: 0 10px 0 0;
	background-image: url("/images/ui/yell-end22.png");
	background-repeat: no-repeat;
	background-position: right bottom;
	width:700px;
	height:23px;
*/
}

#featured {  /* index page promo image */
	background: url(/images/ui/featured/featured_02.jpg) top left no-repeat;
	width: 985px;
	height: 280px;
	margin: 0px 5px ;
	/* -moz-border-radius-topleft: 30px 30px;
	border-top-left-radius: 30px 30px; */
	overflow: hidden;
	position: relative;
}
#slideshow {
	overflow: hidden;
	position: relative;
	width:976px;
    height:267px;
    /* -moz-border-radius-topleft: 30px 30px;
	border-top-left-radius: 30px 30px; */
}
#slideshow img {
    display:block;
	/* -moz-border-radius-topleft: 30px 30px;
	border-top-left-radius: 30px 30px; */
}
#featured-text {
	z-index:100;
	position:absolute;
	padding: 68px 0px 0px 0px;
	width: 100%;
}
#featured-text .featured {
	z-index:101;
	color: #404040;
	font-size: 15px;
	background:url(/images/ui/bg-f-text.png);
	line-height:22px;
	padding: 5px 0 5px 0;
	margin: 95px 0 0 484px;
	width: 491px;
	text-align: center;
	
}

.half-width {
	width: 355px;
}
.right {
	float: right;
}
.left {
	float: left;
}
.cl {
	clear: both;
    margin: 0;
    height: 0;
}
#page {
	width: 765px;
}
#sidebar {
	width: 220px;
	/*margin: 0 15px 0 0;*/
}


#container,
#header {
	margin: 0;
	width: 100%;
}

#footer {
	background: url("/images/ui/bg-footer900.png") repeat-x scroll 0 0 #E6E6E6;
	margin: 0 auto 20px auto;
	padding: 0px;
	width: 995px;
	border-top: 1px solid #FFF;
	height: 800px;
	
}


#footer_index {
	background: url(/images/ui/bg-footer.png) repeat-x;
	margin: 0 auto 20px auto;
	padding: 0px;
	width: 995px;
	border-top: 1px solid #FFF;
	text-align:right;
}
#footer_list_nav {
	padding: 20px 220px 0 0;
}
#footer_list_nav li {
	display:inline;
	background-image: url("/images/ui/fa.png");
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 0 10px 0 10px;
}

.wpcf7-form input, .wpcf7-form textarea {
	border: 1px solid #CCCCCC;
}
.wpcf7-submit {
	background: url('/images/ui/button-submit.png') no-repeat;
	width: 60px;
	font-weight: bold;
	color: #FFFFFF;
	line-height:22px;
	height:22px;
	border:0 none !important;
	cursor:pointer;
	white-space: nowrap;
	font-size:11px;
}
.wpcf7 p {
	padding-bottom: 5px;
}


.hg {
	background: url(/images/ui/gray-l.png) center left no-repeat;
	margin: 0 0 10px -13px;
	padding-left: 10px;
	width:716px;
	height:25px;
	
}
.hg h3 {
	padding-top: 3px;
}
.shg h3 {
	padding-top: 5px;
}

.shg {
	background: url(/images/ui/gray-m.png) center left no-repeat;
	margin: 0 0 5px -4px;
	padding-left: 10px;
	font: 14px;
	width:171px;
	height:28px;
}
.border-left {
	border-left: 1px dotted #EEEEEE;
}
.col {
	width: 130px;
	float: left;
	height: 780px;
	padding: 15px 4px 5px 5px;
	font-size: 11px;
	border-bottom: 1px solid #EEEEEE;
}
.mb h4 {
	font-size: 14px;
	font-weight: normal;
}
h4 {
	font-size: 11px;
}
.col li {
	margin-bottom: 0px;
}
h4 a {

}

#footer-col-menu {
	font-size: 12px;
	padding: 15px 4px 5px 10px;
	background: url(/images/ui/bg-wrapper.png);
	width: 145px;
	height: 760px;
	margin-top:20px;
	border-left: 1px solid #EEEEEE;
	border-top: 1px solid #EEEEEE;
	float:right;
	color: #666666;
	line-height: 24px;
}
#footer-menu {
	margin-bottom: 15px;
	
}
#footer-menu li {
	
}

.nav-categories {
	margin-top: 12px;
}
.nav-categories li {
	background-image: url("/images/ui/fa.png");
	background-repeat: no-repeat;
	background-position: 0 7px;
	padding: 0 0px 0 10px;
	font-size: 11px;
	
}
.nav-categories li a {
	display:block;
	line-height:18px
}
.cat-list {
	padding: 5px 0;
}
.cat-list h4 {
	padding: 10px 0;
}
.nav-categories-index {
	 
}
.nav-categories-index li a {
	color: #333333;
}
.nav-categories-index li a:hover {
	color: #006699;
}

#submenu-ul li, .nav-categories-index li {
	background-image: url("/images/ui/fa-b.png");
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 0 5px 0 7px;
	float: left;
    white-space: nowrap;

}
#submenu-ul li a {
	color: #006699;
}
* html #submenu {
	display: none;
}
#submenu {
	margin-left:94px;
	font-size: 12px;
}
#submenu-ul {
	padding-top:5px;
}
#submenu-ul li {
	padding: 0 12px 0 7px;
	line-height:22px;
}
/*.nav-categories-index li:after { 
	content: ", "; 
}
*/
#event-main {
	border-right: 1px dotted #CCCCCC;
	height: 220px; 
}
#support-sb {
	padding:5px;
	width:200px;
	line-height:0px;
}
.sbc {
	padding: 5px 10px;
}

.pub-title a {
	display: block;	
	color:#006699;
	overflow:hidden;
	height:38px;
}
.pub-title a:hover {
	color:#1498D0;
}
.small-font {
	font-size: 10px;
}

.list-item {
	border-bottom: 1px dotted #CCCCCC;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
h3 {
	font-weight: normal;
	font-size: 12px;
}
.align-right {
	text-align: right;
}
#copyright {
	font-size:11px;
	color:#999999;
	text-align: right;
}
#footer_index #copyright {
	padding: 20px 230px 20px 0;
}
#footer #copyright {
	background: url(/images/ui/bg-wrapper.png);
	padding-right: 160px;
	line-height: 40px;
	height: 40px;
}

#contact-form-sb {
	background-image: url(/images/ui/qi.png);
	background-repeat: no-repeat;
	background-position: 100% 0;

}
#contact-form-sb h3 {
	color: #0060A0;
	font-size: 15px;
	padding: 10px 0;
}


/* header navigation menu */

#menu-ul {

	width: 100%;
}
#menu-ul li {
	display: block; 
	float: left;
}
#menu-ul li a {
	height: 29px;
	line-height: 25px;
}
#menu-ul #menu-item-home {

}
#menu-ul #menu-item-home-selected {

}
span.arrow {
	background-image: url("/images/ui/arrow-right.png");
	background-repeat: no-repeat;
	background-position: right center;
	padding-right:13px;
}
.selected span.arrow {
	background-image: url("/images/ui/arrow-down.png") !important;
	padding-right:17px;
}

#menu {
    float: right;
    margin-right: 3px;
}

#menu-ul a {
	display: block;
	color: #FBFCFF;
}
#menu-ul a:hover {
	color: #EBECEF;
}

#menu-ul #menu-item-home a {
	padding: 0 0 0 20px;
	width: 70px;
	background: url(/images/ui/menu-first.png);
}
#menu-ul #menu-item-home a:hover, #menu-ul #menu-item-home-selected a {
	padding: 0 0px 0 20px;
	width: 70px;
	background: url(/images/ui/menu-selected-first.png);
}
 #menu-ul #menu-item-home-selected a {
	width: 72px;
}
#menu-ul #menu-item-home, #menu-ul .menu-item {
	padding: 0 2px 0 0;
	background-image: url("/images/ui/menu-separator.png");
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 29px;
}
#menu-item-researches a {
	width: 70px;
}
#menu-item-periodicals a {
	width: 135px;
} 
#menu-item-events a {
	width: 60px;
}

#menu-item-consulting a {
	width: 85px;
}
#menu-item-news a {
	width: 60px;
}
#menu-item-contact a {
	width: 76px;
}
#menu-item-contact {

	padding-right: 4px;
	background-image: url("/images/ui/menu-final.png");
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 29px;
}
#menu-ul a {

}
#menu-ul .menu-last-item {
	
}
#menu-ul .menu-item a, #menu-ul .menu-last-item a {
	background: url(/images/ui/menu-bg.png);
	padding: 0 0 0 15px;
}
#menu-ul .selected a, #menu-ul .menu-item a:hover, #menu-ul .menu-last-item a:hover {
	background: url(/images/ui/menu-selected-bg.png);
}



#nav {
	margin-top: 15px;
	width:685px;
}

#container-ii {
	height:20px;
	width:100%;
	margin-bottom: 8px;
}

#basket-status {
	font-size:11px;
	float:right;

	line-height:20px;
	padding-right:20px;
}
.placeholder {
  color: #B0B0B0;
  font-size: 11px;
}
#search-form {
	float:right;
	width:221px;
	padding-right:6px;
	height:21px;
	
}

#search-form form {
	float:right;
	width:221px;
	background: url("/images/ui/search-form2.png") no-repeat scroll 0 0 transparent;
	padding: 0px;
	height:21px;
	display: block;
 	
}

#search-input {
	background: transparent;
	border:0;
	padding: 3px 6px;
	height:15px;
	line-height:15px;
	overflow:hidden;
	width:188px;
	font-size: 11px ;

}

#search-submit {
	border:0;
	background: transparent;
	overflow:hidden;
	height:21px;
	width:15px;
	cursor:pointer;
	padding:0;
	margin:0;
	position:absolute;
	
	

}

.monthly h1{
    margin-bottom: 10px;
}

/*
*html #search-submit {
position: absolute;
margin-top:3px;
}
*/
.post-image {
	width:245px;
    margin-right: 10px;
}
.post-image-news {
	width:165px;	
}
.product-image img, .post-image-news img, .post-image img, entry-image img {
	border: 1px solid #DDDDDD;
}
.post-text {
	padding: 0 0 10px 0;
}

.infoEvent {
    font-size: 13px;
    color: #333;
    margin-top: 5px;
}

h1.titleEvent {
    color: #006699;
    font-size: 18px;
    font-weight: normal;
}

h2.titleEvent a {
    float: right;
    color: #006699;
    font-size: 14px;
    background: url("../images/ui/arrow-top.gif") no-repeat right center;
    padding: 0 13px 0 0;
}

h2.titleEvent {
    color: #bbb;
    font-size: 20px;
    border-bottom: 1px solid #bbb;
    font-weight: normal;
    padding: 0 0 1px 7px;
    position: relative;
    margin: 15px 0;
}

h2.titleEvent span {
    background: url("../images/ui/green-b.gif") no-repeat left top;
    width: 14px;
    height: 22px;
    display: block;
    position: absolute;
    left: -14px;
}

.feeEvent {
    border: 1px dotted #bbb;
    font-size: 14px;
    color: #686767;
    margin-bottom: 15px;
}

.feeEvent h2 {
    color: #1e1e1e;
    font-size: 18px;
    font-weight: normal;
    background: #e3f2d4;
    padding: 10px;
    margin-bottom: 10px;
}

.feeEvent p {
    padding: 0 15px !important;
}

.feeEvent .discount h3{
    color: #d03809;
    font-size: 16px;
    margin-bottom: 5px;
}

.pageEvent {
    float: left;
}

#wpcf7-f3-p52980-o1 {
}

.wpcf7-form .fill {
    width: 363px !important;
    float: left;
    margin-right: 5px;
}

.gmnoprint {

}

.navEvent {
    background: #fff;
    padding: 5px;
    width: 200px;
    border: 1px solid #EEEEEE;
    margin: 5px;
    font-size: 13px;
}

#part-i {
    line-height: 0;
}

.navEvent img {
    margin-bottom: 15px;
}

.navEvent ul {
    border-bottom: 1px dotted #bbb;
    padding: 0;
}

.navEvent li {
    height: 19px;
    padding: 5px 0;
    border-top: 1px dotted #bbb;
}

.navEvent li a {
    background: url("../images/ui/bgnb.gif") no-repeat;
    display: block;
    padding-top: 3px;
    padding-left: 20px;
    height: 16px;
}

.linkPdf {
    background: url("../images/ui/new_pdf_icon-1.png") no-repeat left 3px;
    padding-left: 20px;
    display: block;
    font-weight: bold;
    width: 148px;
    margin: 5px 0 0 0;
}

.navEvent li a {
    color: #fff;
}

.registerEventB {
    display: block;
    width: 125px;
    height: 28px;
    margin: 15px 0 15px 37px;
    background: url("../images/ui/regbutton.png") no-repeat;
}

.coordEvent {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #EEEEEE;
    font-size: 13px;
    margin: 5px;
    padding: 5px;
    width: 200px;
    line-height: 20px;
    font-size: 13px;
}

.coordEvent h2 {
    font-size: 18px;
    color: #363636;
    padding: 0 0 5px 0;
    border-bottom: 1px dotted #bbb;
    font-weight: normal;
    margin: 7px 0 5px;
}

.fullScreenMap {
    display: none;
    width: 0px;
    height: 0px;
    position: fixed;
    left: 50%;
    top: 50%;
    box-shadow: 0px 0px 5px #ccc;
    border-radius: 20px;
    z-index: 1000;
    background: #fff url("/images/ui/preloader.gif") no-repeat center center;
}

.fullScreenMap .close {
    position: absolute;
    top: -20px;
    left: -20px;
    cursor: pointer;
    width: 42px;
    height: 41px;
    background: url("/images/ui/close.png") no-repeat;
}

.bFSM {
    text-decoration: underline;
    float: right;
}

.bFSM:hover {
    cursor: pointer;
    text-decoration: none;
}

.fullScreenMap iframe {
    width: 780px;
    height: 580px;
    border-radius: 20px;
}

.conference_name {
    display: none;
}

.venueAdr {
    width: 320px;
    float: left;
    padding-right: 15px;
}

#venueMap {
    width: 400px;
    height: 200px;
}

.navEvent span {
    clear: both;
    display: block;
    margin: 0 0 5px 0;
}

.navEvent strong {
    float: left;
    margin: 0 5px 5px 0;
}

.submReg input{
    width: 104px;
    height: 28px;
    overflow: hidden;
    text-indent: 1000px;
    margin: 15px 0;
    background: url("../images/ui/regnow.png") no-repeat;
}

.hReg {
    font-size: 16px;
    color: #1d1d1d;
    margin: 15px 0 10px;
}

.dayAgenda {
    width: 100%;
    font-size: 13px;
    margin-bottom: 15px;
}

.dayAgenda td {
    padding: 3px 10px;
    border-top: 1px dotted #bbb;
    border-bottom: 1px dotted #bbb;
}

.venueEvent {
    margin: 0 0 15px;
}

.dayAgendaCh {
    font-size: 18px;
    color: #1e1e1e;
    margin-bottom: 10px;
}

.dayAgendaCh span {
    color: #93c562;
}

.feeEvent .discount {
    font-size: 16px;
    color: #676767;
    padding: 10px 15px;
    border-top: 1px dotted #bbb;
    margin: 10px 0 0 0;
}

.post-text-news {
	padding: 0 0 10px 10px;
	margin-right: 10px;
	width:545px;
}
.product-text {
	padding: 0 0 10px 10px;
	width:539px;
}

.product-text p, #page-content ul, #page-content p {
	padding-bottom: 15px;
}
#page-content li, .fa li {
	background-image: url("/images/ui/fa-b.png");
	background-repeat: no-repeat;
	background-position: 0 8px;
	padding: 0 0px 5px 7px;
	
}
.center {
	text-align: center;
}

.entry-list {
	clear: both;
	margin-bottom: 15px;

}

.entry-meta {
	width: 100px;
	color: #707070;
}

.entry-image {
	width: 100px;
	padding-top:4px;
}

.entry-content {
	width: 520px;
}
.date {
	color: brown;
	margin-bottom: 5px;
}
table.report-list {
	width: 100%;
	border: 1px dotted #CCCCCC;
	margin-bottom: 7px;
}
.report-list tr {
	border-bottom: 1px dotted #CCCCCC;
}
.report-list tr:hover {
	background: #FFFFF0;
}
.report-list th {
	text-align: left;
	background: #EEEEEE;
	padding: 6px;
}
.report-list td {
	padding: 6px;
}




table.simple-list {
	width: 100%;
	border: 1px dotted #CCCCCC;
	margin-bottom: 7px;
}
.simple-list tr {
	border-bottom: 1px dotted #CCCCCC;
}
.simple-list tr:hover {
	background: #FFFFF0;
}
.simple-list th {
	text-align: left;
	background: #EEEEEE;
	padding: 6px;
}
.simple-list td {
	padding: 6px;
	border-right: 1px dotted #CCCCCC;
	text-align: center;
}



.italic {
	font-style: italic;
}
.meta-title {
	color: #00669D;
	font-weight: bold;
}
.letter {
	color: #00669D;
	font-weight: bold;
	text-transform:uppercase;	
}

/* Paging styles */
.navigation { margin-bottom: 15px; text-align:center; width: 100%;}
.wp-paginate {padding:0; margin:0;}
.wp-paginate li {display:inline; list-style:none; background-image: none !important;}
.wp-paginate a {background:#ddd; border:1px solid #ccc; color:#666; margin-right:4px; padding:3px 6px; text-align:center; text-decoration:none;}
.wp-paginate a:hover, .wp-paginate a:active {background:#ccc; color:#888;}
.wp-paginate .title {color:#555; margin-right:4px;}
.wp-paginate .gap {color:#999; margin-right:4px;}
.wp-paginate .current {color:#fff; background:#5f87ae; border:1px solid #89adcf; margin-right:4px; padding:3px 6px;}

h2.title {
	font-size: 14px;
}

label {

}
.sep {
		padding-right:15px;
}
#order-details {
	width: 450px;
	/*padding-top:50px;*/
}
.nobr {
	white-space: nowrap;
}
.white-bg {
	background-color: #FFFFFF;
}

.bookmarks {
	padding: 0 27px 10px 0;
	height: 24px;
}
.gray-bookmark {
	background: url(/images/ui/gray-bookmark.png) no-repeat;
	padding: 5px 15px;
	height: 24px;
	color: #404040;
}
.bookmark span {
	line-height: 24px;
}
.via {
	color: #FDB55F;

}
.red {
	color: red;
	font-weght: bold;
}
h1.page_title, #report-details h1 {
	padding-bottom: 5px;
	font-size: 15px;
}
.help-info {
	color: #99cc00;
	font-size: 16px;
	font-weight:bold;
}
.bubbleInfo {
    position: relative;
}

.popup {
    position: absolute;
    display: none; 
}
.middle {
	vertical-align:middle;
}
#form-invoice {
	background: #FEFFE3;
	
}
.centered {
	padding: 15px 10px 15px 250px;
}
.button-submit {
	background: url('/images/ui/button-submit.png') no-repeat;
	width: 114px;
	font-weight: bold;
	color: #FFFFFF;
	line-height:22px;
	height:22px;
	border:0;
	cursor:pointer;
	font-size:11px;
    text-align: center;
    display: inline-block;
}
.button-submit:hover {
    color: #fff;
}
.button-submit-short {
	background: url('/images/ui/button-submit.png') no-repeat;
	width: 85px;
	font-weight: bold;
	color: #FFFFFF;
	line-height:22px;
	height:22px;
	border:0;
	cursor:pointer;
	white-space: nowrap;
	font-size:10px;
	
}

.button-submit-buy-now {
	background: url('/images/ui/buttons/Buy-now.png') no-repeat;
	width: 125px;
	color: #FFFFFF;
	line-height:41px;
	height:41px;
	border:0;
	cursor:pointer;
	white-space: nowrap;
	font-size:1px;
}
.button-submit-invoice-me {
	background: url('/images/ui/buttons/Invoice-me.png') no-repeat;
	width: 98px;
	color: #FFFFFF;
	line-height:41px;
	height:41px;
	border:0;
	cursor:pointer;
	white-space: nowrap;
	font-size:1px;
}

.button-submit-add-to-cart {
	background: url('/images/ui/buttons/Add-to-basket.png') no-repeat;
	width: 100px;
	color: #FFFFFF;
	line-height:41px;
	height:41px;
	border:0;
	cursor:pointer;
	white-space: nowrap;
	font-size:1px;
}


.button-submit-send {
	background: url('/images/ui/button-submit-short.png') no-repeat;
	width: 60px;
	font-weight: bold;
	color: #FFFFFF;
	line-height:16px;
	height:16px;
	border:0;
	cursor:pointer;
	font-size:10px;
}

.st {
	
}
.goback {
	background: url('/images/ui/arrow-back.png') no-repeat 0 1px;
	padding-left: 11px;
}

.leaflet_link {
	background: url('/images/ui/pdf-icon.png') no-repeat 0 5px;
	padding: 12px 0 0 21px;
	
}

.wpcf7-mail-sent-ok {
	font-weight: bold;
	color:green;
}
.wpcf7-validation-errors	{
	font-weight: bold;
	color:red;
}
.wpcf7-not-valid-tip-no-ajax{

	color:red;
}
.noscreen {
	display:none;
}

.partnersEvent {
    width: 735px;
    margin-bottom: 10px;
}

.bx-window {
    width: 735px !important;
}

.bx-wrapper {
    width: 735px !important;
}

.partnersEvent a {
    padding: 0 !important;
}

.partnersEvent div {
    width: 735px !important;
    margin-right: 100px;
}

.pager {
    text-align: center;
}

.partnersEvent a {

}

.partnersEvent img {
    float: left;
}

.partnersEvent td {
    padding: 0 1px 1px 0;
}

.conf_locate {
    margin: 0px 0 0 20px;
}

.imageNesws {
    float: left;
    margin: 0 10px 10px 0;
}

/* special offer
--------------------------------------------------------*/
.tTip {
    width: 116px;
    height: 47px;
    background: url("../images/ui/offer.png") no-repeat;
    position: absolute;
    top: -47px;
    left: -10px;
    opacity: 0;
}

.spOffer {
    position: relative;
}

.spOffer a {
    font-weight: bold;
}

.spOffer a:hover {
    color: #489c00 !important;
}

/* monitoring page
--------------------------------------------------------*/
.mbPer li {
    background: url("../images/ui/greenDot.png") no-repeat left 8px !important;
}

.mbPer h2.hDef {
    font-size: 16px;
    font-weight: normal;
    margin: 0 0 10px 0;
}

.mbPer h2.hGreen {
    color: #63b20c;
    font-size: 16px;
    font-weight: normal;
    margin: 0 0 10px 0;
}

.tPer {
    margin: 15px 5px 15px 5px !important;
    width: 974px !important;
}

.bannerPer {
    background: url("../images/ui/banPer.png") no-repeat;
    height: 126px;
    width: 923px;
    margin: 0 -10px 20px -10px;
    padding: 30px 50px 0 0;
    position: relative;
}

.bannerPer h2 {
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    position: absolute;
    top: 55px;
    left: 290px;
}

.bannerPer .rBut {
    background: url("../images/ui/redButton.png") no-repeat left bottom;
    width: 178px;
    height: 35px;
    float: right;
    color: #fff;
    font-size: 14px;
    text-align: center;
    margin-bottom: 4px;
    padding: 10px 0 0 0;
}

.bannerPer .rBut:hover {
    background-position: left 2px;
}

/* form request
-------------------------------------------------------------*/
.wrapReqForm {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    opacity: 0;
    left: 0;
    top: 0;
    background: url("../images/ui/bgBl.png");
    background-attachment: fixed;
    z-index: 10000;
    overflow: hidden;
}

.reqForm {
    background: #fff;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    box-shadow: 3px 3px 3px #333;
    -moz-box-shadow: 3px 3px 3px #333;
    -webkit-box-shadow: 2px 2px 3px #333;
    width: 300px;
    height: 400px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -200px;
    margin-left: -150px;
}

.reqForm select {
    border: 1px solid #BCBCBC;
    width: 232px;
    background: url("../images/ui/bgInp.gif") repeat-x scroll left top transparent;
    font-size: 12px;
    margin-bottom: 5px;
}

.reqForm .wrapInp {
    padding: 20px 34px;
    background: #e5e5e5;
    border-top: 1px solid #bcbcbc;
    border-bottom: 1px solid #bcbcbc;
    margin-top: 35px;
}

.reqForm h2.hDef {
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 15px;
}

.reqForm .cSubm {
    background: url("../images/ui/bgcSubm.png") no-repeat;
    width: 139px;
    height: 33px;
    color: #005c8f;
    font-size: 14px;
    border: 0;
    position: absolute;
    left: 50%;
    margin-left: -70px;
    margin-top: 11px;
    cursor: pointer;
}

.reqForm .close {
    background: url("../images/ui/closeDF.png") no-repeat;
    width: 16px;
    height: 16px;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

.reqForm input {
    background: url("../images/ui/bgInp.gif") repeat-x left top;
    height: 26px;
    border: 1px solid #bcbcbc;
    font-size: 12px;
    width: 230px;
    margin-bottom: 20px;
}

.reqForm input:focus {
    width: 230px;
    fonjt-size: 14px;
}

/* nav reports
------------------------------------------------------------*/
.navReports {
    padding: 0 !important;
    margin: 0 -11px 15px -11px;
    list-style-type: none !important;
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    width: 757px;
    clear: both;
    height: 30px;
}

.navReports li {
    border-right: 1px solid #dfdfdf;
    float: left;
    background: none !important;
    padding: 5px 38px !important;
    cursor: pointer;
    color: #686a6a;
}

.navReports li h2 {
    font-size: 12px;
    font-weight: normal;
}

.lNav {
    border-right: 0 !important;
}

.wrapCo, .wrapTc, .wrapLt, .wrapLf, .wrapCont .rr {
    display: none;
}

.activeN {
    color: #87AD5D !important;
    cursor: default !important;
}

div.activeC {
    display: block !important;
}

