/* ================ 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; }
p.ind {margin: 0 0 0 20px; }

a, a:visited { color: #0078ae; border-bottom: 1px dotted #dae7f2; text-decoration: none; }
	a:hover, a:focus { color: #75b2d5; }

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}
	#tertiary a {border-bottom: 0;}
ul ul {margin: .6em 0 0 1em;}
	#tertiary ul ul {margin-left: .5em;}
ol li {margin: .6em 0 0 1.5em;}

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}
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 20px 18px; }
h3 {font-size: 15px; color: #ff9100; text-transform: uppercase; }
	#main h3, .half h3, .last_half h3 {}
	#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; margin-left: 0; padding: .1em 0}
h4, h5, h6 {margin-bottom: 20px;}
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;}

.marginTop20 {margin-top: 20px;}
.marginTop15 {margin-top: 15px;}

/*-------------------------------------------
   LAYOUT
-------------------------------------------*/

#wrap { background: #fff; margin: 1.5em auto 1.5em auto; width: 960px; position: relative; }
#header {width: 100%; margin: 10px 0 0 0; float: left; padding:0px 0 0 0; clear: both;}
	#header h1 { float:left; background: url(../images/logo_reuters_media_us.gif) no-repeat top right; height: 76px; width: 935px; min-width: 930px; overflow: hidden; }
	#header h1 a { float:left; text-indent: -9999px; width:600px; background: url(../images/site-name2.png) no-repeat top left; margin: 16px 0 0 13px!important; display: block; overflow:hidden; border-bottom: none; height: 76px; }

#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;}
			#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  --*/
	#intro {float: left; width: 900px;  margin: 0 0 20px 20px;  display: inline; padding: 0 0 10px 0; border-bottom: 1px solid #dadada; } 
	#main {float: left; width: 644px;  margin: 0 20px 0 20px;  display: inline; padding: 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; display: inline; width: 174px; margin: 0px 28px 0 20px; padding: 0; }

/*-- the third level navigation - in this case right hand calls to action --*/
	#tertiary {float: left; width: 220px;  margin: 0 6px 0 10px; padding-left: 20px; border-left: 1px solid #dadada;}
		.callout {padding-left: 6px;}

	#adminContent {float: left; width:510px; padding: 0;}

.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: 950px; 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-size: 12px;}
#menubar a:hover {color: #666666;}
	#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;	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: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; text-transform: none; font-weight: normal!important; border-bottom: 1px solid #eee; text-align: left; outline: none;  }
	#menubar ul a.last {border-bottom: none;}
#menubar ul a:hover {font-weight: 700; color: #666!important;}


/*-------------------------------------------
    BREADCRUMB
-------------------------------------------*/

#breadcrumb {margin: .5em 0 0 16px;}
#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;}


/*-------------------------------------------
    subNav
-------------------------------------------*/


