@charset "utf-8";
/* Base Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small,strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video {margin: 0;padding: 0;border: 0;	font-size: 100%;font-family: inherit;vertical-align: baseline;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {	display: block;}
:focus { outline:0;}
img { border:0;}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {	quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {	content: '';	content: none;}
table {	border-collapse: collapse;	border-spacing: 0;}
.clear { width:100%; height:0; line-height:0; font-size:0; overflow:hidden; clear:both; display:block; _display:inline;}
.clear { clear:both; }
.none { display:none;}
.hidden { visibility:hidden;}
.clearfix:after{clear: both;content: ".";display: block;height: 0;visibility: hidden;}
.clearfix{display: block; *zoom:1;}

/**布局开始**/
body { BACKGROUND: #fff url(../images/body_bg.png) center top repeat;}
body,p {
	font:12px/1 "Microsoft YaHei", "\u5b8b\u4f53", Tahoma, Geneva, sans-serif;
	color:#333333;
}
a {
	color:#333333;
	text-decoration:none;
}
a:link {
	color:#333333;
}
a:hover {
	color: #234f9e;
	text-decoration:none;
}
a:active {
	color:#333333;
}

.wrapper {
	width:100%;
	margin:0 auto;
	background: url(../images/wrapper_bg.png) center top repeat-y;
}
.wrapper .inner {  /**页面全局宽度**/
	width: 998px;
	margin:0 auto;
}

/*头部BANNER*/
#header {}

.head {
	width:100%;
	height:215px;
	position: relative;
	background: url(../images/banner.jpg) center top no-repeat;
}

.homepage {
	color: #FFF;
	text-align: left;
	text-indent: 75px;
	width: 188px;
	height: 30px;
	line-height: 30px;
	position: absolute;
	top: 10px;
	right: 0px;
	background: url(../images/homepage_bg.png) center top no-repeat;
}

.homepage A, .homepage A:hover {
	color: #FFF;
}

/**导航条**/
#nav {
}

.nav {
	width:100%;
	height: 40px;
	line-height: 40px;
	margin: 0px auto;
	background:url(../images/nav_bg.gif) center center repeat-x;
}

.nav-box {
	width: 750px;
	height: 40px;
	float: left;
	margin-left: 20px;
}

.nav-box .nav-item {
}

.nav-box .nav-item A {
	font-size: 15px;
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
}

.nav-box .wp_nav .nav-item a span.item-name {
	color: #FFF;
	padding: 0 18px;
	line-height: 40px;
	color: #FFF;
	font-weight: normal;
}

.search-box {
	width:200px;
	height: 40px;
	float: right;
	margin-right: 20px;
}

.search-component {
	width: 100%;
	height: 24px;
	margin: auto;
	overflow: hidden;
	margin-top: 8px;
	background: url(../images/search_bg.gif) center top no-repeat;
}

.search-input-box {
	width: 170px;
	height: 24px;
	float: left;
	padding: 0px;
	position: relative;
}

.search-input {
	width: 165px;
	height: 20px;
	border: none;
	padding: 0;
	background: transparent;
	font-family: "Microsoft YaHei";
	font-size: 12px;
	position: absolute;
	top: 2px;
	left: 3px;
}

.search-btn-box {
	width: 30px;
	height: 24px;
	float: right;
	padding: 0px;
	position: relative;;
}

.search-btn {
	width: 30px;
	height: 24px;
	background: url(../images/transparent.gif) center center no-repeat;
	border: none;
	margin: auto;
	cursor: pointer;
	position: absolute;
	top: 0px;
	left: 0px;
}

/**主体部分**/
#container {}

#container .inner {
	padding: 20px 0 10px 0;
}

.mod {
	width: 100%;
	padding: 0px;
}

.mod-l {
	width: 640px;
	float: left;
	margin-left: 25px;
}

.mod-r {
	width: 270px;
	float: right;
	margin-right: 25px
}

.mod-l .mod-h {
	width: 100%;
}

