/*
Design by Metamorphosis Design
http://www.metamorphozis.com
Released for free under a Creative Commons Attribution 2.5 License
*/
.marquee
{
    width:500px; 
    vertical-align:top;
    line-height:25px;
    margin-top:-11px;
    margin-left:15px;
    }
    
body {
	background-color:#b54127;
	font: 11px Arial, Helvetica, sans-serif;
	color: #000000;
	margin-top:0px;

}
h3 
{
    color:Purple;
    font-weight:bold;    
    }
    
.topdiv 
{
  	background: url(images/bg_shadow.png);
    background-repeat: repeat-y;
    background-position: center;  
    margin-top:0px;
    }
    
.container{
	margin: 0 auto;
	width: 1014px;
	text-align: left;
    background-color: #ffffff;
}
#logintable 
{
    background-image: url('images/signin.png'); 
    background-repeat: no-repeat;
     height: 350px;
     width:600px;
     margin-right:0px;
    }


.header {
	width: 1014px;
	position: relative;
	height: 200px;
	/*background: url(images/header.jpg);*/
	background-repeat:no-repeat;
	background-position: center;
		z-index:99;
}

.main{
	
	width: 100%;
	margin-top:48px;
	clear:both;
	padding-left: 0px;
	padding-right: 0px;
	min-height:500px;

}

.content
{
    width:780px;
    float:left;
    padding-left:15px;
    padding-bottom:40px;
    }
    
.content .defpage ,.defpage li
    {
	font-size: 11pt;
	margin: 5.8px;
	line-height:150%;
	font-family:Calibri;
	 color:#333333;
}

.content .defpage ul 
{
    list-style-type:none;
    margin-left: 20px;
    }
    

.content .defpage ul li
{
    background: url(images/li2.gif) no-repeat;
    background-position:0 0.4em; 
    padding-left:15px; 
    }


.content .defpage sup, .content .defpage sub
    {
	line-height:1.5em;
    }

/*選單區塊*/
.menu
{
    float:left;
    margin-top:-26px;
    }
/*主選單*/

.navigation {
	width: 190px;
	text-align: left;
	/*height: 67px;*/
    float:left;
    margin-top:2px;
}

/* 側邊選單*/
.sidenav {
	list-style: none;
	padding-left:0px;
	padding-top: 15px;
	padding-bottom: 15px;
    width:200px;
    float:left;
	margin-left:0px;
	clear:left;
}
/*額外資訊頁*/
.addinfo {
	list-style: none;
	padding-left:0px;
	padding-top: 15px;
	padding-bottom: 15px;
    width:200px;
    float:left;
	margin-left:0px;
	clear:left;
}
.sidenav h1 
{
    padding-left: 12px;
    font-weight:bold;
	color: #E73;
	font-size: 1.2em;
	height: 20px;
	margin-top: 5px;
	width:170px;
}
.sidenav ul {
	margin: 0;
	padding: 0;
    list-style:none;
}
.sidenav ul li {
	padding-left: 7px;
	margin-left:11px;
    padding-top: 2px;
    margin-top: 3px;
    list-style:none;
}

.sidenav  a
{
    background: url(images/menu4.png)  no-repeat;
    font-family: Arial, Helvetica, sans-serif;
    color: #FFFFFF;
	display: block;
	font-size: 10pt;
	padding: 3px 6px 3px  18px;
	text-decoration: none;
	height:30px;
	line-height:29px;
    width:180px;
    margin-top:-5px;
    margin-left:0px;
}
.sidenav  a:hover
{
    background: url(images/menu3.png)  no-repeat;
	color: #111;
	
}

.sidenav .sysmenuchk 
{
    background: url(images/menu3.png)  no-repeat;
	color: #111;
    }


.footer 
{
    height: auto;
    width: 1014px;
    text-align: left;
    display:inline-block;
	padding-top: 15px;
	background-color:#363636;
	/*background: url(images/footer.jpg);*/
	background-repeat:no-repeat;
	background-position: center;
    margin-top: 10px;
    margin-bottom:0px;
    padding-bottom:20px;
    margin-bottom:-19px;
}

.footer p,.footer span {
	margin: 0;
	font-size: 10px;
	text-align: left;
	color: #ffffff;
}

.footer a {
	color: #ffffff;
}

.footer_memo
{
    margin-top:15px;
    float:left;
    width:75%;
    text-align:left;
    margin-left:50px;
    font-size:8pt;

    }
.footer_copyright, .footer_copyright a
{
    color:#999999;
    margin-top:10px;
    }

.servertime
{
    display:none;
    padding-top:10px;
    margin-right:auto;
    font-size:16px;
    font-family:Arial Black;
    color:White;
    float:left;
    line-height:110%;
    text-align:left;
    letter-spacing:1px;
    }

.news_title
{
    height:51px;
    font-size:1.6em;
    font-weight:bold;
    color:#0099FF;  
    background-image: url(images/newsbg.gif);
    background-repeat: repeat-x;
    
 }
    
.news_title a
{    
    color:#0099FF;  
    text-decoration:none;
    padding-top:3px;
    padding-bottom:3px;
    }
    
 .news_title a:hover 
 {
    text-decoration:none;
	color:#FF6300;
    padding-top:3px;
    padding-bottom:3px;
}    
    
.news_content
 {
      font-size:11pt;
      line-height:140%;
   }
.news_time
 {
     font-size:10pt;
     font-family:Times New Roman;
     font-style:italic;
     color:#909090;
     padding-bottom:5px;
     padding-top:5px;
}

.news_img 
{
  max-width:150px; 
  max-height:150px;  
  float:left;
  display: inline;
   margin-right: 15px;
   margin-left: 15px;
   margin-bottom:15px;
    }