.draggable
{
	position: absolute;
}

div.block, h1.block, h2.block, p.block
{
	/* border: 1px solid #9DA3B3; */
	
	border: 1px solid #fc9409;
	
	/* background-color: #E0E8FF; */
	
	background-color: #fde786;
	padding: 5px;
}

div.canvas
{
	border: 1px solid #262A37;
	background-color: white;
	background-image: url('gradient.jpg');
	background-repeat: no-repeat;
	background-position: top right;
	padding: 0px;	
}

.highlighter
{
	border: 1px solid #CFDF62 !important;
	/* yellow */
	background-color: #F1FF90 !important;
	margin-left: 10px !important;
	margin-top: 10px !important;
	margin-right: 10px !important;
	margin-bottom: 10px !important;
	padding: 0px !important;
	z-index: 3;
}

.highlighter .highlighter
{
	border: 1px solid #7DAB76 !important;
	/* blue */
	background-color: #ccffff !important;
	
	margin-left: 20px !important;
	margin-top: 20px !important;
	margin-right: 20px !important;
	margin-bottom: 20px !important;
}

.highlighter .highlighter .highlighter
{
	border: 1px solid #7DAB76 !important;
	/* green */
	background-color: #BAFFB0 !important;
	
	margin-left: 10px !important;
	margin-top: 10px !important;
	margin-right: 10px !important;
	margin-bottom: 10px !important;
}

html
{
	padding: 0px;
	margin: 0px;
}

body
{
	font-family: verdana;
	font-size: 11px;
	color: #33333F;
	padding: 3px;
	margin: 0px;
	background-color: white;
}

h1
{
	color: #FF7521;
	margin: 0px;
	font-size: 20px;
}

h2
{
	font-size: 15px;
	margin: 0px;
}

p, div
{
	font-size: 11px;
	margin: 0px;
}

a
{
	text-decoration: none;
	color: #FF9900;
}

.middle-label, .source-label, .destination-label
{
	font-size: 11px;
	font-weight: bold;
	padding: 5px;
}

div.connector
{
	background-color: #FF9900;
	
	z-index: 1000;
}



table.main_table 
{
	width: 100%; 
	border-collapse: separate;
}
	
td.menu
{
	padding: 5px;
}

.menu ul
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	list-style-position: outside;
}

.menu li
{
	border: none;
	padding: 0px;
	font-size: 12px;
	margin-bottom: 3px;
}

.menu li a
{
	display: block;
	border: 1px solid #262A37;
	width: 100px;
	color: #262A37;
	text-decoration: none;
	padding: 1px;
	background-color: #E0E8FF;
}

.menu li a.active_menu
{
	color: #FF9900;
	border-color: #FF9900;
}

.menu li a:hover
{
	color: #FF9900;
	border-color: #FF9900;
}

.block ol, .block ul
{
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 0px;
	padding-left: 25px;
}

.code
{
	font-family: monospace;
	line-height: 1.5em !important;
}