/* ------------------------------------------------------------------------- 
                    PHILLY NAVIGATION SYSTEM v 1.0
---------------------------------------------------------------------------- */


/* Main (tab) Navigation
---------------------------------------------------------------------------- */

#headerbanner {
	position: absolute;
	top: 29px;
	right: 6px;
	}

/*  global navigation menu */
#navcontainer {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	width: 1003px;
	background: transparent url(http://media.philly.com/designimages/bg_tabcontainer.gif) repeat-x 0 0;
	position: relative;
	height: 57px; /* <- important: height= topnav height + subnav height + borders
	 */
	}

/* main navigation */
#p7TBMroot {
	background-color: transparent;
	border: none;
	font-size: 11px;
	padding-left: 10px;
	}

/* "rootbox" container */
#p7TBMrootbox {
	background-color: transparent;
	}

#p7TBMroot ul {
	background-color: transparent;
	margin: 0;
	padding: 0;
	}

#p7TBMroot li {
	list-style-type: none;
	display: inline;
	}

#p7TBMroot li a {
	float: left;
}


/* CLASSIFIED NAV - similar to .p7TBMtext */
.classifiedsnav {
	position: absolute;
	top: 0;
	right: 6px;
	font-family: Arial, Helvetica, sans-serif;
	}


#p7TBMroot .p7TBMtext li a,
#p7TBMroot .classifiedsnav li a {
	text-decoration: none;
	padding: 0;
	height: 30px; /*<- establishes height. Note - not always necessary - works with padding on spans below */
	background: transparent url( http://media.philly.com/designimages/bg_right_both.gif) no-repeat right top;
	outline: none;
	}
	
