/* font family used for designing
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-family: Arial Narrow, Tahoma, Verdana, Arial, Helvetica, sans-serif;
*/

/*
--------------------------------------------------------------------------------------------------------------
..............................common classes for all portal START here
                                                          ................................................
--------------------------------------------------------------------------------------------------------------
*/
.actlbody{
	margin: 0px;
}

.actlwidth{
	width: 100%
}
.actlheight{
	height: 100%
}
.actlmain{
	width: 98%;
	text-align: center;
}
.actlsmallfont{
	font-size:1px;
}
.actlhandcursor{
	cursor:hand;
}
.cpbanbg{
	background-image: url(/actl/images/cp_ban_bg.gif);
	background-repeat:repeat-x;
}


A:link {
	FONT-SIZE: 11px;
	COLOR: #71A2C2; 
	font-family: Verdana,Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
	text-align: right;
}
A:active {
	FONT-SIZE: 11px;
	font-family: Verdana,Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
	COLOR: #71A2C2; 
	text-align: right;
}
A:visited {
	FONT-SIZE: 11px;
	font-family: Verdana,Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
	COLOR: #71A2C2; 
	text-align: right;
}
A:hover {
	FONT-SIZE: 11px;
	COLOR: #145F91;
	font-family: Verdana,Arial, Helvetica, sans-serif;
	text-align: right;
	TEXT-DECORATION: none;
}

/* actl padding classes starts here*/
.actlpadding1{
	padding-top: 3px;
}
.actlpadding2{
	padding-left: 15px;
}
.actlpadding3{
	padding-bottom: 7px;
}
.actlpadding4{
	padding-top: 7px;
}
.actlpadding5{
	padding-top: 10px;
	padding-left:15px;
}
.actlpadding6{
	padding-left: 20px;
}
.actlpadding7{
	padding-top: 5px;
}
.actlpadding8{
	padding-right: 25px;
}
.actlpadding10{
	padding-top: 2px;
	padding-bottom: 2px;
}
.actlpadding11{
	padding-bottom: 15px;
}
.actlpadding12{
	padding-left: 5px;
}
.actlpadding13{
	padding-top: 10px;
}

/*----------------------PADDING CLASSES FOR CUSTOM PROGRAMMING PORTAL STATRS HERE-------------------*/

.cppadding1	{
	padding-top: 12px;
}
.cppadding2	{
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 12px;
}
.cppadding3	{
	padding-top: 20px;
}
.cppadding4	{
	padding-left: 6px;
}
.cppadding5	{
	padding-right: 16px;
}
.cppadding6	{
	padding-top: 3px;
	padding-left: 3px;
	padding-bottom: 5px;
}
.cppadding7	{
	padding-top: 7px;
}

.cppadding8	{
	padding-right: 5px;
}

.cppadding9	{
	padding top: 7px;
	padding-bottom: 7px;
}
/*----------------------PADDING CLASSES FOR CUSTOM PROGRAMMING PORTAL END HERE-------------------*/

/* actl padding classes end here -----------------------------------------*/



/*footer classes starts here*/
.actlfooter{
	color: #4C4C4C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
}
.actlfooterbg{
	border-top: solid 1px #B3B3B3;
	padding-top: 1px;
	padding-bottom: 1px;
	MARGIN-TOP:10px;
}
/*footer classes ends here ----------------------------------------------------*/



/*top menu classes starts here*/

.actltopmenu:link{
	color: #CC801F;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	text-align: right;
	letter-spacing: 1px;
}
.actltopmenu:active{
	color: #CC801F;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	text-align: right;
	letter-spacing: 1px;
}
.actltopmenu:visited{
	color: #CC801F;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	text-align: right;
	letter-spacing: 1px;
}
.actltopmenu:hover{
	color: #7A4400;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	text-align: right;
	letter-spacing: 1px;
}

