/******************************************************************
 *	Defines the style for all pages - Begin
 */
body {
	width: 1000px;
	margin: auto;
	text-align: center;
	background-color: #fff;
  /* background-color: #818181; */
  /* background-color: #D4D0C8; */
}
#itcpagecontainer {
  width: 1000px;
  /* border: 1px solid #D4D0C8; */
  /* border: 1px solid #818181;  */
  border: 1px solid #fff;  
  background-color: #fff;
}
#itcpagebackground {
  width: 100%;
  background-color: #fff;
}
/* 
 * Defines the style for all pages - End
 ******************************************************************/
 

/******************************************************************
	Defines the style for the left navigation bar on the home page
*/
		#homeleftnav {
			font-size: 11px; 
			margin: 30px 25px 0px 25px;
			/* WAS: margin: 30px 25px 0px 30px;*/
			vertical-align: middle; 
			width: 140px; 
			font-family: arial;
		}
		#homeleftnav ul {
			padding: 0px; 
			margin: 0px; 
		}
/*
	Defines the line height of each first leval page link, inserts a line at the bottom to separate each		
*/
		#homeleftnav ul li {
			margin: 0px 1px 0px 0px;
			padding: 0px; 
			line-height: 30px; 
			border-bottom: 1px solid #808080; 
			list-style: none; 
			text-align: left;
		}
/*
	When a LI uses this class, the link inside the LI tag will not display a grey line underneath itself		
*/
		#homeleftnav ul li.last {
			border-bottom: none;
		}

/****************************************************************** 
	Defines for the style for ITC phone number and copyright text
	on the Home page. 
*/
		#phonenumber {
			margin-left: 10px; 
			line-height: 11px;
		}
		.itcnumber {
		 	font-weight: bold; 
			letter-spacing: 0px
		}
		.itccopy {
			line-height: 11px;
		}

/****************************************************************** 
	Defines the layer which contains the Left Navigation Bar on each page excluding the Home page. 
    The background property specifies the copyright image displayed after the menu.
*/
		#navigation {
	font-family: arial;
	font-size: 11px;
	color: #000;
	width: 140px;
	height: 464px;
	margin: 20px 25px 0px 25px;
	padding: 0px 0px 25px 0px;
	border-top: 1px solid #808080;
	vertical-align: middle;
			}
		#navigation ul {
	margin: 0;
	padding: 0;
			}
/*
	Defines the line height of each first level page link, inserts a line at the bottom to separate each		
*/
		#navigation ul li {
			margin: 0;
			padding: 0;
			line-height: 30px;
			list-style: none;
			font-weight: normal;
			text-align: left;
			vertical-align: middle; /*corrected from center to middle by gustavo on April 8, 2008 only Fyi*/ 
			margin-right: 1px;
			border-bottom: 1px solid #808080;
			background: none;
					}
/*
	Defines the line height of each second and third level page link by modifying the first leval definitions above, 
	inserts a line at the bottom to separate each as the first level does		
*/
		#navigation ul li.current {
	line-height: 18px;
	padding: 5px 0px;
	display: block;
	float: none;
	width: 140px;
	text-align: left;
	list-style-type: none;
	list-style-position: outside;
	position: relative;
		}
/*
	When a LI uses this class, the link inside the LI tag will not display a grey line underneath itself		
*/
		#navigation ul li.last {
			border-bottom: none;
		}
/*
	When a LI uses this class, the link inside the LI tag will not display a grey line underneath itself.
	This intended for the second and third level links.
	Currently, it is unused. 	
*/
		#navigation ul li.levallast {
			line-height: 18px;
			padding: 5px 0px 5px 0px;
			border-bottom: none;
		}
