/* CSS Document */
.tip_container1 {
   width:300px;
   border:1px solid #666;
   background:#fff url(../images/tip_bg_1.gif) top repeat-x;
   padding:0 0 3px 0;
   position:fixed;
   top:150px;
   color:Black;
   -moz-box-shadow: 3px 3px 5px #666;
	-webkit-box-shadow: 3px 3px 5px #666;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
   
}
*html .tip_container1 {
    /*top:expression(eval(document.compatMode &&
        document.compatMode=='CSS1Compat') ?
        documentElement.scrollTop
        +(documentElement.clientHeight-this.clientHeight) - 209
        : document.body.scrollTop
        +(document.body.clientHeight-this.clientHeight) - 209); */
	top:expression(eval(document.compatMode &&
        document.compatMode=='CSS1Compat') ?
        document.documentElement.scrollTop
        +(document.documentElement.clientHeight-this.clientHeight)/2 
        : document.body.scrollTop
        +(document.body.clientHeight-this.clientHeight)/2);
    position:absolute;
}
#iframexMask {
   position:fixed;
   top:150px;
}
*html #iframexMask {
    position:absolute;
	top:expression(eval(document.compatMode &&
        document.compatMode=='CSS1Compat') ?
        document.documentElement.scrollTop
        +(document.documentElement.clientHeight-this.clientHeight)/2 
        : document.body.scrollTop
        +(document.body.clientHeight-this.clientHeight)/2);
}
.tip_title1 {
   float:left;
   padding:1px 0 0 5px;
   color:White;
}
.tip_title2 {
   float:right;
   padding:7px 5px 0 0;
   cursor:pointer;
}
.tip_title2 a {
   display:block;
   width:10px;
   height:10px;
   background:url(../images/tip_img_2.gif) bottom left no-repeat;
}
.tip_title2 a:hover {
   background:url(../images/tip_img_5.gif) bottom left no-repeat;
}
.tip_content {
   clear:both;
   margin:10px 5px 10px 3px;
   /*background:url(../images/tip_logo_1.gif) 570px bottom no-repeat;*/
}
.tip_content1 {
   clear:both;
   margin:0 5px 0 3px;
   background:url(../images/tip_img_3.gif) bottom left no-repeat;
}
.tip_btn1 {
   width:44px;
   font-size:small;
   height:20px;
   background:url(../images/tip_btn_bg1.gif) no-repeat;
   color: #fff;
   border:none;
   cursor:pointer;
}
.tip_ul {
   display:block;
}
.tip_ul li {
   padding:2px 0 2px 98px;
   display:block;
}
.tip_input_text1 {
   width:100px;
   height:12px;
   border:1px solid #d8d8d8;
   background-color:#F0BA28;
}
.tip_logo {
   text-align:right;
   padding:0 10px 0 0;
}
.align_left {
   text-align:left;
}
.align_right {
   text-align:right;
}
.align_center {
   text-align:center;
}
.color_2677AE {
   color:#2677AE;
}
.margin_top_8px {
   margin-top:8px;
}
.margin_top_12px {
   margin-top:12px;
}


