

/* CSS Document */
.boxy-wrapper{position:absolute; top:100px;}
.boxy-wrapper.fixed{position:fixed;}
/* Modal */ 
.boxy-modal-blackout{position:absolute; background-color:#ffffff; left:0; top:0;} 
/* CorverFrame */
.corverFrame{ position:absolute; left:0; top:0;}
/* Border */
.boxy-wrapper{empty-cells:show; color:#333333; font-family:'宋体',Verdana, Geneva, sans-serif;line-height:14px;}
.boxy-wrapper li{padding:0; margin:0; list-style-type:none;}
.boxy-wrapper .top-left,.boxy-wrapper .top-right,.boxy-wrapper .bottom-right,.boxy-wrapper .bottom-left{width:10px; height:10px; padding:0}
.boxy-wrapper .top-left{background:url(../Image/boxy-nw.png);}
.boxy-wrapper .top-right{background:url(../Image/boxy-ne.png);}
.boxy-wrapper .bottom-right{background:url(../Image/boxy-se.png);}
.boxy-wrapper .bottom-left{background:url(../Image/boxy-sw.png);}
/* IE6+7 hacks for the border. IE7 should support this natively but fails in conjuction with modal blackout bg. */
/* NB:these must be absolute paths or URLs to your images */
.boxy-wrapper .top-left{#background:none; #filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../Image/boxy-nw.png);}
.boxy-wrapper .top-right{#background:none; #filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../Image/boxy-ne.png);}
.boxy-wrapper .bottom-right{#background:none; #filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../Image/boxy-se.png);}
.boxy-wrapper .bottom-left{#background:none; #filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../Image/boxy-sw.png);}
.boxy-wrapper .top1,.boxy-wrapper .bottom-center{height:10px; background-color:black; opacity:0.6; filter:alpha(opacity=60); padding:0}
.boxy-wrapper .left,.boxy-wrapper .right{width:10px; background-color:black; opacity:0.6; filter:alpha(opacity=60); padding:0}

/* 边框四角无需填充PNG图片方法样式*/
.boxy-border-vertical1, .boxy-border-vertical2, .boxy-border-vertical3, .boxy-border-vertical4, .boxy-border-vertical5{ display: block;overflow: hidden;}
.boxy-border-vertical1, .boxy-border-vertical2, .boxy-border-vertical3{height: 1px;}
.boxy-border-vertical1{margin: 0 5px;}
.boxy-border-vertical2{margin: 0 3px;border-width: 2px;}
.boxy-border-vertical3{margin: 0 2px;}
.boxy-border-vertical4{height: 2px;margin: 0 1px;}
.boxy-border-vertical5{height: 9px;}
.boxy-border{background-color: black;opacity: 0.5;filter: alpha(opacity=50);}
.boxy-border-horizontal{width: 10px;border: none;}

/* Title bar */
.boxy-wrapper .title-bar{background-color:#FE7E11; padding:6px; position:relative;}
.boxy-wrapper .title-bar.dragging{cursor:move;}
.boxy-wrapper .title-bar h2{font-size:12px; color:white; line-height:1; margin:0; padding:0; font-weight:normal;font-weight:bold;text-align:left;}
.boxy-wrapper .title-bar .close{
	color:white;
	position:absolute;
	top:1px;
	right:6px;
	font-size:12px;
}
.boxy-wrapper .title-bar .close:hover{
	color: #F7F7F7;
	text-decoration: none;
}
/* Content Region */
.boxy-inner{background-color:white; padding:0}
.boxy-content{padding:15px;}
/* Question Boxes */
.boxy-wrapper .question{width:350px; min-height:60px; _height:60px;}
.boxy-wrapper .answers{text-align:right;margin:0;padding:0;}

/*confirm 
.boxy-btn1,.boxy-btn2,.boxy-btn3{padding:3px 12px 1.9px; border-width:1px; border-style:solid; letter-spacing:1px; line-height:15px; cursor:pointer; overflow:visible;font-size:12px;margin-bottom:0;} 
.boxy-btn1{background-color:#425f99; border-color:#5A7EC6 #2C3E5F #2C3E5F #5A7EC6; color:white;}
.boxy-btn2{background-color:#ECE9D8; border-color:#eeeeee #bbbbbb #bbbbbb #eeeeee; color:#333333;}
.boxy-btn3{background-color:#EAEAEA; border-color:#EAEAEA #aaaaaa #aaaaaa #EAEAEA; color:#333333; padding:3px 5px 1.9px;}
.boxy-btn3:hover{background-color:#cad5eb; border-color:#CED8E3 #A2ADBC #A2ADBC #CED8E3;}

/* Date Selector */
#date-main { width: 350px; height: auto; font-size: 12px;line-height: 22px;font-family:Tamoha,Arial,Helvetica,sans-serif,"宋体";}
#date-main a { font-size: 12px;color: Black; line-height: 20px; height:20px; margin: 0 5px; _margin: 0 3px;padding-left: 1px;text-decoration: none;cursor: pointer;vertical-align: middle; text-decoration: none; outline:none;}
#date-main a input{height:20px;vertical-align: middle; margin:0 3px;}
#date-main a span{
	height:20px;
	line-height:20px;
	overflow: hidden;
}
        
#date-head { width:598px; height: auto; float: left;margin-bottom:5px;}

#date-result { margin: 0;padding: 5px 0;width:100%;min-height:50px;}
#date-result li {white-space:nowrap; float:left;height:20px;margin:2px 5px;padding-right:19px;background-image: url(../Image/del_normal_right.gif); background-repeat: no-repeat; background-position: right center;cursor:pointer;}
#date-result li .result-pad-left{ height:20px;width:5px;float:left;background-image: url(../Image/del_normal_left.gif); background-repeat: no-repeat;cursor:default;}
#date-result li span{  direction:ltr; unicode-bidi:bidi-override; display:block; min-width:20px; float:left; height:20px;line-height:20px;background-image: url(../Image/del_normal_center.gif); background-repeat:repeat-x;padding:0 5px 0 3px;cursor:default;}
              
#date-body {
	width:350px;
	float: left;
	border: 1px solid #CCCCCC;
	padding:5px 0;
	margin-bottom:10px;
}
#date-body a {
	width: 285px;
	float: left;
	overflow: hidden;
}
#date-body a:hover {
	background-color: #F7F7F7;
}
#date-body .big-item { width: 285px; float: left; }
 
#date-foot { width:100%;height:31px;padding-bottom:10px;float:left;}
#date-msg {
	display:block;
	height:31px;
	line-height:31px;
	color:#999999;
	margin-left:5px;
	float:left;
}
#date-main .date-submit {dispaly:block;float:right;width:57px;height:20px;line-height:31px;text-align:center; background-image:url(../Image/submit2.gif);color:White; cursor:pointer;}
#date-main .date-submit:hover { position:relative;right:-1px;top:1px;}
#date-cancel {dispaly:block;float:right;width:57px;height:20px;line-height:31px;text-align:center; background-image:url(../Image/cancel2.gif);margin-left:5px; color:#006400;cursor:pointer;}
#date-cancel:hover { position:relative;right:-1px;top:1px;} 


#date-main .date-submit2 {dispaly:block;float:left;width:40px;height:20px;line-height:31px;text-align:center; background-image:url(../Image/small_submit2.gif);color:White; cursor:pointer;}
#date-main .date-submit2:hover { position:relative;right:-1px;top:1px;}
#date-main .date-clear {
	dispaly:block;
	float:left;
	width:40px;
	height:20px;
	line-height:31px;
	text-align:left;
	background-image:url(../Image/submit_clear.gif);
	color:White;
	cursor:pointer;
	margin-left: 5px;
}
#date-main .date-clear:hover { position:relative;right:-1px;top:1px;}


#date-main .checkedStyle {
	background-color: #FF8601;
	color: #FFFFFF;
}
#date-main .checkedStyle:hover {
	background-color: #FFB400;
}
#date-main .hoverStyle { background-color: #FF8601; }

