/* Recent list */
.search_box {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	}

.recent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:left;
	line-height: 20px;
	}	
.recent a { color: #0066FF; text-decoration: none; }	
.recent a:hover { background-color:transparent; font-weight: normal; color: #000066;	text-decoration: none;	}
.recent td {border-bottom:1px  solid #CCCCCC}

/*Side Menu */
.menu  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000066;
	vlink: #000000;
	text-align:center;
	alink: #000000;
	}
.menu a { color:#000066; text-decoration:none}
.menu a:hover { letter-spacing:3px; font-weight:bold; }
.menu td {border-bottom:1px  solid #CCCCCC}

/*table type 1 border ( 3 nested labels t1, t2, t3) */
.t11 {
	background-image: url("/images/tbl1_top.gif");
	height:9px;
	background-position:bottom center;
	background-repeat: no-repeat;
	}
	
.t12  {
	background-image: url("/images/tbl1_center.gif");
	background-position:center;
	background-repeat:repeat-y;
	}
	
.t13 {
	background-image: url("/images/tbl1_bottom.gif");
	background-position: top  center ;
	height:9px;
	background-repeat: no-repeat;
	}		
	
/*table type 2 border ( 3 nested labels t1, t2, t3) */
.t21 {
	background-image:  url("/images/tbl2_top.gif");
	height:5px;
	background-position:bottom center;
	background-repeat: no-repeat;
	}
	
.t22  {
	background-image:  url("/images/tbl2_center.gif");
	background-position:center;
	background-repeat:repeat-y;
	}
		
.t23 {
	background-image:  url("/images/tbl2_bottom.gif");
	height:5px;
	background-position: top  center ;
	background-repeat: no-repeat;
	}		