/*  屏幕右下角弹出层 start  */
.tip_container2 {
   width:116px;
   border:1px solid #c8c8c8;
   background-color:#fff;
   padding:1px;
   height:252px;
}
.tip_msg_title {
   background:url(../images/tip_title_bg1.gif) top no-repeat;
   text-align:left;
   padding:5px 0 0 103px;
   height:14px;
}
.tip_msg_title a {
   display:block;
   width:10px;
   height:10px;
   background:url(../images/tip_img_2.gif) no-repeat;
}
.tip_msg_title a:hover {
   background:url(../images/tip_img_5.gif) top no-repeat;
}
.tip_msg_body {
   padding:1px 0 0 0;
   border:1px solid #c8c8c8;
   height:230px;
   overflow:hidden;
}
.tip_msg_nav {
   background:url(../images/tip_bg2.gif) left top no-repeat;
   display:block;
   height:40px;
   padding:0;
   margin:0;
}
.tip_msg_nav a {
   width:28px;
   height:40px;
   float:left;
   display:block;
}
.tip_msg_nav_bg1:hover {
   background:url(../images/tip_icon_1.gif) top left no-repeat;
}
.tip_msg_nav_bg2:hover {
   background:url(../images/tip_icon_2.gif) 1px 0px no-repeat;
}
.tip_msg_nav_bg3:hover {
   background:url(../images/tip_icon_3.gif) 2px 0px no-repeat;
}
.tip_msg_nav_bg4:hover {
   background:url(../images/tip_icon_4.gif) 3px 0px no-repeat;
}
/* 书签导航效果 start */
#tip_msg_nav_bg1 {
   background:url(../images/tip_icon_1.gif) top left no-repeat;
}
#tip_msg_nav_bg2 {
   background:url(../images/tip_icon_2.gif) 1px 0px no-repeat;
}
#tip_msg_nav_bg3 {
   background:url(../images/tip_icon_3.gif) 2px 0px no-repeat;
}
#tip_msg_nav_bg4 {
   background:url(../images/tip_icon_4.gif) 3px 0px no-repeat;
}
/* 书签导航效果 end */
.tip_msg_content {
   background:url(../images/tip_bg1.gif) 0px 3px repeat-y;
   padding:0 0 0 16px;
}
.tip_msg_footbg {
   height:190px;
   background:url(../images/tip_logo_3.gif) 11px 166px no-repeat;
}
.tip_peopleList_dl {
   display:block;
}
.tip_peopleList_dl dd,tip_peopleList_dl dt {
   border-bottom:1px solid #d8d8d8;
   margin-right:5px;
   padding:3px 0 1px 0;
   text-align:left;
}
.tip_peopleList_dl dd span {
   padding:0 0 0 10px;
}
.tip_peopleList_dl dd img {
   margin-bottom:-3px;
}
.tip_msg_foot {
   text-align:center;
   padding:3px 5px 3px 0;
}
.tip_msg2_text {
   display:block;
   padding:2px 0;
   margin:0 2px 2px 0;
   clear:both;
   border-bottom:1px solid #d8d8d8;
}
.tip_msg2_personItro {
   float:left;
   padding:0 3px;
   line-height:16px;
   color:#949494;
}
.tip_msg3_text {
   display:block;
   margin:0 0 2px 0;
   clear:both;
   line-height:17px;
}
*html .tip_msg3_text {
   padding:2px 0 0 0;
   line-height:16px;
}
.tip_msg3_line {
   border-bottom:1px solid #d8d8d8;
}
.tip_msg3_ul li {
   margin-right:2px;
   padding-top:2px;
}



.tip_msg4_ul li {
   line-height:18px;
   padding-left:18px;
   margin-right:2px;
   background:url(../images/tip_msg4_iocn1.gif) left top no-repeat;
}
.tip_msg4_dl {
   margin-right:2px;
}
.tip_msg4_dl dt {
   line-height:17px;
   color:#A0BB33;
   font-size:14px;
}
.tip_msg4_dl dd {
   line-height:18px;
}
.tip_msg4_dl dd a:hover strong {
   color:#ff4cc2;
}
.tip_msg_logolink {
   display:block;
   width:67px;
   height:22px;
   position:absolute;
   margin:5px 0 0 10px;
}






.color_E10471 {
   color:#E10471;
}
.color_A0BB33 {
   color:#A0BB33;
}



#msg_sch_tip {
   width:168px;
   padding:0;
   background:#f3f4f7 url(../search/sch_tip/images/sch_tip_repeat1.gif) top repeat-x;
   border:1px solid #b9b9b9;
}
#msg_sch_tip div  {
   height:30px;
   font-size:small;
   padding:0 0 0 8px;
   color:#6a8b92;
}
#msg_sch_tip p{
   font-size:small;
   padding:0px;
   color:#6a8b92;
}
#msg_sch_tip div .input {
   width:98px;
   height:16px;
   border:1px solid #a0b6ca;
}
#msg_sch_tip div select,#msg_sch_tip  p select {
   width:90px;
   height:18px;
   border:1px solid #a0b6ca;
}
#msg_sch_tip div .btn_sch_tip1 {
   width:43px;
   height:16px;
   cursor:pointer;
   background:url(../search/sch_tip/images/btn_sch_tip.gif) no-repeat;
   border:none;
}
.close {
	background:transparent url(../images/tip_img_2.gif) no-repeat scroll left bottom;
	display:block;
	height:10px;
	width:10px;
}
.close {
	background:transparent url(../images/tip_img_2.gif) no-repeat scroll left bottom;
	display:block;
	height:10px;
	width:10px;
}
.close:hover {
	background:transparent url(../images/tip_img_5.gif) no-repeat scroll left bottom;
}

.tip_load
{
	background-color:#fff;
	border:1px solid #333;
	width:100px;
	height:20px;
	font-size:small;
	line-height: 20px;
	vertical-align: middle;
	margin:0 auto;
}