/*
	Formatting for the first level page links. Default grey arrow image defined on the left of the link text		
*/		
		a.pagenav:link, a.pagenav:visited, a.pagenav:active {
			padding: 9px 0px 9px 20px;
			margin: 0px;
			text-decoration: none;
			font-family: arial;
			font-size: 11px;
			font-weight: bold;
			color: #000;
			vertical-align: middle;
			width: 140px;
			background: url(/pls/portal/docs/PAGE/ITC_ASSETS/Navigation_Bar/grey_arrow.jpg) center left no-repeat;
		}
/*
	When the mouse hovers over the link, the grey arrow image will become this red arrow image		
*/		
		a.pagenav:hover {
			background: url(/pls/portal/docs/PAGE/ITC_ASSETS/Navigation_Bar/red_arrow.jpg) center left no-repeat;
		}
/*
	Changes the arrow of the current page to red, indicating the current page
*/	
		a.active:link, a.active:visited, a.active:active, a.active:hover {
			padding: 9px 0px 9px 20px;
			margin: 0px;
			text-decoration: none;
			font-family: arial;
			font-size: 11px;
			font-weight: bold;
			color: #000;
			vertical-align: middle;
			width: 140px;
			background: url(/pls/portal/docs/PAGE/ITC_ASSETS/Navigation_Bar/red_arrow.jpg) center left no-repeat;
		}
/*
	Default secondary link formatting 
*/	
		a.secondpage:link, a.secondpage:visited, a.secondpage:active, a.secondpage:hover {
	padding: 0px 0px 0px 20px;
	margin: 0px;
	text-decoration: none;
	font-family: arial;
	font-size: 9px;
	font-weight: normal;
	color: #000;
	vertical-align: middle;
	width: 140px;
	display: block;
	}
/*
	Default current page secondary link formatting 
*/	
		a.secondpageactive:link, a.secondpageactive:visited, a.secondpageactive:active, a.secondpageactive:hover {
	padding: 0px 0px 0px 20px;
	margin: 0px;
	text-decoration: none;
	font-family: arial;
	font-size: 9px;
	font-weight: normal;
	color: #FF0000;
	vertical-align: middle;
	width: 140px;
	display: block;
	}
/*
	Default third level page link formatting 
*/	
		a.thirdpage:link, a.thirdpage:visited, a.thirdpage:active, a.thirdpage:hover {
	padding: 0px 0px 0px 35px;
	margin: 0px;
	text-decoration: none;
	font-family: arial;
	font-size: 9px;
	font-weight: normal;
	color: #000;
	vertical-align: middle;
	width: 140px;
	display: block;
	clear: none;
	left: 35px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	list-style-type: none;
	}
/*
	Default current page third level link formatting 
	Currently, it is unused.
*/	
		a.thirdpageactive:link, a.thirdpageactive:visited, a.thirdpageactive:active, a.thirdpageactive:hover {
	padding: 0px 0px 0px 35px;
	margin: 0px;
	text-decoration: none;
	font-family: arial;
	font-size: 9px;
	font-weight: normal;
	color: #FF0000;
	vertical-align: middle;
	width: 140px;
	}
/*
	Sets gradient for leftNavigation Bar on Red-Text- Wide Img Description Templates only
	Currently, applied Under Business Focus, Taking Our Own Medicine Section
*/
		.leftnavbargradient {
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 11px;
	background: url(/pls/portal/docs/PAGE/ITC_ASSETS/WEB_IMAGES/INTRANET/PERSONAL_PAGES/takeom_gradient.jpg) top left repeat-x;
	}

/***************************************************************
	Sets the background of the left region of all secondary pages. 
	Currently, it is a gradient.
*/	
	.Bodyid15728siteid0 {
		    background: url(/pls/portal/docs/PAGE/ITC_ASSETS/Navigation_Bar/left_gradient.jpg) top left repeat-x;				
		}

/********************************************************************
	Defines the layer that the Banner and links are contained within.
*/	
        #bannerlink {
		    float: right;
			text-align: right;
			/*width: 700px; TM 20110404*/
			width: 720px;
			height: 20px;
			margin: 4px 0px 0px 0px;
        }