#p7TBMroot .p7TBMtext li.philly a,
#p7TBMroot .p7TBMtext li.inquirer a,
#p7TBMroot .p7TBMtext li.dailynews a
{
	padding: 0;
	height: 34px; /*<- establishes height. Note - not always necessary - works with padding on spans below */
	background: transparent url( http://media.philly.com/designimages/big_right_both.gif) no-repeat right top;
	}	
	
#p7TBMroot .p7TBMtext li a,
#p7TBMroot .classifiedsnav li a {
	text-decoration: none;
	padding: 0;
	height: 34px; /*<- establishes height. Note - not always necessary - works with padding on spans below */
	background: transparent url( http://media.philly.com/designimages/bg_right_both.gif) no-repeat right top;
	}
	

#p7TBMroot .p7TBMtext li a span,
#p7TBMroot .classifiedsnav li a span {
	padding: 12px 4px 8px 4px;/*<- This establishes the height of the main nav. NOTE - update in 3 places */
	display: block;
	color: #313131;
	background: transparent url(http://media.philly.com/designimages/bg_left_both.gif) no-repeat left top;
	}

#p7TBMroot .p7TBMtext li.philly a span {
	padding: 8px 6px;/*<- This establishes the height of the main nav. NOTE - update in 3 places */
	background: transparent url(http://media.philly.com/designimages/big_left_both_first.gif) no-repeat left top;
	font-weight:bold;
	}
	
#p7TBMroot .p7TBMtext li.inquirer a span,
#p7TBMroot .p7TBMtext li.dailynews a span  {
	padding: 8px 6px;/*<- This establishes the height of the main nav. NOTE - update in 3 places */
	background: transparent url(http://media.philly.com/designimages/big_left_both.gif) no-repeat left top;
	font-weight:bold;
	}
	
#p7TBMroot .classifiedsnav li.first a span {
	background: transparent url(http://media.philly.com/designimages/bg_left_both_first.gif) no-repeat left top;
	}	

#p7TBMroot .classifiedsnav li a {
	background: transparent url(  http://media.philly.com/designimages/bg_right_both.gif) no-repeat right top;
	color: #313131;
	}

#p7TBMroot .classifiedsnav li a span {
	background: transparent url( http://media.philly.com/designimages/bg_left_both.gif) no-repeat left top;
	color: #313131;
	}

/* --- Selected/Active State NOTE: this class gets added to the <a> tag "on-the-fly"--- */
#p7TBMroot .p7TBMtext .p7TBMdown, 
#p7TBMroot .p7TBMtext .p7TBMdown:hover,
#p7TBMroot .classifiedsnav .p7TBMdown, 
#p7TBMroot .classifiedsnav .p7TBMdown:hover {
	color: #313131!important;
	background-color: transparent!important;
	padding: 0;
	background: transparent url(http://media.philly.com/designimages/skin_blue_bg_tabHover.gif) no-repeat right top;
	}

#p7TBMroot .p7TBMtext li.philly .p7TBMdown, 
#p7TBMroot .p7TBMtext li.philly .p7TBMdown:hover {
	background: transparent url(http://media.philly.com/designimages/skin_blue_bg_pcomTabHover.gif) no-repeat right top;
	}	
	
#p7TBMroot .p7TBMtext li.inquirer .p7TBMdown, 
#p7TBMroot .p7TBMtext li.inquirer .p7TBMdown:hover{
	background: transparent url( http://media.philly.com/designimages/inq_active_right_both.gif) no-repeat right top;
	}
	
#p7TBMroot .p7TBMtext li.dailynews .p7TBMdown, 
#p7TBMroot .p7TBMtext li.dailynews .p7TBMdown:hover {
	background: transparent url( http://media.philly.com/designimages/daily_active_right_both.gif) no-repeat right top;
	}		


.p7TBMtext {font-family: Arial, Helvetica, sans-serif;}


#p7TBMroot .p7TBMtext .p7TBMdown span, 
#p7TBMroot .p7TBMtext .p7TBMdown:hover span,
#p7TBMroot .classifiedsnav .p7TBMdown span, 
#p7TBMroot .classifiedsnav .p7TBMdown:hover span {
	padding: 12px 4px 8px 4px;/*<- This establishes the height of the nav container. NOTE - update in 3 places */
	display: block;
	color: #313131;
	background: transparent url( http://media.philly.com/designimages/active_left_both.gif) no-repeat left top;
	}
	
#p7TBMroot .p7TBMtext li.philly .p7TBMdown span, 
#p7TBMroot .p7TBMtext li.philly .p7TBMdown:hover span {
	padding: 8px 6px;/*<- This establishes the height of the nav container. NOTE - update in 3 places */
	color: #313131;
	background: transparent url( http://media.philly.com/designimages/philly_active_left_both.gif) no-repeat left top;
	}	
	
#p7TBMroot .p7TBMtext li.inquirer .p7TBMdown span, 
#p7TBMroot .p7TBMtext li.inquirer .p7TBMdown:hover span {
	padding: 8px 6px;/*<- This establishes the height of the nav container. NOTE - update in 3 places */
	color: #fff;
	background: transparent url( http://media.philly.com/designimages/inq_active_left_both.gif) no-repeat left top;
	}	
	
#p7TBMroot .p7TBMtext li.dailynews .p7TBMdown span, 
#p7TBMroot .p7TBMtext li.dailynews .p7TBMdown:hover span {
	padding: 8px 6px;/*<- This establishes the height of the nav container. NOTE - update in 3 places */
	color: #fff;
	background: transparent url( http://media.philly.com/designimages/daily_active_left_both.gif) no-repeat left top;
	}			

/*
The Root Level Hover. This also locks the Hover state while 
the root item's associated sub-menu is visible.
DO NOT CHANGE SELECTOR NAMES*/
.p7ie6Fix:active, 
#p7TBMroot .p7TBMtext .p7TBMon,
#p7TBMroot .p7TBMtext li a:focus, 
#p7TBMroot .p7TBMtext li a:active,
#p7TBMroot .classifiedsnav .p7TBMon,
#p7TBMroot .classifiedsnav li a:focus, 
#p7TBMroot .classifiedsnav li a:active {
	color: #313131;
	padding: 0;
	margin: 0;
	background: transparent url(http://media.philly.com/designimages/skin_blue_bg_tabHover.gif) no-repeat right top;
	}
	
.p7ie6Fix:active, 
#p7TBMroot .p7TBMtext li.philly .p7TBMon,
#p7TBMroot .p7TBMtext li.philly a:focus, 
#p7TBMroot .p7TBMtext li.philly a:active {
	background: transparent url(http://media.philly.com/designimages/skin_blue_bg_pcomTabHover.gif) no-repeat right top;
	}
	
.p7ie6Fix:active, 
#p7TBMroot .p7TBMtext li.inquirer .p7TBMon,
#p7TBMroot .p7TBMtext li.inquirer a:focus, 
#p7TBMroot .p7TBMtext li.inquirer a:active {
	color: #fff;
	background: transparent url( http://media.philly.com/designimages/inq_active_right_both.gif) no-repeat right top;
	}
	
.p7ie6Fix:active, 
#p7TBMroot .p7TBMtext li.dailynews .p7TBMon,
#p7TBMroot .p7TBMtext li.dailynews a:focus, 
#p7TBMroot .p7TBMtext li.dailynews a:active {
	color: #fff;
	background: transparent url( http://media.philly.com/designimages/daily_active_right_both.gif) no-repeat right top;
	}	

.p7ie6Fix:active, 
#p7TBMroot .p7TBMtext .p7TBMon span,
#p7TBMroot .p7TBMtext li a:focus span, 
#p7TBMroot .p7TBMtext li a:active span,
#p7TBMroot .classifiedsnav .p7TBMon span,
#p7TBMroot .classifiedsnav li a:focus span, 
#p7TBMroot .classifiedsnav li a:active span {
	padding: 12px 4px;/*<- This establishes the height of the nav container. NOTE - update in 3 places */
	display: block;
	color: #313131;
	background: transparent url( http://media.philly.com/designimages/active_left_both.gif) no-repeat left top;
	}
	
.p7ie6Fix:active, 
#p7TBMroot .p7TBMtext li.philly .p7TBMon span,
#p7TBMroot .p7TBMtext li.philly  a:focus span, 
#p7TBMroot .p7TBMtext li.philly  a:active span {
	padding: 8px 6px;/*<- This establishes the height of the nav container. NOTE - update in 3 places */
	background: transparent url( http://media.philly.com/designimages/philly_active_left_both.gif) no-repeat left top;
	}
	
.p7ie6Fix:active, 
#p7TBMroot .p7TBMtext li.inquirer .p7TBMon span,
#p7TBMroot .p7TBMtext li.inquirer  a:focus span, 
#p7TBMroot .p7TBMtext li.inquirer  a:active span {
	padding: 8px 6px;/*<- This establishes the height of the nav container. NOTE - update in 3 places */
	color: #fff;
	background: transparent url( http://media.philly.com/designimages/inq_active_left_both.gif) no-repeat left top;
	}
	
.p7ie6Fix:active, 
#p7TBMroot .p7TBMtext li.dailynews .p7TBMon span,
#p7TBMroot .p7TBMtext li.dailynews  a:focus span, 
#p7TBMroot .p7TBMtext li.dailynews  a:active span {
	padding: 8px 6px;/*<- This establishes the height of the nav container. NOTE - update in 3 places */
	color: #fff;
	background: transparent url( http://media.philly.com/designimages/daily_active_left_both.gif) no-repeat left top;
	}	
	
	
#p7TBMroot .classifiedsnav li.first a {
	margin-left: 20px;
	}

