/* Main scaffolding */
body
{
	margin: 0px !important;
	padding: 0px !important;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt !important;
	line-height: 13pt !important;
}

div.main
{
	width: 1000px;
	margin: 20px auto;
	background-color: #fff;
}

div.h1-bottom
{
	height:16px;
	border-top: solid 1px #9f9f9f;
}


/* Header */

div.header
{
	width: 100%;
	height: 121px;
	border-bottom: solid 2px #f00;
}

div.header-right
{
	width: 437px;
	float: right;
}

div.header-right-row1
{
	width: 100%;
	/*width: 203px;*/
	height: 23px;
	border-bottom: solid 1px #9f9f9f;
	padding-bottom: 2px;
}

div.header-right-row1 img
{
	width: 0px;
	height: 100%;
	vertical-align: baseline;
}	

div.header-right-row2
{
	width: 100%;
	/*width: 203px;*/
	height: 52px;
	border-bottom: solid 1px #9f9f9f;
}

div.header-right-top
{
	width: 437px;
	height: 28px;
	padding-left: 6px;
	background: url(../images/rl1/date-nasdaq.png) no-repeat;
}

/*div.header-right-top img.blankpix
{
	width: 0px;
	height: 100%;
	vertical-align: middle;
}*/

div.header-right-date
{
	float: left;
	position: relative;
	top: 6px;
	width: 214px;
	height: 28px;
}

div.header-right-nasdaq
{
	float: left;
	position: relative;
	top: 6px;
	height: 28px;
	padding-left: 5px;
}

span.nasdaq-value
{
	color:#535353;
	margin-right:6px;
}

span.nasdaq-up
{
	color: #4FAC24;
}

span.nasdaq-down
{
	color: #f00;
}

div.header-search
{
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
}

form#cse-search-box div input
{
	width: 175px;
	border: solid 1px #C9C9C9;
}

div.header-newsletter
{
	margin-top: 5px;
}


/* Top menu */

div.top-menu
{
	width: 100%;
	height: 28px;
	margin-top: 3px;
	background: url(../images/rl1/topmenu/top-menu.png) no-repeat;
}

div.top-menu a
{
	/*margin-right: 18px;*/
	color: #000;
	text-decoration: none;
}

div.top-menu img.top-menu-home
{
	width: 26px;
	height: 28px;
	margin-top: 0px;
	padding-top: 0px;
}

div.top-menu-right
{
	float: right;
	height: 100%;
}

.top-menu-bottom
{
	height: 14px;
	border-bottom: solid 1px #a0a0a0;
}

div.top-menu-sub
{
	/*position: absolute;
	z-index: 10;*/
	height: 0px;
	width: 1000px;
	line-height: 0px;
	background: none no-repeat;
}

div.top-menu-sub img.blankpix
{
	/*width: 60px;*/
	width: 10px;
	height: 25px;
	vertical-align: text-bottom;
}

div.top-menu-sub li
{
	margin-right: 15px;
}


/* Bottom menu */

div.bottom-menu
{
	width: 100%;
	height: 27px;
	border-top: solid 2px #f00;
	border-bottom: solid 2px #f00;
}

div.bottom-menu div
{
	padding-top: 5px;
}

div.bottom-menu-left
{
	margin-left: 10px;
}

div.bottom-menu-left a
{
	margin-right: 18px;
}

div.bottom-menu-right
{
	float: right;
	margin-right: 10px;
}

div.bottom-menu-right a
{
	margin-left: 18px;
}


/* Common to menus */

div.top-menu ul, div.bottom-menu ul
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

div.top-menu li, div.bottom-menu li
{
	display: inline;
	margin: 0px;
	padding: 0px;
}


/* Indexel menu */

div.indexel-menu
{
	width: 100%;
	height: 25px;
	margin-top: 17px;
	margin-bottom: 17px;
	background-color: #a0a0a0;
	color: #fff;
}

div.indexel-menu div
{
	padding-top: 3pt;
}


/* Top & bottom banner */
div.large-banner
{
	width: 1000px;
	height: 90px;
	background-color: #E5E5E5;
}