/* Industry Selector */
#industry-main { width: 600px; height: auto; font-size: 12px;line-height: 22px;font-family:Tamoha,Arial,Helvetica,sans-serif,"宋体";}
#industry-main a { font-size: 12px;color: Black; line-height: 20px; height:20px; margin: 0 5px; _margin: 0 3px;padding-left: 1px;text-decoration: none;cursor: pointer;vertical-align: middle; text-decoration: none; outline:none;}
#industry-main a input{height:20px;vertical-align: middle; margin:0 3px;}
#industry-main a span{
	height:20px;
	line-height:20px;
	overflow: hidden;
}
        
#ind-head { width:598px; height: auto; float: left;margin-bottom:5px;}

#ind-result { margin: 0;padding: 5px 0;width:100%;min-height:50px;}
#ind-result li {white-space:nowrap; float:left;height:20px;margin:2px 5px;padding-right:19px;background-image: url(../Image/del_normal_right.gif); background-repeat: no-repeat; background-position: right center;cursor:pointer; font-size:12px;}
#ind-result li .result-pad-left{ height:20px;width:5px;float:left;background-image: url(../Image/del_normal_left.gif); background-repeat: no-repeat;cursor:default;}
#ind-result li span{  direction:ltr; unicode-bidi:bidi-override; display:block; min-width:20px; float:left; height:20px;line-height:20px;background-image: url(../Image/del_normal_center.gif); background-repeat:repeat-x;padding:0 5px 0 3px;cursor:default;}
              
