
/* Shared Styles */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {*display: inline-block;}
* html .clearfix {height: 1%;}
.clearfix {display: block;}

html {
	overflow-y: scroll;
}

body, input, select, h1, h2, h3, h4, h5, h6 {
	font-size: 12px;
	font-family: "simsun";
	margin-top: 3px;
}
body, ul, ol, dl, li, dt, dd, form, fieldset, p, h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}

a:link, a:visited {
	color: #0f6ea8;
	text-decoration: none;
}
a:hover {
	color: #FF6D00;
	text-decoration: underline;
}

img {
	border: 0px none black;
}

.fixedSize {
	margin: 0 auto;
	width: 960px;
}

.ad {
	margin-bottom: 8px;
}
#adBar .ad {
	width: 312px;
	margin-left: 12px;
	float: left;
	display: inline;
}
#adBar .ad:first-child, #adBar .first {
	margin-left: 0px;
}

.simpleList li {
	list-style: none;
	padding-left: 0px;
}
.simpleList li a {
	padding-left: 6px;
	display: list-item;
	position: relative;
	list-style: disc inside;
}
.simpleList li a:hover {
	background-color: #ddeeff;
	text-decoration: none;
}
.simpleList .category {
}
.simpleList .name {
}
.simpleList .value {
	position: absolute;
	right: 0px;
	color: #A5A5A5;
}

/* Common Styles */
#welcomeBar {
	border-top: 1px solid white;
	border-bottom: 1px solid #aaaaaa;
	background: #f2f2f2;
	line-height: 25px;
	position: fixed;
	width: 100%;
	top: 0px;
	left: 0px;
	z-index: 10000;
}
/* fix ie6 welcomeBar bug */
* html body {background-image:url(about:blank);background-attachment:fixed;}
* html #welcomeBar{
	position: absolute;
	bottom: auto;
	top: expression(eval(document.documentElement.scrollTop));
}

#welcomeBar .login {
	float: left;
}
#welcomeBar .login a {
	color: #444444;
	text-decoration: none;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 3px;
	padding-bottom: 2px;
}
#welcomeBar .login a:hover {
	color: #ffffff;
	background-color: #828282;
}
#welcomeBar .services {
	float: right;
	display: inline;
	position: relative;
	margin-right: 120px;
}
#welcomeBar .services a span {
	padding: 2px 4px;
}
#welcomeBar .services a:hover {
	text-decoration: none;
}
#welcomeBar .services a:hover span {
	background-color: #828282;
	color: #FFFFFF;
}
#welcomeBar .service {
	background: transparent url("../images/home_icons.png") scroll no-repeat 0px 0px;
	padding: 2px 0px 3px 18px;
	color: black;
}
* html #welcomeBar .service {
	padding: 0px 0px 0px 18px;
}
#welcomeBar .services .online {
	background-position: 0px 9999px;
	position: absolute;
	top: -3px;
	right: -120px;
}
* html #welcomeBar .services .online {
	top: 0px;
}
#welcomeBar .services .tel {
	background-position: 0px -50px;
	padding-left: 22px;
}
* html #welcomeBar .services .tel {
	background-position: 0px -45px;
}
#welcomeBar .services .signup {
	background-position: 0px -100px;
}
* html #welcomeBar .services .signup {
	background-position: 0px -95px;
}
#welcomeBar .services .gift {
	background-position: 0px -150px;
}
* html #welcomeBar .services .gift {
	background-position: 0px -145px;
}

#header {
	margin-top: 27px;
	margin-bottom: 4px;
}
* html #header {
	margin-top: 30px;
}

#logoBar {
	position: relative;
	padding-top: 4px;
	overflow: visible;
}
#logoBar .logo {
	float: left;
	position: relative;
	height: 56px;
}
#logoBar .logo .position {
	background: transparent url("../images/common.png") scroll no-repeat 0px 0px;
	padding-left: 164px;
	position: absolute;
	top: 4px;
	left: 164px;
}
#logoBar .logo .citySite {
	color: #6E6E6E;
	font-size: 16px;
	font-weight: bold;
}
#logoBar .locations {
	position: absolute;
	left: 160px;
	margin: 35px 0px 0 0;
}
#logoBar .substation{
	left: 235px;
}
#logoBar .locations li {
	float: left;
	list-style: none;
}
#logoBar .locations li a {
	color: #0F6EA8;
	padding: 3px 5px;
}
#logoBar .locations li a:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #509AD8;
}
#header .flowMenuList{	
	padding: 5px;
	border: 1px solid #cccccc;
	background: #faf7f1;
	width: 200px;
	z-index: 1000;
}
#header .flowMenuList .city {
	padding-right: 0px;
	line-height: 22px;
}

