/* 歐爾立資訊工作室 */
/* http://or23.com/ */

/*網頁整體架構*/
body {
  margin: 10px;
  padding: 0px;
  font-family: "微軟正黑體","Microsoft JhengHei",Georgia,Serif;
  font-size: 16px;
  background-color: #ffffff;
  background-image: url(bg.gif); 
  background-repeat: repeat-x;
  background-repeat: repeat-y;
}

/*頁首*/
.header{
   margin:0px auto 20px auto; /*1:上邊 2:右邊 3:下邊 4:左邊*/
   width: 940px;
}

/*內容*/
.data{
  width: 940px;
  margin:0px auto;
}

/*頁尾*/
.footer #footer {
  width: 940px;
  margin: 20px;
  font-size: 13px;
  background: #ECF0F1;
}

/*網站LOGO(大)*/
.logo {
  width: 142px;
  height: 68px;
  margin: 20px 0 0 0px;
  float: left;
}
.logo a{
  width: 142px;
  height: 68px;
  background: url(logo.png) no-repeat;
  display: block;
}

/*表格*/
.fancytable{
  border:1px solid #cccccc;
  border-collapse:collapse;
} 
.fancytable td{
  border:1px solid #cccccc;
  color:#555555;
  line-height:28px;
}
.headerrow{
  background-color:#BAC8CB;
}
.headerrow td{
  padding: 10px;
  height: 50px;
  color:#0066cc;
  font-size: 26px;
  list-style: disc;
  font-weight:900;
}
.datarowodd_2{
  padding: 10px;
  background-color:#ffffff;
}
.dataroweven_2{
  padding: 10px;
  background-color:#efefef;
}
.datarowodd td{
  padding: 10px;
  background-color:#ffffff;
}
.dataroweven td{
  padding: 10px;
  background-color:#efefef;
}

/*表格滑鼠事件*/
.touch:hover {
  background-color: #F5F8F8;
}

/*網頁超連結樣式*/
a {
  text-decoration: none;
}
a:link {
  color: #000099;
}
a:visited {
  color: #000099;
}
a:hover {
  text-decoration: underline;
}

/*MENU*/
h1{
  margin: 2em 0px;
  padding: 0px;
  color: #fff;
  text-align: center;
  font-weight: 100;
  font-size: 50px;
}

nav{
  width: 780px;
  margin: 1em -20px 0 0;
}

ul{
  margin: 0px;
  padding: 0px;
  list-style: none;
}

ul.dropdown{ 
  position: relative; 
  width: 100%; 
}

ul.dropdown li{ 
  font-weight: bold; 
  float: left; 
  width: 156px; 
  position: relative;
  background: #ecf0f1;
}

ul.dropdown a:hover{ 
  color: #000; 
}

ul.dropdown li a { 
  font-size: 23px;
  display: block; 
  padding: 20px 8px;
  color: #34495e; 
  position: relative; 
  z-index: 2000; 
  text-align: center;
  text-decoration: none;
  font-weight: 300;
}

ul.dropdown li a:hover,
ul.dropdown li a.hover{ 
  background: #3498db;
  position: relative;
  color: #fff;
}


ul.dropdown ul{ 
 display: none;
 position: absolute; 
  top: 0; 
  left: 0; 
  width: 180px; 
  z-index: 1000;
}

ul.dropdown ul li { 
  font-weight: normal; 
  background: #f6f6f6; 
  color: #000; 
  border-bottom: 1px solid #ccc; 
}

ul.dropdown ul li a{ 
  display: block; 
  color: #34495e !important;
  background: #eee !important;
} 

ul.dropdown ul li a:hover{
  display: block; 
  background: #3498db !important;
  color: #fff !important;
} 

.drop > a{
  position: relative;
}

.drop > a:after{
  content:"";
  position: absolute;
  right: 10px;
  top: 40%;
  border-left: 5px solid transparent;
  border-top: 5px solid #333;
  border-right: 5px solid transparent;
  z-index: 999;
}

.drop > a:hover:after{
  content:"";
   border-left: 5px solid transparent;
  border-top: 5px solid #fff;
  border-right: 5px solid transparent;
}


/*幻燈片*/
	#abgneBlock {
		width: 940px;
		height: 279px;
		position: relative;
		overflow: hidden;
		border: 1px solid #ccc;
	}
	#abgneBlock ul.list {
		padding: 0;
		margin: 0;
		list-style: none;
		position: absolute;
		width: 9999px;
		height: 100%;
	}
	#abgneBlock ul.list li {
		float: left;
		width: 940px;
		height: 100%;
	}
	#abgneBlock .list img{
		width: 100%;
		height: 100%;
		border: 0;
	}
	#abgneBlock ul.playerControl {
		margin: 0;
		padding: 0;
		list-style: none;
		position: absolute;
		bottom: 5px;
		right: 5px;
		height: 14px;
	}
	#abgneBlock ul.playerControl li {
		float: left;
		width: 10px;
		height: 10px;
		cursor: pointer;
		margin: 0px 2px;
		background: url(imgbox/cir_ctrl.png) no-repeat -10px 0;
	}
	#abgneBlock ul.playerControl li.current { 
		background-position: 0 0;
	}

/*回頂部*/
#gotop {
    display: none;
    position: fixed;
    right: 20px;
    bottom: 20px;    
    padding: 10px 15px;    
    font-size: 20px;
    background: #777;
    color: white;
    cursor: pointer;
}