.pickerImg {
	position: absolute;
	margin-left: -16px;
	margin-top: 4px;
	cursor: pointer;
}

.examples, .properties {
	border-collapse: collapse;
	margin-top: 12px;
}

.examples input {
	text-align: center;
	font-family: calibri, arial, sans-serif;
	font-size: 13px;
	background-color: white;
}

.examples td.example-info {
	padding-top: 4px;
	padding-bottom: 20px;
	color: #7f7f7f;
}

.examples .bbcode-code {
	margin-top: 6px;
}

.examples th, .properties th {
	vertical-align: top;
	text-align: left;
}

span.pre, .properties th {
	font-family: "Courier New";
}

.properties th {
	text-align: right;
	padding-right: 12px;
	color: rgb(51, 102, 204);
}

.properties td {
	padding-bottom: 6px;
}

.code {
	padding: 6px;
	margin-top: 6px;
	font-size: 11px;
	
	display: none;
	
	border: 1px solid #f1f1f1;
	border-left: 0;
	border-right: 0;
	background-color: white;
}
.code .bbcode-code {
	margin-top: 4px;
	margin-bottom: 6px;
}

.show-code {
	cursor: pointer;
	font-size: 10px;
	color: black;
	text-align: right;
	padding-right: 8px;
	background: transparent url('../inc/specific/scripts/vista-like_ajax_calendar_version_2/images/code-show.gif') right 50% no-repeat;
}
.hide-code {
	background-image: url('../inc/specific/scripts/vista-like_ajax_calendar_version_2/images/code-hide.gif');
}