.subNav ul {list-style: none; width: 112px; margin-right: 20px; float: left;}
	.subNav li {margin: 0 0 2px 0!important; float: left; background: none; padding: 0; clear: both;}
	.subNav li a {border-bottom: none; background: #0183bf; width: 112px; float: left; clear: both; display: block; color: #fff!important; padding: 5px 0; text-indent: 10px; border-bottom: 0!important;}
	.subNav li a:hover, .subNav li.logout a:hover {background: #bababa; color: #fff;}
	.subNav li a#active {color: #555}
	.subNav li.logout a {background-color: #397c2c;}


/*-------------------------------------------
    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; 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:#fff; color:#787878; font-weight:bold; text-align: left; border-bottom: 1px solid #e2e2e2;}
			 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;  }
	label em {margin: 0 6px 0 6px; font-weight: bold;  color: #f00 !important;}
	.required {color: #f00 !important; font-weight: bold !important;}
.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;}

#accountSearch {border-bottom: 1px solid #dedede!important; padding: 0 0 20px 0;}
#accountSearch a {margin-left: 25px;}
#accountSearch label {float: left; margin: 0; padding: 0; text-transform: uppercase;}
#accountSearch #button {height: 24px;}

#form .frmRow {
	clear: both;
	margin-bottom: 6px;
	float: left;
	width: 400px;
}

#form.wide .frmRow {
	width: 646px;
}

#form .field {
	border: 1px solid #bababa;
	width: 250px;
	font: 1.2em "Arial";
	height: 19px;
	float: left;
	font-weight: normal;
	}
	
#form label {
	clear: both;
	width: 8em;
	display: block;
	font-size: 1em;
	float: left;
	text-align: right;
	padding-right: 5px;
	}
	
#submit {
	padding-left: 8.5em;
	margin-top: 15px;
}

#form .button {
	border: none;
	background: #B7CEE7;
	color: #fff;
	height: 18px;
	line-height: 18px;
	margin-left: 102px;
	padding-left: 4px;
	padding-right: 4px;
	}
	
#form .button:hover {
	border: none;
	background: #333;
	color: #fff;
	height: 18px;
	line-height: 18px;
	}
	
#form textarea {
	height: 150px!important;
	float: left;
	width: 500px;
	border: 1px solid #bababa;
	font: 1.2em "Arial";
	}
	
#form .radio {
	margin: 0;
}

#form.wide .checkboxRow {
	margin-left: 8.5em;
	width: 400px;
	margin-bottom: 15px;
	display: inline;
}

.checkboxRow .checkbox {
	float: left;
	width: 14px;
	display: inline;
}

.checkboxRow label {
	float: left;
	text-align: left!important;
	width: 300px!important;
	display: inline;
	clear: none!important;
	padding-top: 0px!important;
}

.checkboxRow span {
	margin-right: 10px;
}

.marginLeftLabel {
	margin-left: 9em;
}


	
/*-----------------------------------------
 * login popup
-----------------------------------------*/

#login {
	position: absolute;
	top: 0;
	right: 0;
}

#loginPosition {
	position: absolute;
	top: 0;
	right: 0;
}

a#fadeInOut {
	width: 125px;
	height: 33px;
	float: left;
	display: block;
	padding-top: 4px; 
	border-bottom: 0; 
	position: absolute;
	top: 90px;
	right: 24px;
	font-size: 1.1em;
	color: #666666;
	text-indent: 18px;
}

a#fadeInOut:hover {
	background: url(../images/loginHover.gif) 0 0 no-repeat;
	width: 125px;
	height: 33px;
	margin-top: -4px;
	padding-top: 8px;
}

a#fadeInOut.active {
	background: url(../images/loginHover.gif) 0 0 no-repeat;
	width: 125px;
	height: 33px;
	margin-top: -4px;
	padding-top: 8px;
}

div.mover {
	display: none;
	background: url(../images/loginTop.gif) no-repeat 0 0;
	position: absolute;
	top: 110px;
	right: 24px;
	_right: 14px;
	width: 269px;
	z-index: 100;
	
	border: none;
	
	text-align: left;
	padding: 0;
	margin-left: 0px;
	margin-top: 5px;
	color: #778899;
	font-size: 11px;
}

#signin_menu {
	width: 269px;
	border: none;
	
	text-align: left;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	margin: 0px 0 0 10px;
	margin-top: 5px;
	color: #778899;
	font-size: 11px;
}

#signin_menu label {
	width: 65px;
	float: left;
	padding-top: 3px;
}

#signin_menu .field {
	border: solid #9dcbdf 1px;
	height: 20px;
	float: left;
	width: 143px;
	font-size: 1.2em;
}

#signin_menu input {
	float: left;
}

#signin_menu p {
	clear: both;
	float: left;
	margin-bottom: 5px;
	width: 250px;
}

#signin_menu .remember {
	margin-left: 65px;
	width: 165px;
	display: inline;
}

.loginBottom {
	background: url(../images/loginBottom.gif) no-repeat 0 0;
	width: 269px;
	height: 7px!important;
	overflow: hidden;
	float: left;
	display: block;
	margin-bottom: 0;
	padding-bottom: 0;
}
	
.pusher {
	cursor: pointer;
}
	
#signin_menu span {
	color: #ff0000;
	float: left;
	margin-left: 65px;
	width: 175px;
}
	
	
/* home */

#intro img {
	float: left;
}

#introtext {
	width: 460px;
	margin: 0 0 0 15px;
	float: left;
}

#introtext p {
	width: 460px;
}
	
.cols2 {
	width: 313px;
	margin: 0 17px 0 0;
	float: left;
	background: #77a22f;
	color: #ffffff;
	min-height: 510px;
	_height: 530px;
}

.cols2 ul {
	width: 275px;
	margin-left: 11px;
	clear: both;
}

.cols2 ul li {
	color: #fff;
	padding-left: 10px;
	background: url(../images/bulletWhite.gif) 0 7px no-repeat;
}

.blue {
	margin-right: 0;
	background: #0183bf;
}

