#core
{
	margin-top : 5px;
	
	background:#e4e4e4;
}

#feature-table
{
	/*Positionnement
	position : relative;
	top  : 8px;
	left : 1%;
	
	width :11%;
	height:220px;

	background:white;
	
	font-size: 15px;
	font-weight:670;
	color:#9f1f63;
	z-index : 0;
	padding-left : 5px;*/
}

#summaryarea
{
	/*Positionnement
	position : relative;
	top  : -212px;
	left : 13%;
	
	width :60%;
	height:220px;

	background:white;
	
	padding-left : 15px;
	margin : 5px 5px 5px 5px;	 */
}


#query-area
{
	/*Positionnement*/
	position : relative;
	top  : -432px;
	left : 73.5%;
	
	width :24.8%;
	height:210.5px;
	
	padding-top:10px;
	padding-left:10px;
	background:white;
}

a#to-top 
{
	font-size:11px;
	color:#9f1f63;
	text-decoration:none;
}

.toExternalLink  a:hover
{
	font-style	: italic;
	text-decoration : underline;
	font-weight	: bold;
	color		: #8D7798;
}

.toExternalLink a:link,
.toExternalLink a:active,
.toExternalLink a:focus,
.toExternalLink a:visited
{
	color		: rgb(0,0,0);
	font-weight	: normal;
	text-decoration : none;
}
#new-request
{
	position:relative;
	top  : -50px;
	left : 653px;
	margin-bottom:10px;
	
	/*color*/
	background: #f8f7f5 none;
	
	/*Dimension*/
	width: 300px;
	height:400px;
	
	border:dashed medium green;
	
	z-index:2;
}

#Info-area
{
	/*position : relative;
	top:-438px;
	left:1%;
	
	width:98.5%;
		
	border-style:dashed;
	
	visibility:visible;
	
	background-color: white;*/
}


.IdAndSymbol input
{
	color:#9f1f63;
	text-align: left;
	font-size: 14px; 
	font-weight: bold;
	margin:5px 0px 5px 0;
}

.GeneInfo
{
	color:balck;
	text-align: left;
	font-size: 12px; 
	font-weight: bold;
	margin:5px 10px 0px 10px;
	padding-bottom:5px;
	border-bottom : thin solid #f8f7f5;
}


#transcript
{
	position:relative;
	left:10px;
	
	background-color:white;
	margin:5px 5px 5px 5px;
	
	width:585px;
	
	color:#9f1f63;
	
	text-align:center;
	font-size:14px;
	font-weight:bold;
}

#AllTranscript
{
	position:relative;
	left:0px;
	
	margin:5px 5px 5px 15px;
	width : 585px;
	
	background-color:white;
	
	color:black;
	text-align:left;
	font-size:10px;
}


.TranscriptDetail
{
	position:relative;
	left:0px;
	
	background-color:white;
	margin:5px 5px 5px 15px;
	color:black;
	text-align:left;
	font-size:10px;
	
	width : 585px;
}

.feature
{
	position:relative;
	top:-465px;
	left:21px;
	
	margin:10px 0px 0px 0px;
	
	background-color:#f8f7f5;
	border:dashed medium orange;
	width:616px;	
}

.feature-subsection
{
	position:relative;
	
	left:0px;
	
	margin:0px 0px 0px 0px;
	padding-bottom: 5px;
	background-color:#f8f7f5;
	
	font-size:10px;
	font-weight:bold;	
}

.feature-title
{
	position:relative;
	left:10px;
	
	background-color:white;
	margin:5px 5px 5px 5px;
	
	width:585px;
	
	color:#9f1f63;
	
	text-align:center;
	font-size:14px;
	font-weight:bold;
}

.feature-detail-title
{
	position:relative;
	left:0px;
	
	margin:5px 5px 5px 15px;
	width : 585px;
	
	background-color:#f8f7f5;
	
	color:#9f1f63;
	text-align:left;
	font-size:10px;
	font-weight:bold;
}

.feature-detail
{
	position:relative;
	left:0px;
	
	margin:5px 5px 5px 15px;
	width : 585px;
	
	background-color:white;
	
	color:black;
	text-align:left;
	font-size:10px;
}
