html{
	background-color: #fbf7f0;
	min-width: 1000px;
	height:100%;
	width:100%;
}
.text{
font-size: 10px;
background-color: white;
border:0px;
}
#wrapper_head{
	float: left;
	width: 100%;
	height: 150px;


    background: -webkit-radial-gradient(40% 40%, closest-side,#bb57e7,#9514b6); /* Safari 5.1 to 6.0 */
    background: -o-radial-gradient(40% 40%, closest-side,#bb57e7,#9514b6); /* For Opera 11.6 to 12.0 */
    background: -moz-radial-gradient(40% 40%, closest-side,#bb57e7,#9514b6); /* For Firefox 3.6 to 15 */
    background: radial-gradient(closest-side at 40% 40%,#bb57e7,#9514b6); /* Standard syntax (must be last) */

}

#head_center{
	padding-left: 0.5%;
	padding-right: 0.5%;
	width: 1000px;
	margin:0px auto;	
}

#logo{
	margin-left: -18px;
	margin-top:5px;
	float:left;
	height: 100px;
}

#logo_subtitle{
	float:right;
}

#logo_DNA{
	float: right;
	margin-top: 10px;
}

#sub_logo{		/*Result*/
	height: 19%;
	width: 19%;
	float: left;
}

#subtitle{
	float: left;
	font-size: 180%;
	font-family: "Yu Gothic UI";
	/*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
	color: #FFF;
}

#wrapper_body{
	margin:0px auto;	
	width: 1000px;
	height: 100%;
}

#wrapper_body_assembly_page{
        margin:0px auto;
        width: 550px;
        height: 100%;
}

#wrapper_body_compare_page{
        margin:0px auto;
        width: 1015px;
        height: 100%;
}
#body_internal{
	float: left;
	width: 100%;
	height: 100%;
	padding: 30px;
	padding-top:15px;
	padding-bottom:25px;
	background-color: #FFF;
	box-shadow: 0px 10px 30px #888888;
}

.section{
	float: left;
	width: 100%;
	background-color: #FFF;

}

#btn_help{
	float:right;
}

#section1{
}

#section2{
	border-left-style:solid;
	border-right-style:solid;
	border-top-style:solid;
	border-bottom-style: solid;
	border-color:#9514b6; 
	margin-top:15px;
	padding:10px;
	font-size: 16px;
}

#section3{
	border-left-style:solid;
	border-right-style:solid;
	/*border-top-style:solid;*/
	border-bottom-style:solid;
	border-color:#46A4D0; 
	padding:10px;
	font-size: 16px;
}

#section4{
	margin-top: 15px;
	
}

#section_noFrame{
	padding:10px;
	font-size: 16px;
}

#foot{
	width: 100%;
	padding: 5px;
	background-color: #fbf7f0;
	float: left;
	color: #999;
	margin-top:35px; 
	font-family:DFKai-sb;
}

#rightfloat{
        float:right;
}

.outerContent_textFormat{
	font-size: 140%;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.innerContent_textFormat{
	font-size: 120%;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.copyright{
    font-size: 120%;
	text-align: center;
}

.weight_margin{
	margin-left: 10px;
	margin-right: 5px;
}

.help_margin{
	margin-top: 10px;
}

.Run_btn_margin_right{
	margin-right: 15px;
}

.td_padding_bottom{			/*td內容離下框的距離*/
	padding-bottom: 12px;
}

.td_padding-top{
	padding-top: 12px;
}


.padding_top{
	padding-top: 10px;	/*距離左邊物件的間距*/
}

.padding_left{
	padding-left: 50px;      /*距離左邊物件的間距*/
}

.padding_bottom_div{	/*兩個*/
	padding-bottom: 20px;
}

.sub_btn_margin_left{
	margin-left: 30px;
}

.add_btn_margin_left{
	margin-left: 15px;
}

.lable{
}

.table_padding{
        padding-left: 15px;
        padding-right: 15px;
}

.BackToResult_margin{
		margin-left: 10px
}

/* 字體粗細 */
.bolder{
	font-weight: bolder;
}

.inline {
	display: inline-block;	/*同一行不換行*/
}

.padding_left_refFile{
	
	padding-left: 20px;	

}

#head_left{
	float: left;
	width: 80%;
}

#head_right{
	float: right;
	width: 30%;
}	

.tab-set{
	margin-top: 5px;
	background-color: #ddd;
	border-radius: 25px 25px 0px 0px !important;
}

input.largerCheckbox
{
	width: 20px;
	height: 20px;
}

body{
	background-color: #fbf7f0;
/*	background-color: white;*/

	

}


/*
	the following css elements are added by Elsun Liu
*/

.align-right{
	float: right
}

.ref-genome-tab{
	display: inline-block;
	/*background-color: #fcf3ff;*/
	/*box-shadow: 5px 5px 2px #c3c3c3;*/
}

.ref-genome-content{
	display: inline-block;
	background-color: #fcf3ff;
	/*box-shadow: 5px 5px 2px #c3c3c3;*/
}
