/* Version=<<2.1.0.1125>> */

/**************************************************************************
---- Localized rules (from localized.css) --------------
**************************************************************************/
/* logo */
#header a#home { background:url(../_images/logo-trend_secure.gif) no-repeat; }

/* signin */
#header a#signin { background:url(../_images/btn-signin.gif) no-repeat; }

/* nav */
li#home_nav_home a { background:url(../_images/nav-home-home.gif) no-repeat; }
li#home_nav_home_new a { background:url(../_images/nav-home-home-new.gif) no-repeat; }
li#home_nav_free a { background:url(../_images/nav-home-free.gif) no-repeat; }
li#home_nav_security a { background:url(../_images/nav-home-security.gif) no-repeat; }
li#home_nav_learn a { background:url(../_images/nav-home-learn.gif) no-repeat; }
li#home_nav_download a { background:url(../_images/nav-home-download.gif) no-repeat; }
li#home_nav_subscription a { background:url(../_images/nav-home-subscription.gif) no-repeat; }
li#home_nav_myaccount a { background:url(../_images/nav-home-myaccount.gif) no-repeat; }
li#home_nav_support a { background:url(../_images/nav-home-support.gif) no-repeat; }
li#home_nav_analytics a { background:url(../_images/nav-home-analytics.gif) no-repeat; }
li#home_nav_quick_access a { background:url(../_images/quick_access.gif) no-repeat; }

/* subnav */
a#sub_nav_home { background:url(../_images/nav-sub-home.gif) no-repeat; }
a#sub_nav_free { background:url(../_images/nav-sub-free.gif) no-repeat; }
a#sub_nav_security { background:url(../_images/nav-sub-security.gif) no-repeat; }
a#sub_nav_learn { background:url(../_images/nav-sub-learn.gif) no-repeat; }
a#sub_nav_download { background:url(../_images/nav-sub-download.gif) no-repeat; }
a#sub_nav_subscription { background:url(../_images/nav-sub-subscription.gif) no-repeat; }
a#sub_nav_myaccount { background:url(../_images/nav-sub-myaccount.gif) no-repeat; }
a#sub_nav_support { background:url(../_images/nav-sub-support.gif) no-repeat; }
a#sub_nav_analytics{ background:url(../_images/nav-sub-analytics.gif) no-repeat; }

#sub_nav li.selected a#sub_nav_free { background:url(../_images/nav-sub-free-big.gif) no-repeat; }
#sub_nav li.selected a#sub_nav_security { background:url(../_images/nav-sub-security-big.gif) no-repeat; }
#sub_nav li.selected a#sub_nav_learn { background:url(../_images/nav-sub-learn-big.gif) no-repeat; }
#sub_nav li.selected a#sub_nav_download { background:url(../_images/nav-sub-download-big.gif) no-repeat; }
#sub_nav li.selected a#sub_nav_subscription { background:url(../_images/nav-sub-subscription-big.gif) no-repeat; }
#sub_nav li.selected a#sub_nav_myaccount { background:url(../_images/nav-sub-myaccount-big.gif) no-repeat; }
#sub_nav li.selected a#sub_nav_support { background:url(../_images/nav-sub-support-big.gif) no-repeat; }
#sub_nav li.selected a#sub_nav_analytics { background:url(../_images/nav-sub-analytics-big.gif) no-repeat; }

/* footer */
#footer div.footer_bg { background:url(../_images/footer_bg.gif) no-repeat; }

/* quick access */
#home div.quick_access { background:url(../_images/quick_access_bg.gif) no-repeat; }

/* home key images */
.photo_1a { background:url(../_images/home-main_photo-1a.jpg) no-repeat; }
.photo_1b { background:url(../_images/home-main_photo-1b.jpg) no-repeat; }
.photo_2a { background:url(../_images/home-main_photo-2a.jpg) no-repeat; }
.photo_2b { background:url(../_images/home-main_photo-2b.jpg) no-repeat; }
.photo_3a { background:url(../_images/home-main_photo-3a.jpg) no-repeat; }
.photo_3b { background:url(../_images/home-main_photo-3b.jpg) no-repeat; }

/* columns */
#home div.col#first { background:url(../_images/blk4_first_bg.gif) no-repeat; }
#home div.double_col { background:url(../_images/blk4_first_bg.gif) no-repeat left top; }
#home div.double_col div.col_content { background:url(../_images/blk4_second_bg.gif) no-repeat right top; }
#home div.col#second { background:url(../_images/blk4_second_bg.gif) no-repeat; }
#home div.col#third { background:url(../_images/blk4_third_bg.gif) no-repeat; }
#home div.col#fourth { background:url(../_images/blk4_fourth_bg.gif) no-repeat; }

.blk1 { background:url(../_images/blk1_RFL25.jpg) no-repeat; }

#home div.boxes#top_left { background:url(../_images/blk2_left_bg.gif) no-repeat;}
#home div.boxes#top_right { background:url(../_images/blk2_right_bg.gif) no-repeat; }
#home div.boxes#bottom_right { background:url(../_images/home-box_bg-tab-a.gif) no-repeat; }

/* "New!" Superscript */
sup.sup-new {
	color: #C00;
	text-transform: uppercase;
	margin-left: 0.4em;
}

/**************************************************************************
---- styled_t styles --------------
**************************************************************************/
#copy table.styled_t {
	width:540px;
	border-top:1px #ccc solid;
	border-left:1px #ccc solid;
	
}

#copy table.styled_t td, #copy table.styled_t th {
	border-right:1px #ccc solid;
	border-bottom:1px #ccc solid;
	padding:4px;
}

#copy table.styled_t th {
	background-color: #e6e6e6;
	text-align: center;
}

/**************************************************************************
---- Tab Panel rules --------------
**************************************************************************/

.tabPanelGroup {
  position:relative;
  overflow:hidden;
}
.tabPanel {
  position:absolute; 
  overflow:auto;
  display:none;
  padding: 10px;

}
.tabGroup {
  position:absolute; overflow:hidden;
  
}

.tabGroup a.tabDefault:link,
.tabGroup a.tabDefault:visited,
.tabDefault {
  position:absolute; overflow:hidden;
  cursor:pointer;
  text-align:center;
  padding-top:0px;
  border:1px solid #EBEBEB;
  background:#fff;
  text-decoration:none;
}
.tabGroup a.tabDefault:hover,
.tabGroup a.tabDefault:active,
.tabDefault:hover {
  position:absolute; overflow:hidden;
  cursor:pointer;
  text-align:center;
  border:1px solid #CCC;
  background:#EBEBEB;
  font-weight: bold;
  text-decoration:none;
}
.tabGroup a.tabSelected:link,
.tabGroup a.tabSelected:visited,
.tabGroup a.tabSelected:active,
.tabGroup a.tabSelected:hover,
.tabSelected {
  position:absolute; 
  overflow:auto;
  cursor:pointer;
  text-align:center;
  border:1px solid #CCC;
  background:#DDD;
  font-weight: bold;
  text-decoration:none;
}

span.linkDelim {
  display:none;
}