.actlmenubrd{
	background-image:  url(/ACTL/images/actl_topmenu_brd.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

.actltopmenupadding{
	padding-left: 9px;
	padding-right: 9px;
	padding-top: 3px;
	padding-bottom: 3px;
}

/*top menu classes ends here ----------------------------------------------------*/



/* actl scroll classes starts here*/

.actlscrollcurve-lt{
	background-image:  url(/ACTL/images/cp_bx_lt.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height:8px;
	width: 8px;
	font-size:0px;
}

.actlscrollcurve-rt{
	background-image:  url(/ACTL/images/cp_bx_rt.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height:8px;
	width: 8px;
	font-size:0px;
}
.actlscrollcurve-lb{
	background-image:  url(/ACTL/images/cp_bx_bl.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height:8px;
	width: 8px;
	font-size:0px;
}
.actlscrollcurve-rb{
	background-image:  url(/ACTL/images/cp_bx_br.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height:8px;
	width: 8px;
	font-size:0px;
}
.actlscrolltop{
	background-image:  url(/ACTL/images/cp_bx_t.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height:8px;
	font-size:0px;
}
.actlscrollbottom{
	background-image:  url(/ACTL/images/cp_bx_b.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height:8px;
	font-size:0px;
}
.actlscrollleft{
	background-image:  url(/ACTL/images/cp_bx_l.gif);
	background-repeat: repeat-y;
	background-position: left top;
	font-size: 0px;
}
.actlscrollright{
	background-image:  url(/ACTL/images/cp_bx_r.gif);
	background-repeat: repeat-y;
	background-position: left top;
	font-size: 0px;
}
.actlscroll-arw-l{
	background-image:  url(/ACTL/images/cp_scroll_left.gif);
	background-repeat: no-repeat;
	background-position: right top;
	font-size: 0px;
	width: 11px;
	height: 60px;
	cursor: hand;
}
.actlscroll-arw-r{
	background-image:  url(/ACTL/images/cp_scroll_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 0px;
	width: 11px;
	height: 60px;
	cursor: hand;
}
/* actl scroll classes end here ---------------------------------------*/


/*actl snapshot banner class starts here---------------------------------*/
.actlsnapban-1	{
	/*background-attachment: fixed;*/
	background-image: url(ACTL/images/cp_snapban_1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height:86px;
	width:8px;
	font-size: 0px;
}
.actlsnapban-bg1	{
	/*background-attachment: fixed;*/
	background-image: url(/ACTL/images/cp_snapban_bg1.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.actlsnapban-2	{
	/*background-attachment: fixed;*/
	background-image: url(/ACTL/images/cp_snapban_2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 206px;
	font-size: 0px;
}

.actlsnapban-3	{
	/*background-attachment: fixed;*/
	background-image: url(/ACTL/images/cp_snapban_3.gif);
	background-repeat: no-repeat;
	background-position: right top;
	font-size: 0px;
	width: 8px;
}
.actlsnapban-4	{
	/*background-attachment: fixed;*/
	background-image: url(/ACTL/images/cp_snapban_4.gif);
	background-repeat: no-repeat;
	background-position: right top;
	font-size: 0px;
}
.actlsnapban-bg2	{
	/*background-attachment: fixed;*/
	background-image: url(/ACTL/images/cp_snapban_bg2.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.actlsnap-title	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-decoration: none;
	color: #BE761A;
	white-space: nowrap;
}
.actlsnapban-heading{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-decoration: none;
	color: #305F69;
	padding-left: 15px;
	white-space: nowrap;
}


.actlsnapbx-lt	{
	/*background-attachment: fixed;*/
	background-image: url(/ACTL/images/actl_snap_cuvbx_lt.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 8px;
	height: 8px;
}

.actlsnapbx-lb	{
	/*background-attachment: fixed;*/
	background-image: url(/ACTL/images/actl_snap_cuvbx_lb.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 8px;
	height: 8px;
}
.actlsnapbx-rt	{
	/*background-attachment: fixed;*/
	background-image: url(/ACTL/images/actl_snap_cuvbx_rt.gif);
	background-repeat: no-repeat;
	background-position: right top;
	width: 8px;
	height: 8px;
}
.actlsnapbx-rb	{
	/*background-attachment: fixed;*/
	background-image: url(/ACTL/images/actl_snap_cuvbx_rb.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 8px;
	height: 8px;
}

.actlsnapbx-borl	{
	border-left: solid 1px #B9B9B9;
}

.actlsnapbx-bort	{
	border-top: solid 1px #B9B9B9;
}
.actlsnapbx-borb	{
	border-bottom: solid 1px #B9B9B9;
}
.actlsnapbx-borr	{
	border-right: solid 1px #B9B9B9;
}

/*actl snapshot banner class ends here---------------------------------*/



/* actl LEFT BOX classes starts here*/

.actlleftheader{
	color: #CC801F;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	padding-top: 3px;
	padding-left: 15px;
	padding-bottom: 3px;
	background-image:  url(/ACTL/images/cp_ss_head_bul.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.actlbxcurvebl{
	background-image:  url(/ACTL/images/cp_bx_bl.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 8px;
	height: 8px;
	font-size: 0px;
}
.actlbxcurvebr{
	background-image:  url(/ACTL/images/cp_bx_br.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 8px;
	height: 8px;
	font-size: 0px;
}
.actlbxcurvert{
	background-image:  url(/ACTL/images/cp_bx_rt.gif);
	background-repeat: no-repeat;
	background-position: right top;
	width: 8px;
	height: 8px;
	font-size: 0px;
}
.actlbxcurvelt{
	background-image:  url(/ACTL/images/cp_bx_lt.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 8px;
	height: 8px;
	font-size: 0px;
}

.actlbxbrdtop{
	background-image:  url(/ACTL/images/cp_bx_t.gif);
	background-repeat: repeat-x;
	background-position: left top;

}

.actlbxbrdbtm{
	background-image:  url(/ACTL/images/cp_bx_b.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

.actlbxbrdleft{
	background-image:  url(/ACTL/images/cp_bx_l.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

.actlbxbrdright{
	background-image:  url(/ACTL/images/cp_bx_r.gif);
	background-repeat: repeat-y;
	background-position: right top;
}

.actlbxbk{
	background-color: #FFFFFF;
}
/* actl LEFT BOX classes end here ----------------------------------------*/


/*actl VERTICAL TAB classes start here*/

/*class for first tab start*/
.actltab-1st-t-act{
	background-image:  url(/ACTL/images/cp_tab_1_active.gif);
	background-repeat: no-repeat;
	background-position: right top;
	width: 21px;
	height: 5px;
	font-size:0px;
	cursor:hand;
}
.actltab-1st-t-inact{
	background-image:  url(/ACTL/images/cp_tab_1_inact.gif);
	background-repeat: no-repeat;
	background-position: right top;
	width: 21px;
	height: 5px;
	font-size:0px;
	cursor:hand;
	
}
.actltab-1st-m-act{
	background-image:  url(/ACTL/images/cp_tab_1_active_middle.gif);
	background-repeat: repeat-y;
	width: 21px;
	font-size:0px;
	cursor:hand;
	background-position: right top;
}
.actltab-1st-m-inact{
	background-image:  url(/ACTL/images/cp_tab_1_inact_middle.gif);
	background-repeat: repeat-y;
	width: 21px;
	height: 100%;
	font-size:0px;
	cursor:hand;
	background-position: right top;

}
.actltab-1st-b-act{
	background-image:  url(/ACTL/images/cp_tab_1_active_btm.gif);
	background-repeat: no-repeat;
	background-position: right top;
	width: 21px;
	height: 7px;
	font-size:0px;
	cursor:hand;

}
.actltab-1st-b-inact{
	background-image:  url(/ACTL/images/cp_tab_1_inact_btm.gif);
	background-repeat: no-repeat;
	width: 21px;
	height: 7px;
	font-size:0px;
	cursor:hand;
	background-position: right top;

}
/*class for first tab end--------------------*/

/*class for 2nd tab start*/
.actltab-2nd-b-act{
	background-image:  url(/ACTL/images/cp_tab_2_active_btm.gif);
	background-repeat: no-repeat;
	width: 21px;
	height: 7px;
	font-size:0px;
	cursor:hand;
	background-position: right top;

}
.actltab-2nd-b-inact{
	background-image:  url(/ACTL/images/cp_tab_2_inact_btm.gif);
	background-repeat: no-repeat;
	width: 21px;
	height: 7px;
	font-size:0px;
	cursor:hand;
	background-position: right top;

}
/*class for 2nd tab end--------------------*/

/*class for third tab start--*/

.actltab-3rd-b-act{
	background-image:  url(/ACTL/images/cp_tab_3_active_btm.gif);
	background-repeat: no-repeat;
	background-position: right top;
	width: 21px;
	height: 5px;
	font-size:0px;
	cursor:hand;
}
.actltab-3rd-b-inact{
	background-image:  url(/ACTL/images/cp_tab_3_inact_btm.gif);
	background-repeat: no-repeat;
	background-position: right top;
	width: 21px;
	height: 5px;
	font-size:0px;
	cursor:hand;

}
/*class for third tab end--------------------*/



/*class for center images of vertical tab starts here*/
.actl-serv-act{
	background-image:  url(/ACTL/images/cp_tab_serve_act.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 21px;
	height: 54px;
	font-size:0px;
	cursor:pointer;
}
.actl-serv-inact{
	background-image:  url(/ACTL/images/cp_tab_serve_inact.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 21px;
	height: 54px;
	font-size:0px;
	cursor:pointer;
}
.actl-col-act{
	background-image:  url(/ACTL/images/cp_tab_coll_act.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 21px;
	height: 121px;
	font-size:0px;
	cursor:pointer;
}
.actl-col-inact{
	background-image:  url(/ACTL/images/cp_tab_coll_inact.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 21px;
	height: 121px;
	font-size:0px;
	cursor:pointer;
}
.actl-sol-act{
	background-image:  url(/ACTL/images/cp_tab_sol_act.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 21px;
	height: 60px;
	font-size:0px;
	cursor:pointer;
}
.actl-sol-inact{
	background-image:  url(/ACTL/images/cp_tab_sol_inact.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 21px;
	height: 60px;
	font-size:0px;
	cursor:pointer;
}
.actl-utils-act{
	background-image:  url(/ACTL/images/cp_tab_utils_act.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 21px;
	height: 50px;
	font-size:0px;
	cursor:pointer;
}
.actl-utils-inact{
	background-image:  url(/ACTL/images/cp_tab_utils_inact.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 21px;
	height: 50px;
	font-size:0px;
	cursor:pointer;
}

/*class for center images of vertical tab ends here*/





.actlfliptext{
	writing-mode: tb-rl;
	filter: flipv fliph;
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size:11px;
	font-weight:bold;
	color:#856B00;
	text-decoration:none;
	white-space:nowrap;
	text-align:center;
	vertical-align:middle;
	cursor:hand;

}
.actlfliptext-inact{
	writing-mode: tb-rl;
	filter: flipv fliph;
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size:11px;
	font-weight:bold;
	color:#DB9232;
	text-decoration:none;
	white-space:nowrap;
	text-align:center;
	vertical-align:middle;
	cursor:hand;

}
/*actl VERTICAL TAB classes end here --------------------------------------*/


 /*class for center content and testimonial content*/
 
.actltxt{               
	color: #4C4C4C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	padding-bottom: 5px;
	line-height: 14px;	
}
.actlfont{             /*class for center-top content*/
	color: #4C4C4C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	padding-bottom: 10px;
	line-height: 15px;
}
.actlbrd{
	border-bottom: solid 1px #B1B1B1;
	padding-bottom:5px;
}

/* class for More link style start*/

.actlmore:link {
	FONT-SIZE: 10px;
	COLOR: #71A2C2; 
	font-family: Verdana,Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
	text-align: right;
	padding-right: 10px;
	padding-left: 8px;
}
.actlmore:active {
	FONT-SIZE: 10px;
	font-family: Verdana,Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
	COLOR: #71A2C2; 
	text-align: right;
	padding-right: 10px;
	padding-left: 8px;
}
.actlmore:visited {
	FONT-SIZE: 10px;
	font-family: Verdana,Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
	COLOR: #71A2C2; 
	text-align: right;
	padding-right: 10px;
	padding-left: 8px;
}
.actlmore:hover {
	FONT-SIZE: 10px;
	COLOR: #145F91;
	font-family: Verdana,Arial, Helvetica, sans-serif;
	text-align: right;
	TEXT-DECORATION: none;
	padding-right: 10px;
	padding-left: 8px;
}
/* class for More link style end*/

/*class for CENTER MAIN HEADERS start*/
.actlheadfont	{
	color: #CE8830;
	font-family: Arial Narrow, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	text-decoration: none;
	text-align: left;
	white-space:nowrap;
	letter-spacing: 1px;
	background-image:  url(/ACTL/images/cp_heding_bg.gif);
	background-repeat: repeat-x;
	padding-left: 5px;
}
/*class for CENTER MAIN HEADERS ends*/


/* CP "FOCUS AREA BOX" - LINK classes start here ----------------------------------------*/

.actlfocus-curvebl{
	background-image:  url(/ACTL/images/cp_focus_bt.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 10px;
	height: 10px;
	font-size: 0px;
}
.actlfocus-curvebr{
	background-image:  url(/ACTL/images/cp_focus_rb.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 10px;
	height: 10px;
	font-size: 0px;
}
.actlfocus-curvert{
	background-image:  url(/ACTL/images/cp_focus_rt.gif);
	background-repeat: no-repeat;
	background-position: right top;
	width: 10px;
	height: 10px;
	font-size: 0px;
}
.actlfocus-curvelt{
	background-image:  url(/ACTL/images/cp_focus_lt.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 10px;
	height: 10px;
	font-size: 0px;
}


.actlfocus-brdtop{
	background-image:  url(/ACTL/images/cp_focus_t.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 10px;
	font-size: 0px;

}

.actlfocus-brdbtm{
	background-image:  url(/ACTL/images/cp_focus_b.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 10px;
	font-size: 0px;
}

.actlfocus-brdleft{
	background-image:  url(/ACTL/images/cp_focus_l.gif);
	background-repeat: repeat-y;
	background-position: left top;
	width: 10px;
	font-size: 0px;
}

.actlfocus-brdright{
	background-image:  url(/ACTL/images/cp_focus_r.gif);
	background-repeat: repeat-y;
	background-position: right top;
	width: 10px;
	font-size: 0px;
}
.actlfocus-aero	{
	background-image:  url(/ACTL/images/cp_focus_aero.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 28px;
	width: 36px;
}


.actlfocus:link	{
	color: #5F5F5F;
	font-family:  Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: 600;
	text-decoration: none;
	text-align: left;
	white-space:nowrap;
	/*letter-spacing: 1px;*/
}

.actlfocus:active	{
	color: #5F5F5F;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: 600;
	text-decoration: none;
	text-align: left;
	white-space:nowrap;
	/*letter-spacing: 1px;*/

}

.actlfocus:visited	{
	color: #5F5F5F;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: 600;
	text-decoration: none;
	text-align: left;
	white-space:nowrap;
	/*letter-spacing: 1px;*/
}

.actlfocus:hover	{
	color: #CE8830;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: 600;
	text-decoration: none;
	text-align: left;
	white-space:nowrap;
	/*letter-spacing: 1px;*/
}

.actlfocus-header	{
	color: #CA801F;
	font-family: Arial Narrow, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: 600;
	text-decoration: none;
	text-align: left;
	white-space:nowrap;
	letter-spacing: 1px;
	padding-left:5px;
}

.actlfocusbul	{
	background-image:  url(/ACTL/images/cp_ss_focus_norbul.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-right: 10px;
	height: 7px;
	width: 25px
}

.actlbottomborder	{
	border-bottom: 1px solid #CFCFCF;
	}
.actlinput{
	border:1px solid #D1D0CE;
	color: #4C4C4C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;

}
.actlviewdemobtn{
	background:url(/ACTL/images/cp_viewdemo.gif);
	border:0px;
	background-repeat: no-repeat;
	height:17px;
	width:60px;
	cursor: hand;



}
.actlmode{
	FONT-SIZE: 16px;
	font-weight:bold;
	COLOR: #968ACF; 
	font-family: "Trebuchet MS",Verdana,Arial, Helvetica, sans-serif;
	padding-top:5px;


}
.actlmodeicon{
	FONT-SIZE: 11px;
	font-weight:bold;
	COLOR: #968ACF;
	font-family: "Trebuchet MS",Verdana,Arial, Helvetica, sans-serif;
	/*background-attachment: fixed;*/
	background-image: url(/ACTL/images/mode_icon.gif);
	background-position:right 5;
	background-repeat: no-repeat;


}
.actlstep1icon{
	FONT-SIZE: 11px;
	font-weight:bold;
	COLOR: #968ACF;
	font-family: "Trebuchet MS",Verdana,Arial, Helvetica, sans-serif;
	/*background-attachment: fixed;*/
	background-image: url(/ACTL/images/step1_icon.gif);
	background-position:right 5;
	background-repeat: no-repeat;


}
.actlbullet1icon{
	FONT-SIZE: 11px;
	font-weight:bold;
	COLOR: #968ACF;
	font-family: "Trebuchet MS",Verdana,Arial, Helvetica, sans-serif;
	/*background-attachment: fixed;*/
	background-image: url(/ACTL/images/bullet1_icon.gif);
	background-position:right 5;
	background-repeat: no-repeat;


}
.actltemplate{
	FONT-SIZE: 16px;
	font-weight:bold;
	COLOR: #F55F45; 
	font-family: "Trebuchet MS",Verdana,Arial, Helvetica, sans-serif;
	padding-top:5px;

}
.actltemplateicon{
	FONT-SIZE: 11px;
	font-weight:bold;
	COLOR: #F55F45; 
	font-family: "Trebuchet MS",Verdana,Arial, Helvetica, sans-serif;
	/*background-attachment: fixed;*/
	background-image: url(/ACTL/images/template_icon.gif);
	background-position:right 5;
	background-repeat: no-repeat;
}
.actlstep2icon{
	FONT-SIZE: 11px;
	font-weight:bold;
	COLOR: #F55F45; 
	font-family: "Trebuchet MS",Verdana,Arial, Helvetica, sans-serif;
	/*background-attachment: fixed;*/
	background-image: url(/ACTL/images/step2_icon.gif);
	background-position:right 5;
	background-repeat: no-repeat;
}
.actlbullet2icon{
	FONT-SIZE: 11px;
	font-weight:bold;
	COLOR: #F55F45; 
	font-family: "Trebuchet MS",Verdana,Arial, Helvetica, sans-serif;
	/*background-attachment: fixed;*/
	background-image: url(/ACTL/images/bullet2_icon.gif);
	background-position:right 5;
	background-repeat: no-repeat;
}
.actlsetup{
	FONT-SIZE: 16px;
	font-weight:bold;
	COLOR: #00CB2C; 
	font-family: "Trebuchet MS",Verdana,Arial, Helvetica, sans-serif;
	padding-top:5px;

}
.actlsetupicon{
	FONT-SIZE: 11px;
	font-weight:bold;
	COLOR: #00CB2C; 
	font-family: "Trebuchet MS",Verdana,Arial, Helvetica, sans-serif;
	/*background-attachment: fixed;*/
	background-image: url(/ACTL/images/setup_icon.gif);
	background-position:right 5;
	background-repeat: no-repeat;
}
.actlstep3icon{
	FONT-SIZE: 11px;
	font-weight:bold;
	COLOR: #00CB2C; 
	font-family: "Trebuchet MS",Verdana,Arial, Helvetica, sans-serif;
	/*background-attachment: fixed;*/
	background-image: url(/ACTL/images/step3_icon.gif);
	background-position:right 5;
	background-repeat: no-repeat;
}
.actlbullet3icon{
	FONT-SIZE: 11px;
	font-weight:bold;
	COLOR: #00CB2C; 
	font-family: "Trebuchet MS",Verdana,Arial, Helvetica, sans-serif;
	/*background-attachment: fixed;*/
	background-image: url(/ACTL/images/bullet3_icon.gif);
	background-position:right 5;
	background-repeat: no-repeat;
}


.actlscheduling{
	FONT-SIZE: 16px;
	font-weight:bold;
	COLOR: #EA7800; 
	font-family: "Trebuchet MS",Verdana,Arial, Helvetica, sans-serif;
	padding-top:5px;

}
.actlschedulingicon{
	FONT-SIZE: 11px;
	font-weight:bold;
	COLOR: #EA7800; 
	font-family: "Trebuchet MS",Verdana,Arial, Helvetica, sans-serif;
	/*background-attachment: fixed;*/
	background-image: url(/ACTL/images/scheduling_icon.gif);
	background-position:right 5;
	background-repeat: no-repeat;
}
.actlstep4icon{
	FONT-SIZE: 11px;
	font-weight:bold;
	COLOR: #EA7800; 
	font-family: "Trebuchet MS",Verdana,Arial, Helvetica, sans-serif;
	/*background-attachment: fixed;*/
	background-image: url(/ACTL/images/step4_icon.gif);
	background-position:right 5;
	background-repeat: no-repeat;
}
.actlbullet4icon{
	FONT-SIZE: 11px;
	font-weight:bold;
	COLOR: #EA7800; 
	font-family: "Trebuchet MS",Verdana,Arial, Helvetica, sans-serif;
	/*background-attachment: fixed;*/
	background-image: url(/ACTL/images/bullet4_icon.gif);
	background-position:right 5;
	background-repeat: no-repeat;
}

.actldistribution{
	FONT-SIZE: 16px;
	font-weight:bold;
	COLOR: #00C7D2; 
	font-family: "Trebuchet MS",Verdana,Arial, Helvetica, sans-serif;
	padding-top:5px;


}
.actldistributionicon{
	FONT-SIZE: 11px;
	font-weight:bold;
	COLOR: #00C7D2; 
	font-family: "Trebuchet MS",Verdana,Arial, Helvetica, sans-serif;
	/*background-attachment: fixed;*/
	background-image: url(/ACTL/images/distribution_icon.gif);
	background-position:right 5;
	background-repeat: no-repeat;
}
.actlstep5icon{
	FONT-SIZE: 11px;
	font-weight:bold;
	COLOR: #00C7D2; 
	font-family: "Trebuchet MS",Verdana,Arial, Helvetica, sans-serif;
	/*background-attachment: fixed;*/
	background-image: url(/ACTL/images/step5_icon.gif);
	background-position:right 5;
	background-repeat: no-repeat;
}
.actlbullet5icon{
	FONT-SIZE: 11px;
	font-weight:bold;
	COLOR: #00C7D2; 
	font-family: "Trebuchet MS",Verdana,Arial, Helvetica, sans-serif;
	/*background-attachment: fixed;*/
	background-image: url(/ACTL/images/bullet5_icon.gif);
	background-position:right 5;
	background-repeat: no-repeat;
}

.actlpayment{
	FONT-SIZE: 16px;
	font-weight:bold;
	COLOR: #1E8778; 
	font-family: "Trebuchet MS",Verdana,Arial, Helvetica, sans-serif;
	padding-top:5px;

}
.actlpaymenticon{
	FONT-SIZE: 11px;
	font-weight:bold;
	COLOR: #1E8778; 
	font-family: "Trebuchet MS",Verdana,Arial, Helvetica, sans-serif;
	/*background-attachment: fixed;*/
	background-image: url(/ACTL/images/payment_icon.gif);
	background-position:right 5;
	background-repeat: no-repeat;
}

.actlstep6icon{
	FONT-SIZE: 11px;
	font-weight:bold;
	COLOR: #1E8778; 
	font-family: "Trebuchet MS",Verdana,Arial, Helvetica, sans-serif;
	/*background-attachment: fixed;*/
	background-image: url(/ACTL/images/step6_icon.gif);
	background-position:right 5;
	background-repeat: no-repeat;
}
.actlbullet6icon{
	FONT-SIZE: 11px;
	font-weight:bold;
	COLOR: #1E8778; 
	font-family: "Trebuchet MS",Verdana,Arial, Helvetica, sans-serif;
	/*background-attachment: fixed;*/
	background-image: url(/ACTL/images/bullet6_icon.gif);
	background-position:right 5;
	background-repeat: no-repeat;
}
.actlheader{
	FONT-SIZE: 16px;
	font-weight:bold;
	COLOR: #3E7CAF; 
	font-family: "Trebuchet MS",Verdana,Arial, Helvetica, sans-serif;

}
.actlheadericon{
	FONT-SIZE: 16px;
	font-weight:bold;
	COLOR: #3E7CAF; 
	font-family: "Trebuchet MS",Verdana,Arial, Helvetica, sans-serif;
	/*background-attachment: fixed;*/
	background-image: url(/ACTL/images/cp_header_icon.gif);
	background-position:right 2;
	background-repeat: no-repeat;
}
.actlsubheader{
	FONT-SIZE: 12px;
	font-weight:bold;
	COLOR: #3E7CAF; 
	font-family: "Trebuchet MS",Verdana,Arial, Helvetica, sans-serif;
}
.actlsubheadericon{
	FONT-SIZE: 16px;
	font-weight:bold;
	COLOR: #3E7CAF; 
	font-family: "Trebuchet MS",Verdana,Arial, Helvetica, sans-serif;
	/*background-attachment: fixed;*/
	background-image: url(/ACTL/images/cp_subheader_icon.gif);
	background-position:right 2;
	background-repeat: no-repeat;
}

.actlbullet{
	list-style-image: url(/ACTL/images/cp_bullet2.gif);
	
}
.actlheaders{
	FONT-SIZE: 14px;
	font-weight:bold;
	font-family: "Trebuchet MS",Verdana,Arial, Helvetica, sans-serif;
	color:#CC801F;

}
.ol-nopadding{
	FONT-SIZE: 14px;
	font-weight:bold;
	font-family: "Trebuchet MS",Verdana,Arial, Helvetica, sans-serif;
	color:#CC801F;
	list-style-image: url(/ACTL/images/cp_ol1.gif);
	/*margin-left:30px;*/
	/*padding-bottom:30px;*/
	/*display: list-item;	*/
}
.ul-nopadding{
	color: #4C4C4C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
/*	padding-bottom: 10px;*/
	/*line-height: 14px;*/
	text-align:left;
	list-style-image: url(/ACTL/images/cp_ul1.gif);
	/*margin-left:20px;*/
/*	padding-top:7px;*/
	/*display: list-item;*/
}
.li-nopadding{
	FONT-SIZE: 14px;
	font-weight:bold;
	font-family: "Trebuchet MS",Verdana,Arial, Helvetica, sans-serif;
	color:#CC801F;
	list-style-image: url(/ACTL/images/cp_ol1.gif);
/*	margin-left:30px;*/
	/*padding-bottom:30px;*/
	vertical-align:middle;
	/*line-height: 14px;*/
}

ol{
	FONT-SIZE: 14px;
	font-weight:bold;
	font-family: "Trebuchet MS",Verdana,Arial, Helvetica, sans-serif;
	color:#CC801F;
	list-style-image: url(/ACTL/images/cp_ol1.gif);
	/*margin-left:30px;*/
	padding-bottom:30px;
	vertical-align:middle;
	/*display: list-item;*/
}

ul{
	color: #4C4C4C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	text-align:left;
	padding-bottom: 10px;
	/*line-height: 14px;*/
	list-style-image: url(/ACTL/images/cp_ul1.gif);
	/*margin-left:20px;*/
	padding-top:4px;
	/*display: list-item;*/
}

.actlinnerli{
	color: #4C4C4C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	/*line-height: 14px;*/
	/*text-align:justify;*/
	list-style-image: url(/ACTL/images/actl_li1.gif);
	/*margin-left:20px;	*/
}

i{
	color: #4C4C4C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italics;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	padding-bottom: 10px;
	line-height: 14px;
	text-align:left;
}

.actlpageheader{
	FONT-SIZE: 16px;
	font-weight:bold;
	COLOR: #CC801F; 
	font-family: "Trebuchet MS",Verdana,Arial, Helvetica, sans-serif;
	/*background-attachment: fixed;*/
	background-image: url(/ACTL/images/cp_header_icon.gif);
	background-position:left 2;
	background-repeat: no-repeat;
	padding-left:20px;
	height:20px;
	padding-top:3px;

	

}



/* RM "FOCUS AREA BOX" - LINK classes ends here ----------------------------------------*/

/*--------------------------------------------------------------------------------------------------------------
..............................common classes for all portal END here
                                                          ................................................
--------------------------------------------------------------------------------------------------------------
*/


/*
--------------------------------------------------------------------------------------------------------------
..............................common classes for LEFT TAB CONTENT STARTS here
                                                          ................................................
--------------------------------------------------------------------------------------------------------------
*/


/*CLASSES FOR LEFT TAB - "SUPPORT SERVICES" STARTS HERE---------------------------*/
.cpleftmenu:link{
	color: #292929;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	line-height: 15px;

}
.cpleftmenu:active{
	color: #292929;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	line-height: 15px;
	}
	
.cpleftmenu:visited{
	color: #292929;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	line-height: 15px;
	}
	
.cpleftmenu:hover{
	color: #CE872B;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	line-height: 15px;
	}
		
/*-------------------------Classes for support services icon starts here-----------------*/

.cpss-cus	{
	background-image:  url(/ACTL/images/cp_ss_cus.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 15px;
	width: 15px;
	margin-top: 4px;
}

.cpss-test	{
	background-image:  url(/ACTL/images/cp_ss_test.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 15px;
	width: 15px;
	margin-top: 4px;
}

.cpss-qa	{
	background-image:  url(/ACTL/images/cp_ss_qa.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 15px;
	width: 15px;
	margin-top: 4px;
}

.cpss-ba	{
	background-image:  url(/ACTL/images/cp_ss_ba.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 15px;
	width: 15px;
	margin-top: 4px;
}

.cpss-um	{
	background-image:  url(/ACTL/images/cp_ss_um.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 15px;
	width: 15px;
	margin-top: 4px;
}

.cpss-oh	{
	background-image:  url(/ACTL/images/cp_ss_oh.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 15px;
	width: 15px;
	margin-top: 4px;
}

.cpss-lm	{
	background-image:  url(/ACTL/images/cp_ss_lm.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 15px;
	width: 15px;
	margin-top: 4px;
}

.cpss-mr	{
	background-image:  url(/ACTL/images/cp_ss_mr.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 15px;
	width: 15px;
	margin-top: 4px;
}

.cpss-os	{
	background-image:  url(/ACTL/images/cp_ss_os.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 15px;
	width: 15px;
	margin-top: 4px;
}

.cpss-si	{
	background-image:  url(/ACTL/images/cp_ss_si.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 15px;
	width: 15px;
	margin-top: 4px;
}
.cpss-sa	{
	background-image:  url(/ACTL/images/cp_ss_sa.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 15px;
	width: 15px;
	margin-top: 4px;
}
/*CLASSES FOR LEFT TAB "SUPPORT SERVICES" END HERE----------------------------*/
/*CLASSES FOR LEFT MENU "UTILITIES" STARTS HERE---------------------------*/
.actlutilities:link{
	color: #1B5172;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	padding-top: 10px;
}
.actlutilities:active{
	color: #1B5172;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	padding-top: 10px;
}
.actlutilities:visited{
	color: #1B5172;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	padding-top: 10px;
}
.actlutilities:hover{
	color: #D99900;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	padding-top: 10px;
}
.actlutil-bullet{
	margin-right: 5px;

}
/*CLASSES FOR LEFT MENU "UTILITIES" ENDS HERE-------------------------*/


/*CLASSES FOR LEFT MENU "TOOLS" STARTS HERE--------------------------*/
.actltools{
	border-bottom: solid 1px #E4E4E4;
	padding-top: 10px;
	padding-bottom: 10px;
}
/*CLASSES FOR LEFT MENU "TOOLS" ENDS HERE----------------------------*/


/*
--------------------------------------------------------------------------------------------------------------
..............................common classes for LEFT TAB CONTENT ENDS here
                                                          ................................................
--------------------------------------------------------------------------------------------------------------
*/






/* class for SNAP SHOTS start here*/

.actlcolfont{
	color: #CC801F;
	font-family: Arial Narrow, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	text-decoration: none;
	text-align: left;
	padding-left: 7px;
	padding-right: 7px;
	white-space:nowrap;
}
.actlcolbk{
	background-image:  url(/ACTL/images/actl_col_bk.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

/* class for SNAP SHOTS end here----------------------------*/



/*
--------------------------------------------------------------------------------------------------------------
..............................CUSTOM PROGRAMMING-Portal classes STARTS here
                                                          ................................................
--------------------------------------------------------------------------------------------------------------
*/

.cpmainborder	{                /*-------------CLASSES FOR CP-MAIN-CENTER-TOP-BOX-------------*/
	border: solid 1px #E1CFC0;
}

.cpdottedline	{               /*-------------CLASSES FOR CP-CENTER AREA STARTS HERE-------------*/
	
	background-image:  url(/ACTL/images/cp_dotted_bg.gif);
	background-repeat: repeat-y;
	background-position: right top;

}


/*-----------------CP RIGHT SIDE MENU Classes Starts Here-------------------------*/


/*---------------classes for technology focus header starts here---------------*/

.cptechno-header	{
	color: #CA801F;
	font-family: Arial Narrow, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: 600;
	text-decoration: none;
	text-align: left;
	white-space:nowrap;
	/*letter-spacing: 1px;*/
	padding-left: 30px;
	background-image:  url(/ACTL/images/cp_techno_headbul.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.cptechno-headerbg	{
	background-image:  url(/ACTL/images/cp_techno_headbg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 19px;
	border-top: solid 1px #DFCEBE;
	border-bottom: solid 1px #DFCEBE;
}

/*---------------classes for technology focus heacder ends here-------------*/


/*---------------classes for technology focus links starts here----------------*/

.cptechnonor:link{
	color: #292929;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	/*line-height: 15px;*/
}

.cptechnonor:active{
	color: #292929;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	/*line-height: 15px;*/
	}
	
.cptechnonor:visited{
	color: #292929;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	/*line-height: 15px;*/
	}
	
.cptechnonor:hover{
	color: #CE872B;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	/*line-height: 15px;*/
	}

.cptechnorbul	{
	background-image:  url(/ACTL/images/cp_technobul.gif);
	background-repeat: no-repeat;
	/*background-position: left top;*/
	padding-left: 20px;
}
.cptechnobg	{
	background-image:  url(/ACTL/images/cp_tech_focusbg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.cptechnobgcolor{
	background-color: #FFF6ED;
}

/*---------------classes for technology focus heacder end here--------------------*/
.cptitle{
	color: #CA801F;
	font-family: Arial Narrow, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: 600;
	text-decoration: none;
	text-align: left;
	white-space:nowrap;
	/*letter-spacing: 1px;*/
}


/*
Added by babita date:15/06/2005
for a new supoport servce system architecture
*/

/* classes for RM RIGHT BOX ENDS*/


/*MMD_23062005_05:35 Class for Programming services in Services Tab. */
.cpss-ps	{
	background-image:   url(/ACTL/images/cp_ss_ps.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 15px;
	width: 15px;
	margin-top: 4px;
}

/*--------------------------------CP RIGHT SIDE MENU Classes END Here------------------------*/

/*
--------------------------------------------------------------------------------------------------------------
..............................CUSTOM PROGRAMMING-Portal classes ENDS here
                                                          ................................................
--------------------------------------------------------------------------------------------------------------
*/

/*top topnavbar classes starts here*/
.actlnav:link {
	FONT-SIZE: 12px;
	COLOR: #FFFFFF; 
	font-family: Tahoma, Verdana,Arial, Helvetica, sans-serif;
	LETTER-SPACING: 1px;
	TEXT-DECORATION: none;
}
.actlnav:active {
	FONT-SIZE: 12px;
	font-family: Tahoma, Verdana,Arial, Helvetica, sans-serif;
	LETTER-SPACING: 1px;
	TEXT-DECORATION: none;
	COLOR: #FFFFFF; 
}
.actlnav:visited {
	FONT-SIZE: 12px;
	font-family: Tahoma, Verdana,Arial, Helvetica, sans-serif;
	LETTER-SPACING: 1px;
	TEXT-DECORATION: none;
	COLOR: #FFFFFF; 
}
.actlnav:hover {
	FONT-SIZE: 12px;
	COLOR: #D6EFFF;
	font-family: Tahoma, Verdana,Arial, Helvetica, sans-serif;
	LETTER-SPACING: 1px;
	TEXT-DECORATION: none;
}
.actl-nav-curve-bl{
	background-image: url(/ACTL/images/cp_nav_curve_bl.gif);
	background-repeat: no-repeat;
	background-position: right top;
	font-size:0px;
	width: 5px;
	height: 5px;
	/*background-color: #FFEFD5;*/
}
.actl-nav-curve-br{
	background-image: url(/ACTL/images/cp_nav_curve_br.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-size:0px;
	width: 5px;
	height: 5px;
	/*background-color: #FFEFD5;*/
}
.actl-nav-curve-tl{
	background-image: url(/ACTL/images/cp_nav_curve_tl.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	font-size:0px;
	width: 5px;
	height: 5px;
	/*background-color: #FFEFD5;*/
}
.actl-nav-curve-tr{
	background-image: url(/ACTL/images/cp_nav_curve_tr.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	font-size:0px;
	width: 5px;
	height: 5px;
	/*background-color: #FFEFD5;*/
}
.actl-nav-left{
	border-left: solid 1px #E4D3C5;
	background-color: #FFEFD5;
	font-size:0px;
	width: 5px;
	height: 100%;
}
.actl-nav-right{
	border-right: solid 1px #E4D3C5;
	background-color: #FFEFD5;
	font-size:0px;
	width: 5px;
	height: 100%;
}
.actl-nav-bottom{
	border-bottom: solid 1px #E4D3C5;
	background-color: #FFEFD5;
	font-size:0px;
	width: 100%;
}
.actl-nav-top{
	border-top: solid 1px #E4D3C5;
	background-color: #FFEFD5;
	font-size:0px;
	width: 100%;
}
.actl-nav-bk{
	background-color: #FFEFD5;
}
.actl-nav{
	background-image: url(/ACTL/images/cp_nav_arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
	color: #FFFFFF;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	padding-left: 20px;
	padding-right: 12px;
	letter-spacing: 1px;
}
/*top topnavbar classes ends here ----------------------------------------------*/



/* class for main table*/

#main-table{
	background:#FFEFD5;
	text-decoration:none;
	font-size:2px;
	font-weight: bold;
	text-align: left;
} 
/* class for main table*/

/* class for main table td with container*/
#main-container-horizontal A:Link,#main-container-horizontal A:Active,#main-container-horizontal A:Visited{
	color:#B46A0C;
	background:#FFEFD5 url(/actl/images/cp_nav_bullet.gif) no-repeat right;
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 11px;
	width:100%;
	padding-left:10px;
	padding-right:15px;
	margin-right:0px;
}


#main-container-horizontal A:hover{
	color:#AB1B1A;
	background:#FFEFD5 url(/actl/images/cp_nav_bullet.gif) no-repeat right;;
	height:100%;
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 11px;
	padding-left:10px;
	padding-right:15px;
	margin-right:0px;
} 
	
#main-container-horizontal-active{
	color:#000000;
	background:#F0F0F0;
	height:100%;
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 11px;
	padding-left:10px;
	padding-right:15px;
	margin-right:7px;
} 

/* class for main table td with container*/

/* class for main table td simple*/
#main-simple-horizontal A:Link,#main-simple-horizontal A:Active,#main-simple-horizontal A:Visited{
	color:#B46A0C;
	background:#FFEFD5;
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 11px;
	padding-left:10px;
	padding-right:10px;
}


#main-simple-horizontal A:hover{
	color:#AB1B1A;
	background:#FFEFD5;
	height:100%;
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 11px;
	padding-left:10px;
	padding-right:10px;
	} 
	
#main-simple-horizontal-active{
	color:#000000;
	background:#FFEFD5;
	height:100%;
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 11px;
	padding-left:10px;
	padding-right:10px;
	} 

	
/* class for main table td simple*/

/* class for main table seperator*/

#main-separator{
	background:url(/actl/images/parent-div.gif);
	background-repeat:no-repeat;
	background-position:left;
	font-size:5px;
	
	} 
/* class for main table seperator*/

/* class for sub table*/

#sub-table{
	text-decoration:none;
	background-color: #FFEFD5;
	border-top: 1px solid #C7AC97;
	border-left: 1px solid #C7AC97;
	border-right: 1px solid #C7AC97;
	text-align: left;
} 
/* class for sub table*/

/* class for sub table's td */
#sub-simple-menu A:Link,#sub-simple-menu A:Active,#sub-simple-menu A:Visited{
	color:#8B4E00;
	background:#FFEFD5;
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 10px;
	width:100%;
	border-bottom: 1px solid #C7AC97;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:4px;
	font-weight: normal;
	text-align: left;
}
#sub-simple-menu A:hover{
	color:#AB1B1A;
	background:#EFDCBC;
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 10px;
	width:100%;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:4px;
	font-weight: normal;
	text-align: left;
} 
#sub-simple-menu-active{
	color:#B46A0C;
	background:#48026C;
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 10px;
	width:100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #006633;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:4px;
	font-weight: normal;
	text-align: left;
}
	/* class for sub table's td */

/* class for sub table's containertd */

#sub-container-menu A:Link,#sub-container-menu A:Active,#sub-container-menu A:Visited{
	color:#B46A0C;
	background:#c0c0c0 url(/actl/images/childarrow.gif) no-repeat right;
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 10px;
	width:100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #006633;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:4px;
	padding-right:40px;
	font-weight: normal;
	text-align: left;
}


#sub-container-menu A:hover{
	color:#AB1B1A;
	background:#EFDCBC url(/actl/images/childarrow.gif) no-repeat right;
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 10px;
	height:100%;
	width:100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #006633;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:4px;
	padding-right:40px;
	font-weight: normal;
	text-align: left;
} 
#sub-container-menu-active{
	color:#AB1B1A;
	background:#48026C url(/actl/images/childarrow.gif) no-repeat right;
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 10px;
	height:100%;
	width:100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #006633;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:4px;
	padding-right:40px;
	font-weight: normal;
	text-align: left;
} 




/* class for sub table's container td  */

/*classes for inquiry popup screen starts here*/
.actlinqban{
	background-color: #FBA437;
	background-image: url(/actl/images/cpinquiryhead.gif);
	background-repeat: no-repeat;
	height: 48px;
	font-size: 0px;
}

.actlinqpadding1	{
	padding-top: 10px;
	padding-bottom: 10px;
}

.actlinqpadding2	{
	padding-left: 20px;
	padding-right: 20px;
}
		
.actlinqtext	{
	font-family: tahome, arial, verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #C1781B;
	lettre-spacing: 0px;
	white-space: nowrap;
}

.actlinqastirk	{
	font-family:  verdana, tahome, arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #C90000;
	lettre-spacing: 0px;
	vertical-align:top;
	white-space: nowrap;
}

.actlinqmsg	{
	font-family:  verdana, tahome, arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #C90000;
	lettre-spacing: 0px;
}



.actlinqhead	{
	font-family: tahome, arial, verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CC8020;
	lettre-spacing: 0px;
	background-image: url(/actl/images/cp_ol1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 30px;
	padding-bottom: 15px;
	padding-top: 3px;
	white-space: nowrap;
	
}	

.actlinqsubhead	{
	font-family: tahome, arial, verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #856B00;
	lettre-spacing: 0px;
	padding-bottom: 15px;
	white-space: nowrap;
}

.actlinqbdr	{
	border-bottom: solid 1px #D1D1D1;
}


.actlinqinp	{
	font-family: tahoma, verdana, arial;
	font-size: 11px;
	background-color: #FFFAF3;
	height: 18px;
	font-weight: normal;
	color: #A3600A;
	border: 1px solid #F0D7B6;
}

.actlinqtxtarea	{
	font-family: tahoma, verdana, arial;
	font-size: 11px;
	background-color: #FFFAF3;
	font-weight: normal;
	color: #A3600A;
	border: 1px solid #F0D7B6;
	SCROLLBAR-FACE-COLOR: #FFEACD;
	SCROLLBAR-HIGHLIGHT-COLOR:#D7BA94; 
	SCROLLBAR-SHADOW-COLOR: #C59758;
	SCROLLBAR-3DLIGHT-COLOR: #F0D7B6; 
	SCROLLBAR-ARROW-COLOR: #A67839; 
	SCROLLBAR-TRACK-COLOR: #FFF1DD;
	SCROLLBAR-DARKSHADOW-COLOR:#F0D7B6;

}

.actlinqbut	{
	font-family: tahoma, verdana, arial;
	font-size: 10px;
	font-weight: normal;
	color: #C1781B;
	border: 1px solid #E9CBA4;
	height: 18px;
	background-image: url(/actl/images/actl_cp_inq_butbg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	width: auto;
	background-color: #FFFEFE;
	cursor: pointer;
}
/*classes for inquiry popup screen ends here*/
/*classes for download popup screen starts here*/
.actldwnldbtn{
	background-image: url(/ACTL/images/downloadnow.gif);
	width: 106px;
	height: 20px;
	background-repeat: no-repeat;
	border: 0px;
	background-position: top left;
	cursor: hand;
}
.actldwnldcancelbtn{
	background-image: url(/ACTL/images/dwn_cancel.gif);
	width: 64px;
	height: 20px;
	background-repeat: no-repeat;
	border: 0px;
	background-position: top left;
	cursor: hand;
}
.actldwnldtitle{
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	background-image: url(/ACTL/images/cp_header_icon.gif); 
	COLOR: #C5692B;
	background-repeat: no-repeat;
	padding-left: 20px;
}
.actldwnldlable{
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	COLOR: #CE5200;
	padding-right: 3px;
}
.actldwnldinbx{
	border: solid 1px #E3E3E3;
	background-color: #FAFAFA;
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	COLOR: #C5692B;
	padding-left: 1px;
}
/*classes for download popup screen ends here*/

.cpsmallfont{               
	color: #292929;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	line-height: 15px;	
}

/*class to display message to press cntrl key starts added by kinjal shah dated on 24th Nov 2005*/
.actlpresscntrl{
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	font-weight: normal;
	COLOR: #975F17;
	padding-right: 3px;
	padding-top: 10px;
	/*border-top: solid 1px #E4E4E4;*/
	vertical-align: top;
	padding-left: 5px;
}
/*class to display message to press cntrl key ends*/