﻿	/*
	*	@author:	wsky
	*	@date:	2008-6
	*	@site:	http://wsky.cnblogs.com
	*
	*/
/*顶部搜索框 logo*/
#Header{
	margin-top:5px;
}
	input.btn_big{
		font-weight:bold;font-size:13px;height:24px;padding-left:10px;padding-right:10px;
	}
	input.txt_big{
		width:300px;height:18px
	}
	select.sel_big{
		font-size:14px;
	}
	span.seType{
		font-size:14px;color:blue;text-decoration:underline;cursor:pointer;padding-right:10px;
	}
	span.seTypeC{
		font-size:14px;color:black;padding-right:10px;font-weight:bold
	}
.grayfont{
	color:silver
}
/*导航条*/
ul#HeaderBar{
	width:100%;clear:both
}
	ul#HeaderBar li#HeaderBarM{
		background-image:url('../images/search/se_nav_bg.gif');background-repeat:no-repeat;
		width:98%
	}
	ul#HeaderBar li#HeaderBarR{
		background-image:url('../images/search/se_nav_bg.gif');background-repeat:no-repeat;
		background-position:-1996px bottom;height:30px;width:5px
	}

	/*导航条菜单*/
	ul#HeaderMenu{
	
	}
		ul#HeaderMenu li{
			height:30px;line-height:32px;margin-left:20px;
		}
		ul#HeaderMenu li a{
			color:white;text-decoration:none;font-size:14px
		}
		ul#HeaderMenu li#curType{
			background-image:url('../images/search/se_current_tab.gif');background-repeat:no-repeat;
			text-align:center;background-position:left bottom;width:80px;padding-left:10px;
			color:black;font-size:14px;font-weight:bold
		}
		ul#HeaderMenu li#curTypeR{
			background-image:url('../images/search/se_current_tab.gif');background-repeat:no-repeat;width:10px;
			background-position:-190px bottom;margin:0
		}


/*左边栏*/
div#LeftWrap{
	border:1px #B9CDD6 solid;height:300px;background-color:#F6FCFF
}

/*右边列表*/
table#JobsTb{
	width:90%;margin-top:10px
}
	table#JobsTb th{
		height:30px;background-color:#ECF6FF;border-top:2px #268FE4 solid;
		color:gray;font-size:14px;font-weight:normal;
	}
	table#JobsTb td{
		border-bottom:1px #666 dashed;padding:10px
	}
		table#JobsTb td.td1{
			width:70%;color:gray
		}
		table#JobsTb td.td1 a{
		    color:Black;text-decoration:none
		}
		table#JobsTb td.td2{
			width:100px;text-align:center;
		}
		table#JobsTb td.td2 a{
		    color:#0044DD; text-decoration:none
		}
		table#JobsTb td.td3{
			width:100px;text-align:center;
		}