.mod-l .mod-h-l {
	width: 300px;
	float: left;
}

.mod-l .mod-h-r {
	width: 300px;
	float: right;
}

.c-box {
	margin-bottom: 5px;
}

.icon-box {
	margin-bottom: 0px;
}

.icon-box-2 .icon-box-3, .icon-box-4, .icon-box-5 {
	margin-bottom: 10px;
}

/*页脚*/
#footer {}

.foot {
	width: 100%;
	height: 105px;
	background: #EEE url(../images/school_motto.png) 750px center no-repeat;
	border-top: #dcdcdc 1px solid;
	position: relative;
}

.copyright {
	width: 600px;
	height: 50px;
	left: 20px;
	top: 28px;
	position: absolute;
}

.copyright p {
	font-size:14px;
	line-height:24px;
	text-align: left;
	color: #333;
}

/*首页自定义新闻列表*/
.post {
	margin: 0 auto;
	padding: 0;
}

.post-jumbotron .focus {
	padding-top: 20px;
}

.post-jumbotron .focus-title {
	font-size: 13px;
	font-family: "Microsoft YaHei";
}

.post-highlight {
	width: 100%;
}

.post-highlight .banner {
	height: 45px;
	margin: 0 auto;
	overflow: hidden;
	border-bottom: #dcdcdc 1px solid;
}

.post-highlight .banner .title-text {
	width: 200px;
	height: 45px;
	line-height: 45px;
	text-align: left;
	color: #000;
	float: left;
	font-size: 18px;
	font-weight: normal;
}

.post-highlight .banner .more-btn {
	width: 50px;
	height: 45px;
	line-height: 45px;
	float: right;
	text-align: center;
	color: #333;
	background: url(../images/more_btn.gif) right center no-repeat;
}

.post-highlight .banner .more-btn A, .post-highlight .banner .more-btn A:hover{
	color: #333;
	text-decoration: none;
}

.post-highlight .con {
	padding: 15px 0 0 0;
	margin: 0 auto;
}

.post-highlight .con .div_piccontenttitle_li .c_pt_12 .c_txt h3 {
	height: 35px;
	line-height: 28px;
	font-weight: bold;
}

.post-highlight .con .div_piccontenttitle_li .c_pt_12 .c_txt p {
	line-height: 20px;
	background: url(../images/read_more.gif) right 48px no-repeat;
}

.post-highlight .con .div_piccontenttitle_li .c_pt_12 .c_pic {
	padding: 0 3px 0 0;
}

.post-highlight .con .div_piccontenttitle_li .c_pt_12 .c_pic img {
	padding: 0 20px 0 0;
}

.post-news {
	width: 100%;
}

.post-news .con {
	padding: 0 0 10px 0;
	margin: 0 auto;
}

.post-news .con .wp_article_list .list_item {
	border-bottom: none;
	height: 28px;
	line-height: 28px;
	margin-left: 0;
	float: left;
	width: 300px;
}

.post-news .con .wp_article_list .list_item.i2, .post-news .con .wp_article_list .list_item.i4, .post-news .con .wp_article_list .list_item.i6 {
	margin-left: 40px;
}

.post-news .con .wp_article_list .list_item .Article_Index {
	display: none;
}

.post-news .con .wp_article_list .list_item .Article_Title {
	text-indent: 12px;
	margin-left: 0px;
	background: url(../images/list_index.gif) left center no-repeat;
}

.post-lists {
	width: 100%;
}

.post-lists .banner {
	height: 35px;
	margin: 0 auto;
	overflow: hidden;
	border-bottom: #dcdcdc 1px solid;
}

.post-lists .banner .title-text {
	width: 200px;
	height: 35px;
	line-height: 35px;
	text-align: left;
	color: #000;
	float: left;
	font-size: 18px;
	font-weight: bold;
}

.post-lists .banner .more-btn {
	width: 50px;
	height: 35px;
	line-height: 35px;
	float: right;
	text-align: center;
	color: #333;
	background: url(../images/more_btn.gif) right center no-repeat;
}

