@charset "UTF-8";


/* ================================================================ *
	BusinessWing 2009
	Template CSS
	
	基本設定用css  基本上歸零用。
 * ================================================================ */
 
 /* 所有 magin 跟 padding的歸零 */
 
* {margin:0;padding:0;}

ul, ol {list-style-type:none;}
img {border-width:0;}

/* 位置基準的設定 */
.wrapbox, #navi, #main, #mainbox {
  position:relative;
}

#pathnav, #banner {
	position:absolute;}

/* sidenavi設定為絶対配置   - SS不用 但是將來會用 先保留*/
#sidenavi {
  position:absolute;
  left:0;
}

/* 追加sidebox 絶対配置   -- 有些SS會用*/
#sidebox {
  position:absolute;
  top:0;
  right:0;
}

/* 圖片背景型的box需設定為絶対配置 */
#contentsbox, #navibox {
  position:absolute;
}

#mainimgbox {
  display:block;
  position:absolute;
}

/* navigation跟footer上禁止換行 */
#navi, #footer {
  white-space:nowrap;
}

/* navigation 跟 footer的項目設定為橫向並排 */
#navi ul, #footer ul {
  list-style:none;
}

#navi ul li, #footer ul li {
  display:inline;
}

input.stylebutton{
	background: transparent url("../images/btn.png") 1px 100% repeat-x;
        margin-bottom: 5px;
        padding: 2px 2px;
        border: 1px solid #003c73;
        width: 70px;
        font-size: 12px ;
	color:#15428B;
	cursor:pointer;
}

input.stylebutton:hover{
	background: transparent url("../images/btn-hover.png") 1px 100% repeat-x;
        margin-bottom: 5px;
        padding: 2px 2px;
        border: 1px solid #000c43;
        width: 70px;
        font-size: 12px ;
	color:#000000;
	cursor:pointer;
}


label.lbl{
	
	color:#AB428B;

}

td.finetd{
  border-bottom: 1px solid #003c73;
}

label.stylelbl{
color:red;
}

label.stylelblButton{
	width:200px;
	height:30px;
	background: transparent url("../images/stylelblButton-over.jpg") 1px 100% repeat-x;
        border: 1px solid #008837;
	color: #003300;
	cursor:pointer;
}

label.stylelblButton:hover{
	width:200px;
	height:30px;
	background: transparent url("../images/stylelblButton.jpg") 1px 100% repeat-x;
        border: 1px solid #005537;
	color: #003300;
	cursor:pointer;
}

table.priorityList{
	width:95%;
}

table.priorityList thead tr{
	background-color: #D4CDD8 ;
}

table.priorityList tbody tr:hover{
	background-color: #EAEAEA ;
}

table.priorityList thead tr th{
	border: 1px solid #003c73;
}

table.priorityList tbody tr td{
	border-bottom: 1px solid #003c73;
}

table.priorityList tbody tr td:first-child{
	padding-left: 10px;
	border-left: 1px solid #003c73;
}

table.priorityList tbody tr td:last-child{
	border-right: 1px solid #003c73;
}