#p7TBMroot .classifiedsnav .p7TBMon span,
#p7TBMroot .classifiedsnav li a:focus span, 
#p7TBMroot .classifiedsnav li a:active span {
	color: #313131;
	}

#p7TBMroot .classifiedsnav li.first a:hover span,
#p7TBMroot .classifiedsnav li.first a.p7TBMon span,
#p7TBMroot .classifiedsnav li.first a:hover.p7TBMon span,
#p7TBMroot .classifiedsnav li.first a.p7TBMdown span
#p7TBMroot .classifiedsnav li.first a:hover.p7TBMdown span {
	background: transparent url(http://media.philly.com/designimages/bg_left_both_first.gif) no-repeat left top;
	}



/* SubNavigation
---------------------------------------------------------------------------- */

/* main subnav wrapper */
#p7TBMsubwrap {
	position: absolute;
	left:0px;
	top:34px;
	height: auto;
	/* width:1003px; */
	font: 11px arial, helvetica, sans-serif;
	}

/* subnav wrapper */
#p7TBM .p7TBMsub {
	position: absolute;
	visibility: hidden;
	overflow: hidden;
	left: 0px;
	top: 0px;
	width:1003px; 
	height: 23px;
	margin:0;
	background-color: #e5e4e2;
	}


/* Start background color */
#p7TBM #p7TBMsub15,  #p7TBM #p7TBMsub14,  #p7TBM #p7TBMsub13, 
#p7TBM #p7TBMsub12,  #p7TBM #p7TBMsub11, #p7TBM #p7TBMsub10, 
#p7TBM #p7TBMsub09, #p7TBM #p7TBMsub08, #p7TBM #p7TBMsub07, 
#p7TBM #p7TBMsub06, #p7TBM #p7TBMsub05, #p7TBM #p7TBMsub04, 
#p7TBM #p7TBMsub01  {
    background: #cadfef url(http://media.philly.com/designimages/skin_blue_bg_subNavOn.gif) top left repeat-x;
}
	