#ind-body {
	width:598px;
	float: left;
	border: 1px solid #CCCCCC;
	padding:5px 0;
	margin-bottom:10px;
}
#ind-body a {
	width: 285px;
	float: left;
	overflow: hidden;
}
#ind-body a:hover {
	background-color: #F7F7F7;
}
#ind-body .big-item { width: 285px; float: left; }
 
#ind-foot { width:100%;height:31px;padding-bottom:10px;float:left;}
#ind-msg {
	display:block;
	height:31px;
	line-height:31px;
	color:#999999;
	margin-left:5px;
	float:left;
}
#industry-main .ind-submit {dispaly:block;float:right;width:57px;height:20px;line-height:31px;text-align:center; background-image:url(../Image/submit2.gif);color:White; cursor:pointer;}
#industry-main .ind-submit:hover { position:relative;right:-1px;top:1px;}
#ind-cancel {dispaly:block;float:right;width:57px;height:20px;line-height:31px;text-align:center; background-image:url(../Image/cancel2.gif);margin-left:5px; color:#006400;cursor:pointer;}
#ind-cancel:hover { position:relative;right:-1px;top:1px;} 


#industry-main .ind-submit2 {dispaly:block;float:left;width:40px;height:20px;line-height:31px;text-align:center; background-image:url(../Image/small_submit2.gif);color:White; cursor:pointer;}
#industry-main .ind-submit2:hover { position:relative;right:-1px;top:1px;}
#industry-main .ind-clear {
	dispaly:block;
	float:left;
	width:40px;
	height:20px;
	line-height:31px;
	text-align:left;
	background-image:url(../Image/submit_clear.gif);
	color:White;
	cursor:pointer;
	margin-left: 5px;
}
#industry-main .ind-clear:hover { position:relative;right:-1px;top:1px;}


#industry-main .checkedStyle {
	background-color: #FF8601;
	color: #FFFFFF;
}
#industry-main .checkedStyle:hover {
	background-color: #FFB400;
}
#industry-main .hoverStyle { background-color: #FF8601; }

/* Area Selector */
#area-main { width: 605px; height: auto; font-size: 12px;line-height: 22px;font-family:Tamoha,Arial,Helvetica,sans-serif,"宋体";}
#area-main a { font-size: 12px;color: Black; line-height: 20px; height:20px; margin: 0 5px;padding-left: 1px;text-decoration: none;cursor: pointer;vertical-align: middle;}
#area-main a input{height:20px;vertical-align: middle; margin:0 3px; }
#area-main a span{ height:20px; line-height:20px;}

#area-main .checkedStyle {
	background-color: #FF8601!important;
	color: #FFFFFF;
}
#area-main .checkedStyle:hover {
	background-color: #FF8601;
}
#area-main .hoverStyle {
	background-color: #FF8601;
}
#area-main .hide { display: none; }
#area-main .child-up{
	background-color:#FF8601!important;
	background-image: url(../Image/child_up_normal.gif);
	background-repeat: no-repeat;
	background-position: right center;
	color: #FFFFFF;
}
#area-main .hasSub { background-image: url(../Image/child_down_normal.gif); background-repeat: no-repeat; background-position: right center;}
#area-main .hasSub:hover { background-image: background-image:url(../Image/child_down_hover.gif);}
        
