﻿.ui-draggable 
{
	cursor :move; 
}

div.lmo-transcript-drop
{
	text-align:center;
	margin-left:10px;
	margin-right:10px;
	display:inline-block;
	*display:inline; /* IE7 hack */
}
		
table.lmo-transcript-sense-start,
table.lmo-transcript-sense,
table.lmo-transcript-sense-stop,
table.lmo-transcript-antisense-start,
table.lmo-transcript-antisense,
table.lmo-transcript-antisense-stop
{
	direction:ltr;
	font-family:Verdana;
	font-size:10px;
	line-height:14px;
	text-align:center;
	display:inline-block;
	/* IE6 / IE7 hack */
	*display:inline;
}
		
table.lmo-transcript-sense-start,
table.lmo-transcript-sense,
table.lmo-transcript-antisense,
table.lmo-transcript-antisense-stop
{
	margin-right:-8px;
}

table.lmo-transcript-sense,
table.lmo-transcript-sense-stop,
table.lmo-transcript-antisense-start,
table.lmo-transcript-antisense
{
	margin-left:-8px;
}

table.lmo-transcript-antisense,
table.lmo-transcript-antisense-stop
{
	margin-right: -33px;
}


table.lmo-transcript-sense-start,
table.lmo-transcript-antisense-stop
{
	margin-left:10px;
}

table.lmo-transcript-sense-stop,
table.lmo-transcript-antisense-start
{
	margin-right:10px;
}
		
table.lmo-transcript-sense-start     td.middle,
table.lmo-transcript-sense           td.middle,
table.lmo-transcript-sense-stop      td.middle,
table.lmo-transcript-antisense-start td.middle,
table.lmo-transcript-antisense       td.middle,
table.lmo-transcript-antisense-stop  td.middle
{
	background-color: #CBDDEF;
	padding:4px 4px;
	white-space:nowrap;
}

table.lmo-transcript-sense           td.middle,
table.lmo-transcript-sense-stop      td.middle
{
	padding-left:5px;
}

table.lmo-transcript-antisense       td.middle,
table.lmo-transcript-antisense-stop  td.middle
{
	padding-right:5px
}
		
table.lmo-transcript-sense-start    td.left,
table.lmo-transcript-antisense-stop td.left
{
	width: 8px;
	height: 0px;
	background-color: #CBDDEF;
	line-height:0px;
	font-size  :0px;
}
		
table.lmo-transcript-sense      td.left,
table.lmo-transcript-sense-stop td.left
{
	width:  25px;
	height: 50px;
	/*border-top:    25px solid #CBDDEF;
	border-bottom: 25px solid #CBDDEF;
	border-left:   25px solid transparent;*/			
	background:url('/bch/images/LmoConstruct/right.svg') 5px 0px no-repeat;
	line-height:0px;
	font-size  :0px;
	/* IE6 Hack */
	*border-left-color:   #ABCDEF;			
	*filter: chroma(color=#ABCDEF);
}

table.lmo-transcript-antisense-start td.left,
table.lmo-transcript-antisense       td.left
{
	width:  25px;
	height: 50px;
	/*border-top:    25px solid transparent;
	border-bottom: 25px solid transparent;
	border-right:  25px solid #CBDDEF;*/			
	background:url('/bch/images/LmoConstruct/left.svg') 5px 0px no-repeat;
	line-height:0px;
	font-size  :0px;
	/* IE6 Hack */
	*border-top-color:    #ABCDEF;			
	*border-bottom-color: #ABCDEF;			
	*filter: chroma(color=#ABCDEF);
}
		
table.lmo-transcript-sense-stop      td.right,
table.lmo-transcript-antisense-start td.right
{
	width: 8px;
	height: 0px;
	background-color: #CBDDEF;
	line-height:0px;
	font-size  :0px;
}
		
table.lmo-transcript-antisense      td.right,
table.lmo-transcript-antisense-stop td.right
{
	width:  50px;
	height: 50px;
	/*border-top:    25px solid #CBDDEF;
	border-bottom: 25px solid #CBDDEF;
	border-right:  25px solid transparent;*/			
	background:url('/bch/images/LmoConstruct/left.svg') -30px 0px no-repeat;
	line-height:0px;
	font-size  :0px;
	/* IE6 Hack */
	*border-right-color:  #ABCDEF;			
	*filter: chroma(color=#ABCDEF);
}
		
table.lmo-transcript-sense-start td.right,
table.lmo-transcript-sense       td.right
{
	width:  25px;
	height: 50px;
	/*border-top:    25px solid transparent;
	border-bottom: 25px solid transparent;
	border-left:   25px solid #CBDDEF;*/
	background:url('/bch/images/LmoConstruct/right.svg') -30px 0px no-repeat;
	line-height:0px;
	font-size  :0px;
	/* IE6 Hack */
	*border-top-color:    #ABCDEF;			
	*border-bottom-color: #ABCDEF;			
	*filter: chroma(color=#ABCDEF);
}		