/*
	Within the Banner layer, formats the image padding
*/	
		#bannerlink img {
			padding: 3px 0px 0px 0px;
		}	
		
/*
	Within the Banner layer, formats the links
*/			
		a.bannerlink:link, a.bannerlink:visited, a.bannerlink:hover, a.bannerlink:active {
			text-decoration: none;
			padding-left: 9px;
			font-family: arial;
			font-size: 10px;
			color: #000;
			line-height: 20px;
			vertical-align: middle;
		}

/***************************************************************
	Sets the Blog style on the homepage.
*/	
	.blogcontainer{
		width: 190px;
		height: 220px;
		margin: 0;
		padding: 0;
		font-size: 8pt;
		font-family: Arial, sans-serif;
		color: #ffffff;
		background: url(http://www.itconvergence.com/pls/portal/docs/PAGE/ITC_ASSETS/WEB_IMAGES/WEBLOG_IMAGES/BCKBLOG.JPG) top left no-repeat;
	}
	.blogcontent{
		float: left;
		width: 160px;
		margin-left: 10px;
	}
	.blogcontent ul{
		margin: 50px 0 0 18px;
		padding: 0;
		list-style: square;
	}
	.blogcontent li{
		margin: 0 0 10px 0;
	}
	a.bloglink:link, a.bloglink:visited, a.bloglink:hover, a.bloglink:active{
	   	text-decoration: none;
		color: #ffffff;
	}
		
/********************************************************************
	Page link formatting.
*/
/* Display Name Link link fix for ITC Red Style */
.titleorimageid12965siteid0 {
	color: #FF0000;
	text-decoration: underline;
}
/* Display Name Link link fix for ITC Black Small Style */
.titleorimageid16279siteid0 {
	color: #000;
	text-decoration: underline;
}
/* Display Name Link link fix for ITC Search Result Style */
.titleorimageid16690siteid0 {
	color: #FF0000;
	text-decoration: underline;
}
/* Display Name Link link fix for ITC Search Result Style */
.wwsbr_page_id16690siteid0 {
	color: #000;
	text-decoration: underline;
}
/* Display Name Link link fix for ITC Main Style */
.titleorimageid3003siteid0 {
	color: #FF0000;
	text-decoration: underline;
}
/* Display Name Link link fix for ITC Executive Team Style */
.titleorimageid15676siteid0 {
	color: #000;
	text-decoration: underline;
}
/* Display Name Link link fix for ITC IT Style */
.titleorimageid23846siteid0 {
	color: #000;
	text-decoration: underline;
}
/* Display Name Link link fix for ITC IT Header Style */
.titleorimageid23852siteid0 {
	color: #FF0000;
	text-decoration: underline;
}

/********************************************************************
	Footer formatting.
*/
#footer {
	width: 100%; 
	margin: 30px 0px 0px 0px; 
	padding: 3px 0px 0px 0px; 
	border-top: 1px solid #BCBEC0;
	text-align: right;
	font-family: Arial; 
	font-size: 10px;
}
/***********************************************************************
	Formats the links on the footer
*/
.footerlink {
	text-decoration: none;
	color: #000;
}

/************************************************************************
	Defines the style for keywords across the web site.
*/
#keywords {
	letter-spacing: -3px;
	font-size: 6px;
	font-family: arial, sans-serif;
	color: #fff;
	height: 10px;
}

/************************************************************************
	Styles used on Custom Item Types.
*/
.newsEventsArrow {
	color: #FF0000;
	font-size: 9px;	
	font-family:Arial, Helvetica;	
	text-decoration:none;
	font-weight:bold;
}
/************** LINK DECORATION REMOVAL CODE FOR FFOX *******************/
A{
text-decoration: none ;
}
/****************************END OF FIX**********************************/