#p7TBM #p7TBMsub03, #p7TBMsubwrap .dnSub {
	background-color: #cb212a!important;
	}
#p7TBM #p7TBMsub02, #p7TBMsubwrap .inqSub {
	background-color: #4385b7!important;
	}		

.p7TBMsubbox {
	padding: 3px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	}

.alwaysBold:link, .alwaysBold:visited {
    font-weight: bold;
}

/*SUBMENU BAACKGROUNDS and BORDERS HERE*/
.p7TBMsub ul {
	margin: 0 0 0 3px;
	padding: 0;
	background-image: url(http://media.philly.com/designimages/iebfix.gif);
	background-color: transparent;
	border: 0;
	}

.p7TBMsub li {
	list-style-type: none;
	display: inline;
	}

/* ---  BOTH submenu links and non-links
 NOTE: When there is no link - always use a span as a replacement: */
.p7TBMsub li a:link, .p7TBMsub li a:visited 
 {
   background:transparent url(http://media.philly.com/designimages/nav_bullet.gif) no-repeat 0% 50%;
   }
   
   
 #p7TBMsub02 li a:link, #p7TBMsub02 li a:visited,
 #p7TBMsub03 li a:link, #p7TBMsub03 li a:visited,
#p7TBMsubwrap .dnSub a:link, #p7TBMsubwrap .dnSub a:visited,
#p7TBMsubwrap .inqSub a:link, #p7TBMsubwrap .inqSub a:visited
  {
   background:transparent url(http://media.philly.com/designimages/nav_bullet_white.gif) no-repeat 0% 50%!important;
   } 

 #p7TBMsub02 li a:hover, #p7TBMsubwrap .inqSub a:hover,
 #p7TBMsub02 li a:focus, #p7TBMsubwrap .inqSub a:focus,
 #p7TBMsub03 li a:hover, #p7TBMsubwrap .dnSub a:hover,
 #p7TBMsub03 li a:focus, #p7TBMsubwrap .dnSub a:focus {
   background: #FFF url(http://media.philly.com/designimages/nav_bullet_white.gif) no-repeat 0% 50%!important;
   color: #000!important;
   }

 .p7TBMsub li.first a:visited, 
 .p7TBMsub li.first a:hover,
 #p7TBMsub01 li.first  a:link, #p7TBMsub01 li.first a:visited,   
 #p7TBMsub02 li.first  a:link, #p7TBMsub02 li.first a:visited,
 #p7TBMsub03 li.first  a:link, #p7TBMsub03 li.first a:visited,
 #p7TBMsub01 li.first a:active, 
 #p7TBMsub01 li.first a:visited,
 #p7TBMsub02 li.first a:active, 
 #p7TBMsub02 li.first a:visited,
 #p7TBMsub03 li.first a:active,  
 #p7TBMsub03 li.first a:visited,
 #p7TBMsub01 li.first a:focus,
 #p7TBMsub02 li.first a:focus,
 #p7TBMsub03 li.first a:focus {
   background: none!important;
   }

 #p7TBMsub01 li.first a:hover,
 #p7TBMsub02 li.first a:hover,
 #p7TBMsub03 li.first a:hover {
   background: #FFF none!important;
   }
   