.post-lists .banner .more-btn A, .post-lists .banner .more-btn A:hover{
	color: #333;
	text-decoration: none;
}

.post-lists .con {
	padding: 10px 0 10px 0;
	margin: 0 auto;
}

.post-lists .con .wp_article_list .list_item {
	border-bottom: none;
	height: 35px;
	line-height: 35px;
	margin-left: 0;
}

.post-lists .con .wp_article_list .list_item .Article_Index {
	display: none;
}

.post-lists .con .wp_article_list .list_item .Article_Title {
	text-indent: 12px;
	margin-left: 0px;
	background: url(../images/list_index.gif) left center no-repeat;
  font-size: 14px;
}

.post-iconlinks {
	width: 100%;
}

.post-iconlinks .banner {
	height: 46px;
	margin: 0 auto;
	overflow: hidden;
	border-bottom: #dcdcdc 1px solid;
}

.post-iconlinks .banner .title-text {
	width: 200px;
	height: 45px;
	line-height: 45px;
	text-align: left;
	color: #000;
	float: left;
	font-size: 18px;
	font-weight: bold;
}

.post-iconlinks .con {
	padding: 14px 0 0 0;
	margin: 0 auto;
}

.post-iconlinks .con .wp_nav .nav-item {
	width: 90px;
	height: 110px;
	overflow: hidden;
}

.post-iconlinks .con .wp_nav .nav-item a span.item-name {
	padding: 0px;
	line-height: 180px;
	font-size: 12px;
}

.post-fxl .con .wp_nav .nav-item.i1 {
	width: 270px;
	height: 72px;
	background: url(../images/icon_fxl_1.png) center top no-repeat;
	margin-bottom: 10px;
}

.post-fxl .con .wp_nav .nav-item.i1 a span.item-name {
	line-height: 72px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-indent: 20px;
}

.post-fxl .con .wp_nav .nav-item.i2 {
	background: url(../images/icon_fxl_02.png) center top no-repeat;
}

.post-fxl .con .wp_nav .nav-item.i3 {
	background: url(../images/icon_fxl_03.png) center top no-repeat;
}

.post-xl .con .wp_nav .nav-item.i1 {
	width: 270px;
	height: 72px;
	background: url(../images/icon_xl_1.png) center top no-repeat;
	margin-bottom: 10px;
}

.post-xl .con .wp_nav .nav-item.i1 a span.item-name {
	line-height: 72px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-indent: 20px;
}

.post-xl .con .wp_nav .nav-item.i2 {
	background: url(../images/icon_xl_02.png) center top no-repeat;
}

.post-xl .con .wp_nav .nav-item.i3 {
	background: url(../images/icon_xl_03.png) center top no-repeat;
}

.post-xl .con .wp_nav .nav-item.i4 {
	background: url(../images/icon_xl_04.png) center top no-repeat;
}

.post-xl .con .wp_nav .nav-item.i5 {
	background: url(../images/icon_xl_05.png) center top no-repeat;
}

.post-xl .con .wp_nav .nav-item.i6 {
	background: url(../images/icon_xl_06.png) center top no-repeat;
}

.post-lxs .con .wp_nav .nav-item.i1 {
	width: 270px;
	height: 72px;
	background: url(../images/icon_lxs_1.png) center top no-repeat;
	margin-bottom: 10px;
}

.post-lxs .con .wp_nav .nav-item.i1 a span.item-name {
	line-height: 72px;
	color: #fff;
	font-size:18px;
	font-weight: bold;
	text-indent: 20px;
}


.post-imglinks {
	width: 100%;
}

.post-imglinks .con {
	padding: 6px 0 12px 0;
	margin: 0 auto;
}

.post-links {
	width: 100%;
}

.post-links .con .sudy-links .links-name {
	background: #fff url(../images/link_dropdown.gif) no-repeat right 50%;
	line-height: 33px;
	font-size: 14px;
}