/************************************************************************
	Gradient used for the bottom of the main Banner on Red-Text-Wide Img Description Templates only
	Currently, applied Under Business Focus, Taking Our Own Medicine Section.
*/
.undermainbannergradient {
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 11px;
	background: url(/pls/portal/docs/PAGE/ITC_ASSETS/WEB_IMAGES/INTRANET/PERSONAL_PAGES/undermainbarnner_gradient.jpg) top left repeat-x;
	}
/************************************************************************/

/************************************************************************
	Line and Image for the Taking our own medicine footer only used on Red-Text-Wide Img Description Templates 
	Currently, applied Under Business Focus, Taking Our Own Medicine Section.
*/
.footertakingpill {
	border-top: 1px solid #BFBFC1;
	margin: 10px 0px 0px 0px;
	width: 100%;
	height: 60px;
	background: url(/pls/portal/docs/PAGE/ITC_ASSETS/WEB_IMAGES/INTRANET/PERSONAL_PAGES/takinglogo.jpg) no-repeat bottom center;
	}

.toplinehr {
	border-top: 1px solid #BFBFC1;
	width: 100%;
	}
/**************************************************************************

/************************************************************************
	reCaptcha formatting. Contact Us.
*/
.recaptcha_image_layer, .recaptcha_response_field_text {
	border: 1px solid #DFDFDF;
	}

a.recaptcha_link:link, a.recaptcha_link:active, a.recaptcha_link:hover, a.recaptcha_link:visited {
	font-family: Arial, sans-serif;
	font-size: 8pt;
	color: #000;
	text-decoration: underline;
	}

.recaptcha_only_if_image, .recaptcha_only_if_audio, .recaptcha_text, .recaptcha_only_if_incorrect_sol, .recaptcha_text_right {
	font-family: Arial, sans-serif;
	font-size: 8pt;
	}
.recaptcha_container{
	width: 300px;
	}
.recaptcha_text {
	float: left;
	margin: 0 10px 0 0;
	}
.recaptcha_text_right {
	float: right;
	color: #DFDFDF;
	}
.recaptcha_response_field_text {
	width: 302px;
	}

/*
.footertakingpill {
	border-top: 1px solid #BFBFC1;
	margin: 10px 0px 0px 0px;
	width: 100%;
	height: 60px;
	background: url(/pls/portal/docs/PAGE/ITC_ASSETS/WEB_IMAGES/INTRANET/PERSONAL_PAGES/takinglogo.jpg) no-repeat bottom center;
	}

.toplinehr {
	border-top: 1px solid #BFBFC1;
	width: 100%;
	}
*/
/**************************************************************************


/************* Videos Pages *****************/

/*** banners ***/

#video_banner_videos {
	background: url(/pls/portal/docs/PAGE/ITC_ASSETS/images/itc/videos_banner.jpg) no-repeat top center;
	width: 620px;
	height: 170px;
	position: relative;
}

#video_banner_china {
	background: url(/pls/portal/docs/PAGE/ITC_ASSETS/images/itc/china_banner.jpg) no-repeat top center;
	width: 620px;
	height: 170px;
	position: relative;
}

#video_banner_latam {
	background: url(/pls/portal/docs/PAGE/ITC_ASSETS/images/itc/latam_banner.jpg) no-repeat top center;
	width: 620px;
	height: 170px;
	position: relative; 
}

#video_banner_r12 {
	background: url(/pls/portal/docs/PAGE/ITC_ASSETS/images/itc/r12_banner.jpg) no-repeat top center;
	width: 620px;
	height: 170px;
	position: relative; 
}

#video_banner_financials {
	background: url(/pls/portal/docs/PAGE/ITC_ASSETS/images/itc/financials_banner.jpg) no-repeat top center;
	width: 620px;
	height: 170px;
	position: relative; 
}

#video_banner_text_wrapper {
	width: 350px; 
	position: absolute; 
	top: 50px; 
	left: 30px;
}

