/* cross-travel elements */

	/* welcome bar */
	.ytravwb{background-color:#DCDCDC;}/*DCDCDC*/
	/* title bar */
	.ytravtb{background-color:#407EB2;}/*407EB2*/
	.ytravtbfont{color:white;font-size:18px;font-weight:bold;line-height:110%;}
	
	/* module colors */
	
		/* general modules (aka: blue) */
		
			/* darker, generally the header and sometimes the border */	
			.ytravgdk{background-color:#77AAC6;} /**/
			/* lighter, module background, when no module border */	
			.ytravglt{background-color:#E8F2F9;} /**/
			/* white, white module background, used in conjunction with a module border */	
			.ytravgw{background-color:#FFFFFF;} /*FFFFFF*/
			/* rule, darker module color (color not rendered in NN4) */
			.ytravgrule{color:#77AAC6;} /**/
			/* sub text head, hightlight color */
			.ytravgh2{color:#FF8000;} /**/
		
		/* browse modules (aka: green) */
		
			/* dark, generally the header and sometimes the border */	
			.ytravbdk{background-color:#A2CA56;} /*A2CA56*/
			/* lighter, module background, when no module border */	
			.ytravblt{background-color:#E9F2D7;} /*E9F2D7*/
			/* white, white module background, used in conjunction with a module border */	
			.ytravbw{background-color:#FFFFFF;} /*E9F2D7*/
			/* rule, darker module color (color not rendered in NN4) */
			.ytravbrule{color:#A2CA56;} /*A2CA56*/
		
		/* personal modules (aka: yellow) */
		
			/* darker, generally the header and sometimes the border */	
			.ytravpdk{background-color:#F9DE58;} /*F9DE58*/
			/* lighter, module background, when no module border */	
			.ytravplt{background-color:#FFFFFF;} /*FFFFFF*/
			/* white, white module background, used in conjunction with a module border */	
			.ytravpw{background-color:#FFFFFF;} /*FFFFFF*/

		/* classes for travel tabs */
			/*nav onstate / selected state */
			.ytravnavtabon,.ytravnavtabon a {color:#396B94;background-color:#F2DB9C;} /* text:396B94, bg:F2DB9C */
			/*nav offstate / default state */
			.ytravnavtaboff,.ytravnavtaboff a  {color:#396B94;} /* 396B94 */
			/*nav onstate / selected state */
			.ytravnavlinecolor {background-color:#CC9900;} /* CC9900 */