#header .searchBar {
	position: absolute;	
	right: 110px;
	margin: 5px 0px 0px 0px;
}
#header .searchBar .inputKeywords{
	margin-right: 3px;
}
#header .searchBar input {
	padding-top: 1px;
	color: #000000;
}
#header .searchBar .contentTypeList{
	margin-left: -5px;
}
#header .searchBar .input_inner_tip {
	color: #bbbbbb;
}

#header .searchBar .searchBtn{
	background: transparent url("../images/home_icons.png") no-repeat 0px -2550px;
	background-color: transparent;
	height: 21px;	
	width: 48px;
	border: 0px;
	cursor: pointer;
	color: #000000;
	text-align: center; 
	font-size: 12px;
}

#header .searchBar .homePageForm{
	margin-top: 2px;
}
#header .searchBar .homePageForm .searchBtn{
	line-height: 23px;
}
#nav {
	background: transparent url("../images/common.png") scroll repeat-x 0px -14px;
	position: relative;
}
#nav .main {
	float: left;
	height: 25px;
	padding-top: 18px;
}
/*h1 modified to channel; To delete*/
#nav .main h1 {
	float: left;
	display: block;
	padding: 0px 22px;
	margin: 0px 2px;
}
#nav .main .channel {
	float: left;
	display: block;
	padding: 0px 22px;
	margin: 0px 2px;
}
#nav .main .seperator {
	float: left;
	background: transparent url("../images/common.png") scroll no-repeat 0px -268px;
	width: 1px;
	height: 20px;
}
#nav #taokeNews {
	color: #FEFE87;
	position: relative;
	top: 15px;
	left: 115px;
	width: 350px;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	text-align: right;
}
#nav #taokeNews li a {
	color: black;
	color: #FEFE87;
}
#nav #taokeNews li a:hover {
	color: #F4D453;
	text-shadow:1px 1px 1px #333333;
}
#nav .tab {
	display: none;
}
#nav.courses .courses,
#nav.colleges .colleges,
#nav.resources .resources,
#nav.services .services {
	display: block;
}
#nav .tab .active {
	background: transparent url("../images/common.png") scroll no-repeat 0px -338px;
	display: block;
	padding-left: 25px;
	position: absolute;
	top: 0px;
	cursor: pointer;
	z-index: 500;
}
#nav .first_tab .active {
	background: transparent url("../images/common.png") scroll no-repeat 0px -288px;
}
#nav .courses .active {
	margin-left: 0px;
}
#nav .colleges .active {
	margin-left: 104px;
}
#nav .resources .active {
	margin-left: 227px;
}
#nav .services .active {
	margin-left: 351px;
}
#nav .tab .active span {
	background: transparent url("../images/common.png") scroll no-repeat right -388px;
	display: block;
	height: 46px;
	text-align: center;
	padding-top: 2px;
	width: 110px;
	padding-right: 26px;
	cursor: pointer;
}
#nav .first_tab .active span {
	width: 82px;
	padding-right: 35px;
}
#nav .sub_l {
	background: transparent url("../images/common.png") scroll no-repeat 0px -165px;
	padding-left: 12px;
}
#nav .first_tab .sub_l {
	background: transparent url("../images/common.png") scroll no-repeat 0px -114px;
}
#nav .sub_r {
	background: transparent url("../images/common.png") scroll no-repeat right -165px;
	padding-right: 12px;
}
#nav .sub {
	background: transparent url("../images/common.png") scroll repeat-x 0px -216px;
	padding: 4px 14px;
	height: 42px;
	overflow: hidden;
}
#nav .sub ul {
	float: left;
}
#nav .sub li {
	float: left;
	display: inline;
	list-style: none;
	margin-right: 22px;
	line-height: 20px;
}
#nav .sub li a {
	color: #e0f3fb;
	text-decoration:none;
}
#nav .sub li.actived a,
#nav .sub li a:hover {
	color: #F4D453;
	text-shadow: 1px 1px 1px #333333;
}
#nav .sub .intro {
	float: right;
	display: inline;
	color: #e0f3fb;
	line-height: 40px;
	text-indent: 24px;
}
#nav .colleges .sub li a,
#nav .resources .sub li a,
#nav .services .sub li a {
	line-height: 40px;
	font-size: 14px;
	background: transparent url("../images/home_icons.png") scroll no-repeat 0px -300px;
	padding-left: 16px;
}
* html #nav .colleges .sub li a,
* html #nav .resources .sub li a,
* html #nav .services .sub li a {
	line-height: 20px;
	margin-top: 10px;
}
#nav .colleges  .sub li a.boss         { background-position: 0px -498px; }
#nav .colleges  .sub li a.foreigntrade { background-position: 0px -548px; }
#nav .colleges  .sub li a.thinking     { background-position: 0px -598px; }
#nav .resources .sub li a.trainers     { background-position: 0px -648px; }
#nav .resources .sub li a.companies    { background-position: 0px -698px; }
#nav .resources .sub li a.articles     { background-position: 0px -748px; }
#nav .resources .sub li a.coursewares  { background-position: 0px -798px; }
#nav .resources .sub li a.jobtest      { background-position: 0px -2500px; }
#nav .resources .sub li a.express      { background-position: 0px -1949px; }
#nav .services  .sub li a.req          { background-position: 0px -848px; }
#nav .services  .sub li a.mode         { background-position: 0px -898px; }
#nav .services  .sub li a.eval         { background-position: 0px -947px; }
#nav .colleges  .sub li.actived a.boss        , #nav .colleges  .sub li a:hover.boss         { background-position: 0px -1448px; }
#nav .colleges  .sub li.actived a.foreigntrade, #nav .colleges  .sub li a:hover.foreigntrade { background-position: 0px -1498px; }
#nav .colleges  .sub li.actived a.thinking    , #nav .colleges  .sub li a:hover.thinking     { background-position: 0px -1548px; }
#nav .resources .sub li.actived a.trainers    , #nav .resources .sub li a:hover.trainers     { background-position: 0px -1598px; }
#nav .resources .sub li.actived a.companies   , #nav .resources .sub li a:hover.companies    { background-position: 0px -1648px; }
#nav .resources .sub li.actived a.articles    , #nav .resources .sub li a:hover.articles     { background-position: 0px -1698px; }
#nav .resources .sub li.actived a.coursewares , #nav .resources .sub li a:hover.coursewares  { background-position: 0px -1748px; }
#nav .resources .sub li.actived a.jobtest 		, #nav .resources .sub li a:hover.jobtest  		 { background-position: 0px -2450px; }
#nav .resources .sub li.actived a.express     , #nav .resources .sub li a:hover.express      { background-position: 0px -1999px; }
#nav .services  .sub li.actived a.req         , #nav .services  .sub li a:hover.req          { background-position: 0px -1798px; }
#nav .services  .sub li.actived a.mode        , #nav .services  .sub li a:hover.mode         { background-position: 0px -1848px; }
#nav .services  .sub li.actived a.eval        , #nav .services  .sub li a:hover.eval         { background-position: 0px -1897px; }