div.large-banner-content
{
	width: 728px;
	height: 100%;
	margin: 0px auto;
	border-left: solid 2px #fff;
	border-right: solid 2px #fff;
}

div.top-banner-header
{
	height: 29px;
}

div.bottom-banner-header
{
	height: 21px;
}

div.top-banner-header img.blankpix, div.bottom-banner-header img.blankpix
{
	width: 0px;
	height: 100%;
	vertical-align: text-bottom;
}

div.top-banner-footer, div.bottom-banner-footer
{
	width: 100%;
	height: 15px;
	border-bottom: solid 1px #a0a0a0;
}


/* Right column */

div.news-box-top
{
	width: 100%;
	height: 28px;
	background: url(../images/rl1/news-box-top.png) no-repeat;
}

div.news-box-title
{
  float: left;
  height: 28px;
  padding-left: 11px;
  line-height: 28px;
}

div.news-box-feed, div.news-box-twitter
{
	float: right;
	width: 21px;
	height: 28px;
	margin-right: 4px;
}

div.news-box-feed img, div.news-box-twitter img
{
	width: 21px;
	height: 28px;
}

div.news-box-borders
{
	height: 264px;
	position: relative; /* HACK: required by IE if there is an overflow: hidden */
	border: solid 1px #C9C9C9;
	border-top-width: 0px;
	padding: 1px;
	overflow: hidden;
}

div.news-box-items
{
	position: relative;
}

tr.news-box-item-even, tr.news-box-item-odd
{
	width: 280px; /* total: 296px */
	height: 44px;
}

td.news-box-item-even
{
	background-color: #f6f6f7;
}

td.news-box-item-odd
{
	background-color: #fff;
}

div.news-box-bottom
{
	width: 100%;
	height: 36px;
	border-bottom: solid 1px #a0a0a0;
	background: url(../images/rl1/all-news.jpg) no-repeat top center;
}

div.rect-ad-top
{
	height: 29px;
	text-align: right;
}

div.rect-ad-top img.blankpix
{
	width: 0px;
	height: 100%;
	vertical-align: text-bottom;
}

div.rect-ad
{
	/*height: 645px;*/
	padding-bottom: 15px;
	border-bottom: solid 1px #a0a0a0;
}

div.collection-box
{
	margin-top: 15px;
	padding-bottom: 3pt; /* Was 16px: there is alredy the padding-bottom of the latest P */
	border-bottom: solid 1px #a0a0a0;
}

div.glossary-box
{
	margin-top: 15px;
	padding-bottom: 16px;
	border-bottom: solid 1px #a0a0a0;
}

div.adsense-box
{
	width: 300px;
	height: 250px;
	margin-top: 15px;
}


/* Footer */

div.footer
{
	width: 100%;
}

div.footer-top
{
	width: 100%;
	height: 17px;
	border-bottom: solid 1px #a0a0a0;
}

div.footer-pagetop
{
	width: 100%;
	height: 48px;
	border-bottom: solid 1px #a0a0a0;
	text-align: center;
}

div.footer-pagetop img.blankpix
{
	width: 0px;
	height: 100%;
	vertical-align: middle;
}

div.footer-pagetop a
{
	color: #000;
	text-decoration: none;
}


/* Newsletter page*/

