/* 
Copyright 2011 Grand Point Inc.
2011_11 by Wang Li
 */
 
/*È«¾Ö*/
*{ font-family: "Microsoft JhengHei", "Î¢ÈíÑÅºÚ", verdana, arial; font-size: 12px; margin:0; padding:0; font-weight:normal; };
body{ background:#FCFCFC;}
img{ border:0;}
ul,li{ list-style: none;}
a{color:#666; text-decoration:none}
a:hover{ color:#069;}
.clear{ clear:both;}
.txtleft{text-align:left;}
.txtright{text-align:right;}
.font10{font-size:10px;}
.ftBlue{ color:#06C;}
.ftOrange{ color:#F90;}
.ftYellow{ color:#FF0;}
.ftRed{ color:#F00;}
.ftGray{ color:#666;}
.ftGray2{ color:#999;}
.ftGreen{color:#3F9E0E;}
.ftStrong{ font-weight:bold;}
.ftUnderline{ text-decoration:underline;}
.ftOverline{ text-decoration:line-through;}
.ftItalic{ font-style:italic;}
.mouseHand{cursor:pointer;}
.imgLine{ padding:3px; border:#E8E8E8 1px solid; background:#FFF;}

/*²¼¾Ö*/ 
#top,#head,#container,#foot,#bottom{width:100%; }
#top{
	background:url(M_r1_c1_s1.jpg) repeat-x;
	height:30px;
	border:0;
	color:#C8D4E3;
}
#top td{padding:0 5px;}
#top a{color:#FFF;}
#head{
	background:url(M_r2_c15_s1.jpg) repeat-x;
	height:50px;
}
#bottom{
	color:#999;
	line-height:20px;
	border-top:#CCC 1px solid;
}
#bottom td{
	padding:5px;
}
#service{
	background:url(M_r10_c6_s1.jpg) repeat-x;
	width:100%; height:35px;
}
#service .help{
	line-height:25px;
	text-align:right;
	padding:5px;
	
}

#nav li{
	width:96px;
	height:37px;
	margin:8px 0 5px 7px;
	text-align:center;
	float:left;
}
.navnormal a{
	background:url(M_r3_c11_s1.jpg) no-repeat;
	display:block;
	font-size:14px;
	
	line-height:35px;
}
.navchoose a{
	background:url(M_r3_c4_s1.jpg) no-repeat;
	display:block;
	font-size:14px;
	line-height:35px;
	font-weight:bold;
	color:#039;
}
.navnormal a:hover,.navchoose a:hover{
	background:url(M_r3_c9_s1.jpg) no-repeat;
	font-weight:bold;
}
.menu {
	margin:15px 0;	
}

.menu li{
	width:210px;
	margin:0;
}
.menu li ul{
	margin: 0 10px;
	border:1px #FFF solid;
	border-top:0;
	background:#F0FAFF;
}
.menu li ul li{
	margin:0;
	width:140px;
}

.menu li ul li a{
	display:block;
	background:#F0FAFF;
	padding:2px 5px;
	line-height:20px;
	margin:3px 5px 0 5px;
	height:20px;
	font-size:12px;
	color:#666;
	font-weight:normal;
}

.menu li ul li a:hover{
	background:#06C;
	font-size:12px;
	font-weight:bold;
	color:#333;
}

.menunormal a{
	display:block;
	background:#E8E8E8;
	padding:5px 10px;
	line-height:20px;
	margin:5px 10px 0 10px;
	height:20px;
}
.menunormal a:hover,.menuchoose a:hover{
	background:url(M_r6_c2_s1.jpg) no-repeat;
	font-size:14px;
	font-weight:bold;
	color:#333;
}
.menuchoose a{
	display:block;
	background:url(M_r8_c2_s1.jpg) no-repeat;
	padding:5px 10px;
	line-height:20px;
	font-size:14px;
	font-weight:bold;
	color:#039;
	margin:5px 10px 0 10px;
	height:20px;
}
.left{background:#E8E8E8;}
.main{
	padding:15px;
}
.main h2{	
	font-size:26px;
	line-height:30px;
	height:30px;
}
.main h3{
	color:#999;
	line-height:25px;
}


.formTb,.schTb{
	margin:5px 0;
	width:100%;
	border:1px solid #E8E8E8;
	background:#fff;
}
.schTb td, .schTb th{
	padding:5px;
	text-align:left;
	background:#F4FAFF;
}
.schTb th{
	background:#D9ECFF;
	font-weight:bold;
	color:#069;
	text-align:center;
}
.formTb td, .formTb th{
	padding:5px;
	text-align:left;
	background:#F8F8F8
}
.formTb td{
	background:#FCFCFC;
}
.formTb th{
	text-align:left;
	font-weight:bold;
}
.formTb input,.formTb select,.schTb input,.schTb select{
	height:23px;
	border:1px solid #CCC;
	line-height:23px;
}
.formTb input[type="checkbox"],.formTb input[type="radio"],.schTb input[type="checkbox"],.schTb input[type="radio"]{
	border:0;
	height:12px;
	
}

.formTb label{
	line-height:23px;
}
#todo{
	margin:10px 0;
	height:25px;
}
#todo li{
	width:auto;
	height:15px;
	margin:0px 5px 0 0;
	text-align:center;
	float:left;
}
.todoempty a{
	margin-right:20px;
}
.todonormal a,.todosch a, .todoadd a, .tododel a{

	background:#F0F0F0;
	font-weight:bold;
	display:block;
	padding:5px 10px;
	line-height:15px;
	color:#666;
	border:1px solid #CCC;
}
.tododel a{
	background:url(../HdImg/cancel.png) no-repeat 5px 5px #D9D9D9; padding-left:25px;
	color:#333;
	border:1px solid #CCC;
	
}
.tododel a:hover{
	background:url(../HdImg/cancel2.png) no-repeat 5px 5px #B0CC44; padding-left:25px;
	font-weight:bold;
	color:#fff;
	border:1px solid #990;
}
.todoadd a{
	background:url(../HdImg/add.png) no-repeat 5px 5px #D9D9D9; padding-left:25px;
	color:#333;
	border:1px solid #CCC;
	
}
.todoadd a:hover{
	background:url(../HdImg/add2.png) no-repeat 5px 5px #B0CC44; padding-left:25px;
	font-weight:bold;
	color:#fff;
	border:1px solid #990;
}
.todosch a{
	background:url(../HdImg/zoom.png) no-repeat 5px 5px #D9D9D9; padding-left:25px;
	color:#333;
	border:1px solid #CCC;
}
.todosch a:hover{
	background:url(../HdImg/zoom2.png) no-repeat 5px 5px #B0CC44; padding-left:25px;
	font-weight:bold;
	color:#fff;
	border:1px solid #F5F6F6;
	border:1px solid #990;
}
.todochoose a{
	background:#73D5F6;
	font-weight:bold;
	display:block;
	padding:5px 10px;
	line-height:15px;
	color:#fff;
	border:1px solid #fff;
}

.todonormal a:hover,.todochoose a:hover{
	background:#73D5F6;
	font-weight:bold;
	color:#fff;
	border:1px solid #09F;
}
.button{
	background:#73D5F6;
	color:#fff;
	border:0;
	font-weight:bold;
	padding:0 10px;
}

.width100{
	width:100%;	
}

.listTb caption{
	text-align:left;
	line-height:3em;
	font-size:14px;
	font-weight:bold;
	}
.listTb{
	margin:5px 0;
	width:100%;
	border:1px solid #E8E8E8;
	background:#fff;
}
.listTb td, .listTb th{
	padding:5px;
	text-align:left;
	background:#F8F8F8;
}
.listTb td{
	background:#FCFCFC;
}
.listTb th{
	text-align:left;
	font-weight:bold;
}
.error{
	border:2px solid #F00;
	background:#FFECEC;
	width:100%;
}
.error th{
	background:url(../../HdInc/Images/error.png) no-repeat 4px 4px #FFECEC;
	width:22px;	
}
.error td{
	padding:3px;
	color:#F00;
	background:#FFECEC;
}

.success{
	border:2px solid #690;
	background:#F0FAE7;
	width:100%;
}
.success th{
	background:url(../../HdInc/Images/success.png) no-repeat  4px 4px #F0FAE7;
	width:22px;	
}
.success td{
	padding:3px;
	color:#360;
	background:#F0FAE7;
}

.info{
	border:2px solid #09C;
	background:#DFF4FF;
	width:100%;
}
.info th{
	background:url(../../HdInc/Images/info.png) no-repeat #DFF4FF 4px 4px;
	width:20px;	
}
.info td{
	padding:3px;
	color:#069;
	background:#DFF4FF;
}

.warning{
	border:2px solid #F90;
	background:#FCF9DA;
	width:100%;
}
.warning th{
	background:url(../../HdInc/Images/warning.png) no-repeat  4px 4px #FCF9DA;
	width:22px;	
}
.warning td{
	padding:3px;
	color:#C63;
	background:#FCF9DA;
}
input.error{
	background:#FFFAF7;	
}
label.error{
	line-height:25px;
	color:#F90;
	border:0;
	background:none;
}
.inputDate{
	width:70px;	
}
.inputKeywords{
	width:80px;	
}
.dialogTips{
	font-size:12px;	
}
.dialogTips h3{
	font-weight:bold;
	line-height:25px;
}
.dialogTips p{
	line-height:23px;
	margin-bottom:10px;
	text-indent:2em;
}
.dialogTips ul{
	margin-left:20px;
	padding:0 0 0 20px;	
}
.dialogTips li{
	line-height:23px;
	list-style-type:disc;
	color:#666;
}

.trHover{
	background-color:#000;	
}
.PermissionsUl{ margin:0; padding:0;}
.PermissionsUl li{
	width:150px;
	line-height:25px;
	margin:0; padding:0;
}
.PermissionsUl h2{
	font-size:12px;
	line-height:25px;
	font-weight:bold;
	margin:0; padding:0;	
}

.divSCROLLBAR{scrollbar-face-color: #FFFFFF; scrollbar-shadow-color: #D2E5F4; scrollbar-highlight-color: #D2E5F4; scrollbar-3dlight-color: #FFFFFF; scrollbar-darkshadow-color: #FFFFFF; scrollbar-track-color: #FFFFFF; scrollbar-arrow-color: #D2E5F4;
	}
.conPage{
}
.conPage li {
	float:left;
	margin-right:5px;	
	border:1px solid #CCC;
	background:#73D5F6;
	line-height:16px;
	padding:3px 5px;
	color:#FFF;
}
.conPage li a{
	color:#069;
}
.Pages{
	text-align:right;
	padding:5px;
	clear:both;
	margin-top:30px;
}
.Pages a{
	border:1px solid #ccc;
	padding:1px 5px;
	text-align:center;
	margin:0 5px 0 0;
	background:#FFF;
}
.Pages a:hover{
	border:1px solid #000;
	padding:1px 5px;
	text-align:center;
	margin:0 5px 0 0;
	background:#E8E8E8;
	color:#000;
	font-weight:bold;
}
.Pages .choose{
	border:1px solid #ccc;
	padding:1px 5px;
	text-align:center;
	margin:0 5px 0 0;
	background:#E8E8E8;
	color:#333;
	font-weight:bold;	
}
.myPUl{
	list-style:none;
}
.myPUl h2{
	line-height:30px;
	font-weight:bold;
	clear:both;
}
.myPUl li{
	float:left;
	width:70px;
	height:30px;
	line-height:30px;
	list-style:none;
	margin-right:5px;	
}

.MbiUl{ margin:0; padding:0;}
.MbiUl li{
	width:150px;
	line-height:2em;
	margin:0; padding:0;
	text-indent:1em;
}
.MbiUl h2{
	font-size:12px;
	line-height:3em;
	font-weight:bold;
	margin:0; padding:0;	
}
.StrLen {
	table-layout:fixed;
}

.StrLen tr td{
	text-overflow:ellipsis;
	-moz-text-overflow: ellipsis;
	overflow:hidden;
	white-space: nowrap;
	border:0px;
}