#navLinksBar {
	margin-top: 5px;
	margin-bottom: 8px;
}
#navLinksBar h1, #navLinksBar h2{
	display: inline;
	font-weight: normal;
}


#body .smallLeft {
	float: left;
	width: 312px;
}
#body .bigRight {
	float: right;
	width: 636px;
}
#body .bigLeft {
	float: left;
	width: 698px;
}
#body .smallRight {
	float: right;
	width: 250px;
}

#body .panel {
	border: 1px solid #d4edfc;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	margin-bottom: 8px;
}
#body .panel_noRc {
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-bottomright: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
}
#body .panelTitle {
	background: transparent url("../images/common.png") scroll repeat-x 0px -1130px;
	color: #1584c5;
	position: relative;
	height: 31px;
}
#body .panelTitle a:hover {
    color:#FF6D00;
    text-decoration:none;
}
#body .panelTitle h1,#body .panelTitle h2,#body .panelTitle h3, #body .panelTitle .title {
	background: transparent url("../images/home_icons.png") scroll no-repeat 0px 9999px;
	line-height: 31px;
	padding: 8px 0px;
	margin-left: 6px;
	font-weight: bold;
	display: inline;
	_padding: 0px 0px 0px 4px;
	_display: inline-block;
}
#body .panelTitle h1{
	font-size: 20px;
}
#body .panelTitle h3, #body .panelTitle h2{
	font-size: 14px;
}
#body .panelTitle .more, #body .panelTitle .right, #body .panelTitle .titleRight {
	font-size: 12px;
	font-weight: normal;
	position: absolute;
	right: 14px;
	top: 11px;
}
#body .panelBody {
	padding: 3px;
	line-height: 21px;
}

