/* CSS in activation.html */

.big_title{font-size:18px;font-weight:bold;}
.big_act_title{font-size:18px;font-weight:bold;padding:0 0 10px 0;color:#386c9d;}
.med_act_title{font-size:14px;font-weight:bold;}
.hint_act_title{font-size:11px;}
.toolhint{color:#2a96fb;}
.act_col{color:#e60202;}



#notice{background:url(../images/actv_winVis_bck.png) repeat-x;height:83px;}
#notice div{background:url(../images/actv_arrow.jpg) 0 30px no-repeat;height:83px;padding-left:45px;}
#notice p{color:#fff;padding-top:15px;margin:0px;line-height:14px;}

#encase_round_act{margin:auto;width:660px;}
#encase_round_act .top{width:100%;background: url(../images/actv_round_topctr.png);height:19px;position:relative;}
#encase_round_act .top .left, #encase_round_act .top .right{position:absolute;top:0px;width:19px;height:19px;}
#encase_round_act .top .left{left:0;background: url(../images/actv_round_topleft.png);}
#encase_round_act .top .right{right:0;background: url(../images/actv_round_topright.png);}

#encase_round_act .mid{border-left:1px solid #cfd0d1; border-right:1px solid #cfd0d1; background:url(../images/actv_round_mid_bck.png) repeat-x #fff;padding:0 19px 0 19px;}
#encase_round_act .mid .step_left{float:left;width:57%;border-right:1px dashed #333;margin-top:15px;}
#encase_round_act .mid .step_right{float:right;width:41%;}
#encase_round_act .mid .step_right table{margin-top:40px;}
#encase_round_act .mid .border{border-bottom:5px solid #eaedf0;padding-bottom:10px;}

#encase_round_act .mid p{margin:0px;padding-bottom:2px;}
#encase_round_act .mid input{border:1px solid #666666;width:50px;}

#encase_round_act .mid .button_area{margin:auto;padding:10px 0 0 0;}


#encase_round_act .bot{width:100%;background: url(../images/actv_round_botctr.png);height:33px;position:relative;}
#encase_round_act .bot .left, #encase_round_act .bot .right{position:absolute;top:0px;width:19px;height:33px;}
#encase_round_act .bot .left{left:0;background: url(../images/actv_round_botleft.png);}
#encase_round_act .bot .right{right:0;background: url(../images/actv_round_botright.png);}



/* floating help hints*/

a.info{
    position:relative; /*this is the key*/
    /*z-index:24;*/
	color:#2a96fb; 
	font-size:16px;
	text-decoration:none;
    }

a.info:hover{
	/*z-index:25; */
	color:#2a96fb;
	border-bottom:1px dashed #2a96fb;
	}

span.tooltip{
	display:none;
	margin-top:5px;
	/*border:1px solid #000;*/
    /*background-color: #fff;*/
	
	color:#fff;
	/*padding:3px;*/
	}


/*a.info:hover span{ /*the span will display just on :hover state
   	display:block;
    position:absolute;
    bottom:20px; left:0px; width:283px;
    border:1px solid #000;
    background-color: #fff;
	color:#fff;
	padding:3px;
	}*/