#area-head { width:603px; height: auto; float: left;margin-bottom:5px;}

#area-result { margin: 0;padding: 5px 0;width:100%;min-height:50px;}
#area-result li {white-space:nowrap; float:left;height:20px;margin:2px 5px;padding-right:19px;background-image: url(../Image/del_normal_right.gif); background-repeat: no-repeat; background-position: right center;cursor:pointer; font-size:12px;}
#area-result li .result-pad-left{ height:20px;width:5px;float:left;background-image: url(../Image/del_normal_left.gif); background-repeat: no-repeat;cursor:default;}
#area-result li span{  direction:ltr; unicode-bidi:bidi-override; display:block; min-width:20px; float:left; height:20px;line-height:20px;background-image: url(../Image/del_normal_center.gif); background-repeat:repeat-x;padding:0 5px 0 3px;cursor:default;}
              
#area-body {
	width:603px;
	float: left;
	border: 1px solid #CCCCCC;
	padding:5px 0;
	margin-bottom:10px;
}
#area-body a {
	width:130px;
	float:left;
	outline:none;
	overflow: hidden;
}
#area-body a:hover {
	background-color: #F1F1F1!important;
	color: #000000;
}
#area-body .city-main { padding:0 10px; float:left; margin-bottom:10px;}

#city-text {font-weight:bold; }
#city-text span{ color:#FF8601; }

#pro-main {
	padding:5px 10px;
	float:left;
	width:583px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
#pro-text { font-weight:bold;}
#pro-content { width:100%; float:left;}
#pro-content a:hover { background-image: url(../Image/child_up_hover.gif); background-repeat: no-repeat; background-position: right center;}

#area-foot { width:100%;height:31px;padding-bottom:10px;float:left;}
#area-msg {
	display:block;
	height:31px;
	line-height:31px;
	color:#999999;
	margin-left:5px;
	float:left;
}
#area-main .area-submit {dispaly:block;float:right;width:57px;height:20px;line-height:31px;text-align:center; background-image:url(../Image/submit2.gif);color:White; cursor:pointer;}
#area-main .area-submit:hover { position:relative;right:-1px;top:1px;}
#area-cancel {dispaly:block;float:right;width:57px;height:20px;line-height:31px;text-align:center; background-image:url(../Image/cancel2.gif);margin-left:5px; color:#006400;cursor:pointer;}
#area-cancel:hover { position:relative;right:-1px;top:1px;} 
#area-main .area-submit2 {dispaly:block;float:left;width:40px;height:20px;line-height:31px;text-align:center; background-image:url(../Image/small_submit2.gif);color:White; cursor:pointer;}
#area-main .area-submit2:hover { position:relative;right:-1px;top:1px;}
#area-main .area-clear {
	dispaly:block;
	float:left;
	width:40px;
	height:20px;
	line-height:31px;
	text-align:left;
	background-image:url(../Image/submit_clear.gif);
	color:White;
	cursor:pointer;
	margin-left: 5px;
}
#area-main .area-clear:hover { position:relative;right:-1px;top:1px;}
#area-body .dis-content {float:left; width:581px; background-color:#FFEFD5; border:solid 1px #FF8601; padding:5px 0; margin-bottom:5px;}
#area-body .show-children { background-color:#FFEFD5!important; background-position:68px center; position:relative; top:1px; height:23px; border-top: solid 1px #B30004;border-left: solid 1px #B30004;border-right: solid 1px #B30004; padding-top:4px; padding-right:5px;}
#area-body .show-children input{ margin-left:8px;}

/* Job Selector */
#job-main { width: 600px; height: auto; font-size: 12px;line-height: 22px;font-family:Tamoha,Arial,Helvetica,sans-serif,"宋体";}
#job-main a {
	font-size: 12px;
	color: Black;
	line-height: 20px;
	height:20px;
	padding-left: 1px;
	text-decoration: none;
	cursor: pointer;
	vertical-align: middle;
	outline:none;
	cursor:pointer;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}