#friendlyLinks {
	border: 1px solid #d4edfc;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	margin-bottom: 8px;
}
#friendlyLinks .panelTitle {
	background: transparent url("../images/common.png") scroll repeat-x 0px -1225px;
	color: #1584c5;
}
#friendlyLinks .panelTitle .panelTitleDec {
	background: transparent url("../images/common.png") scroll no-repeat right -1299px;
	height: 39px;
}
#friendlyLinks .panelTitle h2 {
	background: transparent url("../images/common.png") scroll no-repeat 0px -1265px;
	line-height: 29px;
	padding: 4px 40px 15px 50px;
	margin-left: 6px;
	display: inline;
	font-size: 14px;
	font-weight: bold;
}
*+html #friendlyLinks .panelTitle h2 {
	line-height: 33px;
	padding-top: 7px;
}
* html #friendlyLinks .panelTitle h2 {
	padding: 0px 40px 0px 50px;
}
#friendlyLinks .panelBody {
	padding: 8px 0px 8px 16px;
	line-height: 21px;
	white-space: nowrap;
}
#friendlyLinks .panelBody a {
	display: block;
	float: left;
	margin-right: 24px;
}

#metaInfo {
	background: transparent url("../images/common.png") scroll repeat-x 0px -489px;
	height: 65px;
	color: white;
	text-align: center;
	padding-top: 8px;
	line-height: 20px;
}
#metaInfo .links li {
	list-style: none;
	display: inline;
}
#metaInfo .links a {
	color: white;
}

