body {
	cursor: default;
	text-align: left;
	font-family: calibri, arial, sans-serif;
	font-size: 13px;
	margin: 0;
	padding: 5px 15px;
}

table th {
	vertical-align: top;
}

input {
	text-align: center;
	font-family: calibri, arial, sans-serif;
	font-size: 13px;
	background-color: white;
	border: 1px solid;
	border-color: #abadb3 #dbdfe6 #e3e9ef #e2e3ea;
	padding: 2px;
}
input:focus, input:hover  {
	border-color: #5794bf #b7d5ea #c7e2f1 #c5daed;
}

.pickerImg {
	position: absolute;
	margin-left: -16px;
	margin-top: 5px;
	cursor: pointer;
}
.infoBox {
	background-color: #fefdec;
	border: 1px solid #edebcd;
	padding: 6px;
	margin-bottom: 20px;
}

.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('../images/code-show.gif') right 50% no-repeat;
}
.hide-code {
	background-image: url('../images/code-hide.gif');
}
.info-box {
	background-color: #FEFDEC;
	border: 1px solid #EDEBCD;
	margin: 8px 0;
	padding: 6px;
}