.p7TBMsub li a, .p7TBMsub li span { 
	color: #313131;
   display: block;
   float: left;
   border: none;
   text-decoration: none; 
   padding: 1px 6px 1px 7px;
   }
   

 #p7TBMsub02 li a, #p7TBMsubwrap .inqSub a,
 #p7TBMsub03 li a, #p7TBMsubwrap .dnSub a {
 color:#FFF!important;
 }
    

.p7TBMsub li.first a {
	/*margin-left: 5px;*/
	display: inline-block;
	background: none;
	}

.p7TBMsub li.last a,
.p7TBMsub li.last span {
	border-color: #000;
	text-decoration: none;
	}

.p7TBMsub li a:hover,
.p7TBMsub li a:focus, 
#p7TBMsubwrap .inqSub a:hover,
#p7TBMsubwrap .inqSub a:focus,
#p7TBMsubwrap .dnSub a:hover,
#p7TBMsubwrap .dnSub a:focus {
	color: #313131;
	border: 1px solid #666;
	margin-right: -1px;
	margin-left: -1px;
	background:#fff none;
	text-decoration: none;
	padding: 0 6px 1px 7px;
	}

.p7TBMsub li.first a:hover,
.p7TBMsub li.first a:active,
.p7TBMsub li.first a:focus {
background-image:none;
text-decoration: none;
	}

/* ---  non-link submenu items
 When there is no link - always use a span as a replacement: */
.p7TBMsub li span {
	margin: 0;
	}


/* current state marker style */
.p7TBMsub .p7TBMmark,
.p7TBMsub .p7TBMmark:hover,
.p7TBMsub .p7TBMmark:active,
.p7TBMsub .p7TBMmark:focus {
	font-weight:bold;
	color: #313131;
	cursor: default;
	text-decoration: none;
	}


/* ------ HOME TAB SPECIFIC*/

.rightSub ul {
	float:right;
	padding-right: 10px;
	}

/* subnav - optional class */
.p7TBMsub li.right,
.p7TBMsub2 li.right {
	float: right;
	}

#p7TBM br {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 1px;
}

/* WELCOME SCREEN IN RIGHT RAIL */

#user_register {
background-color: #e9e7e8;
border-top: 1px solid #000;
border-bottom: 1px solid #000;
padding: 10px;
}

#user_register ul {
list-style: none;
padding: 3px 0;
margin:  0;
}

#user_register  li {
display: inline;
margin: 0;
padding: 0;
}

.verticals-promo table {width:300px;overflow:hidden;border:0px solid #eee;}
.verticals-promo tr {vertical-align:top;}
.verticals-promo td {font-family:Tahoma;font-size:11px;padding:5px 5px 5px 10px;}
.verticals-promo .img_border {width:125px;margin:2px;border:1px solid #666;}
.verticals-form {padding:5px 5px 0 5px;margin:5px 0 0 5px;border:1px solid #eee;width:280px;}
.verticals-form .pulldown {height:18px;font-family:Tahoma;font-size:11px;}
.verticals-form .keywordtext {width:110px;height:12px;font-family:Tahoma;font-size:11px;}
.verticals-form input.sbt {border:1px solid #999;height:17px;font-family:Tahoma;font-size:10px;font-weight:normal;padding:0 3px 3px 3px;color:#000000;background:#efefef;}

.carousel-component .carousel-prev {top:40px;}
.carousel-component .carousel-next {top:40px;}

input.imWare {font:normal 11px arial,helvetica,sans-serif;}
#toolsNav {margin-left:10px;}

