#content{
	width:920px;
	padding:0 10px;
}
.home-l {
	margin:0 25px 15px 0px;
	padding:10px 20px;
	width:270px;
	height:265px;
	background-image:url(../images/home/gaozhong-h-l.gif);
	background-position:top center;
	background-repeat:no-repeat;
	float:left;
}
.home-m {
	margin:0 25px 15px 0;
	padding:10px 20px;
	width:270px;
	height:265px;
	background-image:url(../images/home/gaozhong-h-m.gif);
	background-position:top center;
	background-repeat:no-repeat;
	float:left;
}

.home-r {
	margin:0 0px 15px 0;
	padding:10px 16px;
	width:218px;
	height:265px;
	background-image:url(../images/home/gaozhong-h-r.gif);
	background-position:top center;
	background-repeat:no-repeat;
	float:right;
}

.newsList-tbl {
	table-layout:fixed;
	height:104px;
	margin-top:5px;
}

.newsList-tbl td {
	line-height:26px;
	height:26px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	color:#7f7f7f;
	color:#000;
	font-size:12px;
}
.newsList-tbl td a:link,
.newsList-tbl td a:visited {
	color:#666;
	color:#000;
	text-decoration:none;
	font-size:12px;
	
}

.newsList-tbl td a:hover,
.newsList-tbl td a:active {
	color:#06f;
	text-decoration:none;
	font-size:12px;
	
}

#gaozhong_lb {
	padding:32px 0 0 55px;
}

.list-t {
	margin-top:16px;
}
.list-t a{
	color:#222;
	width:70px;
	font-weight:bold;
	text-decoration:none;
}

.lbList-tbl {
	table-layout:fixed;
	height:28px;
}

.lbList-tbl td {
	line-height:14px;
	height:14px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	font-size:12px;
}
.lbList-tbl td a:link,
.lbList-tbl td a:visited{
	line-height:18px;
	height:18px;
	color:#666;
	color:#000;
	text-decoration:none;
	font-size:12px;
	
}
.lbList-tbl td a:hover,
.lbList-tbl td a:active{
	line-height:18px;
	height:18px;
	color:#06f;
	text-decoration:none;
	font-size:12px;
	
}


.nList-tbl {
	table-layout:fixed;
	width:250px;
	height:154px;
	margin:10px;
}

.nList-tbl td {
	line-height:22px;
	height:22px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	color:#616161;
	color:#000;
	font-size:12px;
}
.nList-tbl td a:link,
.nList-tbl td a:visited{
	line-height:22px;
	height:22px;
	color:#428ed5;
	color:#000;
	text-decoration:none;
	font-size:14px;
}

.nList-tbl td a:hover,
.nList-tbl td a:active{
	line-height:22px;
	height:22px;
	color:#06f;
	text-decoration:none;
	font-size:14px;
}

#vg {
	padding-top:10px;
}

#scroll_news {
	width:176px;
	height:20px;
	padding:21px 0 1px 42px;
	margin-bottom:5px;
	line-height:20px;
	background-image:url(../images/home/scroll-news.gif);
}
#scroll_news a {
	text-decoration:none;
	color:#000;
}
#link_select {
	margin-top:5px;
	width:218px;
}
/*-----------------------===================calendar=============================---------------------------------------*/
#cal-bar {

	background-color:#fff;
}
table.calendar {
	/*font-family: Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	border-collapse: collapse;
	background-color: white;
	border: solid #ddd 1px;
	background-color: white;*/
	width: 190px;
	text-align: center;
	/*prevent user from selecting text in Mozilla & Safari - check calendar constructor for IE code)*/
	-moz-user-select: none;
	margin:0;
	padding:0;
    /*-khtml-user-select: none;*/
}
table.calendar input {
	border-color:#ddd;
	border-style:solid;
	border-width:0px;
	padding:0 3px;
	background-color:#dfdfdf;
	height:18px;
	margin:2px;
}
table.calendar input, table.calendar select {
	font-size: 12px;
}
table.calendar td {
	border: 0;
	font-size: 12px;
	text-align: center;
	padding:2px 6px;;
}
div.mainheading {
	margin: 2px;
}
table.caldayheading {
	border-collapse: collapse;
	cursor: pointer;
	empty-cells: show;
	margin:0;
	margin: 0 6px 0 6px;
}
table.caldayheading td {
	border: solid #CCCCCC 1px;
	text-align: left;
	color: #0054E3;
	font-weight: bold;
	width: 22px; /*should match calendar cell's width*/
}
table.caldayheading td.wkhead {
	border-right: double #CCCCCC 3px;
}
table.calcells {
	border-collapse: collapse;
	cursor: pointer;
	margin:0;
	margin: 0 6px 0 6px;
}
table.calcells td {
	border: solid #CCCCCC 1px;
	vertical-align: top;
	text-align: left;
	font-weight: bold;
	width: 22px;
	height: 20px; /*IE doesn't like ems*/
}
table.calcells td div {
	padding: 1px;
	margin: 0;
}
table.calcells td.wkhead {
	background-color: white;
	text-align: center;
	border-right: double #CCCCCC 3px;
	color: #0054E3;
}
table.calcells td.wkday {
	background-color: #dfdfdf;
}
table.calcells td.wkend {
	background-color: #d5d5d5;
}
table.calcells td.curdate {
	background-color: #69c17d;
}
table.calcells td.cell_selected {
	background-color: #99CCFF;
	color: black;
}
table.calcells td.notmnth {
	background-color: #FFFFFF;
	color: #CCCCCC;
}
table.calcells td.notallowed {
	background-color: white;
	color: #EEEEEE;
	font-style: italic;
}
table.calcells td.hover {
	background-color: #999999;
}