#job-main a input{height:20px;vertical-align: middle; margin:0 3px; }
#job-main a span{ height:20px; line-height:20px;}
        
#job-head { width:598px; height: auto; float: left;margin-bottom:5px;}

#job-result { margin: 0;padding: 5px 0;width:100%;min-height:50px;}
#job-result li {
	white-space:nowrap;
	float:left;
	height:20px;
	margin:2px 5px;
	padding-right:19px;
	background-image: url(../Image/del_normal_right.gif);
	background-repeat: no-repeat;
	background-position: right center;
	cursor:pointer;
	font-size: 12px;
}
#job-result li .result-pad-left{ height:20px;width:5px;float:left;background-image: url(../Image/del_normal_left.gif); background-repeat: no-repeat;cursor:default;}
#job-result li span{  direction:ltr; unicode-bidi:bidi-override; display:block; min-width:20px; float:left; height:20px;line-height:20px;background-image: url(../Image/del_normal_center.gif); background-repeat:repeat-x;padding:0 5px 0 3px;cursor:default;}
              
#job-body {
	width:598px;
	float: left;
	padding:5px 0;
	margin-bottom:10px;
}
#job-body a { width: 187px; float: left;overflow:hidden; }
#job-body a:hover {
	background-color: #FF8601;
	color: #FFFFFF;
}
#job-body .parentItem:hover{
	background-image: url(../Image/child_down_hover1.png);
	background-repeat: no-repeat;
	background-position:165px center;
	color: #FF8601;
	background-color: #F1F1F1;
	font-weight: bold;
}
#job-body .big-item { width: 240px; float: left; }
#job-body .childrenLayer {
	float:left;
	width:596px;
	background-color:#FFF5E6;
	border:1px solid #999999;
	padding:5px 0px;
	margin-bottom:5px;
}
#job-body .show-children {
	background-color:#FFF5E6!important;
	background-image: url(../Image/child_down_hover.gif);
	background-repeat: no-repeat;
	background-position:165px center;
	position:relative;
	top:1px;
	height:23px;
	padding-top:4px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-left-color: #999999;
}
#job-body .show-children input{ margin-left:8px;}

#job-foot { width:100%;height:31px;padding-bottom:10px;float:left;}
.job-msg {
	display:block;
	height:31px;
	line-height:31px;
	color:#999999;
	margin-left:10px;
	float:left;
}
#keyword_Job {
	display:block;
	height:18px;
	line-height:18px;
	margin-top:6px;
	float:left;
	border:1px solid #999999;
}
#job-main .job-submit {dispaly:block;float:right;width:57px;height:20px;line-height:31px;text-align:center; background-image:url(../Image/submit2.gif);color:White; cursor:pointer;}
#job-main .job-submit:hover { position:relative;right:-1px;top:1px;}
#job-cancel {dispaly:block;float:right;width:57px;height:20px;line-height:31px;text-align:center; background-image:url(../Image/cancel2.gif);margin-left:5px; color:#006400;cursor:pointer;}
#job-cancel:hover { position:relative;right:-1px;top:1px;} 

#job-main .job-submit2 {dispaly:block;float:left;width:40px;height:20px;line-height:31px;text-align:center; background-image:url(../Image/small_submit2.gif);color:White; cursor:pointer;}
#job-main .job-submit2:hover { position:relative;right:-1px;top:1px;}
#job-main .job-clear {
	dispaly:block;
	float:left;
	width:40px;
	height:20px;
	line-height:31px;
	text-align:left;
	background-image:url(../Image/submit_clear.gif);
	color:White;
	cursor:pointer;
	margin-left: 5px;
}
#job-main .job-clear:hover { position:relative;right:-1px;top:1px;}
#job-main .checkedStyle { background-color: #FFB400; }
#job-main .checkedStyle:hover { background-color: #FF8601; }
#job-main .hoverStyle { background-color: #FF8601; }


/* Newind Selector */
#Newind-main { width: 600px; height: auto; font-size: 12px;line-height: 22px;font-family:Tamoha,Arial,Helvetica,sans-serif,"宋体";}
#Newind-main a {
	font-size: 12px;
	color: Black;
	line-height: 20px;
	height:20px;
	padding-left: 1px;
	text-decoration: none;
	cursor: pointer;
	vertical-align: middle;
	outline:none;
	cursor:pointer;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}
