.txt{
	font-family:lucida grande,tahoma,verdana,arial,sans-serif;
	/*font-family: arial,verdana,sans-serif;*/
	font-size: 11px;
	color:#222222;
	text-decoration:none;
}
a.txt:hover{color:#0066CC;text-decoration:underline;}
.H1{font-size: 28px;font-family: arial,verdana,sans-serif;}
.H2{font-size: 20px;font-family: arial,verdana,sans-serif;}
.H3{font-size: 16px;font-family: arial,verdana,sans-serif;}
.H4{font-size: 14px;font-family: arial,verdana,sans-serif;}
.H5{font-size: 12px;}

.Cblue{color:#0066CC;/*color:#2D6BA8;*/}
.Cred{color:#cc0000;}
.Clgrey{color:#808080;}
.Cwhite{color:#ffffff;}
.Cblack{color:#000000;}
.Cgreen{color:#006600;}

.Corange{color:#FF9933;}


a.txtT:hover{color:#cccccc;text-decoration:none;}


.Pr10{padding-right:10px;}

.hl{cursor:pointer;cursor:hand;}

/*###################################################################################*/
/*###################################################################################*/
/*###################################################################################*/
div#AR_box_TIMEz{
	background-color:#dbdbdb;
	width:420px;
	height:250px;
	padding:5px;
	border-radius: 6px; 
	-moz-border-radius: 6px; /* firefox */
	-webkit-border-radius: 6px;
	font-family: Verdana, sans-serif; font-size: 11px; color:#333; text-decoration:none;
}
div#AR_box_TIMEz div#title{
	width:100%;
	height:20px;
	line-height:20px;
	text-align:left;
}
div#TIMEz_L1, #TIMEz_L2{
	width:240px;
	text-align:left;
	float:left;
	margin-right:5px;
	padding: 5px;
	background-color:#eee;
	border-radius: 4px; 
	-moz-border-radius: 4px; /* firefox */
	-webkit-border-radius: 4px;
}
div#TIMEz_L1{width:150px;}
div#TIMEz_L1 span, div#TIMEz_L2 span{
	margin:0 0 10px 0px;
	padding:0 0 10px 0px;
	color:#004ABB;
}
div#TIMEz_L1 ul, div#TIMEz_L2 ul{
	list-style-type: none;
	margin: 0;
	padding:0px;
	height:200px;
	overflow-y:auto;
	
	border-top:2px solid #c0c0c0;
	border-bottom:2px solid #c0c0c0;
}
div#TIMEz_L1 li , div#TIMEz_L2 li{
	margin: 0;
	padding: 3px 10px;
	margin-bottom:1px;
	cursor:pointer;cursor:hand;
}
div#TIMEz_L2 li{padding-left:15px;}

.TIMEz_L1, .TIMEz_L2{
	border-bottom:1px solid #c0c0c0;
	background-color:#dbdbdb;
}
.TIMEz_L1_hover{
	background-color:#eee;
	color:#3F78CF;
}

.TIMEz_L1_selected{
	background-color:#06c;
	color:#fff;
}
.TIMEz_L2_selected{
	background-color:#393;
	color:#fff;
	background-image: url('/images/checkBG.png');
	background-repeat: no-repeat;
	background-position: left center;
}

/*#################################################################################*/
/*#################################################################################*/
/*#################################################################################*/

div#AR_box_CAT{
	background-color:#dbdbdb;
	width:450px;
	height:250px;
	padding:5px;
	border-radius: 6px; 
	-moz-border-radius: 6px; /* firefox */
	-webkit-border-radius: 6px;
	font-family: Verdana, sans-serif; font-size: 11px; color:#333; text-decoration:none;
}
div#AR_box_CAT div#title{
	width:100%;
	height:20px;
	line-height:20px;
	text-align:left;
}
div#ARcat_L1, div#ARcat_L2{
	width:200px;
	text-align:left;
	float:left;
	margin-right:5px;
	padding: 5px;
	background-color:#eee;
	border-radius: 4px; 
	-moz-border-radius: 4px; /* firefox */
	-webkit-border-radius: 4px;
}
div#ARcat_L2{width:220px;}

div#ARcat_L1 span, div#ARcat_L2 span{
	margin:0 0 10px 0px;
	padding:0 0 10px 0px;
	color:#004ABB;
}

div#ARcat_L1 ul, div#ARcat_L2 ul{
	list-style-type: none;
	margin: 0;
	padding:0px;
	height:220px;
	overflow-y:auto;
	
	border-top:2px solid #c0c0c0;
	border-bottom:2px solid #c0c0c0;
}
div#ARcat_L1 li , div#ARcat_L2 li{
	margin: 0;
	padding: 3px 10px;
	margin-bottom:1px;
	cursor:pointer;cursor:hand;
}
div#ARcat_L2 li{padding-left:15px;}

.ARcat_L1, .ARcat_L2{
	border-bottom:1px solid #c0c0c0;
	background-color:#dbdbdb;
}
.ARcat_L1_hover{
	background-color:#eee;
	color:#3F78CF;
}
.ARcat_L1_selected{
	background-color:#06c;
	color:#fff;
	
}
.ARcat_L2_selected{
	background-color:#393;
	color:#fff;
	background-image: url('/images/checkBG.png');
	background-repeat: no-repeat;
	background-position: left center;
}


