﻿body{
	font-size:12px;
	padding:0;
	margin:0;
	background-color: #beec6a;
}
#id_main a{ color:#000; text-decoration:none;}a:hover{ color:#ef0621;text-decoration:underline}
img{border:0}
/*body内嵌一个div，作为总框架*/
.body {
	position: relative;
	margin: auto;
	width: 1004px;
}

/*颜色*/
.c_01 {	color: #c6b938;}
.c_02 {	color: #4d8a15;}
.c_03 {	color: #4d8a15;}

/*背景颜色*/
.c_bg_01 {background-color: #f6d958;}
.c_bg_02 {background-color: #91680d;}

/*颜色*/
.user{ color: #FFFFFF;}

/*头部，可能包含flash，或者gif。在html内会指定尺寸，无须描述*/
#id_header {
	
}

/*底部*/
#id_footer {
	position: relative;
	margin: auto;
	width: 1004px;
	height:118px;
	background-image: url(skin22/footer.jpg);
}
#id_copyright{
	position: relative;
	top:30px;
	text-align: center;
	font-size: 12px;
	line-height: 20px;
	left: 200px;
	width: 70%;
}

/*菜单框架的背景*/
#id_menu_bg {
	position: relative;
	height: 48px;
	background: url(skin22/menu_bg.jpg) no-repeat;
	background-image: url(skin22/menu_bg.jpg);
}

/*菜单框架*/
#id_menu {
	position: relative;
	width: 75%;
	left: 100px;
	height: 25px;
	top: 0px;
	
}

/*菜单项,大小,位置*/
#id_menu span{
	position: relative;
	display: inline-block;
	width: 104px;
	height: 35px;
	margin-left:5px;
	cursor:pointer;
}

/*菜单项，背景的图片*/
#id_menuitem_01{}
#id_menuitem_02{}
#id_menuitem_03{}
#id_menuitem_04{}
#id_menuitem_05{}
#id_menuitem_06{}
#id_menuitem_07{}

/*鼠标经过时，菜单项，背景的图片*/
#id_menuitem_01_select {}
#id_menuitem_02_select {}
#id_menuitem_03_select {}
#id_menuitem_04_select {}
#id_menuitem_05_select {}
#id_menuitem_06_select {}
#id_menuitem_07_select {}

/*主内容框架*/
#id_main {	
	position: relative;
	background: url();
	padding: 0px;
	border: 0px;
	height: 750px;
	margin: 0px 0px 0px 0px;
	overf: hidden;

}

/*【登陆框】背景*/
#id_login_bg {
	position: absolute;
	left: 31px;
	width: 250px;
	height: 254px;
	background: url(skin22/login_bg.gif) no-repeat;
	background-image: url(skin22/login_bg.gif);
	top: 0px;
}

/*【登陆框】*/
#id_login {
	position: relative;
	left: 50px;
	top: 90px;
	width:160px;
	line-height:25px;
	font-size:12px;
	text-align:center;
	height: 120px;
}
#id_nologin {text-align:center;}
#id_nologin a{color:black}
#id_nologin a:hover{color:red;text-decoration:underline;font-weight:bold}

/*【登陆框】内元素*/
#id_login_account,#id_login_psw{
	width:90px;
}
#id_login_query_account{
	text-decoration:underline;
}

#id_login_submit{
	width:57px; 
	height:39px; 
	border:none;
	background: url(skin22/login_submit.gif) no-repeat;		
}

/*【食谱】按钮*/
#id_recipe_bg {
	position: absolute;
	left: 408px;
	top: 382px;
	width: 236px;
	height: 100px;
	background: url(skin22/recipe.gif) no-repeat;
	background-image: url(skin22/recipe.gif);
	
}
#id_recipe_bg button{
	width:236px;
	height:100px;
	cursor: pointer;
	opacity: 0.1;
	filter:alpha(opacity=0);
	border:none;
}

/*【招生报名】按钮*/
#id_signup_bg {
	position: absolute;
	left: 408px;
	top: 254px;
	width: 236px;
	height: 128px;
	background: url(skin22/signup.gif) no-repeat;
	background-image: url(skin22/signup.gif);
}
#id_signup_bg button{
	width:236px;
	height:128px;
	cursor: pointer;
	opacity: 0.1;
	filter:alpha(opacity=0);border:none;
}

/*【留言】按钮*/
#id_message_bg {
	position: absolute;
	left: 808px;
	top: 485px;
	width: 189px;
	height: 223px;
	background: url(skin22/message.gif) no-repeat;
	background-image: url(skin22/message.gif);
}