.post-links .con .sudy-links .links-wrap a {
	padding: 0 15px;
}

.post-links .con .sudy-links .links-wrap a:hover {
	background: transparent;
}

.post-links .con .sudy-links .links-wrap {
	height: 168px;
	overflow-y: scroll;
}

.post-links .con .wp_article_list .list_item {
	border-bottom: none;
	height: 33px;
	line-height: 33px;
}

.post-links .con .wp_article_list .list_item:hover {
	background: #eee;
}

.post-links .con .wp_article_list .list_item .Article_Index {
	display: none;
}

.post-links .con .wp_article_list .list_item .Article_Title {
	background: url(../images/link_pointer.gif) 5px center no-repeat;
	font-size: 14px;
	color: #333;
}

.post-links .con .wp_article_list .list_item .Article_Title A:hover {
	color: #333;
}

.post-links .con .wp_article_list .list_item .ex_fields {
	display: none;
}


/*列表页*/
#container .l-inner {
}

.col-box {
	width: 100%;
}

.col-menu {
	width: 260px;
	float: left;
	margin-left: 20px;
	min-height: 600px;
}

.col-menu-title {
	width: 100%;
	height: 30px;
	line-height: 30px;
	margin: 0 auto;
	overflow: hidden;
	background: url(../images/col_menu_title.png) center center no-repeat;
}

