/* ================ COLORS ====================== 


   ORANGE (for h2 page title, #main h3 headings, h6, and footer link hover): #ff9100;
   
   TEXT: (Note: other shades of grey are used for borders, footer links, breadcrumbs, etc., but these are the primary greys)
   
   - DARK GRAY (for h4 & strong text, and td text): #666; 
   - MEDIUM GRAY (for body text): #727272; 
   - LIGHT GRAY (for h5): #97969a;
   
   BACKGROUNDS:   
   
 	- FAINT GRAY (for body background -visible only on monitors with resolution above 1024 x768): #d9dbdb;
 	- PALE GRAY (for border at top of page & footer background: #ededed; 
 	- PALER GRAY (for table heads) background-color:#f1f1f1; color:#787878;
 	- VERY PALE GRAY (for backgrounds of H3 headings in tertiary right nav as well as dropdown menus) background: #f6f6f7;
 	- EVEN PALER GRAY (for alt stripes on table rows): #f8f8f8

   TURQUIOSE (for links): #0078ae;
   LIGHT TURQUIOSE (for hover / active links: #75b2d5; 
   
 ================ END COLORS ======================  */


* { margin: 0; padding: 0; line-height: 1.5; color: #727272; font-style: normal; font-weight: normal;  }
body {font: normal 12px Arial, Helvetica, sans-serif; background: #555; border-top: none; }

h1, h2, h3, h4, h5, h6, table { clear: both; }

p {margin: 0 0 1em 0; }

a, a:visited { color: #0078ae; border-bottom: 1px dotted #dae7f2; text-decoration: none; }
	a:hover, a:focus { color: #75b2d5; }
.legendSmall {font-size: 9px;}
ul {margin: .5em 0;}
ul li {list-style: none; background: transparent url(../img/list-marker.gif) no-repeat left 0.6em; padding-left: 8px; margin-bottom: 0.8em; margin-left: 0 !important }
	#secondary ul li, #tertiary ul li {margin-bottom: .5em}
ul ul {margin: .6em 0 0 1em;}
	#tertiary ul ul {margin-left: .5em;}
ol li {margin: .6em 0 0 1.5em; *margin: .6em 0 0 26px}

blockquote { float: right; width: 200px; background: #fcfcfc url(../img/blockquote-bg.gif) repeat-x left top; margin: 4px 0 8px 10px; border-top: 1px solid #babcbe; border-bottom: 1px solid #e1e2e3; clear: both; }
	blockquote p { margin: 12px 15px 10px 15px; padding: 0 8px !important; }
             #tertiary blockquote {border-top: 0;}
             #tertiary blockquote p {margin: 10px 0 10px 0; padding: 10px 10px 0 0 !important}
	blockquote cite { color: #5a5b5b; text-transform: uppercase; font-size: 11px; text-align: right; display: block; margin: 8px 15px}

strong {font-weight: bold; color: #666}
a span.strong {font-weight: bold; color:#0078ae}

em {font-style: italic;}

img { border: none; margin-bottom: 10px; }
      a img, img a {border-bottom: none !important;}
	.float_right {float: right; margin-left: 1em;}
	.float_left {float: left; margin-right: 1em;}

hr {border: 0; height: 1px; color: #e1e2e3; background-color: #e1e2e3;  margin-top: 0; margin-bottom: 6px;}

/*-------------------------------------------
   HEADINGS - Note these are by no means the only options.  On Thomsonreuters.com the h2 & H3 headings are SIFR replaced with the Locator
   font (soon to be Knowledge).  TheLink sticks with the orange, black, gray color scheme, but modifies the font sizes introduces 
   a background image dot for the equivalent of H3.  The models below are intended to be a starting point - not an absolute - except
   for H1, which should always be used for linking the logo to the homepage of the site.
-------------------------------------------*/


h2 {font-size: 20px; text-transform: uppercase; color: #ff9100; margin: 30px 0 0 18px; *margin-left: 20px}
h3 {font-size: 15px; color: #ff9100; text-transform: uppercase; margin-top: 1em; }
	#main h3, .half h3, .last_half h3 {margin-bottom: .5em; margin-top: .5em}
	#secondary h3 {text-transform: uppercase; color: #5a5b5b; font-size: 12px; margin: 2em 0 1em 0; border-top: none}
		#main h3.first, #secondary h3.first, #tertiary h3.first {margin-top: 0;}
	#tertiary h3 {color: #807f83;  border-bottom: 1px solid #e1e2e3; margin: 1.5em 0 1em 0; padding: .1em 0}
h4, h5, h6 {margin: 1.5em 0 .5em 0;}
h4 {font-size: 12px; color: #666; text-transform: uppercase; letter-spacing: 1px; font-weight: bold}
h5 {font-size: 11px; color: #97969a; text-transform: uppercase; letter-spacing: 1px; font-weight: normal;}
h6 {font-size: 11px; color: #ff9100; text-transform: uppercase; letter-spacing: 1px; font-weight: normal;}
h3.first-resources a {color:#ff9100; text-transform:uppercase; font-weight:bold; font-size:14px; border:0px !important;}

/*-------------------------------------------
   LAYOUT
-------------------------------------------*/

#wrap { background: #fff; margin: 1.5em auto 1.5em auto; width: 960px; position: relative; }
/* OLD - I took the new header from the live site
#header {width: 100%; margin: 0; float: left; padding:24px 0 0 0; clear: both;}
	#header h1 { float:left; background: url(../img/tr_logo_40.gif) no-repeat top right; height: 60px; width: 935px; min-width: 930px; }
	#header h1 a { float:left; text-indent: -9999px; width: 300px;	background: url(../img/site-name.png)  no-repeat top left; margin: 0 0 0 13px; *margin: 0 0 0 8px; display: block;overflow:hidden; border-bottom: medium none; height: 60px}
*/
#header {width: 100%; margin: 0; float: left; padding:0 0 0 0; clear: both;}
	#home-nav { float:left; width: 100%; height:20px; background: #f1f1f1 }
		#home-nav ul {
			list-style: none;
			margin: 0px;
			margin-top: 3px;
		}
		
		#home-nav ul li {
			float: left;
			font-size: 10px;
			text-transform: uppercase;
			padding-left: 15px;
			background:none;
		}
		#home-nav ul li a, #home-nav ul li a:visited {
			color: #b4b4b4;
		}
		#home-nav ul li a:hover {
			color: #555;
		}
	#header h1 { float:left; background: url(../img/tr_logo_40.gif) no-repeat top right; height: 60px; width: 935px; min-width: 930px; margin-top: 24px; }
	#header h1 a { float:left; text-indent: -9999px; width: 300px;	background: url(../img/site-name.png)  no-repeat top left; margin: 0 0 0 13px; *margin: 0 0 0 8px; display: block;overflow:hidden; border-bottom: medium none; height: 60px}
	
	#header h1 a.thomsonreuters { float:right; text-indent: -9999px; width: 180px; display: block;overflow:hidden; border-bottom: medium none; height: 40px; background:none}


#search	{ background: #f1f1f1; width: 250px; height: 32px; float:right;   }
		#search * { vertical-align: middle; }
		#search label { position: absolute; left: -9999px; }
		#search p { padding: 0; margin: 6px 0 0 0; *margin: 5px 0 0 0}
			#search p input {}
			#search p #searchfield { width: 132px; margin: 0 11px 0 20px; }

	
#nav { float:left; width: 100%; height: 32px; border-bottom:1px solid #e1e2e3; border-top:1px solid #e1e2e3;}
				
				
/*-- container for the text area of page (main + secondary + tertiary --*/				
	#content { float: left; clear:both; margin: 0; width: 100%; }

/*-- the primary content on the page  --*/
	#main {float: left; width: 468px;  margin: 0 20px 0 0;  padding: 18px 0; } 	

	/*-- divide the main body column into sections --*/
		.half {width: 48%; float: left;}
		 	.last_half { width: 48%; float: right; margin-left: 12px;}
		.third {width: 30%; float: left;}
	
/*-- the secondary navigation - in this case the left hand accordion--*/
	#secondary {float: left; width: 174px; margin: 0px 28px 0 20px;  *margin-left: 10px; padding: 18px 0;  }

/*-- the third level navigation - in this case right hand calls to action --*/
	#tertiary {float: left; width: 220px;  margin: 18px 0px 0 10px;  }
		.callout {padding-left: 6px;}		

.clearfix:after { content: "."; display: block; height: 0.1px; clear: both; font-size: 0; visibility: hidden; }
.clearfix { display: inline-table; }
/* \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* */


/*-------------------------------------------
    MENUBAR
-------------------------------------------*/


#menubar {width: 680px; float: left; padding: 2px 0; margin: 4px 0 0 6px; list-style: none;  padding: 0;}
#menubar a{display: block; color: #8e8e8e; text-decoration: none; border-bottom: none; text-transform: uppercase; font-weight: bold; font-size: 12px;}
	#menubar a.trigger {padding: 4px 10px 5px 10px;}
#menubar li {float: left; position: relative; background: none; padding: 0; margin: 0; }

/* hide from IE mac \*/
#menubar li {position: static; width: auto;}

/*--- dropdown menu secondary items ---*/

#menubar li ul, #menubar ul li  {width: 140px;}
#menubar ul li {padding: 0; margin: 0}
#menubar ul li a  {padding: 3px 5px; margin: 0 3px}
#menubar li ul {position: absolute; z-index: 3;	display: none;background-color: #fff; border: 1px solid #cecece; border-bottom: 1px solid #888; border-right: 1px solid  #bababa; padding: 6px 0; list-style-type: none; }
#menubar li:hover a, #menubar a:focus, #menubar a:active, #menubar li.hvr a, #menubar li a#activemenuitem {color: #444; background: #eee }
#menubar li:hover ul, #menubar li.hvr ul {display: block; margin: 0;}
#menubar li:hover ul a, #menubar li.hvr ul a {color: #222;background-color: transparent;}
#menubar ul a {color: #0078ae !important; text-transform: none; font-weight: normal; border-bottom: 1px solid #eee; text-align: left; background-image: none !important; outline: none; -moz-outline-style: none; }
	#menubar ul a.last {border-bottom: none;}
#menubar ul a:hover {background: #f2f2f2 !important;color: #444 !important;}


/*-------------------------------------------
    BREADCRUMB
-------------------------------------------*/

#breadcrumb {margin: .5em 0 0 16px; *margin-left: 23px;}
#breadcrumb li { color: #404040; font-size: 11px; background: transparent url(../img/breadcrumb_marker.gif) no-repeat left center; padding-left: 8px; display: inline; left: 0; }
#breadcrumb li.first { background: none; padding: 0; }
#breadcrumb a { color: #97969a; border: none; }
#breadcrumb a:hover, #breadcrumb a:focus { color: #babcbe;}

/*-------------------------------------------
    SECONDARY NAV
-------------------------------------------*/

#secondary ul {list-style: none;}
	#secondary li {border-bottom: 1px solid #f5f5f5; margin: .5em 0; background: none; padding: 0;}
	#secondary li a {border-bottom: none; }
	#secondary li a#active {color: #555}
	
/*-------------------------------------------
    FOOTER
-------------------------------------------*/

#footer-wrap { clear: both; position: relative; top: 0; width:960px; background-color: #fff; padding:0;}
#footer {float: left; width: 100%; margin: 3em 0 0 0; background: #eeefef; clear: both; height: 24px; padding-top: 8px}
#footer * { color: #97969a; display: inline; font-size: 11px; text-transform: uppercase; }
	#footer address { padding-left: 21px; margin-right: 30px; }
#footer ul {list-style: none; }
	#footer li {background: none; margin: 0; padding: 0;}
#footer li a { color: #807f83; border-bottom: 1px solid #e3e5e6; margin-right: 2em;}
#footer li a:hover, #footer li a:focus { color: #ff9100;}


/*-------------------------------------------
    TABLES
-------------------------------------------*/

table { border-collapse: separate; border:2px solid #f1f1f1; width:100%; margin:3px 0 1em 0; border-spacing: 0 0; }
caption {text-align: left; padding: 12px 0 3px 3px; color: #666; font-size: 12px; font-weight: bold; letter-spacing: .03mm; text-transform: uppercase;}
.alt td { background-color: #f8f8f8 }
	th, td { font-size:12px; padding:3px 5px; border-left: 2px solid #fff; vertical-align: top; color:#666; empty-cells: show}
		th { background-color:#f1f1f1; color:#787878; font-weight:bold; text-align: left;}
			 th a {text-decoration: none; border-bottom: 1px solid #dedede !important; color: #787878 !important; font-weight: bold;}
			 	 th a:hover {color: #c0c0c0 !important}
    	 	 td a {text-decoration: none; border-bottom: none !important; }
	    .number { text-align:right !important; padding: 3px 5px 3px 1px; }
		.cell_center {text-align: center !important; padding: 3px 5px 3px 1px;}


/*------------------------------------------
    FORMS
-------------------------------------------*/
fieldset {border: none; border-top: 1px solid #e1e2e3; margin: 20px 0; padding: 4px 0;}
	fieldset .half, fieldset .last-half {width: 200px !important; padding-left: 3px !important;}
legend {font-size: 12px; color: #666; text-transform: uppercase; font-weight: bold;  letter-spacing: .02cm; padding-right: .3em}
select { width: 95%;}
	p select {  margin-bottom: 5px;  }
input, textarea {width: auto; margin: 0 6px 0 0;}
	input.aligned { margin-top: 24px !important; }
	input.aligned_bottom { margin-top: -16px !important; }
	input.img_input { width: auto !important; float: right; margin-right: 16px;}
        input.img_input_go { width: auto !important; float: right; margin-top: -22px; padding-right: 14px}
.small {width: 50px; }
.smallmed {width: 70px;}
.smalllarge {width: 100px;}
.medium {width: 146px; }
.large {width: 200px;}
.xlarge {width: 360px;}
label {color: #5a5b5b; font-size: 12px; display: block; margin: .6em 8px 0 0;  }
	label em {margin: 0 6px 0 6px; font-weight: bold;  color: #f00 !important;}
	.required {color: #f00 !important; font-weight: bold !important;}
        .left_label {width: 160px; min-width: 160px; !important; float: left; margin: 2px 10px 15px 0; clear: left; text-align: right;}
        .left_input {margin-bottom: 15px;}
        .left_area {margin-top: 22px;}
.submit { width:95%; text-align:right; }
form strong {color: #5a5b5b;}
ul.form_list  {margin: .3em 0;} /*-- use for radio button and checkbox arrays -- */
	.form_list li {display: inline; background: none; margin-right:1em; padding: 0}
	.form_list_label {margin-top: 1em;}





/*
	BACK Additions:
*/

.clearer{clear:both;}

#secondary{margin-top:10px;}
#main{margin-top:10px; width: 460px; padding-top:0px !important;}
#tertiary{margin-top:10px;}

#main h2{margin:0px 0px 10px 0px;}
	#main p.main-sub-heading{font-weight:bold; font-size:1.2em; margin-top:-15px;}
	#main p.first{margin-top:-15px;}
	#main ul.no-vspace-list li{margin:0px !important;/* padding-left:30px;*/}
	#main ul.indent-left li{padding-left:30px;}
.main-2-column{width:705px !important;}
.main-2-column p img{margin:5px 0px 10px 30px; border:2px solid #EBEBEB;}
.home-main-column{width:660px !important; margin-left:15px !important; margin-top:20px !important;}
.home-main-column h3{margin-bottom:0px !important; margin-top:0px !important;}

#landing-image-header{margin:0px; margin-top:30px;}

.tertiary-main-site-nav{}
.tertiary-main-site-nav li{margin-right:15px; background:none; padding-left:0px; margin-top:15px;}
.tertiary-main-site-nav li a, .tertiary-main-site-nav li a:visited{color:#ff9100; text-transform:uppercase; font-weight:bold; font-size:14px; border:0px !important;}
#tertiary .home-tertiary li{ /*border-bottom: 1px solid #f1f1f1 !important;*/ margin-bottom:15px !important; background:none; /*margin-left:-17px !important;*/}
#tertiary h3{margin-top:15px !important;}
.callout{padding-right:15px;}
.callout ul{margin-top:-10px !important;}

#breadcrumb{margin-top:35px; margin-left:15px !important; width:auto;}

#flash-promo-container{height:190px; margin:30px 15px 15px 15px; clear:right;}
/*#flash-promo-container #topBanner{margin:0px !important; padding:0px !important;}*/

/*-------------------------------------------
    SECONDARY NAV
-------------------------------------------*/
#secondary{margin-left:15px !important; margin-top:20px !important; padding-top:0px !important;}
#secondary ul {border-bottom: 1px solid #e1e2e3 !important;}
	#secondary li {border-bottom:none !important;}
	#secondary li a {border-bottom: none !important; color:#97969a !important;}
	#secondary li a:hover {border-bottom: none !important; color:#727272 !important;}
	#secondary li a#active {color: #666 !important;}
	
	#secondary .sub-nav-item{margin-left:22px;}

#secondary a.first{text-transform:uppercase;}

/*-------------------------------------------
    HOME HORIZONTAL NAV
	[SG] Addition
-------------------------------------------*/
#home-horizontal-nav {padding:10px 0px 10px 5px; background-color:#f1f1f1; margin:10px 19px 0px 15px;}
#home-horizontal-nav li { color: #727272; font-size: 12px; padding-left: 8px; display: inline; left: 0; background: none; text-transform:uppercase;}
#home-horiz-nav li.first { background: none; padding: 0px; }
#home-horizontal-nav a { color: #727272; border: none; padding-right: 8px;}
#home-horizontal-nav a:hover{ color: #babcbe;}

/* EMPHASIS WITHIN ANCHOR/LINK */	
.em-link{color:#0078ae; font-style:italic;}

/* FORMS */
div.formContainer{width:400px;}
.form-left-col{width:160px; float:left; text-align:left; height:21px; vertical-align:top;}
.form-left-long{width:250px; float:left; text-align:left; height:21px; vertical-align:top;}
.form-left-very-long{width:400px; float:left; text-align:left; height:21px; vertical-align:top;}
.form-right-col{width:175px; float:left; text-align:right; height:21px;}
.form-right-chk{width:100px; float:left; text-align:right; height:21px; }
.form-right-chk-short{width:100px; float:left; text-align:right; height:21px; }
.form-validation{width:50px; float:right; text-align:left; height:21px;}
.form-right-col .img_input{text-align:right;}
div.formContainer label{margin:0px; color:#727272;}
div.formContainer input{border:1px solid #cccccc; width:100%; margin-right:0px;}
div.formContainer select{border:1px solid #cccccc; width:100%; margin-right:0px;}
div.formContainer textarea{border:1px solid #cccccc; width:100%;}
input.img_input{margin-right:0px; border:none !important;}
#contact-multi-select{height:100px;}
#multi-select-container{height:auto;}
.not-required{color:#fff; margin-right:3px;}
.required {margin-right:3px; color:#727272;}

/* CONTENT TABLE */
#main table, #main table th, #main table td{border:1px solid #ededed; border-collapse:collapse;}
#main table th{padding-top:7px;}
#main table tr.altBgColor{background-color:#f1f1f1;}

/* sIFR Flash Text */
.sIFR-heading{display:block; margin-bottom:30px; margin-left:0px !important; padding:0px !important;}
.sIFR-heading-main{display:block; margin-bottom:15px; margin-left:-4px !important; padding:0px !important;}
.sIFR-heading-main-home{display:block; margin-bottom:0px; margin-left:-2px !important; padding:0px !important;}
.sIFR-heading-tertiary{display:block; margin-bottom:10px; margin-left:0px !important; padding:0px !important;}

/* MISC */
a{border-bottom:0px;}
.forceLCase{text-transform:lowercase !important;}
#request-demo{}
#request-demo a{border-bottom:none !important; margin:0px;}
#request-demo a img{margin-bottom:0px;}


/* sIFR classes */
.sIFR-flash {visibility: visible !important;margin: 0;padding: 0; border:0px;}
.sIFR-unloading .sIFR-flash {visibility: hidden !important;}
.sIFR-replaced, .sIFR-ignore {visibility: visible !important;}
.sIFR-alternate {position: absolute;left: 0;top: 0;width: 0;height: 0;display: block;overflow: hidden;}
.sIFR-replaced div.sIFR-fixfocus {margin: 0pt; padding: 0pt; overflow: auto; letter-spacing: 0px; float: none; }
.sIFR-dummy {width: 0px;height: 0px;margin-left: 42px;z-index: 0;}
/* SIFR */
.sIFR-active h3,.sIFR-active #toolbox h4,.sIFR-active #assetdet2 h4, .sIFR-h4{visibility: hidden;line-height: 1em;}
.sIFR-active h3, .sIFR-h3 {margin:0;margin-bottom:6px;text-transform:uppercase;font-size:18px;font-weight:bold;color:#ff9100;}/*4b4b4b*/
.sIFR-active h4, .sIFR-h4 {margin:0;margin-bottom:15px;text-transform:uppercase;font-size:12px;font-weight:normal;color:#ff9100;}
.sIFR-active h2, .sIFR-h2{margin:0;margin-bottom:15px;text-transform:uppercase;font-size:26px;font-weight:normal;color:#ff9100;}

.sIFR-no-margin{margin-bottom:0px !important;}
.sIFR-contact-header{margin-top:18px;}


#flagscontainer{float:right; margin-right:30px}
#flags li{float: left;background: none; padding:3; margin: 0; text-align:center;vertical-align:middle}
#flags li a  {padding:0; margin: 0;}

#logocontainer {width:100%;height:100%;border: 1px solid #e1e2e3; padding:20px 0px 0px 20px}
#logocontainer img {padding-bottom:10px}
#logocontaineruk img {padding-bottom:0px;margin-bottom:0px}
#logocontaineruk {width:100%;height:100%;border: 1px solid #e1e2e3; padding:0px 5px 0px 5px; display:block;}

ul.crosslist li {list-style: none; background: transparent url(../img/cross.gif) no-repeat left 0.3em; padding-left: 20px; margin-bottom: 0.8em; margin-top:10px; margin-left: 0 !important }
ul.ticklist li {list-style: none; background: transparent url(../img/tick.gif) no-repeat left 0.3em; padding-left:20px; margin-bottom: 0.8em; margin-top:10px; margin-left: 0 !important }
ul.normalchild li {list-style: none; background: transparent url(../img/list-marker.gif) no-repeat left 0.6em; padding-left: 8px; margin:2px; !important }

th.whitebackground {background-color:#fff}
td.greybackground{background-color: #f8f8f8}

#cvmailLoginForm {border: 1px solid #e1e2e3; padding:20px 20px 40px 20px}

/*this is hidden to tryt and stop spammers on your site*/
.contact {display:none}

/*paragraph was pushing the image out of the div*/
.clientslearnmore {position: relative; bottom: 10px}