#Newind-main a input{height:20px;vertical-align: middle; margin:0 3px; }
#Newind-main a span{ height:20px; line-height:20px;}
        
#Newind-head { width:598px; height: auto; float: left;margin-bottom:5px;}

#Newind-result { margin: 0;padding: 5px 0;width:100%;min-height:50px;}
#Newind-result li {
	white-space:nowrap;
	float:left;
	height:20px;
	margin:2px 5px;
	padding-right:19px;
	background-image: url(../Image/del_normal_right.gif);
	background-repeat: no-repeat;
	background-position: right center;
	cursor:pointer;
	font-size: 12px;
}
#Newind-result li .result-pad-left{ height:20px;width:5px;float:left;background-image: url(../Image/del_normal_left.gif); background-repeat: no-repeat;cursor:default;}
#Newind-result li span{  direction:ltr; unicode-bidi:bidi-override; display:block; min-width:20px; float:left; height:20px;line-height:20px;background-image: url(../Image/del_normal_center.gif); background-repeat:repeat-x;padding:0 5px 0 3px;cursor:default;}
              
#Newind-body {
	width:598px;
	float: left;
	padding:5px 0;
	margin-bottom:10px;
}
#Newind-body a { width: 187px; float: left;overflow:hidden; }
#Newind-body a:hover {
	background-color: #FF8601;
	color: #FFFFFF;
}
#Newind-body .parentItem:hover{
	background-image: url(../Image/child_down_hover1.png);
	background-repeat: no-repeat;
	background-position:165px center;
	color: #FF8601;
	background-color: #F1F1F1;
	font-weight: bold;
}
#Newind-body .big-item { width: 240px; float: left; }
#Newind-body .childrenLayer {
	float:left;
	width:596px;
	background-color:#FFF5E6;
	border:1px solid #999999;
	padding:5px 0px;
	margin-bottom:5px;
}
#Newind-body .show-children {
	background-color:#FFF5E6!important;
	background-image: url(../Image/child_down_hover.gif);
	background-repeat: no-repeat;
	background-position:165px center;
	position:relative;
	top:1px;
	height:23px;
	padding-top:4px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-left-color: #999999;
}
#Newind-body .show-children input{ margin-left:8px;}

#Newind-foot { width:100%;height:31px;padding-bottom:10px;float:left;}
.Newind-msg {
	display:block;
	height:31px;
	line-height:31px;
	color:#999999;
	margin-left:10px;
	float:left;
}
#keyword_Newind {
	display:block;
	height:18px;
	line-height:18px;
	margin-top:6px;
	float:left;
	border:1px solid #999999;
}
#Newind-main .Newind-submit {dispaly:block;float:right;width:57px;height:20px;line-height:31px;text-align:center; background-image:url(../Image/submit2.gif);color:White; cursor:pointer;}
#Newind-main .Newind-submit:hover { position:relative;right:-1px;top:1px;}
#Newind-cancel {dispaly:block;float:right;width:57px;height:20px;line-height:31px;text-align:center; background-image:url(../Image/cancel2.gif);margin-left:5px; color:#006400;cursor:pointer;}
#Newind-cancel:hover { position:relative;right:-1px;top:1px;} 

#Newind-main .Newind-submit2 {dispaly:block;float:left;width:40px;height:20px;line-height:31px;text-align:center; background-image:url(../Image/small_submit2.gif);color:White; cursor:pointer;}
#Newind-main .Newind-submit2:hover { position:relative;right:-1px;top:1px;}
#Newind-main .Newind-clear {
	dispaly:block;
	float:left;
	width:40px;
	height:20px;
	line-height:31px;
	text-align:left;
	background-image:url(../Image/submit_clear.gif);
	color:White;
	cursor:pointer;
	margin-left: 5px;
}
#Newind-main .Newind-clear:hover { position:relative;right:-1px;top:1px;}
#Newind-main .checkedStyle { background-color: #FFB400; }
#Newind-main .checkedStyle:hover { background-color: #FF8601; }
#Newind-main .hoverStyle { background-color: #FF8601; }



