/* Cascading Style Sheet for ObjectDCL SDK Content */

/* ====================================================== */
/* Code snippet style                                     */
/* ====================================================== */

.code
	{
	margin: 0px;
	padding: 0px 0px 0px 2em;
	clear: both;
	}

.code table
	{
	width: 96%;
	margin: 0px;
	padding: 0px;
	}

.code table th
	{
	background-color: #A0D98D;
	border-bottom: 1px solid #C8CDDE;
	color: #000066;
	padding-left: 5px;
	padding-right: 5px;
	text-align: left;
	}

.code table tr
	{
	vertical-align: top;
	}

.code table td
	{
	background-color: #BCFFA5;
	border-bottom: 1px solid #D5D5D3;
	border-left: 1px solid #D5D5D3;
	padding-left: 5px;
	padding-right: 5px;
	margin: 1px;
	font-size: 125%;
	}

.code table td pre
	{
		margin: 0px;
	}

.code table td pre i
	{
		color: blue;
		font-style: normal;
		font-weight: normal;
	}

.code table td pre b
	{
		color: green;
		font-style: normal;
		font-weight: normal;
	}

.copyCode
	{
	
	}

span.copyCode
	{
	color: #0000ff;
	font-size: 125%;
	font-weight: normal;
	cursor: hand;
	float: right;
	display: inline;
	text-align: right;
	}
	
img.copyCodeImage
	{
	border: none;
	margin: 1px;
	margin-right: 3px;
	}


