﻿a{
    font-family: Helvetica, Arial, serif, sans-serif, cursive, fantasy, monospace;
}

input{
    font-size : 18px;
}

option{
    font-size : 18px;
}

select{
    font-size : 18px;
}

ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.abgne_tab { /*內文長度控制*/
	clear: left;
	width: 1140px;
	margin: 10px 0 0 140px;
}
ul.tabs {
	width: 90.35%;
	height: 36px;
	border-bottom: 8px solid #0053A4;
	/*border-left: 1px solid #0053A4;*/
}
ul.tabs li {/*控制小標籤*/
	float: left;
	height: 26px;/*31*/
	
	box-shadow: 0 0 12px 2px rgba(0,0,0,0.53);
	border-top-left-radius: 1em;
    border-top-right-radius: 1em;

	line-height: 38px;
	overflow: hidden;
	position: relative;
	margin-bottom: -1px;	/* 讓 li 往下移來遮住 ul 的部份 border-bottom */
	border: 1px solid #0053A4;
	border-left: none;
	top:10px;
	background: #E7E7E7;
}
ul.tabs li a { /*控制小標籤 文字*/   
	display: block;
	padding: 0 20px;
	margin-top:-5px;
	color: #858585;
	/*border: 1px solid #fff;*/
	text-decoration: none;
}
ul.tabs li a:hover 
{
	background: #ccc;
}
ul.tabs li.active  { /* 被選擇的標籤 */
	background:  #0053A4;
	/*border-bottom: 1px solid#fff;*/
}

ul.tabs li.active a { /* 被選擇的標籤 */
	color:White;
}

ul.tabs li.active a:hover 
{
	background: #0053A4;
}
div.tab_container { /*控制內文 容器 顏色等 與footer距離*/
	clear: left;
	width: 90%;
	border: 2px solid #0053A4;
	border-top: none;
	background: #FFFFFF;
	box-shadow: 0 0 12px 2px rgba(0,0,0,0.53);
	/*box-shadow: 6px 1px 5px 1px #D0D0CD;*/
	border-bottom-left-radius: 2em;
    border-bottom-right-radius: 2em;
    margin-bottom:100px;

}
div.tab_container .tab_content {
	padding: 20px;
}
div.tab_container .tab_content h2 {
	margin: 0 0 20px;
}

.links
{
    position:absolute; 
    cursor:pointer; 
    top:190px; 
    left:1120px; 
    width:150px;
}

.links:hover
{
    position:absolute;
    top:205px; 
    left:1135px; 
}

.top_menu
{
    position:absolute;
    left:148px;
    top:230px;
    padding:6px 10px 5px;
    z-index:2;  
    width:1120px;
    background-color:#0053A4;
    box-shadow: 0 0 10px 1px black;
}

a.top_link
{
    padding:3px 25px 3px;
    height:32px;
    text-decoration:none;
    font-family: Helvetica, Arial, serif, sans-serif, cursive, fantasy, monospace;
    font-size:larger;
    color:#EEF3F8;
    border-radius: 7px 7px 7px 7px;
}

a.top_link:hover
{
    background-color:#EEF3F8;
    color:#0053A4;
}

.homepage
{
    font-size:18px; 
    line-height:30px;
    font-family: Helvetica, Arial, serif, sans-serif, cursive, fantasy, monospace;
    margin: 0px;
    padding: 2px;
}

.messagebox
{
    position:absolute;
    top:315px;
    left:970px;    
    font-family: Helvetica, Arial, serif, sans-serif, cursive, fantasy, monospace;
    background-color:White;
    padding-top:4px;
    padding-bottom:10px;
    padding-left:15px;
    padding-right:15px;
    width:270px;
    border-radius: 10px;
    border-bottom: 2px solid #0053A4;
    border-left: 2px solid #0053A4;
    border-right: 2px solid #0053A4;
    border-top: 28px solid #0053A4;
    
    box-shadow: 0 0 12px 2px rgba(0,0,0,0.53);
    
    font-size:15px; 
    line-height:20px;
}

.counterbox
{
    position:absolute;
    top:730px;
    left:970px;    
    font-family: Helvetica, Arial, serif, sans-serif, cursive, fantasy, monospace;
    background-color:White;
    padding-top:14px;
    padding-bottom:10px;
    padding-left:15px;
    padding-right:15px;
    width:270px;
    border-radius: 10px;
    border-bottom: 2px solid #0053A4;
    border-left: 2px solid #0053A4;
    border-right: 2px solid #0053A4;
    border-top: 28px solid #0053A4;
    
    box-shadow: 0 0 12px 2px rgba(0,0,0,0.53);
}

