#ui-datepicker-div{
	font-size:11px;
	-webkit-box-shadow: 5px 5px 5px #999;
}
#ui-datepicker-div .ui-state-active{
	font-weight:bold;
	color:black;
	background: #ff9933;
}
#ui-datepicker-div .ui-datepicker-header{
	background: #ff9933;
}
#ui-datepicker-div .week-separator{
	background: #ff9933;
	color:white;
	padding-left:9px;
	font-weight:bold;
	height:14px;
	width:20px;
}

.ltabs{
	display:block;
	position:relative;
	height:40px;
	width:264px;
    font-size: 13px;
}
.ltabs div{
	float:left;
	display:block;
	position:relative;
}
.ltabs .imgbottom_act{
	position:absolute;
	top:24px;
	left:0px;
	width:264px;
	height:16px;
	background-image: url(/img/tabs/lm_bottom_act.gif);
	background-repeat: no-repeat;
}
.ltabs .imgbottom_dis{
	position:absolute;
	top:24px;
	left:0px;
	width:264px;
	height:16px;
	background-image: url(/img/tabs/lm_bottom_dis.gif);
	background-repeat: no-repeat;
}
.ltabs .l_act{
	width:17px;
	height:25px;
	background-image: url(/img/tabs/lm_left_act.gif);
	background-repeat: no-repeat;
}
.ltabs .l_dis{
	width:17px;
	height:25px;
	background-image: url(/img/tabs/lm_left_dis.gif);
	background-repeat: no-repeat;
}

.ltabs .act_text{
	height:25px;
	background-image: url(/img/tabs/lm_act_bg.gif);
	background-repeat: repeat-x;
	font-weight:bold;
	padding-top:6px;
	padding-right:7px;
}
.ltabs .dis_text{
	height:25px;
	background-image: url(/img/tabs/lm_dis_bg.gif);
	background-repeat: repeat-x;
	color:white;
	font-weight:bold;
	padding-top:6px;
	padding-right:5px;
}
.ltabs .dis_text a, .ltabs .dis_text a:visited, .ltabs .dis_text a:hover{
	color:white;
	text-decoration:none;
}
.ltabs .act_end{
	width:28px;
	height:25px;
	background-image: url(/img/tabs/lm_act_end.gif);
	background-repeat: no-repeat;
}

.ltabs .dis_end{
	width:28px;
	height:25px;
	background-image: url(/img/tabs/lm_dis_end.gif);
	background-repeat: no-repeat;
}

.ltabs .last_dis_end{
	height:25px;
	width:30px;
	background-image: url(/img/tabs/lm_last_dis_end.gif);
	background-repeat: no-repeat;
}

.ltabs .last_act_end{
	height:25px;
	width:30px;
	background-image: url(/img/tabs/lm_last_act_end.gif);
	background-repeat: no-repeat;
}
/*---- upper tabs-----*/
.ttabs{
	display:block;
	position:relative;
	height:30px;
	width:632px;
    font-size: 13px;
}
.ttabs div{
	float:left;
	display:block;
	position:relative;
	margin:0;
	padding:0;
	
}

.ttabs .imgbottom{
	position:absolute;
	top:22px;
	left:0px;
	width:632px;
	height:1px;
	background-image: url(/img/tabs/tm_bottom.gif);
	background-repeat: no-repeat;
}

.ttabs .l_act{
	margin-left:22px;
	width:10px;
	height:23px;
	background-image: url(/img/tabs/tm_left_act.gif);
	background-repeat: no-repeat;
}

.ttabs .act_text{
	height:23px;
	background-image: url(/img/tabs/tm_act_bg.gif);
	background-repeat: repeat-x;
	font-weight:bold;
	padding-top:2px;
	padding-right:4px;
	font-size:13px;
    color:#000
}

.ttabs .l_dis{
	margin-left:22px;
	width:10px;
	height:23px;
	background-image: url(/img/tabs/tm_left_dis.gif);
	background-repeat: no-repeat;
}
.ttabs .dis_text{
	height:23px;
	background-image: url(/img/tabs/tm_dis_bg.gif);
	background-repeat: repeat-x;
	font-weight:bold;
	padding-top:4px;
	padding-right:4px;
	font-size:13px;
}

.ttabs .dis_dis_end{
	width:18px;
	height:23px;
	background-image: url(/img/tabs/tm_dis_dis_end.gif);
	background-repeat: no-repeat;
}