#id_message_bg button{
	position: relative;
	width:189px;
	height:223px;
	opacity: 0.1;
	filter:alpha(opacity=0);
	cursor: pointer;border:none;
}

/*【温馨提示框】背景*/
#id_tips_bg {
	position: absolute;
	left: 712px;
	top: 0px;
	width: 260px;
	height: 254px;
	background: url(skin22/tips.gif) no-repeat;
	background-image: url(skin22/tips.gif);

}

/*【温馨提示框】内容*/
#id_tips {
	position: relative;
	left: 40px;
	top: 100px;
	width: 190px;
	height: 80px;
	overflow: hidden;
}
#id_tips_content{
	position:absolute;
	width:100%;
	word-wrap:break-word;
	padding: 80px 0 0 0 ;
}



/*【通知框】背景*/
#id_notice_bg {
	position: absolute;
	left: 644px;
	top: 254px;
	width: 345px;
	height: 228px;
	background: url(skin22/notice.gif) no-repeat;
	background-image: url(skin22/bulletin.gif);

}

/*【通知框】内容*/
#id_notice {
	position: relative;
	width: 285px;
	height: 160px;
	line-height:25px;
	top: 55px;
	left: 45px;
}
#id_notice .title{
	display:inline-block;
	width:195px;
	overflow:hidden;
	vertical-align:middle;
	background:url(skin22/newicon.gif) no-repeat;
	line-height:29px;
	height:29px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	padding-left:25px;
	margin-right:5px;
	border-bottom: #FF00FF dashed 1px;
}

/*【公告框】背景*/
#id_bulletin_bg {
	position: absolute;
	left: 22px;
	top: 254px;
	width: 386px;
	height: 228px;
	background: url(skin22/bulletin.gif) no-repeat;
	background-image: url(skin22/notice.gif);
}

/*【公告框】内容*/
#id_bulletin {
	position: relative;
	left: 50px;
	top: 60px;
	width: 300px;
	height: 160px;
	line-height:25px;
}
#id_bulletin .title{
	display:inline-block;
	width:210px;
	overflow:hidden;
	vertical-align:middle;
	background:url(skin22/138.gif) no-repeat;
	line-height:29px;
	height:29px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	padding-left:25px;
	margin-right:5px;
	border-bottom: #FF1111 dashed 1px;
}

/*【最新文章框】背景*/
#id_latestarticle_bg {
	position: absolute;
	left: 281px;
	width: 431px;
	height: 254px;
	background: url(skin22/latestarticle.gif) no-repeat;
	top: 0px;
	background-image: url(skin22/latestarticle.gif);
}

/*【最新文章框】内容*/
#id_latestarticle {
	position: relative;
	left: 40px;
	top: 75px;
	width:345px;
	height:150px;
	line-height:25px;
}
#id_latestarticle .title{
	display:inline-block;
	width:260px;
	overflow:hidden;
	vertical-align:middle;
	background:url(skin22/nicon.gif) no-repeat 0px 0px ;
	line-height:29px;
	height:29px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	padding-left:25px;
	margin-right:5px;
	border-bottom: #009900 dashed 1px;
}

/*【最新相片框】背景*/
#id_latestphoto_bg {
	position: absolute;
	left: 630px;
	width: 344px;
	height: 301px;
	background: url() no-repeat;
	top: -471px;
	background-image: url(skin22/latestphoto.gif);
}

/*【最新相片框】内容*/
#id_latestphoto {
	position: relative;
	width: 255px;
	height: 173px;
	left: 43px;
	top: 67px;
}

#id_latestphoto img{
	width: 255px;
	height: 173px;
	cursor:pointer;
	z-index:100;
}

/*【最新图片】分页控制*/
#id_latestphoto_page_control{
	position:absolute;
	right:3px;
	bottom:-24px;
}

#id_latestphoto_page_control span{
	display:inline-block;
	font-size:11px;
	color:red;
	font-weight:bold;
	text-align:center;
	width:13px;
	height:13px;
	margin-left:2px;
	background-color:white;
	opacity:0.6;
	filter:alpha(opacity=60);
	cursor:pointer;
}

.latestphoto_page_select{
	background-color:black !important;
}

/*【幼儿作品框】背景*/
#id_childwork_bg {
	position: absolute;
	left: 11px;
	top: 482px;
	width: 796px;
	height: 255px;
	background: url(skin22/childwork.gif) no-repeat;
	background-image: url(skin22/childwork.gif);
}