#video_banner_headline {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 13px; 
	line-height: 15px; 
	color: #666666; 
	font-weight: bold;
}

#video_banner_title {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 16px; 
	line-height: 18px; 
	color: #FF0000; 
	font-weight: bold; 
	margin: 5px 0;
}

#video_banner_text {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	line-height: 14px; 
	color: #000000;
}

#video_banner_shadow {
	background: url(/pls/portal/docs/PAGE/ITC_ASSETS/images/itc/banner_shadow.jpg) no-repeat top center;
	width: 620px;
	height: 23px;
}

#videos_headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	HEIGHT: 22px;
	color: #666666;
	BORDER-BOTTOM: #666666 1px dotted;
	font-weight: bold;
	margin-bottom: 5px;
}

#videos_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 26px;
	font-weight: bold;
	color: #FF0000;
}

/*** language selection button - China page ***/

#video_language {
	width: 270px;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 16px;
	line-height: 17px;
	font-weight: bold;
	color: #fff;
	vertical-align: middle;
}

a.video_language, a.video_language:link, a.video_language:visited {
	background: url(/pls/portal/docs/PAGE/ITC_ASSETS/images/itc/video_lang_link_bkg.jpg) no-repeat top center #696969;
	color: #E9E9E9;
	text-decoration: none;
	padding: 34px 90px 35px 30px;
	display: block;
}

a.video_language:hover {
	background: url(/pls/portal/docs/PAGE/ITC_ASSETS/images/itc/video_lang_link_bkgho.jpg) no-repeat top center #CE0000;
	color: #ffffff;
	text-decoration: none;
	display: block;
}

/*** language button - China videos pages ***/

#video_lang_button {
	width: 300px;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	line-height: 12px;
	border: 1px solid #666;
	color: #666;
}

a.video_lang_button, a.video_lang_button:link, a.video_lang_button:visited {
	background: url(/pls/portal/docs/PAGE/ITC_ASSETS/images/itc/video_lang_button_aw.gif) no-repeat right center;
	color: #666;
	text-decoration: none;
	padding: 7px 32px 8px 10px;
	display: block;
}

a.video_lang_button:hover {
	background: url(/pls/portal/docs/PAGE/ITC_ASSETS/images/itc/video_lang_button_awho.gif) no-repeat right #666;
	font-weight: bold;
	color: #ffffff;
	display: block;
}

/* End of Language button */


/*** videos links ***/

#video_link {
	width: 560px;
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold;
	font-size: 13px;
	line-height: 15px;
	color: #fff;
	vertical-align: middle;
}

/*** videos categories ***/

a.video_link_china, a.video_link_china:link, a.video_link_china:visited {
	background: url(/pls/portal/docs/PAGE/ITC_ASSETS/images/itc/video_link_bkg_china.jpg) no-repeat top center #696969;
	color: #ffffff;
	text-decoration: none;
	padding: 21px 90px 20px 170px;
	display: block;
}

a.video_link_china:hover {
	background: url(/pls/portal/docs/PAGE/ITC_ASSETS/images/itc/video_link_bkgho_china.jpg) no-repeat top center #CE0000;
	color: #ffffff;
	text-decoration: none;
	display: block;
}

a.video_link_r12, a.video_link_r12:link, a.video_link_r12:visited {
	background: url(/pls/portal/docs/PAGE/ITC_ASSETS/images/itc/video_link_bkg_r12.jpg) no-repeat top center #696969;
	color: #ffffff;
	text-decoration: none;
	padding: 21px 90px 20px 170px;
	display: block;
}

a.video_link_r12:hover {
	background: url(/pls/portal/docs/PAGE/ITC_ASSETS/images/itc/video_link_bkgho_r12.jpg) no-repeat top center #CE0000;
	color: #ffffff;
	text-decoration: none;
	display: block;
}