/* Homepage Styles */
#suggest {
	margin-bottom: 8px;
}
#suggest .courses_l {
	background: transparent url("../images/common.png") scroll no-repeat 0px -563px;
	padding-left: 12px;
	float: left;
	display: inline;
	width: 655px;
}
#suggest .courses_r {
	background: transparent url("../images/common.png") scroll no-repeat right -563px;
	padding-right: 12px;
}
#suggest .courses {
	background: transparent url("../images/common.png") scroll repeat-x 0px -825px;
}
#suggest .courses .title {
	background: transparent url("../images/common.png") scroll no-repeat 0px -1087px;
	height: 41px;
	position: relative;
}
#suggest .courses .title h2 {
	font-size: 14px;
	color: #0875b6;
	font-weight: bold;
	line-height: 41px;
	margin-left: 60px;
}
#suggest .courses .title dl {
	position: absolute;
	top: 23px;
	right: 9px;
}
#suggest .courses .title dl dt,
#suggest .courses .title dl dd {
	display: inline;
	color: #0875b6;
}
#suggest .courses .title dl dd a {
	color: #0875b6;
}
#suggest .courses .title dl dd a:hover {
    color:#FF6D00;
    text-decoration:underline;
}
#suggest .courses .body {
	height: 196px;
	padding: 12px 12px 12px 8px;
}
#suggest .courses .body .left,
#suggest .courses .body .right {
	float: left;
	height: 172px;
	width: 289px;
	line-height: 24px;
}
#suggest .courses .body .left {
	padding: 5px 20px 0px 5px;
	border-right: 1px dashed #bababa;
	height: 172px;
}
#suggest .courses .body .right {
	padding: 5px 5px 0px 5px;
}
#suggest .courses .body li {
	list-style: none;
	padding-left: 12px;
}
*+html #suggest .courses .body li{
	padding-left: 0;
}
* html #suggest .courses .body li{
	padding-left: 0;
}
#suggest #colleges {
	float: right;
	display: inline;
	width: 285px;
}
#suggest #colleges .topBorder_l {
	background: transparent url("../images/homepage.png") scroll no-repeat 0px -1337px;
	padding-left: 10px;
}
#suggest #colleges .topBorder_r {
	background: transparent url("../images/homepage.png") scroll no-repeat right -1337px;
	padding-right: 10px;
}
#suggest #colleges .topBorder {
	background: transparent url("../images/homepage.png") scroll repeat-x 0px -1347px;
	height: 9px;
	font-size: 0px;
	line-height: 0px;
}
#suggest #colleges .body_l {
	background: transparent url("../images/homepage.png") scroll no-repeat 0px -1357px;
	padding-left: 10px;
}
#suggest #colleges .body_r {
	background: transparent url("../images/homepage.png") scroll no-repeat right -1357px;
	padding-right: 10px;
}
#suggest #colleges .body {
	background-color: white;
}
#suggest #colleges .bottomBorder_l {
	background: transparent url("../images/homepage.png") scroll no-repeat 0px -1626px;
	padding-left: 10px;
}
#suggest #colleges .bottomBorder_r {
	background: transparent url("../images/homepage.png") scroll no-repeat right -1626px;
	padding-right: 10px;
}
#suggest #colleges .bottomBorder {
	background: transparent url("../images/homepage.png") scroll repeat-x 0px -1636px;
	height: 9px;
	font-size: 0px;
	line-height: 0px;
}
#suggest #colleges .college {
	display: none;
}
#suggest #colleges.boss .boss,
#suggest #colleges.ttm .ttm,
#suggest #colleges.thinking .thinking {
	display: block;
}
#suggest #colleges a {
  color: #750000;
}
#suggest #colleges a:hover {
  color: #ff0000;
  text-decoration:none;
}
#suggest #colleges .intro {
	height: 208px;
	line-height: 21px;
}
#suggest #colleges .intro img {
	margin: 3px 0px 0px 75px;
}
#suggest #colleges .intro p {
	margin: 10px 4px 6px 78px;
	height: 98px;
	overflow: hidden;
	text-indent: 24px;
}
#suggest #colleges .intro p a:link, #suggest #colleges .intro p a:visited {
	color: black;
}
#suggest #colleges .intro p a:hover {
	color: red;
	text-decoration: underline;
}
#suggest #colleges .intro li {
	list-style: none;
}
#suggest #colleges .intro li a {
	color: white;
	text-decoration: none;
	padding: 1px 0px 1px 16px;
	display: block;
	height: 23px;
}
#suggest #colleges .intro li .hot {
	color: yellow;
	margin-left: 15px;
	text-decoration: blink;
}
#suggest #colleges .boss .intro {
	background: transparent url("../images/homepage.png") scroll no-repeat 0px -1646px;
}
#suggest #colleges .boss .intro li a:hover {
	background: transparent url("../images/homepage.png") scroll no-repeat 0px -2193px;
}
#suggest #colleges .ttm .intro {
	background: transparent url("../images/homepage.png") scroll no-repeat 0px -1820px;
	background-position: 0px -2341px;
}
#suggest #colleges .ttm .intro li a:hover {
	background: transparent url("../images/homepage.png") scroll no-repeat 0px -2243px;
	background-position: 0px -2193px;
}
#suggest #colleges .thinking .intro {
	background: transparent url("../images/homepage.png") scroll no-repeat 0px -1994px;
	background-position: 0px -2550px;
}
#suggest #colleges .thinking .intro li a:hover {
	background: transparent url("../images/homepage.png") scroll no-repeat 0px -2293px;
}
* html #suggest #colleges .boss .intro li a:hover,
* html #suggest #colleges .ttm .intro li a:hover,
* html #suggest #colleges .thinking .intro li a:hover {
	background-position: 0px 9999px;
}
#suggest #colleges .button {
	height: 35px;
	font-size: 22px;
	font-weight: bold;
}