div.newsletter-email input
{
	width: 176px;
	height: 15px;
	border: solid 1px #A0A0A0;
	padding-top: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

div.newsletter-email td span
{
	padding-left: 8px;
	background: url(../images/rl1/newsletter-arrow.gif) no-repeat 0px 3px;
}

div.newsletter-email a
{
	color: #f00;
	font-weight: bold;
	text-decoration: none;
}

div.newsletter-email a:hover
{
	text-decoration: underline;
}

div#newsletter-error
{
	height: 25px;
}

div#newsletter-error img.blankpix
{
	width: 0px;
	height: 100%;
	margin-left: 230px;
	vertical-align: middle;
}

div.newsletter-example
{
	width: 100%;
	height: 74px;
	/*text-align: center;*/
}

div.newsletter-example img.blankpix
{
	width: 0px;
	height: 100%;
	margin-left: 230px;
	vertical-align: middle;
}

div.newsletter-example a
{
	color: #000;
}

div.newsletter-footer
{
	width: 100%;
	height: 60px; /* was height: 176px */
	background: url(../images/rl1/newsletter-footer.png) no-repeat left top;
}


/* Home */

div.headline-title
{
	padding-bottom: 3px;
}

div.headline-title a
{
	color: #000;
}

div.headlines-bottom
{
	width: 100%;
	height: 16px;
	border-bottom: solid 1px #a0a0a0;
}

div.home-left li
{
	background: url(../images/rl1/news-box-arrow-even.gif) no-repeat 0pt 5pt;
	padding-left: 12px;
	padding-top: 1pt;
	padding-bottom: 1pt;
}

div.home-left li a
{
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

div.home-left li a:hover
{
	text-decoration: underline;
}

div.home-new-block
{
	padding-bottom: 16px;
}

div.home-new-block-bottom
{
	height:16px;
	line-height:16px;
	border-top: solid 1px #a0a0a0;
}

div.home-blog-top
{
	height: 28px;
	background: url(../images/rl1/home-blog-top.png) no-repeat;
}

div.home-blog-top span
{
	position: relative;
	top: 5px;
	left: 10px;
}

div.home-blog-content
{
	width: 328px;
	border-left: solid 1px #000;
	border-right: solid 1px #000;
}

span.home-blog-link
{
	color: #f00;
	cursor: pointer;
	text-decoration: underline;
}

div.home-blog-bottom
{
	width:328px;
	height: 16px;
	margin: 0px 1px;
	border-top: solid 1px #000;
}

div.home-blog-form input, div.home-blog-form textarea
{
	width: 170px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

div.home-blog-form td span
{
	padding-left: 8px;
	background: url(../images/rl1/newsletter-arrow.gif) no-repeat 0px 3px;
}

div.home-blog-form .form-error-msg
{
	color: #f00;
}

div.home-video-top
{
	height: 28px;
	background: url(../images/rl1/home-video-top.png) no-repeat;
}

div.home-video-top span
{
	position: relative;
	top: 5px;
	left: 10px;
}

div.home-video-content
{
	width: 328px;
	border-left: solid 1px #C9C9C9;
	border-right: solid 1px #C9C9C9;
	border-bottom: solid 1px #C9C9C9;
}


/* News */

div.news-toolbar1
{
	margin-top: 12px;
	border-bottom: solid 1px #9f9f9f;
	border-top: solid 1px #9f9f9f;
}

div.news-toolbar1 div a
{
	margin-left: 18px;
}

div.news-toolbar1 img.blankpix
{
	width: 0px;
	height: 26px;
	vertical-align: middle;
}

div.news-share li
{
	display: inline;
	margin-left: 0px;
	padding-left: 10px;
}

div.news-share img.blankpix
{
	width: 0px;
	height: 20px;
	vertical-align: middle;
}

div.summary-image, td.summary-image
{
	padding: 3px 20px 0px 0px;
}

div.news-list-small
{
	padding-top: 1pt;
	padding-bottom: 1pt;
	padding-left: 15px;
	background: url(../images/rl1/red-square.png) no-repeat 0pt 6pt;
}


/* Collection */

div.collection-sumary
{
	margin-bottom: 16px;
}


/* Friend */

div.friend-form input
{
	width: 175px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

div.friend-form td span
{
	padding-left: 8px;
	background: url(../images/rl1/newsletter-arrow.gif) no-repeat 0px 3px;
}

div.friend-form .form-error-msg
{
	color: #f00;
}


/* Map */
div.map-top li
{
	background: url(../images/rl1/news-box-arrow-even.gif) no-repeat 0pt 5pt;
	padding-left: 12px;
	padding-bottom: 6pt;
}

div.map-border
{
	padding: 1px 4px;
	border: solid 1px #C9C9C9;
}


/* White papers */
.new_whitepaper
{
	float: right;
	width: 144px;
	height: 50px;
	padding: 7px;
	background: url(../images/rl1/new_whitepaper_bg.gif) no-repeat;
}

.new_whitepaper .formatted-link a
{
	text-decoration: none;
}

.new_whitepaper .formatted-link a:hover
{
	text-decoration: underline;
}

.whitepaper_sort_filter
{
	height: 25px;
	padding: 16px 0px;
	margin-top: 33px;
	border-top: solid 1px #9f9f9f;
	border-bottom: solid 1px #9f9f9f;
}

.whitepaper_sort_filter div
{
	line-height: 25px;
}

.whitepaper_sort_off a
{
	color: #4f4f4f;
	text-decoration: none;
}

.whitepaper_sort_on a
{
	color: #000;
	text-decoration: underline;
}

.whitepaper_list_item
{
	padding: 20px 0px; 
	border-bottom: solid 1px #9f9f9f;
}

.whitepaper_list_item table, .whitepaper_show table
{
	width: 100%;
}

.whitepaper_list_item .sumimg, .whitepaper_show .sumimg
{
	width: 95px;
	padding-right: 13px;
	vertical-align: top;
}

.whitepaper_list_item .sumimg img, .whitepaper_show .sumimg img
{
	border: solid 1px #cbcbcb;
}

.whitepaper_list_item .text, .whitepaper_show .text
{
	padding-right: 13px;
	vertical-align: top;
}

.whitepaper_list_item .right_block, .whitepaper_show .right_block
{
	width: 138px;
	padding: 10px;
	background-color: #f6f6f7;
	color: #4f4f4f;
	vertical-align: top;
}

.whitepaper_list_item .link
{
	padding-bottom: 6px;
	vertical-align: bottom;
}

.whitepaper_list_item .formatted-link
{
	margin-bottom: 0px;
}

.whitepaper_show
{
	padding-bottom: 33px;
}

.whitepaper_show .title
{
	font-size: 24pt;
	line-height: normal;
	padding-bottom: 12px;
}

.whitepaper_form_container
{
	padding: 10px 10px 15px 10px;
	background-color: #f6f6f7;
}

.whitepaper_form_container .lead
{
	padding-bottom: 20px;
}

#whitepaper_form .form_row
{
	clear: both;
	padding-top: 5px;
}

#whitepaper_form div.form_field
{
	float: left;
}

#whitepaper_form div.form_field_hsep
{
	float: left;
	width: 38px;
}

#whitepaper_form input.input_short,
#whitepaper_form select.input_short,
#whitepaper_form input.input_long
{
	height: 22px;
	border: solid 2px #e6e6e7;
	line-height: 22px;
}

#whitepaper_form input.input_short
{
	width: 206px;
}

#whitepaper_form select.input_short
{
	width: 210px;
}

#whitepaper_form input.input_long
{
	width: 454px;
}

.form_required
{
	color: #f00;
	font-weight: bold;
}

.form-error-msg
{
	color: #f00;
}

#whitepaper_form .form_send_publisher_text
{
	font-size: 10px;
	line-height: normal;
}

#whitepaper_form .form_submit
{
	color: #f00;
	text-decoration: underline;
	cursor: pointer;
}

.whitepaper_cnil, .whitepaper_cnil a
{
	color: #5f5f5f;
	font-size: 10px;
	line-height: normal;
}

.whitepaper_cnil
{
	padding-top: 15px;
}

.whitepaper_toolbar1
{
	height: 26px;
	margin-top: 35px;
	border-bottom: solid 1px #9f9f9f;
	border-top: solid 1px #9f9f9f;
}

.whitepaper_toolbar1 .column
{
	line-height: 26px;
	font-size: 8pt;
}

.whitepaper_toolbar1 li
{
	display: inline;
	padding-left: 10px;
}

.whitepaper_toolbar1 li img
{
	padding-top: 5px;
}

.whitepaper_toolbar1 a.right
{
	margin-left: 18px;
}


/* Pagination */

.pagination
{
  padding: 25px 0px 8px 0px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}

.pagination a
{
  color: #000;
  font-size: 14px;
  font-weight: normal;
}

.pagination a.previous, .pagination a.next
{
  color: #f00;
  font-weight: bold;
}