.col-name {
	color: #FFF;
	line-height: 30px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

.col-name-text {
	display: block;
}

/*多级栏目列表*/
.col-menu-con {padding:0 0 10px 0; background: transparent;}
.col-list {padding: 15px 14px; background: transparent;}
/*一级*/
.col-list .wp_listcolumn { border: none; }
.col-list .wp_listcolumn .wp_column a { font-weight:normal; font-size: 13px; color:#333; background: url(../images/banner_lightgray_230.png) center center no-repeat; border: none;} 	/**一级子栏目及图标**/
.col-list .wp_listcolumn .wp_column a.parent {color:#FFF; font-weight: bolder; background: url(../images/banner_blue_230.png) center center no-repeat;}
.col-list .wp_listcolumn .wp_column a:hover { color:#234f9e;} /**鼠标经过或选中一级子栏目**/
.col-list .wp_listcolumn .wp_column a.parent:hover { color:#FFF;} /**鼠标经过或选中一级子栏目**/
.col-list .wp_listcolumn .wp_column a.selected { color:#FFF; font-weight: bold; background: url(../images/banner_blue_230.png) center center no-repeat;}
.col-list .wp_listcolumn .wp_column a span.column-name{background: transparent; line-height: 25px;}
.col-list .wp_listcolumn .wp_column a.selected span.column-name{ background: url(../images/pointer_white.gif) 8px center no-repeat;}
.col-list .wp_listcolumn .wp_column a.parent span.column-name{ background: url(../images/pointer_white.gif) 8px center no-repeat;}
/*二级*/
.col-list .wp_listcolumn .wp_subcolumn .wp_column a { font-weight:normal; font-size: 12px; color:#333; background:none; border-top:0px solid #fff; border-bottom:1px solid #e2e2e2;} 	/**二级子栏目**/
.col-list .wp_listcolumn .wp_subcolumn .wp_column a:hover {color:#234f9e;} 	/**鼠标经过或选中二级子栏目**/
.col-list .wp_listcolumn .wp_subcolumn .wp_column a.selected {background: transparent;}
.col-list .wp_listcolumn .wp_subcolumn .wp_column a span.column-name {background: transparent; line-height: 25px;}
.col-list .wp_listcolumn .wp_subcolumn .wp_column a.selected span.column-name {color:#234f9e; font-weight: bold; background: url(../images/pointer_blue.gif) 18px center no-repeat; line-height: 25px;}
.col-list .wp_listcolumn .wp_subcolumn .wp_column a.parent span.column-name {color:#234f9e; font-weight: bold; background: url(../images/pointer_blue.gif) 18px center no-repeat; line-height: 25px;}
/*三级*/
.col-list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_column a { font-weight:normal; font-size: 12px; color:#333; background:none; border-top:0px solid #fff; border-bottom:1px solid #e2e2e2;} 	/**三级子栏目**/
.col-list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_column a:hover {color:#234f9e;}
.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_column a.selected { background: transparent;} 	/**鼠标经过或选中三级子栏目**/
.col-list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_column a span.column-name {background: transparent; line-height: 25px; padding-left: 45px;}
.col-list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_column a.selected span.column-name{color:#234f9e; font-weight: bold; background: url(../images/pointer_blue3.gif) 35px center no-repeat; line-height: 25px;}
/*四级*/
.col-list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a { background:none; border-top:0px solid #fff; border-bottom:1px solid #ddd;} 	/**四级子栏目**/
.col-list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a:hover,.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a.selected { color:#000;} 	/**鼠标经过或选中四级子栏目**/
.col-list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a.selected span.column-name{ color:#1378b0;}
/*五级*/
.col-list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a { background:none; border-top:0px solid #fff; border-bottom:1px solid #eee;} 	/**五级子栏目**/
.col-list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a:hover,.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a.selected { color:#000;} 	/**鼠标经过或选中五级子栏目**/
.col-list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a.selected span.column-name{ color:#1378b0;}



.col-news {
	width: 680px;
	float: right;
	margin-right: 20px;
	background: #FFF;
}

.page-navigation {
	width: 100%;
	height: 30px;
	line-height: 30px;
	margin: 0 auto;
	background: url(../images/banner_gray_680.png) center top no-repeat;
}

.path-box {
	width: 90%;
	height: 30px;
	line-height: 30px;
	float: right;
	text-align: right;
	margin-right: 10px;
}
.path-box .Column_Position {padding:0 0;}
.path-box .possplit {width: 15px; background: url(../images/arrow_nextlevel.gif) center center no-repeat; padding: 0 5px;}
/*.path-box A, .path-box A:link, .path-box A:hover, .path-box A:active {color: #2477b3;}*/

.col-news-title {height: 60px; line-height: 80px; text-align: center; font-size: 18px; font-weight: bold;}
.col-news-con {padding: 10px 30px 20px 30px; min-height: 50px;}
.col-news-list {}
.col-news-list .wp_article_list .list_item {border: none; height: 40px; line-height: 40px; border-bottom: #d7d7d7 1px dashed;}  /**栏目新闻列表**/
.col-news-list .wp_article_list .list_item .Article_Index { width: 25px; height: 40px; background: url(../images/pointer_blue.gif) no-repeat center center; margin:0px;}  /**栏目新闻图标序号**/
.col-news-list .wp_article_list .list_item .Article_Title {margin:0px; font-size: 14px;}
.col-news-list .wp_entry { line-height:2; font-size:14px; color:#333;}
.col-news-list .wp_entry p { margin-bottom:10px; line-height: 2; font-size: 14px;}
.col-news-list .wp_entry img { max-width:600px; _width:expression(this.width > 600 ? "600px" : this.width); }   /**列表页文章图片大小限制**/
.col-news-list .wp_entry img { max-width:600px; _width:expression(this.width > 500 ? "500px" : "500px"); }   /**列表页文章图片大小限制**/
.col-news-list .wp_entry img { border: #CCC 1px dashed; padding: 4px; background: #f9f9f9;}
.col-news-list .wp_entry .img-desc {font-family: 楷体; font-size: 14px; font-weight:bold;}
.col-news-list .wp_entry a:hover {color: #234f9e; text-decoration: underline;}
.col-news-list .wp_paging {padding-bottom: 10px;}
.col-news-list .wp_subcolumn_list .wp_sublist {margin-bottom: 30px;}
.col-news-list .wp_subcolumn_list .wp_sublist .sublist_title {border-bottom: 2px solid #1e76b4; margin-bottom: 5px;}
.col-news-list .wp_subcolumn_list .wp_sublist .sublist_title .morelink .moretext {background: url(../images/sublist-more.png) center center no-repeat;}
.col-news-list .wp_subcolumn_list .wp_sublist .sublist_title .morelink .moretext Img {visibility: hidden;}
.col-news-sublist-con {padding: 5px 30px;}
.col-news-iframe {position: relative}
.col-news-iframe .iframe-mask-consult {position: absolute; width:100%; height: 150px; left: 0; z-index: 999; background: #FFF; font-size: 14px; line-height: 25px;}
.col-news-iframe .iframe-mask-appeal {position: absolute; width:100%; height: 290px; left: 0; z-index: 999; background: #FFF url(../images/workflow-appeal.jpg) center center no-repeat;}
.iframe-mask-appeal-placeholder {width: 100%; height: 100px;}
.col-news-head {width:200px; height:28px; float:left;}
.col-metas {height:28px; line-height:28px; text-indent:20px; color: #333; font-size: 14px; font-weight: bold;}

.col-news-list .wp_entry .attach-links {
	border: #ccc 1px dashed;
	background: url(../images/clip.png) right bottom no-repeat;
	padding-bottom: 10px;

}
.col-news-list .wp_entry .attach-links h4 {
	width: 100%;
	line-height: 40px;
	background: #eee;
    text-indent: 15px;
}
.col-news-list .wp_entry .attach-links P {
	line-height: 30px;
	text-indent: 15px;
	font-size: 13px;
	margin-bottom: 0px;
}
.col-news-list .wp_entry .attach-links img {border:none; background: transparent; padding: 0;}


/*文章页*/
#container .d-inner {
	padding: 20px 0 0 0;
}

.d-inner .page-navigation {
	width: 960px;
	height: 30px;
	line-height: 30px;
	margin: 0 auto;
	background: url(../images/banner_gray_960.png) center top no-repeat;
}

.article-box {
	margin:0px auto;
	min-height: 350px;
}

.article {
	padding: 0 50px;
}

.article h1.article-title { /**文章标题**/
	font-family: "Microsoft YaHei";
	font-weight: normal;
	padding:30px 0px 5px 0px;
	text-align:center;
	line-height: 150%;
	font-size:22px;
	color:#000;
}

.article .article-metas {
	padding: 15px 0;
	text-align:center;
	border-bottom: #dde6ed 1px solid;
}

.article .article-metas span { /**文章其他属性**/
	margin:0 5px;
	font-size:12px;
	color:#787878;
}

.article .entry { /**文章内容**/
	margin:0 auto;
	padding: 20px 0px;
	overflow:hidden;
}

.article .entry .read, .article .entry .read p { /**阅读字体**/
	line-height: 2;
	font-size: 14px;
	color: #333;
}

.article .entry .read p {
}

.article .entry .read img { /**文章阅读部分图片大小限制**/
	max-width:800px;
	_width:expression(this.width > 850 ? "850px" : this.width);
}

/*地图*/
.allmap {
	width: 100%;
	height: 500px;
	overflow: hidden;
	margin: 0;
	border: #CCC 1px solid;
	margin-top: 15px;
}

.BMap_bubble_title {
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
}

.BMap_bubble_content {
	font-size: 14px;
	line-height: 20px;
}

/*站点表格*/
.sitetable {
	width: 100%;
	overflow: hidden;
	margin: 0;
	border: none;
	margin-top: 15px;
	padding: 20px 0;
}

.sitetable table {}

.sitetable td {
	line-height: 20px;
	padding: 5px;
	border: 1px solid #CCC;
}

.sitetable tr {background: #FFF;}
.sitetable tr:hover {background: #F9F9F9; font-weight: bold;}

.sitetable tr#th {
	text-align: center;
	font-weight: bold;
	background: #EEE;
}

.sitetable td#prov {width: 45px;}
.sitetable td#sn {width: 130px;}
.sitetable td#add {width: 190px;}
.sitetable td#contactor {width: 80px;}
