﻿            html, body {
            margin: 0;
            -webkit-text-size-adjust:none;
            }
            #content {
            position: relative;
            margin: 0 auto;
            width: 1024px;
            text-align: left;
            }
            
            .orange{color: #FF9D37;}
            
            .actived{color: #DC0300; font-weight: bold; }
            
            .small {color: #888888; font-size: .8em; font-weight: bold; }
            
            .small a {color: #888888; text-decoration: none;}
            .small a:hover {color: #DC0300; }
            .small a:active {color: #DC0300; }
            
            .mid { color: #000000; font-size: .8em; font-weight: 300; line-height: 1.8em}
            
            .mid a {color: #555555; text-decoration: none;}
            .mid a:hover {color: #DC0300; }
            .mid a:active {color: #DC0300; }              
            
            .large { color: #000000; font-size: 1em; font-weight: bold; }
            
            .large a {color: #555555; text-decoration: none;}
            .large a:hover {color: #DC0300; }
            .large a:active {color: #DC0300; }
            
            menu.li { line-height: 1.8em}
                  
            
            .Xlarge { color: #000000; font-size: 1.3em; font-weight: bold; }
            
            .hide{ display: none; }
            
            .footer{ font-size: .8em;  color: #777777;}
           
            .footer a {color: #777777; text-decoration: none;}
            .footer a:hover {color: #DC0300; }
            .footer a:active {color: #DC0300; }
            
            .head { margin-left: 0px; margin-top: 0px; margin-bottom: 0px;}
            


	.abgne_tab ul {
		margin: 0;
		padding: 0;
		list-style: none;
        margin-left: 0px;
	}
	.abgne_tab {
		clear: left;
		width: 500px;
		margin: 10px 0;
	}
	ul.tabs {
		width: 100%;
		height: 32px;
		border-bottom: 1px solid #777777;
		border-left: 0px;
	}
	ul.tabs li {
		float: left;
		height: 31px;
		line-height: 31px;
		overflow: hidden;
		position: relative;
		margin-bottom: -1px;	/* 讓 li 往下移來遮住 ul 的部份 border-bottom */
		border: 0px;
		background: #dddddd;
	}
    
	ul.tabs li a {
		display: block;
		padding: 0 20px;
		text-decoration: none;
	}
	ul.tabs li a:hover {
		background: #ccc;
	}
	ul.tabs li.active  {
		background: #fff;
        font-weight: bold; 
	}
    	ul.tabs a.active  {
          color: #DC0300;
          border-top: 1px solid #999999;
          border-left: 1px solid #999999;
          border-right: 1px solid #999999;
          border-bottom: 1px solid #ffffff;
	}
     ul.tabs a.active:hover  {
          background: #ffffff;
          color: #DC0300;
	}
	ul.tabs li a:hover {
		background: #dddddd;
          font-weight: bold; 
          color: #000000;
	}
	div.tab_container {
		clear: left;
		width: 100%;
		border: 1px solid #999999;
		border-top: none;
		background: #fff;
        margin-left: 0px;
	}
	div.tab_container .tab_content {
		padding: 20px;
	}
	div.tab_container .tab_content h2 {
		margin: 0 0 20px;
	}