#body .embedList .panelBody {
	padding: 0px 18px;
}
#body .embedList .panelBody ul {
	margin: 8px 0px 4px 14px;
}

#hotNews .panelTitle h2 {
	background-position: 0px -197px;
	padding-left: 32px;
}
#hotNews .top {
	padding-bottom: 8px;
	border-bottom: 1px dashed #888888;
}
#hotNews .top h3 {
	margin: 12px 0px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
#hotNews .top h3 a {
	color: #016A9F;
	text-decoration:none;
}
#hotNews .top h3 a:hover {
	color: #FF6D00;
}
#hotNews .top p {
	color:#424242;
	text-indent: 24px;
}
#hotNews .top .details {
	text-align: right;
}
#hotNews .top .details a {
	background: transparent url("../images/home_icons.png") scroll no-repeat 0px -449px;
	padding-left: 18px;
	color: #bf2733;
}

#club .panelTitle h2 {
	background-position: 0px -250px;
	padding-left: 24px;
}
#club h3 {
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	margin: 8px 0px;
}
#club h3 a {
	color: #bf2733;
}
#club .content {
	padding-bottom: 10px;
	border-bottom: 1px dashed #888888;
	text-indent: 24px;
}
#club .content img {
	border: 1px solid #bcd6f1;
	padding: 5px;
	float: left;
	margin-right: 12px;
}
#club .content a:hover img {
	border-color: #ff9999;
}

#coursewares .panelTitle h2 {
	background-position: 0px -300px;
	padding-left: 32px;
}

#tags .panelTitle h2 {
	background-position: 0px -351px;
	padding-left: 32px;
}
#tags .panelBody {
	padding: 4px 16px;
}
#tags .tag {
	line-height: 150%;
	margin-right: 8px;
}
#tags .s_1 { font-size: 12px; font-weight: normal; }
#tags .s_2 { font-size: 12px; font-weight: bold; }
#tags .s_3 { font-size: 14px; font-weight: bold; }
#tags .s_4 { font-size: 16px; font-weight: bold; }
#tags .s_5 { font-size: 21px; font-weight: bold; }
#tags .c_1 { color: #88C415; }
#tags .c_2 { color: #3E88C7; }
#tags .c_3 { color: #93AFDE; }
#tags .c_4 { color: #885A99; }
#tags .c_5 { color: #315EAA; }

#categories .panelTitle .panelTitleDec {
	background: transparent url("../images/common.png") scroll no-repeat right -1162px;
}
#categories .panelTitle h2 {
	line-height: 31px;
	margin-left: 24px;
}
#categories ul {
	float: left;
	display: inline;
	margin: 12px 8px 6px 16px;
	font-size: 14px;
	line-height: 26px;
}
*+html #categories ul {
	margin-left: 6px;
}
* html #categories ul {
	margin-left: 0px;
}
#categories li {
	list-style: none;
	width: 430px;
}
#categories .loc, #categories .name {
	margin-right: 8px;
}
#categories span {
	color: #0F6EA8;
}
#categories .pic a {
  color: #424242;
}
#categories .pic a:hover {
  color: #FF6D00;
  text-decoration: underline;
}
#categories .pic {
	float: right;
	display: inline;
	margin: 20px 20px 0px 0px;
	padding: 10px 0px 13px 12px;
	border-left: 1px dashed #888888;
	text-align: center;
	line-height: 21px;
	width: 134px;
	overflow: hidden;
}
#categories .pic img {
	border: 2px solid #c8c8c8;
	padding: 3px;
	display: block;
}
#categories .pic a:hover img {
	border-color: #ff9999;
}

