@charset "utf-8";


/* Boxes */

.box {
	min-height: 70px;
	/* [disabled]width: 580px; */
	display: block;
	position: relative;
	/*Border Radius*/
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	/*Box Shadow*/
	-moz-box-shadow: 0px 0px 3px #cfcfcf;
	-webkit-box-shadow: 0px 0px 3px #cfcfcf;
	box-shadow: 0px 0px 3px #999999;
	background-color: #FFF;
	
	behavior: url(css/PIE.htc);
}


.box-header {
  background-color: #e5e5e5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(235, 235, 235)), to(rgb(229, 229, 229)));
  background-image: -webkit-linear-gradient(top, rgb(235, 235, 235), rgb(229, 229, 229));
  background-image: -moz-linear-gradient(top, rgb(235, 235, 235), rgb(229, 229, 229));
  background-image: -o-linear-gradient(top, rgb(235, 235, 235), rgb(229, 229, 229));
  background-image: -ms-linear-gradient(top, rgb(235, 235, 235), rgb(229, 229, 229));
  background-image: linear-gradient(top, rgb(235, 235, 235), rgb(229, 229, 229));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ebebeb', EndColorStr='#e5e5e5');
  border-top: 1px solid #fafafa;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  height: 40px;
  behavior: url(PIE.htc);
}

.box-header h1 {
	color: #898989;
	float: left;
	font-size: 15px;
	font-weight: bold;
	line-height: 40px;
	text-shadow: 0 1px 0 #fff;
	text-transform: uppercase;
	margin: 0px;
	padding-left: 14px;
}

.box-header .glyph {
  float: left;
  font-size: 16px;
  line-height: 26px;
  margin-right: -3px;
  padding-left: 14px;
  text-shadow: 0 1px 0 #fff;
}

.box-header .icon16 {
  float: left;
  height: 16px;
  width: 16px;
  margin-left: 14px;
  margin-right: -3px;
  margin-top: 11px;
}


.box-header ul {
  border-left: 1px solid #e1e1e1;
  float: right;
}

.box-header ul li {
  display: inline;
  margin-left: -3px;
}

.box-header ul li a {
  border-left: 1px solid #f2f2f2;
  border-right: 1px solid #e1e1e1;
  color: #999;
  display: inline-block;
  *display: inline;
  font-family: "Tahoma", "Lucida Grande", sans-serif;
  font-size: 11px;
  font-weight: bold;
  line-height: 40px;
  padding: 0 20px;
  text-decoration: none;
  text-transform: uppercase;
  zoom: 1;
}

.box-header ul li a:hover {
  background: #eee;
}

.box-header ul li:first-child {
  margin-left: 0;
}

.box-header ul li:last-child a {
  border-right: none;
}

.box-header ul li.active a {
  background: #fafafa;
  border-left: 1px solid #fafafa;
  cursor: default;
}

.box-content {
  padding: 14px;
}



/* Tables */

.tab{
	width: 100%;
	margin:0;
	padding:5;
	color: #999999;
	border-top:  1px #c2c2c2;
	border-bottom:  1px #c2c2c2;
	border-left:  1px #c2c2c2;
	border-right:  1px #c2c2c2;
	border-collapse: collapse;
}

.tab caption {
	margin:0;
	padding:0;
	background: #f3f3f3;
	height: 40px;
	text-indent: 28px;
	text-align: left;
	letter-spacing: 3px;
	border-top: dashed 1px #c2c2c2;
	border-bottom: dashed 1px #c2c2c2;   

}

.tab a{
	color: #6584A3;
	text-decoration: none;
}
.tab a:hover{
	color: #964B4B;
	text-decoration: underline;
}


/* Tables HEAD */



.tab thead {

background-color: #FFFFFF;

border: none;

}

.tab thead tr th {
	background-image:url("/lottery/img/table/bg.gif");
	height: 22px;
	line-height: 22px;
	text-align: center;
	color: #21759B;
	background-repeat : repeat-x;
	border-collapse: collapse;
	font-size: 12px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #E4E4E4;
	border-bottom-color: #E4E4E4;
	border-left-color: #E4E4E4;
	padding: 10px;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FAFAFA), to(#EBEBEB));
	background: -webkit-linear-gradient(#FAFAFA, #EBEBEB);
	background: -moz-linear-gradient(#FAFAFA, #EBEBEB);
	background: -ms-linear-gradient(#FAFAFA, #EBEBEB);
	background: -o-linear-gradient(#FAFAFA, #EBEBEB);
	background: linear-gradient(#FAFAFA, #EBEBEB);
	-pie-background: linear-gradient(#FAFAFA, #EBEBEB);
	behavior: url(/PIE.htc);
}



/* Tables BODY */


.tab tbody tr {

background: #F8F8F8;

text-align: center;


event:expression(
onmouseover = function(){this.style.backgroundColor = '#EDEDED';},
onmouseout = function(){this.style.backgroundColor = '#F8F8F8';}
)

}

.tab tbody tr.odd {

background: #F0FFFF;

}

.tab tbody tr:hover, .tab tbody tr.odd:hover {

background: #ffffff;

}

.tab tbody tr th,.tab tbody tr td {
	border: 1px solid #E4E4E4;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	text-align: left;
}

.tab tbody tr th {
	font-size: 12px;
	padding: 6px;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom: solid 1px white;

}

.tab tbody tr th:hover {

background: #ffffff;



}



/* Tables LINKS



.tab a{
	color: gray;
	text-decoration: none;
	border-bottom: solid 1px white;
}

.tab a:hover {

color: blue;

border-bottom: none;

}
 */


/* Tables FOOTER */



.tab tfoot {

background: #f3f3f3;

height: 24px;

line-height: 24px;

font-family: "Trebuchet MS", Trebuchet, Arial, sans-serif;

font-size: 12px;

/*font-weight: bold;*/

color: #555d6d;

text-align: center;

letter-spacing: 3px;

border-top: solid 2px #326e87;

border-bottom: dashed 1px #c2c2c2;

}

.tab tfoot tr th,.tab tfoot tr td {

/*padding: .1em .6em;*/



}

.tab tfoot tr th {

border-top: solid 1px #326e87;

}

.tab tfoot tr td {


/**text-align: right;**/

} 







/* Jquery-Touch */
#touch {
}
#touch ul {
	list-style:none;
	margin:0;
	padding:0;
	width:100%;
}
#touch li {
	margin-bottom:-1px;
	line-height: 30px;
}
.handle,.handle2 {
	text-align:center;
	background-image: url(https://www.okweb.asia/images/icon_sortable_t_r_b_l.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
	margin-top: 2px;
	margin-right: 10px;
	margin-bottom: 2px;
	margin-left: 2px;
	cursor: pointer;
	padding: 13px;
}
.placeholder {
	background:#ffc;
	height:80px;
}






/* 提示訊息 */
.prompt_mgs_red {
	background-color: #F0DFDF;
	padding: 10px;
	margin-top: 10px;
	font-size: 12px;
	line-height: 20px;
	color: #900;
	text-decoration: none;
}












/* sliding */
#button {
	height: 36px;
	width: 120px;
	margin: auto;
	float: right;
}

.the_menu ul, li {
	margin:0;
	padding:0;
	list-style:none;

}

.menu_class {

}

.the_menu {
	display:none;
	width:300px;
	border: 1px solid #1c1c1c;
}

.the_menu li {
	background-color: #302f2f;
}

.the_menu li a {
	color:#FFFFFF; 
	text-decoration:none; 
	padding:10px; 
	display:block;
}

.the_menu li a:hover {
	padding:10px;
	font-weight:bold;
	color: #F00880;
}
