﻿@charset "utf-8";


/*************** top start*******************/
#top {
	background:url(images/TopBG.png);
	border-bottom:4px solid #22B9B0;
}
#top_logo {
	background:url(images/Top1.png)
}
#btnBar {
	height:80px;
	width:460px;
	background-repeat:no-repeat;
	float:right;
	text-align:right;
	background-image:url(images/Top2.png);
}
#btnBar img {
	width:24px;
	margin-left:5px;
	cursor:pointer;
}
#userBar {
	color:#272727;
}
#userBar span {
	color:#FCFD5C;
}
/************************* top end ***********************/

/* left */
#left {
	overflow:auto;
	text-align:center;
	background:url(images/leftbg.png);
	border-right:4px solid #0f948c;
}
#menudiv {
	width:180px;
	border-top:4px solid #0f948c;
	border-left:4px solid #0f948c;
	border-bottom:4px solid #0f948c;
	overflow:hidden;
	float:right
}
#menudiv h2 {
	background: url(../../images/main.png) 0px -140px no-repeat;
	color:black;
	padding:0.5em 40px;
	cursor:pointer;
	font-size:12px;
	text-align: center;
}
#menudiv h3 {
	height:5px;
	font-size:0;
	background:#0FC;
	background: url(../../images/main.png) 0px -260px no-repeat;
}
#menudiv  li  a {
	background:#feddec;
	color:#000;
	border-left:1px #c8c8c8  solid;
	border-bottom:1px #c8c8c8 dashed;
	border-right:1px #c8c8c8  solid;
	display:block;
	padding:0.5em  45px;
	 background-image: url(../../images/main.png);
	background-repeat: no-repeat;
	background-position: 0px -180px;
	text-align: center;
}
#menudiv  li  a:hover {
	font-weight: bold;
	color: #060;
	background-position: 0px -220px;
}
/*left end*/


/*********************** Skin ****************************/
.skin {
	background:#46CEB3;
	color:#FFF;
	border:1px solid #94DFD0;
}
.skin ul li a {
	color:#000000;
}
.skin .icon-color {
	background:url('images/d_color_default.png') no-repeat top center;
	background-position:left center;
}
.skin .menu-green-selected {
    width: 16px;
    height: 16px;
    line-height: 16px;
    font-size: 12px;
    background: url('../../images/icon/yes.png') no-repeat ;
    float:left;
    margin:2px 0 0 2px;
}
.skin .downarrow {
	background:url('images/menu_arrows.png') no-repeat 2px center;
}
.skin .leftarrow {
	background:url('images/menu_arrows.png') no-repeat -46px center;
}
.skin ul li:hover,.nav ul li a:hover,.nav ul li a:active {
	border:1px solid #44aead;
	background-color:#0ccea8;
}
.skin ul ul li:hover {
	background:#9ff1f0;
}
.skin .menu-item {
	border-color:transparent;
	_border-color:#008cc1;
}

.skin .menu-level2 {
    background:#46CEB3;
}


/*******顶部的面板栏************/
.title_bar{
	background-color:#c5e4af;
	color:#313131;
}

/*****  首页的欢迎 *******/
.iwelcome{
	background: url(images/leftbg.png) #ededed;
}
.iwelcome-header {
	color:#395a7b;
	background: url(../../images/main.png) 0px -70px repeat-x;
}
.iwelcome_horn {
    display:inline-block;
    width:20px;
    height:18px;
    vertical-align:middle;
    margin-left:10px;
    background:url(images/iwelcome_horn.png ) no-repeat;
}
/**********表格表头***********************/
.headerbg {
	background-image:url("../../Images/header_bg.gif");
	background:#c5e4af;
}


/*icon*/
.icon-tel{
	background:url(images/tel.png) no-repeat top center;
	position: absolute;
	width: 20px;
	height: 20px;
}

/******表格行被选中******/
.row_selected {background:#CBEC84;}


/*********  Info页 *********/
#info_body {
	background: url(images/leftbg.png);
}
#info_icon {
	background: url(images/icon.png) no-repeat center;
}
#info_wrapper h1 {
	background: #50B69D;
	color: #000;
}
#info_btn li {
	background: #50B69D;
}
#info_btn li:hover {
	background: #72C3AF;
}