a.video_link_fin, a.video_link_fin:link, a.video_link_fin:visited {
	background: url(/pls/portal/docs/PAGE/ITC_ASSETS/images/itc/video_link_bkg_fin.jpg) no-repeat top center #696969;
	color: #ffffff;
	text-decoration: none;
	padding: 21px 90px 20px 170px;
	display: block;
}

a.video_link_fin:hover {
	background: url(/pls/portal/docs/PAGE/ITC_ASSETS/images/itc/video_link_bkgho_fin.jpg) no-repeat top center #CE0000;
	color: #ffffff;
	text-decoration: none;
	display: block;
}

a.video_link_latam, a.video_link_latam:link, a.video_link_latam:visited {
	background: url(/pls/portal/docs/PAGE/ITC_ASSETS/images/itc/video_link_bkg_latam.jpg) no-repeat top center #696969;
	color: #ffffff;
	text-decoration: none;
	padding: 21px 90px 20px 170px;
	display: block;
}

a.video_link_latam:hover {
	background: url(/pls/portal/docs/PAGE/ITC_ASSETS/images/itc/video_link_bkgho_latam.jpg) no-repeat top center #CE0000;
	color: #ffffff;
	text-decoration: none;
	display: block;
}

/*** videos presenters ***/

a.video_link, a.video_link:link, a.video_link:visited {
	background: url(/pls/portal/docs/PAGE/ITC_ASSETS/images/itc/video_link_bkg.jpg) no-repeat top center #696969;
	color: #ffffff;
	text-decoration: none;
	padding: 21px 90px 20px 170px;
	display: block;
}

a.video_link:hover {
	background: url(/pls/portal/docs/PAGE/ITC_ASSETS/images/itc/video_link_bkgho.jpg) no-repeat top center #CE0000;
	color: #ffffff;
	text-decoration: none;
	display: block;
}

a.video_link_jn, a.video_link_jn:link, a.video_link_jn:visited {
	background: url(/pls/portal/docs/PAGE/ITC_ASSETS/images/itc/video_link_bkg_jn.jpg) no-repeat top center #696969;
	color: #ffffff;
	text-decoration: none;
	padding: 21px 90px 20px 170px;
	display: block;
}

a.video_link_jn:hover {
	background: url(/pls/portal/docs/PAGE/ITC_ASSETS/images/itc/video_link_bkgho_jn.jpg) no-repeat top center #CE0000;
	color: #ffffff;
	text-decoration: none;
	display: block;
}

a.video_link_ch, a.video_link_ch:link, a.video_link_ch:visited {
	background: url(/pls/portal/docs/PAGE/ITC_ASSETS/images/itc/video_link_bkg_ch.jpg) no-repeat top center #696969;
	color: #ffffff;
	text-decoration: none;
	padding: 21px 90px 20px 170px;
	display: block;
}

a.video_link_ch:hover {
	background: url(/pls/portal/docs/PAGE/ITC_ASSETS/images/itc/video_link_bkgho_ch.jpg) no-repeat top center #CE0000;
	color: #ffffff;
	text-decoration: none;
	display: block;
}

a.video_link_je, a.video_link_je:link, a.video_link_je:visited {
	background: url(/pls/portal/docs/PAGE/ITC_ASSETS/images/itc/video_link_bkg_je.jpg) no-repeat top center #696969;
	color: #ffffff;
	text-decoration: none;
	padding: 21px 90px 20px 170px;
	display: block;
}

a.video_link_je:hover {
	background: url(/pls/portal/docs/PAGE/ITC_ASSETS/images/itc/video_link_bkgho_je.jpg) no-repeat top center #CE0000;
	color: #ffffff;
	text-decoration: none;
	display: block;
}

a.video_link_gg, a.video_link_gg:link, a.video_link_gg:visited {
	background: url(/pls/portal/docs/PAGE/ITC_ASSETS/images/itc/video_link_bkg_gg.jpg) no-repeat top center #696969;
	color: #ffffff;
	text-decoration: none;
	padding: 21px 90px 20px 170px;
	display: block;
}