#trainers .panelTitle .panelTitleDec {
	background: transparent url("../images/common.png") scroll no-repeat right -1194px;
}
#trainers .panelTitle h2 {
	background-position: 0px -397px;
	padding-left: 32px;
	padding-bottom: 20px;
	_padding-bottom: 0px;
}
#trainers .panelBody {
	padding-bottom: 13px;
}
#trainers img {
	border: 1px solid #bed7f1;
	padding: 3px;
	display: block;
}
#trainers a:hover img {
	border-color: #ff9999;
}
#trainers .major {
	float: left;
	display: inline;
	width: 280px;
	margin: 10px 0px 0px 12px;
	padding-right: 12px;
	border-right: 1px dashed #0f6ea8;
}
#trainers .major h3 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}
#trainers .major .desc {
	line-height: 21px;
}
#trainers .major .desc img {
	float: left;
	margin-right: 6px;
}
#trainers .major dl {
	color: #424242;
	margin-top: 10px;
	line-height: 19px;
}
#trainers .major dt {
	font-weight: bold;
}
#trainers .list {
	float: right;
	width: 585px;
	margin: 12px 6px 0px 6px;
	padding: 0px 20px 0px 25px;
	display: inline;
}
#trainers .list .trainer {
	float: left;
	display: inline;
	width: 130px;
	margin: 11px 15px 0px 0px;
}
#trainers .list .trainer .desc a {
	display: block;
	font-weight: bold;
	line-height: 19px;
}
#trainers .list .trainer dl {
	color:#424242;
	line-height: 19px;
}
#trainers .list .trainer dt {
	color:#424242;
	font-weight: bold;
}

#customers {
	margin-bottom: 8px;
	border: 1px solid #acdbf6;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	position: relative;
}
#customers .topBorder_l {
	background: transparent url("../images/common.png") scroll no-repeat 0px -2168px;
	padding-left: 8px;
}
#customers .topBorder_r {
	background: transparent url("../images/common.png") scroll no-repeat right -2168px;
	padding-right: 8px;
}
#customers .topBorder {
	background: transparent url("../images/common.png") scroll repeat-x 0px -2181px;
	height: 12px;
}
#customers .body {
}
#customers .title {
	float: left;
	margin: -12px 5px 0px 14px;
	font-size: 22px;
	font-weight: bold;
	z-index: 500;
}
#customers .list {
	float: left;
	width: 875px;
}
#customers .list div {
	padding-left: 14px;
}
#customers .list .group {
	border-bottom: 1px dashed #e0e0e0;
}
#customers .list span {
	color:#424242;
	float: left;
	width: 172px;
	line-height: 22px;
}
* html #customers .topBorder {
	background-position: 0px -2181px;
	margin-top: 1px;
}
* html #customers .title {
	margin-top: -13px;
}
#customers .more {
	position: absolute;
	right: 0px;
	bottom: 0px;
	z-index: 100;
}
#customers .more a {
	line-height: 0px;
	display: block;
}
#customers .more a img.hover {
	display: none;
}
#customers .more a:hover img.normal {
	display: none;
}
#customers .more a:hover img.hover {
	display: inline;
}

/* Sub-Homepage Styles */
#body .channelHome #navToListPanel{
	padding: 7px 5px 5px 5px;
	border:1px solid #D4EDFC;
	margin-bottom: 8px;
}
#body .channelHome #navToListPanel a{
	color: #000000;
	display: block;
	line-height: 25px;
	background: transparent url("../images/service-process.png") scroll no-repeat right -208px;
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
	padding-left: 5px;
}
#body .channelHome #navToListPanel a:hover{
	background-position: right -234px;
	text-decoration:none;
}
#body .channelHome #navToListPanel .navToList2{
	background-position: right -260px;
}
#body .channelHome #navToListPanel a.navToList2:hover{
	background-position: right -286px;
}
#body .channelHome #trainersList.panel {
	margin-top: 0px;
	height: 275px;
}
#body .channelHome #trainersList .panelTitle h2 {
	padding-left: 32px;
	background-position: 0px -995px;
}
#body .channelHome #trainersList .panelBody {
	padding-bottom: 13px;
}
#body .channelHome #trainersList img {
	border: 1px solid #bed7f1;
	padding: 3px;
	display: block;
}
#body .channelHome #trainersList a:hover img {
	border-color: #ff9999;
}
#body .channelHome #trainersList .trainer {
	height: 150px;
	overflow: hidden;
	padding-bottom: 4px;
	margin: 4px 2px 8px 2px;
	border-bottom: 1px dashed #cccccc;
}
#body .channelHome #trainersList .trainer .pic {
	float: left;
	width: 96px;
	font-weight: bold;
	height: 156px;
	margin: 5px 6px 0px 4px;
}
#body .channelHome #trainersList .trainer .desc {
	text-indent: 24px;
}

