﻿/*
author      : comfill@gmail.com
last modify : 15:35 2009-6-12
*/

*{ margin:0; padding:0; }
body {
	color: #333;
	font-size: 14px;
	text-align: center;
	margin:1em;
}
#wrapper{ width:900px; margin:0 auto; }

.rowbox {
	width: 90%;
	margin: 0 0 10px;
	text-align: center;
}
.rowbox h2{ font:bold 14px/40px tahoma; text-indent:3px; cursor:pointer; border-bottom:1px solid #a6d0e7; }

.header {
	height:42px;
	background:#fff url(i/fund_list_search_bg.png) repeat 0 center;
	border:1px solid #a6d0e7;
}
.header *{ font-size:12px; }

.noInput {
	color: #444;
	font: 12px Verdana, Helvetica, Arial, sans-serif;
	float: left;
	width: 224px;
	height: 20px;
	border:1px inset #a6d0e7;
	display: inline-block;
	clear: none;
	background: #fff url(../newarow.gif) no-repeat 100% 0;
	cursor: pointer;
}
.noInput_hover {
    background: #fff url(../newarow.gif) no-repeat 100% -20px;
}
.noInput .txt {
    width: 140px;
    border: 0;
}

#msg_notify {
	font: 12px / 1.6em Verdana, Helvetica, Arial, sans-serif;
	float: left;
	top: 0;
	width: 324px;
	height: 21px;
	display: inline-block;
	clear: none;
}


/* customer info */
#customerInput {
	padding:10px;
	text-align: left;
}
.pwd {
    background:url(../../../images/message/lock.gif) no-repeat;
}
.pwdInput {
    display: none;
}
.pwdInput * {
    font-size: 12px;
}
.pwdInput input {
    height: 20px;
    border: 1px solid #ccc;
}
#in_pwd {
    background: #fff url(../../../images/message/lock.gif) no-repeat 100%;
}

#in_ok {
	margin-left: 5px;
	width: 60px;
	padding-right: 17px;
	background: #fff url(../../../images/message/go.gif) no-repeat 100%;
}


.customerInfo {
	width: 640px;
	clear: none;
	display: -moz-inline-box;
	display: inline-block;
	margin-bottom:10px;
}
.customerInfo h2 {
	background:url(i/user.gif) no-repeat 0 center;
}

.customerInfo table {
	width:100%;
	font:12px/2 tahoma;
	color:#666;
}
.customerInfo td {
    border-bottom: 1px dashed #ddd;
	text-indent:5px;
} 
.customerInfo th {
    width:80px;
    text-align:right;
}
.customerNotify {
    /*float: right;*/
    width: 230px;
    display: -moz-inline-box;
    display: inline-block;
}
.customerNotify h2 {
	background:url(i/info.gif) no-repeat 0 center;
}

.right_box {
    top: 0px;
    float: right;
    width: 230px;
    display: -moz-inline-box;
    display: inline-block;
}
.site-link {
    top: 0px;
    /*float: right;*/
    width: 230px;
    display: -moz-inline-box;
    display: inline-block;
}
.site-link h2 {
	background:url(i/link.gif) no-repeat 0 center;
}
.site-link ul, .customerNotify ul, .myTasks ul{ padding:10px; list-style:none; background:#f9fcfe; }
.site-link ul li, .customerNotify ul li, .myTasks ul li{ font:12px/1.8 tahoma; }
.site-link ul li a, .customerNotify ul li a, .myTasks ul li a{ color:#0075b0; background:url(i/link_arr.gif) no-repeat 0 center; padding-left:15px; }
.site-link ul li a:hover, .customerNotify ul li a:hover, .myTasks ul li a:hover{ color:#f00; text-decoration:none; }



.myTasks h2 {
	background:url(i/task.gif) no-repeat 0 center;
}


.contents {
    width: 900px;
    clear: none;
    display: -moz-inline-box;
    display: inline-block;
    text-align: left;
}

.contents h3 {
	cursor: pointer;
	margin:0;
	font:bold 14px/40px tahoma; 
	text-indent:35px;
	clear:both;
	border-bottom:1px solid #c1d0de;
}

.category_open {
	background:url(i/about.gif) no-repeat 0 center;
}
.category_close {
	background:url(i/about.gif) no-repeat 0 center;
}
.customerArea{
    /*display:none;*/
}

.contents ul {
    overflow: auto;
	margin:0 0 10px 0;
    padding: 5px 0 5px 10px;
	font:12px/2 tahoma;
}
.contents li {
    width: 150px;
    display: inline;
    float: left;
}
.contents ul, .contents li {
    list-style: none;
}
.contents li a {
    text-decoration: none;
    width: 100%;
    display: inline-block;
    text-indent: 17px;
	color:#406080;
    background: url(i/arr.gif) no-repeat 0 center;
}
.contents li a:hover {
    text-decoration: underline;
    color: red;
}


.cifTip {
    border: 1px solid #66f;
    background: #ff3;
    font-size: 14px;
}

.noInput_ac {
    border-left: 0;
    border-bottom: 0; /*border-right:0;*/
}

.noInput_hover {
    background: #fff url(../newarow.gif) no-repeat 100% -20px;
}

.noInput_load {
    background: #fff url(../../../images/card/loader.white.gif) no-repeat 100% -20px;
}

.noInput .ac {
    display: none;
    float: left;
    border: 1px solid #ccc;
    background-color: #fff;
    z-index: 9999;
}
.link {
    cursor: pointer;
}
.noInput .ac a {
    background: none;
    border: 0;
    display: -moz-inline-box;
    display: inline-block;
    width: 100px;
    height: 16px;
    padding: 1px;
    color: #666;
    clear: both;
    text-decoration: none;
    cursor: pointer;
    line-height: 16px;
}
.noInput .ac a:hover {
    color: blue;
    background-color: #6CF;
}
.noInput .ac strong {
    font-weight: bold;
    color: red;
    background-color: #ffff33;
}
.noInput .ac .sel {
    font-weight: bold;
    background-color: #6CF;
}
.noInput_ac {
    border-left: 0;
    border-bottom: 0;
}

.taskItem{
    overflow:hidden;
    width:95%;
    height:20px;
    display: block;
    white-space: nowrap;
}
.myTasks ul{
    padding-bottom:0;
    margin-bottom:0;
}
.more_line{
    text-align: right;
}
.myTasks .more{
    overflow:hidden;
    width:45px;
    /*height:20px;*/
    font-size: 12px;
    /*float:right;*/
}
.myTasks .more:link,.myTasks .more:active ,.myTasks .more:visited{
    text-decoration: none;
    color: #666666;
}
.myTasks .more:hover{
     /*text-decoration:underline;*/
    font-weight: bold;
    color:red;
    
}

.idcard{
	/*background: #fff url(yykhii/style/i/icon_idcard.gif) no-repeat 100% 0;*/
}
.idcardBtn{
    background: #fff url(/yykhii/style/i/icon_idcard.gif) no-repeat 0;
    cursor: pointer;
    border: 2px solid #2dad15;
    width:28px;
    height:18px;
}