/*【幼儿作品框】内容*/
#id_childwork {
	position: relative;
	left: 150px;
	top: 85px;
	height: 128px;
	width: 600px;
	overflow:hidden;
}

#id_childwork img{
	height:120px;
	cursor:pointer;
}

/*【小图标01】*/
#id_bg_img_01 {
	position: absolute;
}
#id_bg_img_02 {
	position: absolute;
}
#id_bg_img_03 {
	position: absolute;
}
#id_bg_img_04 {
	position: absolute;
}
#id_bg_img_05 {
	position: absolute;
}


/*内页*/
#id_main_ex{
	display:none;
	position:relative;
	background: url();
}

/*内页竖向填充框，排版用*/
.padding_colum_1{
	position: relative;
	width:20px;
	height:0px;
	float:left;	
	overflow-x:hidden;
}
.padding_colum_2{
	display: none;				
}

/*内页左边列表框*/
#id_catalog_bg{
	position: relative;
	width:202px;
	margin-left:30px;
	overflow-x:hidden;
}

#id_catalog_bg_top{
	width:202px;
	height:91px;
	padding-top:0px;
	line-height:30px;
	background:url(skin22/id_catalog_bg_top.jpg) no-repeat;
}

#id_catalog_bg_middle{
	background:#fefff0 url(skin22/id_catalog_bg_middle.gif) repeat-x left bottom;
	border-left:#fefff0 solid 1px;border-right:#fefff0 solid 3px; width:217px;
}


#id_catalog_bg_bottom{
	width:202px;
	height:137px; background:url(skin22/id_catalog_bg_bottom.jpg)
}

#id_catalog{
	padding:10px 0px 10px 0px;
	overflow-x:hidden;
	font-size:13px;
	margin-right:20px;
}


/*内页右边内容框*/
#id_content_bg{
	position: relative;
	width:710px;
	margin-left:20px;
	overflow:hidden;
}

#id_content_header {
	position: absolute;
	left: 60px;
	top: 140px;
	font-size: 14px;
	font-weight: bold;
	color: navy !important;
}

#id_content_header *{color: navy !important;}

#id_content_bg_top{
	width:710px;
	height:159px;
	background:url(skin22/list-top.jpg) no-repeat;
}

#id_content_bg_middle{
	padding:0px 20px;
	overflow-x:hidden;
	background:url(skin22/list-m.gif) repeat-y;
}
#id_content_bg_bottom{
	width:710px;
	height:87px;
	background:url(skin22/list-btm.jpg) no-repeat;
}

#id_content_list{
	float:left;
	width:670px;
}

#id_content_close{
	width:670px;
	padding-right:30px;
}

#id_content{
	display:none;
	float:left;
	width:670px;
	overflow-x:auto;
	padding: 30px 10px 30px 10px;
}

#id_article_title{
	font-size:24px;
	font-weight:bold;
	margin:auto;
	width:550px;
	text-align:center;
	padding:0px 20px 5px 20px ;
	border-bottom:1px solid #c2d9f2;
}

#id_article_title_time{
	font-size:12px;
	margin:auto;
	text-align:center;
	padding: 10px 0px 20px 0px;	
}

#id_article_page{
	text-align:left;
	padding-bottom:20px;
	overflow-x:auto;
}
#id_content_img{
	max-width:650px;
}

.catalog_item,.catalog_item_selected{
	margin:0 10px;
	line-height:32px;
	padding-left:35px;
}

.catalog_item a, .catalog_item_selected a{
	text-decoration: none;
	color: #91680d;
}

.catalog_item a:visited, .catalog_item_selected a:visited{
	text-decoration: none;
}

.catalog_item{
	background:url(skin22/list1.gif) no-repeat;
}
.catalog_item_selected{
	background:url(skin22/list.gif) no-repeat;
}


/*ajax下载xml文件时，等待框*/
.waiting{
	text-align:center;
	width:150px;
	height:70px;
	margin:auto;
	background:url(skin22/waiting.gif) no-repeat 55px 30px;	
}

/*文章，图片等列表分页控制*/
.page_container{
	margin:auto;
	text-align:center;
	padding:0px 0px 20px 0px;
}

.page_container a:visited {
	color: blue;
}

.page_item{
	margin: 0px 2px 0px 0px;
	padding:0px 2px 0px 2px;
	display:inline-block;
	line-height:20px;
	min-width:16px;
	cursor:pointer;
	text-align:center;
	vertical-align:middle;
}