a.video_link_gg:hover {
	background: url(/pls/portal/docs/PAGE/ITC_ASSETS/images/itc/video_link_bkgho_gg.jpg) no-repeat top center #CE0000;
	color: #ffffff;
	text-decoration: none;
	display: block;
}

.video_link_font {
	font-size: 11px; 
	line-height: 15px; 
	font-weight: normal;
}

/*** text links ***/

.inplacedisplayid10275899siteid0 a, a:visited {
	color: #666666;
	text-decoration: underline;
}

.inplacedisplayid10275899siteid0 a:hover {
	font-weight: bold;
}

/*** tags links ***/

.inplacedisplayid10275893siteid0 a, a:visited, a:hover { 
	color: #666666;
	text-decoration: underline;
}


/*** Right Menu ***/

#rightMenu{
	width: 130px;
}
#rightMenu a{
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	padding: 8px;
	padding-right: 24px;
	border-bottom: 1px solid #EBEBEC;
	background-position: 110px 11px;
	background-repeat: no-repeat;
}
#rightMenu a.parent,
#rightMenu a.parent:link,
#rightMenu a.parent:hover,
#rightMenu a.parent:visited,
#rightMenu a.parent:active{
	color: white;
	font-weight: bold;
	background-image: url(/pls/portal/docs/PAGE/ITC_ASSETS/images/itc/aw_right_white.gif);
	text-decoration: none;
	background-color: #939598;
}
#rightMenu a.parent:hover{
	background-color: #D71920;
}
#rightMenu a.parentCurrent,
#rightMenu a.parentCurrent:link,
#rightMenu a.parentCurrent:hover,
#rightMenu a.parentCurrent:visited,
#rightMenu a.parentCurrent:active{
	background-image: url(/pls/portal/docs/PAGE/ITC_ASSETS/images/itc/aw_down_white.gif);
}
#rightMenu a.child,
#rightMenu a.child:link,
#rightMenu a.child:hover,
#rightMenu a.child:visited,
#rightMenu a.child:active{
	color: #808285;
	font-weight: normal;
	background-color: #DCDDDE;
	background-image: url(/pls/portal/docs/PAGE/ITC_ASSETS/images/itc/aw_right_grey.gif);
	text-decoration: none;
}
#rightMenu a.child:hover{
	background-color: #D71920;
	color: white;
	background-image: url(/pls/portal/docs/PAGE/ITC_ASSETS/images/itc/aw_right_white.gif);
}
#rightMenu a.childCurrent,
#rightMenu a.childCurrent:link,
#rightMenu a.childCurrent:hover,
#rightMenu a.childCurrent:visited,
#rightMenu a.childCurrent:active{
	background-image: none;
	background-color: #D71920;
	color: white;
}

/************* End of Videos Pages *****************/

/************* Timeline *****************/

#timeline {
	width: 450px;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	font-weight: bold;
	color:#666666;
	line-height: 16px;
}

#timeline_background {
	width: 450px; 
	height: 63px;
	background: #F1F2F2;
	position: relative;
}

#timeline_wrapper {
	width: 440px;
	height: 53px;
	position: relative;
	left: 5px;
	top: 5px;
}

#timeline_year {
	width: 115px; 
	height: 53px;
	float: left;
}

#timeline_text {
	width: 325px; 
	float: right;
	padding-top: 10px;
	vertical-align: middle;
}

#timeline_1text {
	width: 325px; 
	float: right;
	padding-top: 18px;
	vertical-align: middle;
}

#timeline_line {
	height: 5px;
	background: url(/pls/portal/docs/PAGE/ITC_ASSETS/images/itc/timeline_line.jpg) center no-repeat;
	width: 450px;
}

/************* End of Timeline *****************/