#body .channelHome .courses .panelTitle h2 {
	padding-left: 24px;
}
#body .channelHome .courses .panelBody {
	padding: 0px 0px 3px 0px;
}
#body .channelHome .courses table {
	width: 100%;
	border-collapse: collapse;
}
#body .channelHome .courses thead {
	background-color: #fffcf1;
	border-bottom: 1px solid #d4edfc;
}
#body .channelHome .courses thead th {
	color: #8d080b;
	text-align: left;
	height: 27px;
}
#body .channelHome .courses tbody tr:first-child td {
	padding-top: 4px;
}
#body .channelHome .courses .name {
	padding-left: 24px;
}
#body .channelHome .courses ul {
	margin: 11px 3px 4px 17px;
}
#body .channelHome .courses li {
	list-style: disc inside;
	padding-left: 6px;
	float: left;
	display: inline;
	width: 300px;
	margin-right: 30px;
}

#body .channelHome #suggestOpenCourses .panelTitle h2 {
	padding-left: 32px;
	background-position: 0px -1047px;
}

#body .channelHome .halfBigLeft_l {
	float: left;
	width: 343px;
}
#body .channelHome .halfBigLeft_r {
	float: right;
	width: 343px;
}

#body .channelHome #suggestInhouseCourses .panelTitle h2 {
	padding-left: 32px;
	background-position: 0px -1097px;
}
#body .channelHome #news .panelTitle h2 {
	padding-left: 32px;
	background-position: 0px -1147px;
}
#body .channelHome #coursewares .panelTitle h2 {
	padding-left: 32px;
	background-position: 0px -1197px;
}
#body .channelHome #contacts .panelTitle h2 {
	padding-left: 32px;
	background-position: 0px -1249px;
}
#body .channelHome #photos .panelTitle h2 {
	padding-left: 32px;
	background-position: 0px -1297px;
}
#body .channelHome #newOpenCourses .panelTitle h2 {
	padding-left: 32px;
	background-position: 0px -1347px;
}
#body .channelHome #newInhouseCourses .panelTitle h2 {
	padding-left: 32px;
	background-position: 0px -1397px;
}

#body .channelHome #contacts li {
	list-style: none;
	margin-left: 24px;
	color: #8d080b;
}

#body .channelHome #photos .panelTitle .panelTitleDec {
	background: transparent url(../images/common.png) no-repeat scroll right -1162px;
}
#body .channelHome #photos .panelBody {
	padding: 3px 3px 3px 24px;
}
#body .channelHome #photos .photo {
	display: inline-block;
	width: 140px;
	margin-right: 15px;
	text-align: center;
}
#body .channelHome #photos .photo img {
	border: 1px solid #bed7f1;
	padding: 3px;
	display: block;
	margin: 0px auto;
	white-space: normal;
}
#body .channelHome #photos .photo a:hover img {
	border-color: #FF6D00;
}

/*training Pictures*/
.trainingPictures .content{
	margin: 0 auto;
	width: 600px;
}
.trainingPictures li{
	float: left;
	margin-right: 25px;
	list-style: none;
}
.trainingPictures li img{
	height: 90px;
	width: 120px;
}
.trainingPictures li .desc{
	line-height: 22px;
	text-align: center;
	display: block;
	background-color: #F2F2F2;
}
.trainingPictures li .desc a{
	font-size: 12px;
}

/*用户后台eportal宣传入口*/
#userHomeEportalPanel .panelBody .desc{
	text-indent: 24px;
	line-height: 25px;
	background: transparent url(../images/userhome_eportal_bg.jpg) repeat scroll;
	padding: 0px;
	height: 220px;
}

/*couplets*/

.couplets .closeAction{
	margin:1px 0px 0px 0px;
	height: 20px;
	line-height: 20px;
	padding:0px 2px;
	display: block;
	background-color:#F6F6F6; 
}
.couplets .left .closeAction{
	text-align: left;
}
.couplets .mini div{
	width:30px;
	overflow:hidden;
}
.couplets .left div a{
	
}
.couplets .left div a img{
	
}
.couplets .right .closeAction{
	text-align: right;
}

