@charset "utf-8";
/*红色*/
body.theme_red .header{
	background: #ca4242;
	border-bottom: 1px solid #b43b3b;
}
body.theme_red .hdrc ul li{
	border-left: 1px solid #b43b3b;
}
body.theme_red .hdrc ul li:hover{
	background: #b43b3b;
}
body.theme_red .lftml{
	background: #d94747;
}
body.theme_red .lftml ul li.active{
	background: url(../images/angl.png) no-repeat right center #c64242;
}
body.theme_red .lftml ul li:hover{
	background: #c64242;
}
body.theme_red #page-tab{
	background: #d94747;
}
body.theme_red #page-tab #page-operation,body.theme_red #page-tab #page-next,body.theme_red #page-tab #page-refresh{
	border-left: 1px solid #c64242;
}
body.theme_red #page-tab #page-operation:hover,
body.theme_red #page-tab #page-prev:hover,
body.theme_red #page-tab #page-next:hover,
body.theme_red #page-tab #page-refresh:hover
{
	background-color: #c64242;
}
body.theme_red #page-tab #menu-list a{
	border-right: 1px solid #c64242;
}
body.theme_red #page-tab #menu-list a:hover{
	background: #c64242;
}
body.theme_red #page-tab #menu-list a.active:hover{
	background: #fff;
}
body.theme_red #menu-all #menu-all-ul li.active{
	background: #c64242;
}

/*蓝色*/
body.theme_blue .header{
	background: #2e7ed0;
	border-bottom: 1px solid #2971bb;
}
body.theme_blue .hdrc ul li{
	border-left: 1px solid #2971bb;
}
body.theme_blue .hdrc ul li:hover{
	background: #2971bb;
}
body.theme_blue .lftml{
	background: #3287df;
}
body.theme_blue .lftml ul li.active{
	background: url(../images/angl.png) no-repeat right center #2971bb;
}
body.theme_blue .lftml ul li:hover{
	background: #2971bb;
}
body.theme_blue #page-tab{
	background: #3287df;
}
body.theme_blue #page-tab #page-operation,body.theme_blue #page-tab #page-next,body.theme_blue #page-tab #page-refresh{
	border-left: 1px solid #2971bb;
}
body.theme_blue #page-tab #page-operation:hover,
body.theme_blue #page-tab #page-prev:hover,
body.theme_blue #page-tab #page-next:hover,
body.theme_blue #page-tab #page-refresh:hover
{
	background-color: #2971bb;
}
body.theme_blue #page-tab #menu-list a{
	border-right: 1px solid #2971bb;
}
body.theme_blue #page-tab #menu-list a:hover{
	background: #2971bb;
}
body.theme_blue #page-tab #menu-list a.active:hover{
	background: #fff;
}
body.theme_blue #menu-all #menu-all-ul li.active{
	background: #2971bb;
}

/*绿色*/
body.theme_green .header{
	background: #66ac14;
	border-bottom: 1px solid #61a214;
}
body.theme_green .hdrc ul li{
	border-left: 1px solid #61a214;
}
body.theme_green .hdrc ul li:hover{
	background: #61a214;
}
body.theme_green .lftml{
	background: #71bd18;
}
body.theme_green .lftml ul li.active{
	background: url(../images/angl.png) no-repeat right center #65a915;
}
body.theme_green .lftml ul li:hover{
	background: #65a915;
}
body.theme_green #page-tab{
	background: #71bd18;
}
body.theme_green #page-tab #page-operation,body.theme_green #page-tab #page-next,body.theme_green #page-tab #page-refresh{
	border-left: 1px solid #65a915;
}
body.theme_green #page-tab #page-operation:hover,
body.theme_green #page-tab #page-prev:hover,
body.theme_green #page-tab #page-next:hover,
body.theme_green #page-tab #page-refresh:hover
{
	background-color: #65a915;
}
body.theme_green #page-tab #menu-list a{
	border-right: 1px solid #65a915;
}
body.theme_green #page-tab #menu-list a:hover{
	background: #65a915;
}
body.theme_green #page-tab #menu-list a.active:hover{
	background: #fff;
}
body.theme_green #menu-all #menu-all-ul li.active{
	background: #65a915;
}

/*绿色*/
body.theme_orange .header{
	background: #cc5121;
	border-bottom: 1px solid #bb4b20;
}
body.theme_orange .hdrc ul li{
	border-left: 1px solid #bb4b20;
}
body.theme_orange .hdrc ul li:hover{
	background: #bb4b20;
}
body.theme_orange .lftml{
	background: #d85623;
}
body.theme_orange .lftml ul li.active{
	background: url(../images/angl.png) no-repeat right center #c85021;
}
body.theme_orange .lftml ul li:hover{
	background: #c85021;
}
body.theme_orange #page-tab{
	background: #d85623;
}
body.theme_orange #page-tab #page-operation,body.theme_orange #page-tab #page-next,body.theme_orange #page-tab #page-refresh{
	border-left: 1px solid #c85021;
}
body.theme_orange #page-tab #page-operation:hover,
body.theme_orange #page-tab #page-prev:hover,
body.theme_orange #page-tab #page-next:hover,
body.theme_orange #page-tab #page-refresh:hover
{
	background-color: #c85021;
}
body.theme_orange #page-tab #menu-list a{
	border-right: 1px solid #c85021;
}
body.theme_orange #page-tab #menu-list a:hover{
	background: #c85021;
}
body.theme_orange #page-tab #menu-list a.active:hover{
	background: #fff;
}
body.theme_orange #menu-all #menu-all-ul li.active{
	background: #c85021;
}