body { 
	/*background: url("../images/bg.gif") no-repeat scroll center top #CAC09F;*/
}
.rxp-caption { 
	color:#4B6091;
	font-style: italic;
}
.rxp-program {
	padding:12px 0;
	margin:12px 0;
	border-style:dotted;
	border-color:#ccc;
	border-width:1px 0 0 0;
	font-size:12px;
}
.rxp-program-main{
	width:440px;
	float:left;
	font-style: italic;
}
.rxp-program-main a {
	font-style: normal;
}
.rxp-program-secondary{
	width:180px;
	text-align: right;
	/*margin-left:455px;*/
	float: right;
}
.rxp-program-secondary a {
	display: inline;
	bottom:0;
	font-weight: bold;
}
#rxp-form {}
#rxp-form label {
	display: block;
	font-weight: bold;
	color:#333
}
.rxp-themes label {
	font-weight:normal !important;
}
#rxp-form select{
	width:217px;
}
#rxp-form .rxp_date_select {
	width:92px;
}
#rxp-form input[type='text'] {
	width:217px;
}
.rxp-date {
	width:76px !important;
}
.rxp-btn {
	padding:6px;
	color:#fff;
	background: #7FBC01;
	border-radius:8px;
	text-shadow:0px 0px 3px #000;
	box-shadow: 0px 0px 3px #ccc;
	font-weight: bold;
	border:none;
	font-size:13px;
}
.rxp-btn:hover {
	text-shadow:none;
	box-shadow: none;
	color:#333;
	cursor:pointer;
}
.rxp-error {
	color:#ff0000;
	font-weight: bold;
	padding:3px;
}
/*for calendar picker*/
.ui-widget { font-size:12px; }

/* MAP */
#rxp_map {
	width:920px;
	height:450px;
	margin-left:30px;
	border-radius:12px;
	margin-top:12px;

}

div#main.main-no-left-col {
	width:640px;
}

#breadcrumbs {
	margin-left:30px;
}

.infowindow {
	line-height: 14px;
	font-size:13px !important;
	/*width:200px;*/
}
.infowindow a {
	font-weight:bold !important;
}
.infowindow img {
	width:60%;
	margin-top:6px;
}
.info-country {
	font-weight:bold;
	font-size:13px;
}

.info-partners{
	border-style:dotted;
	border-width:1px 0;
	border-color:#ccc;
	padding:6px 0;
	margin:6px 0;
}


