@charset "utf-8";
/* CSS Document */

.tool-tip {
	color: #ccc;
	width: 240px;
	z-index: 100;
	position:relative;
}
 
.tool-title {
	font-size: 11px;
	margin: 0;
	color: #4A207A;
	padding: 8px 8px 4px;
	background:  url(../hr/main/bck_1.png) top left;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #4A207A;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-left-color: #999999;
}
 
.tool-text {
	font-size: 11px;
	color: #663399;
	padding: 4px 8px 8px;
	background-color: #FFFFFF;	/*background:  url(../hr/main/bck_1.png) bottom right;*/
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
 
.custom-tip {
	color: #000;
	width: 130px;
	z-index: 100;
}
 
.custom-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #3E4F14;
	padding: 8px 8px 4px;
	background: #C3DF7D;
	border-bottom: 1px solid #B5CF74;
}
 
.custom-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: #CFDFA7;
}



a.info{
    position:relative;
    z-index:24; background-color:#f0c0c0;
    color:#666;
    text-decoration:none}

a.info:hover{z-index:25; background-color:#e1e1e1}

a.info span{display: none}

a.info:hover span{
    display:block;
    position:absolute;
    top:2em; left:2em; width:15em;
    border:1px solid #0cf;
    background-color:#cfc;
    color:#cc3366;
    text-align: center
}

/*
a.info{
    position:relative;
    z-index:24; background-color:#f0c0c0;
    color:#666;
    text-decoration:none}

a.info:hover{z-index:25; background-color:#e1e1e1}

a.info span{display: none}

a.info:hover span{
    display:block;
    position:absolute;
    top:2em; left:2em; width:15em;
    border:1px solid #0cf;
    background-color:#cfc;
    color:#cc3366;
    text-align: center
}


/*
a.info:hover{z-index:25; background-color:#e1e1e1}

a.info span{display: none}

a.info:hover span{
    display:block;
    position:absolute;
    top:2em; left:2em; width:15em;
    border:1px solid #0cf;
    background-color:#cfc;
    color:#cc3366;
    text-align: center
}
*/