.messagebox_title
{
    color:White;
    position: absolute;
    top:-23px;
	
    font-size:16px;
	
    font-family: Helvetica, Arial, serif, sans-serif, cursive, fantasy, monospace;
}



/* checkbox */


input[type="checkbox"] {
    display:none;
}
input[type="checkbox"] + label span {
    display:inline-block;
    width:19px;
    height:19px;
    margin:-1px 4px 0 0;
    vertical-align:middle;
    background:url(check_radio_sheet.png) left top no-repeat;
    cursor:pointer;
}
input[type="checkbox"]:checked + label span {
    background:url(check_radio_sheet.png) -19px top no-repeat;
}

/* for the scrollbar */

::-webkit-scrollbar {
    width: 10px;
}
 
/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #004C96; 
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #004C96; 
    -webkit-box-shadow: inset 0 0 6px #004C96; 
}
::-webkit-scrollbar-thumb:window-inactive {
	background: #004C96; 
}


/*for Drug Interaction -> Symptom */
.symptom_box
{
    overflow: auto; 
    height:100px;
    width:600px; 
    display:inline-block; 
    
    line-height:20px;
    
    border-bottom: 2px solid #0053A4;
    border-left: 2px solid #0053A4;
    border-right: 2px solid #0053A4;
    border-top: 2px solid #0053A4;
    border-radius: 10px;
    
    padding-left:10px;
    padding-right:5px;
    padding-top:5px;
    padding-bottom:5px;
}

#Symptom_arrow
{
     opacity: 0.4; 
     filter: alpha(opacity=40); 
     cursor:pointer;  
     height:40px;
}

#Symptom_arrow_single
{
     opacity: 0.4; 
     filter: alpha(opacity=40); 
     cursor:pointer;  
     height:40px;
}

#Symptom_arrow_single:hover
{
    opacity: 1.0;
    filter: alpha(opacity=100);

}


#Symptom_arrow:hover
{
    opacity: 1.0;
    filter: alpha(opacity=100);

}


.main_hr
{
    border: 0;
    height: 0; /* Firefox... */
    box-shadow: 0 0 5px 1px black;
}

.minor_hr
{
    border: 0;
    border-bottom: 1px dashed #ccc;
    background: #999;
}

span.catego
{
    display: block;
    margin-left: 20px;
    margin-top: 20px;
    font-size: 20px;   
    font-weight: normal; 
    margin-left: 0px;
}

span.detail
{
    display: block;
    margin-left: 20px;
    margin-top: 10px;
    font-size: 18px;   
    font-weight: normal; 
}

span.inner_detail
{
    display: block;
    margin-left: 20px;
    margin-top: 10px;
    font-size: 18px;   
    font-weight: normal; 
}

span.super_inner_detail
{
    display: block;
    margin-left: 20px;
    margin-top: 10px;
    font-size: 16px;   
    font-weight: normal; 
}

span.intro
{
    display: block;
    margin-left: 15px;
    margin-top: 7px;
    font-weight: normal; 
}

.version
{
    font-size: 18px;   
    font-weight: bold;         
}
        
a.ref
{
    font-size: 18px;   
    font-weight: normal; 
    color: black;
}
        
.help_question
{
    font-size: 18px; 
    font-weight:bold;
}

.words_type
{
    font-size:18px; 
    line-height:30px;
    font-family: Helvetica, Arial, serif, sans-serif, cursive, fantasy, monospace;
    margin: 0px;
    padding: 2px;
}

#data_download
{
    padding-left: 20px; 
}
               
.data_a
{
    font-size: 18px;   
    font-weight: normal; 
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.sub_download
{
    padding-left: 40px; 
}

.detect_title
{
    font-size: 20px;
    font-weight: bolder;
}

.notice_right
{
    font-size: 16px; 
    color: gray; 
    text-align:right;
}

.notice_middle
{
    font-size: 16px; 
    color: gray; 
    text-align:center;
}

.ticky_title
{
    font-size:17px; 
    line-height:30px;
    font-weight: bold;
    font-family: Helvetica, Arial, serif, sans-serif, cursive, fantasy, monospace;
    text-align: center;
}

.ticky_body_center
{   
    font-size:16px; 
    font-weight: bold;
    line-height:15px;
    font-family: Helvetica, Arial, serif, sans-serif, cursive, fantasy, monospace;
    text-align: center;
}

.ticky_body_left
{   
    font-size:16px; 
    font-weight: bold;
    line-height:15px;
    font-family: Helvetica, Arial, serif, sans-serif, cursive, fantasy, monospace;
    text-align: left;
}

.symptom_help
{
    vertical-align:middle;
}