/* Major Selector */
#major-main { width: 600px; height: auto; font-size: 12px;line-height: 22px;font-family:Tamoha,Arial,Helvetica,sans-serif,"宋体";}
#major-main a {
	font-size: 12px;
	color: Black;
	line-height: 20px;
	height:20px;
	padding-left: 1px;
	text-decoration: none;
	cursor: pointer;
	vertical-align: middle;
	outline:none;
	cursor:pointer;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}
#major-main a input{height:20px;vertical-align: middle; margin:0 3px; }
#major-main a span{ height:20px; line-height:20px;}
        
#major-head { width:598px; height: auto; float: left;margin-bottom:5px;}

#major-result { margin: 0;padding: 5px 0;width:100%;min-height:50px;}
#major-result li {
	white-space:nowrap;
	float:left;
	height:20px;
	margin:2px 5px;
	padding-right:19px;
	background-image: url(../Image/del_normal_right.gif);
	background-repeat: no-repeat;
	background-position: right center;
	cursor:pointer;
	font-size: 12px;
}
#major-result li .result-pad-left{ height:20px;width:5px;float:left;background-image: url(../Image/del_normal_left.gif); background-repeat: no-repeat;cursor:default;}
#major-result li span{  direction:ltr; unicode-bidi:bidi-override; display:block; min-width:20px; float:left; height:20px;line-height:20px;background-image: url(../Image/del_normal_center.gif); background-repeat:repeat-x;padding:0 5px 0 3px;cursor:default;}
              
#major-body {
	width:598px;
	float: left;
	padding:5px 0;
	margin-bottom:10px;
}
#major-body a { width: 187px; float: left;overflow:hidden; }
#major-body a:hover {
	background-color: #FF8601;
	color: #FFFFFF;
}
#major-body .parentItem:hover{
	background-image: url(../Image/child_down_hover1.png);
	background-repeat: no-repeat;
	background-position:165px center;
	color: #FF8601;
	background-color: #F1F1F1;
	font-weight: bold;
}
#major-body .big-item { width: 240px; float: left; }
#major-body .childrenLayer {
	float:left;
	width:596px;
	background-color:#FFF5E6;
	border:1px solid #999999;
	padding:5px 0px;
	margin-bottom:5px;
}
#major-body .show-children {
	background-color:#FFF5E6!important;
	background-image: url(../Image/child_down_hover.gif);
	background-repeat: no-repeat;
	background-position:165px center;
	position:relative;
	top:1px;
	height:23px;
	padding-top:4px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-left-color: #999999;
}
#major-body .show-children input{ margin-left:8px;}

#major-foot { width:100%;height:31px;padding-bottom:10px;float:left;}
.major-msg {
	display:block;
	height:31px;
	line-height:31px;
	color:#999999;
	margin-left:10px;
	float:left;
}
#keyword_Major {
	display:block;
	height:18px;
	line-height:18px;
	margin-top:6px;
	float:left;
	border:1px solid #999999;
}
#major-main .major-submit {dispaly:block;float:right;width:57px;height:20px;line-height:31px;text-align:center; background-image:url(../Image/submit2.gif);color:White; cursor:pointer;}
#major-main .major-submit:hover { position:relative;right:-1px;top:1px;}
#major-cancel {dispaly:block;float:right;width:57px;height:20px;line-height:31px;text-align:center; background-image:url(../Image/cancel2.gif);margin-left:5px; color:#006400;cursor:pointer;}
#major-cancel:hover { position:relative;right:-1px;top:1px;} 

#major-main .major-submit2 {dispaly:block;float:left;width:40px;height:20px;line-height:31px;text-align:center; background-image:url(../Image/small_submit2.gif);color:White; cursor:pointer;}
#major-main .major-submit2:hover { position:relative;right:-1px;top:1px;}
#major-main .major-clear {
	dispaly:block;
	float:left;
	width:40px;
	height:20px;
	line-height:31px;
	text-align:left;
	background-image:url(../Image/submit_clear.gif);
	color:White;
	cursor:pointer;
	margin-left: 5px;
}
#major-main .major-clear:hover { position:relative;right:-1px;top:1px;}
#major-main .checkedStyle { background-color: #FFB400; }
#major-main .checkedStyle:hover { background-color: #FF8601; }
#major-main .hoverStyle { background-color: #FF8601; }