.ttabs .dis_act_end{
	width:18px;
	height:23px;
	background-image: url(/img/tabs/tm_dis_act_end.gif);
	background-repeat: no-repeat;
}
.ttabs .act_dis_end{
	width:18px;
	height:23px;
	background-image: url(/img/tabs/tm_act_end.gif);
	background-repeat: no-repeat;
}

.ttabs .last_dis_end{
	width:18px;
	height:23px;
	background-image: url(/img/tabs/tm_last_dis_end.gif);
	background-repeat: no-repeat;
}
.ttabs .last_act_end{
	width:18px;
	height:23px;
	background-image: url(/img/tabs/tm_last_act_end.gif);
	background-repeat: no-repeat;
}

/*--- top search----*/
.search_line{
	display:block;
	height:53px;
	width:632px;
	background-image: url(/img/tabs/tm_search_bg.gif);
	background-repeat: no-repeat;
}
.top_search{
	display:block;
	position:relative;
}
.top_search a.bsearch {
	position:absolute;
	display: block;
	margin:0;
	right:0px;
	top:48px;
	height: 45px;
	width:115px;
	background-image: url(/img/tabs/tm_bsearch.gif);
	background-repeat: no-repeat;
	text-decoration: none;
}
.top_search a.bsearch:hover {
	background-image: url(/img/tabs/tm_bsearch.gif);
	background-repeat: no-repeat;
}
.top_search a.bsearch span{
	display:block;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 40px;
	margin-top: 11px;
	font-size: 18px;
	color: #FFFFFF;
}

.top_search a.bsearch:hover span{
	display:block;
	margin-top: 12px;
	padding-bottom: 3px;
	padding-left: 41px;
	padding-right: 4px;
	font-size: 18px;
	color: #FFFFFF;
}
span.navi {font-size: 11px;padding-left:51px;height:19px;display:block;float:left; width:627px; overflow-x:hidden}

.search_line .fields{
	float:left;
	display:block;
	margin-top:6px;
	margin-left:15px;
}
.search_line .ext_search{
	display:block;
	position:absolute;
	bottom:1px;
	font-size:11px;
	left:42px;
}

/* --------------- Visit card tabs ------------ */
.vctabs{
	display:block;
	position:relative;
	height:40px;
	width:630px;
    font-size: 12px;
    margin-top:20px;
    background:#e9ebe6;
}
.vctabs div{
	float:left;
	display:block;
	position:relative;
	margin:0;
	padding:0;
}
.vctabs div a{margin:0;padding:0;font-size: 12px;color:#000}
.vctabs div a:hover{color:#0066cc;text-decoration:none}
.vctabs .imgbottom{
	position:absolute;
	bottom:0px;
	left:0px;
	width:630px;
	height:17px;
    background:#fff;
    border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cbccc8;
}

.vctabs .l_act{
	margin-left:27px;
	width:15px;
	height:23px;
	background-image: url(/img/tabs/vc_left_act.gif);
	background-repeat: no-repeat;
}

.vctabs .l_dis{
	margin-left:27px;
	width:15px;
	height:23px;
	background-image: url(/img/tabs/vc_left_dis.gif);
	background-repeat: no-repeat;
}

.vctabs .act_text{
	height:23px;
	background-image: url(/img/tabs/vc_act_bg.gif);
	background-repeat: repeat-x;
	font-weight:bold;
	padding-top:3px;
    padding-left:4px;
	padding-right:2px;
	font-size:12px;
    color:#000
}

.vctabs .dis_text{
	height:23px;
	background-image: url(/img/tabs/vc_dis_bg.gif);
	background-repeat: repeat-x;
	font-weight:bold;
	padding-top:5px;
    padding-left:4px;
	padding-right:2px;
	font-size:12px;
}

.vctabs .dis_dis_end{
	width:20px;
	height:23px;
	background-image: url(/img/tabs/vc_dis_dis_end.gif);
	background-repeat: no-repeat;
}

.vctabs .dis_act_end{
	width:20px;
	height:23px;
	background-image: url(/img/tabs/vc_dis_act_end.gif);
	background-repeat: no-repeat;
}
.vctabs .act_dis_end{
	width:20px;
	height:23px;
	background-image: url(/img/tabs/vc_act_end.gif);
	background-repeat: no-repeat;
}

.vctabs .last_dis_end{
	width:20px;
	height:23px;
	background-image: url(/img/tabs/vc_last_dis_end.gif);
	background-repeat: no-repeat;
}

.vctabs .last_act_end{
	width:20px;
	height:23px;
	background-image: url(/img/tabs/vc_last_act_end.gif);
	background-repeat: no-repeat;
}