.page_item_selected{
	margin: 0px 2px 0px 0px;
	padding:0px 2px 0px 2px;
	display:inline-block;
	line-height:20px;
	min-width:16px;
	text-align:center;
	vertical-align:middle;
}

/*文章，图片等列表显示控制*/
.contentlist_show_type_1
{
	display:inline-block;
	width:120px;
	vertical-align: bottom;
	font-size:12px;
	text-align:center;
	margin:0px 0px 30px 40px;
}	

.contentlist_show_type_1 .contentlist_show_title{
	display:inline-block;
	width:120px;
	font-size:12px;
	word-wrap:break-word; 
	word-break:break-all;
	overflow:hidden;
}

.contentlist_show_type_2
{
	display:block;
	font-size:12px;
	margin:5px 10px 0px 0px;
	padding-left:18px;
	background: url(skin22/list_01.gif) no-repeat;
	word-break:break-all;
}	

	padding-left:18px;
	background: url(skin22/list_01.gif) no-repeat;
}

.contentlist_show_type_2 .contentlist_show_title{
	font-size:14px;
	font-weight:bold;
	float:left;
	width:500px;
}

.contentlist_show_time{
	float:left;
	width:140px;
	font-weight:normal;	
}

.contentlist_show_type_1 img{
	width:120px;
	cursor:pointer;
}

.underline{
	border-bottom:1px dashed #aaaaaa;
	height:2px;
	overflow-y:hidden;
	margin:0px 10px 15px 10px;
}

#id_visicounter{
	position:absolute;
	left:100px;
	bottom:13px;
}

#id_link_more_1{
	display:none;
}
#id_link_more_2{
	display:none;
}
#id_link_more_3{
	display:none;
}
#id_link_more_4{
	display:none;
}
#id_link_more_5{
	display:none;
}
#id_link_more_6{
	display:none;
}





.gl_cmt_container{
	font-size:13px;
	padding:4px;
}
.gl_cmt_container a{
	color:#1e50a2;
	text-decoration: underline;	
}
.gl_cmt_reccount{
	font-weight:bold;
	color:red;
}
.gl_cmt_item{
	padding-top:10px;
}
.gl_cmt_header{
	position:relative;
	padding:2px;
	background-color:#dddddd;
}
.gl_cmt_cmd{
	position:absolute;
	width:40px;
	right:2px;
	top:2px;
	text-align:right;
}
.gl_cmt_author{
	font-weight:bold;
	color:#1e50a2;
}
.gl_cmt_time{
	color:#666666;
}
.gl_cmt_content{
	line-height:20px;
}
.gl_cmt_resp{
	border:1px solid #999999;
	padding:3px;
	background-color:#ffffee;
	margin-bottom:3px;
}
.gl_cmt_resp_ex{
	border:1px solid #999999;
	border-top:1px solid #ffffee;
	padding:3px;
	margin-bottom:3px;
	background-color:#ffffee;
}
.gl_cmt_resp_header{
	float:left;
	width:350px;
}
.gl_cmt_resp_author{
	color:#1e50a2;
}
.gl_cmt_resp_time{
	color:#666666;
}
.gl_cmt_resp_floor{
	text-align:right;
	color:#666666;
}
.gl_cmt_resp_content{
	line-height:20px;
}
.gl_cmt_page_container{
	margin:auto;
	text-align:center;
	padding:0px 0px 20px 0px;
}
.gl_cmt_page_container a:visited {
	color: blue;
}
.gl_cmt_page_item{
	margin: 0px 2px 0px 0px;
	padding:0px 2px 0px 2px;
	display:inline-block;
	border:1px solid #999999;
	line-height:20px;
	min-width:16px;
	cursor:pointer;
	text-align:center;
	vertical-align:middle;
}
.gl_cmt_page_item_selected{
	margin: 0px 2px 0px 0px;
	padding:0px 2px 0px 2px;
	display:inline-block;
	border:1px solid #999999;
	background-color:#bbbbbb;
	line-height:20px;
	min-width:16px;
	text-align:center;
	vertical-align:middle;
}
#id_lgo{
	display:none;
	position:relative;
	left:60px;
	top:60px;
	width:185px;
	height:75px;
	font-weight:bold;
	font-size:12px;
	color: #f2930c;
	line-height:20px;
}

#id_lgo a{
	display:inline-block;
	width:55px;
	overflow-x:hidden;
	color: blue;	
}

#id_lgo a:hover{
	color: #f2930c;	
}