.subBullets {
	margin-top: 20px;
	float: left;
}

.subBullets ul {
	color: #727272;
	margin-left: 20px;
	clear: both;
}

.subBullets ul li {
	color: #727272;
	list-style: disc;
	padding-left: 0;
}

/* titles */

h3.delivery span, h3.keyFeatures span, h3.benefits span, h3.sampleLayouts span {visibility: hidden;}
h3.delivery {width: 138px; height: 13px; float: left; display: block; background: url(../images/titleDelivery.gif) 0 0 no-repeat; margin-bottom: 20px;}
h3.keyFeatures {width: 118px; height: 13px; float: left; display: block; background: url(../images/titleKeyFeatures.gif) 0 0 no-repeat; margin: 10px 0 10px 10px; _margin: 5px 0 5px 5px;}
h3.benefits {width: 77px; height: 13px; float: left; display: block; background: url(../images/titleBenfits.gif) 0 0 no-repeat; margin: 10px 0 10px 10px; _margin: 5px 0 5px 5px;}
h3.sampleLayouts {width: 133px; height: 13px; float: left; display: block; background: url(../images/titleSampleLayouts.gif) 0 0 no-repeat; margin: 0 0 10px 10px;}

/* sample layouts */

#samples {
	margin-bottom: 20px;
	float: left;
}

#samples a {
	padding-bottom: 0px!important;
	margin-bottom: 0px!important;
}

#samples img {
	margin: 0;
}

/*======== layouts page ===========*/

.layoutPod {
	margin-bottom: 20px;
	float: left;
}

.cols4 {
	float: left;
	width: 156px;
	margin-right: 6px;
}

.layoutPod .cols4 a {
	border-bottom: 0;
}

.layoutPod .cols4 a.pdfLink {
	background: url(../images/iconPdf.gif) 0 0 no-repeat!important;
	padding-left: 20px;
	height: 20px;
	float: left;
	margin-right: 4px;
	display: block;
}

.cols4 span {
	float: left;
	margin-right: 4px;
}

.cols4 p {
	margin-top: 6px;
	margin-bottom: 0;
}

.cols4 a img {
	margin: 0;
	
}

.noMargin {
	margin: 0;
}


/* account page */

.menu_list {
	width: 645px;
}
.menu_head {
	padding: 10px 10px;
	cursor: pointer;
	position: relative;
	margin:1px;
	background: #397c2c url(../images/btnUp.png) center right no-repeat;
	color: #fff;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 16px;
	
}

.blue {
	background-color: #0183bf;
}

.menu_body {
	display:none;
	padding: 20px 10px;
	background: #fff!important;
}
.menu_body a {
	display:block;
	color:#006699;
	background-color:#ffffff;
	font-weight: normal;
	text-decoration:none;
	border-bottom: 0;
}
.menu_body a:hover {
	color: #000000;
	text-decoration:underline;
}

.dlModule {
	border-bottom: 1px solid #bababa;
	margin-bottom: 20px;
	padding-bottom: 25px;
}

.noBorder {
	border-bottom: 0;
	margin-bottom: 0;
}

.menu_body table, .menu_body table tr td, .menu_body table tr th {
	margin: 0;
	padding: 0;
}

.menu_body table tr th {
	border-bottom: 0;
}

.menu_body h4 {
	color: #666;
}

.menu_body input {
	float: left;
	margin-right: 3px;
	margin-top: 2px;
}

.menu_body label {
	float: left;
	margin-right: 11px;
}


#secondary h6 {background: #397c2c; color: #fff; padding: 3px 0 2px 5px; margin-left: -5px;}

.half .frmRow {min-height: 50px; _height: 50px;}

/*------------------------------------------
    IE 6 and 7 OVERRIDES
-------------------------------------------*/
* html body  ol li {margin: .6em 0 0 26px}
* + html body  ol li { margin: .6em 0 0 26px; }

* html body h2 {margin-left: 20px}
* + html body h2 {margin-left: 20px}

* html #header h1 a {margin: 0 0 0 8px;}
* + html body #header h1 a {margin: 0 0 0 8px;}

* html #search p {margin: 5px 0 0 0}
* + html body #search p {margin: 5px 0 0 0}

* html #breadcrumb {margin-left: 23px;}
* + html {margin-left: 23px;}


* + html body #menuwrapper, * + html body #menubar ul a {height: 1%;}
* + html body a:active {width: auto;}
