/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


body
{
  background-image:url(/images/metalab/public/bg_body.png);
  background-repeat:repeat-x;
  background-position:top;
  background-color:#FFFFFF;
  font-family:Helvetica;
  font-size:12px;
}

a
{
  text-decoration:none;
}

div.clear
{
  clear:both;
}

/*#flash
{
  width:500px;
  margin:auto;
}*/



div.static_page
{
  margin-left:50px !important;
  margin-top:50px !important;
  float:left;
  font-size:13px !important;
  color:#1c1c1c !important;
  width:550px;
}

div.static_page p, div.static_page ul
{
  padding-top:8px !important;
  line-height:16px;
}

div.static_page ul li a{
    color:#000;
    text-decoration:none;
}

div.static_page ul li a:hover{
    text-decoration:underline;
}


div.static_page div.paragraph.with_image p, div.static_page div.paragraph.with_image ul
{
  padding-top:10px !important;
  line-height:16px;
}

div.paragraph
{
  padding-top:15px;
  font-size:13px;
  position:relative;
  min-width:380px;  
}

div.cat_page_about div.paragraph
{
  padding-bottom:15px; 
}

div.cat_page_about div.paragraph.team
{
  padding-bottom:0; 
}

div.cat_page_about div.paragraph.team
{
}

div.cat_page_about div.with_image.paragraph.team
{
  padding-top:15px; 
}

div.paragraph.with_image.team div.body
{
  min-height:40px;
}

div.paragraph.with_image div.body
{
  min-height:140px;
}

div.paragraph li
{
  padding-left:15px;  
  list-style-type:circle;
  list-style-position:inside;
}

div.paragraph b, div.paragraph strong
{
  color:#167fc2;
}

div.paragraph .orange { color:#ffa811 !important; }
div.paragraph .blue { color:#167fc2 !important; }
div.paragraph .black { color:#2b2b2b !important; }


div.with_image
{
  padding-left:265px;
  position:relative;
  min-width:380px;
  margin-bottom:25px;
}

div.with_image.team
{
  padding-left:100px;
  min-width:380px;

  margin-bottom:25px;
}

div.paragraph h2
{
  color:#ffa811 !important;
  font-size:17px !important;
  text-align:left !important;
  padding-top:0 !important;  
  line-height:normal !important;
  font-family:Helvetica !important;
  font-weight:bold !important;
}


div.paragraph.with_image h2
{
  
  padding-top:5px !important; 
}

div.paragraph.with_image.team h2
{
  padding-top:0 !important; 
}

div.static_page div.nav a
{
  margin-top:30px;
}

div.static_page div.nav a
{
  color:#a7a5a2;
  font-size:12px;
  display:block;
}

div.static_page div.nav a.previous_page
{
  float:left;
}

div.static_page div.nav a.next_page
{
  float:right;
}

div.paragraph div.image
{
  background-image:url(/images/metalab/public/bg_border_image.png);
  background-repeat:no-repeat;
  background-position:top left;
  width:231px;
  height:171px;
  padding-left:7px;
  padding-top:7px;
  padding-right:9px;
  padding-bottom:9px;
  display:block;
  position:absolute;
  left:0;
  top:18px;
}

div.paragraph div.image a
{
  display:block;
  position:relative;
}

div.paragraph div.image a img.bt_plus
{
  position:absolute;
  right:3px;
  bottom:3px;
}

div.paragraph div.team_image
{
  background-image:url(/images/metalab/public/bg_border_team_image.png);
  background-repeat:no-repeat;
  background-position:top left;
  width:85px;
  height:85px;
  padding:3px;
  display:block;
  position:absolute;
  left:0;
}

div.paragraph div.team_image a
{
  display:block;
  position:relative;
}

div.paragraph div.team_image a img.bt_plus
{
  position:absolute;
  right:7px;
  bottom:1px;
}

div.biography
{

}



h2.main_title
{
  font-size:18px;
  font-weight:bold;
  padding-top:20px;
  padding-bottom:20px;
  margin-bottom:20px;
  padding-left:5px;
  background-image:url(/images/metalab/public/bg_hr.png);
  background-repeat:repeat-x;
  background-position:bottom;
}

form.styled_form input.text {
  display:block;
  float:left;
  padding:0;
  margin:0;
  background-image:url(/images/metalab/bg_input_text_small.png);
  background-position:top;
  background-repeat:no-repeat;
  border:0;
  width:189px;
  line-height:14px;
  padding-bottom:8px;
  padding-top:7px;
  padding-left:10px;
  font-size:12px;
}

form.styled_form input.checkbox {

  margin-top:8px;
}


form.styled_form label
{
  display:block;
  float:left;
  height:29px;
  line-height:29px;
  width:180px;
  padding-right:20px;
  text-align:right;
  font-size:13px;
  color:#55524d;
  font-weight:bold;
}

form.styled_form > div
{
  padding-bottom:12px;
}

form.styled_form .side_link
{
  display:block;
  float:left;
  height:29px;
  line-height:29px;
  margin-left:260px;
  text-decoration:underline;
  color:#55524d;
}

form.styled_form .side_link > a
{
  color:#55524d;
  font-weight:bold;
}

.invisible
{
  display:none;
}

div.orange_button
{
  background-image:url(/images/metalab/bt_orange.png);
  background-position:left 0;
  background-repeat:no-repeat;
  padding-left:7px;
  height:29px;
  float:left;
}

div.orange_button_right
{
  background-image:url(/images/metalab/bt_orange.png);
  background-position:right -29px;
  background-repeat:no-repeat;
  padding-right:7px;
  float:left;
}

div.orange_button_content
{
  background-image:url(/images/metalab/bt_orange.png);
  background-position:0 -58px;
  background-repeat:repeat-x;
  padding-top:6px;
  padding-bottom:7px;
  height:16px;
  line-height:16px;
  color:#FFFFFF;
  float:left;
}

div.orange_button_content a
{
  color:#FFFFFF;
  text-decoration:none;
  font-weight:bold;
}

#password_reset_form, #frmAuthOpenID
{
  margin-top:20px;
}

span.readonly_email
{
  height:29px;
  line-height:29px;
  font-weight:bold;
}


span.picto, a.picto
{
  display:block;
  width:16px;
  height:16px;
  float:left;
  background-image: url(/images/metalab/pictos_toolbar.png);
  background-repeat: no-repeat;
}
span.close, a.close { background-position:0 -144px; }

/*****************************************************************************************

                       HEADER

*****************************************************************************************/
#header
{
  height:110px;
  position:relative;
  width:1024px;
  margin-right:auto;
  margin-left:auto;
}

#header a.logo
{
  display:block;
  position:absolute;
  width:135px;
  height:36px;
  top:55px;
  /*left:165px;*/
  left:0;
}

#header ul.box
{
  display:block;
  position:absolute;  
  top:74px;
  left:480px;
}

#header ul.box li
{
  display:block;
  float:left;
  height:20px;
  line-height:20px;  
}

#header ul.box li > a
{
  display:block;  
}

#header ul.box li > a > span
{
  display:block;  
  padding-left:15px;
  padding-right:15px;
}

#header ul.box li.active > a > span
{
  background-image:url(/images/metalab/public/bg_menu_item.png);
  background-repeat:repeat-x;
  background-position:left -40px;
  padding-left:9px;
  padding-right:9px;
}

#header ul.box li.active
{
  background-image:url(/images/metalab/public/bg_menu_item.png);
  background-repeat:no-repeat;
  background-position:0 0;  
   padding-left:6px;
}

#header ul.box li.active a
{
  color:#242221;
  background-image:url(/images/metalab/public/bg_menu_item.png);
  background-repeat:no-repeat;
  background-position:right -20px;
  padding-right:6px;
}

#header ul.box a
{
  color:#999999;
  font-weight:bold;
}

#header ul.box a:hover
{
  color:#FFFFFF;
}

#header li.white_menu_item a
{
  color:#FFFFFF;
}

/*****************************************************************************************

                       PAGE

*****************************************************************************************/
#page
{
  /*background-image:url(/images/metalab/public/bg_header_shadow.png);
  background-repeat:no-repeat;
  background-position:0 0;*/
  width:1024px;
  /*width:1189px;
  padding-left:165px;*/
  margin-right:auto;
  margin-left:auto;
}

#page h1
{
  font-size:20px;
  text-align:center;  
  font-family:Verdana;
  font-weight:normal;
  line-height:50px;
  padding-top:24px;
}

#page div.static_page h1
{
	text-align:left;
	color:#FFA811 !important;
	padding-top:0;
	margin-top:6px;
}

/*****************************************************************************************

                       FOOTER

*****************************************************************************************/


#footer
{
  background-image:url(/images/metalab/public/bg_footer.png);
  background-repeat:repeat-x;
  height:74px;
  margin-top:35px;
  position:relative;
  
}

#footer ul.links
{  
  margin-left:auto;
  margin-right:auto;
  padding-top:20px;
  width:1000px;
}

#footer ul.links li
{
  float:right;
  padding-right:5px;
  padding-left:5px;
  line-height:16px;
  height:16px;
}

#footer ul.links li.last:before {
 content: '|';
 color:#666;
 padding-right:5px;
}

#footer ul.links li a, #footer ul.links li span
{
  color:#666;
}

#footer div.copyright
{
  
  line-height:16px;
  height:16px;
  color:#666;
  padding-top:20px;
  float:left;
}

#footer div.copyright img
{
  vertical-align:middle;
}


/*****************************************************************************************

                       HOME

*****************************************************************************************/
div.top_home
{
  height:125px;
  /*background-image:url(/images/metalab/public/bg_hr.png);
  background-repeat:repeat-x;
  background-position:bottom;*/
}

form.home_search_form
{
  margin-top:20px;
  width:533px;
  margin-left:auto;
  margin-right:auto;
  
}

form.home_search_form i
{
  color:#191817;
  display:block;
  padding-left:10px;
  padding-top:5px;
  font-size:11px;
}

form.home_search_form div.input_search
{
  background-image:url(/images/metalab/public/bg_input_search.png);
  background-repeat:no-repeat;
  background-position:top left;
  width:401px;
  height:31px;
  text-align:left;
  float:left;
}

form.home_search_form div.image_submit
{
  width:132px;
  height:31px;
  float:left;
  position:relative;
}

form.home_search_form div.image_submit input
{
  position:absolute;
  top:0; left:0;
}

form.home_search_form div.image_submit span
{
  display:block;
  position:absolute;
  z-index:88888;
  font-weight:bold;
  line-height:31px;
  padding-left:40px;
  cursor:pointer;
  top:0; left:0;
  font-size:14px;
}

form.home_search_form div.input_search input
{
  width:525px;
  padding-left:3px !important;
  padding-right:3px !important;
  border:0 !important;
  height:13px !important;
  padding-top:9px !important;
  padding-bottom:9px !important;
  background:0 !important;
}

div.bottom_home
{
  padding-top:33px;
  width:857px;
  margin-left:auto;
  margin-right:auto;
}

div.bottom_home a.learn_more
{
  display:block;
  width:122px;
  height:29px;
  line-height:28px;
  text-align:center;
  padding-right:30px;
  color:#FFFFFF;
  background-image:url(/images/metalab/public/bg_bt_home_read_more.png);
  background-repeat:no-repeat;
  background-position:top left;
  font-size:12px;
  font-weight:bold;
}

div.home_screenshots
{  
  float:left;
  position:relative;
}

div.home_screenshots img.plus
{
  position:absolute;
  right:13px;
  bottom:13px;
  cursor:pointer;
}

div.home_screenshots img.launch_text
{
  position:absolute;
  left:7px;
  top:106px;
}

div.bottom_home ul.home_list
{
  float:left;
  color:#232120;
  font-size:16px;
  line-height:20px;
  width:325px;
  padding-left:35px;
  padding-top:35px;
}

div.bottom_home ul.home_list li
{
  margin-bottom:30px;
  background-image:url(/images/metalab/public/puce_home.png);
  background-repeat:no-repeat;
  background-position:top left;
  padding-left:36px;
}

div.bottom_home ul.home_list li.button
{
  background:0;
}

div.bottom_home ul.home_list li.button input.email
{
  
  background-image:url(/images/metalab/public/bg_home_input_email.png);
  background-repeat:no-repeat;
  background-position:top left;
  width:252px;
  height:28px !important;
  line-height:12px !important;
  margin:0 !important;
  padding:0 !important;
  border:0 !important;
  font-size:12px;
  padding-top:5px !important;
  display:block;
  float:left;
}

div.bottom_home ul.home_list li.button label.email
{
  color:#47a0dd; 
  font-size:15px;
  font-weight:bold;
  padding-bottom:8px;
  display:block;
}

div.bottom_home ul.home_list li.button input.submit
{
  background:0 !important;
  background-image:url(/images/metalab/public/bt_ok_home.png) !important;
  background-repeat:no-repeat !important;
  background-position:top left !important;
  width:33px !important;
  height:28px !important;
  line-height:12px !important;
  margin:0 !important;
  padding:0 !important;
  border:0 !important;
  font-size:12px;
  display:block;
  float:left;
  color:#FFFFFF;
}

div.bottom_home ul.home_list li div.fieldWithErrors
{
  border:0 !important;
  display:block !important;
  float:left !important;
  margin:0 !important;
  padding:0 !important;
  border:0 !important;
}


/*****************************************************************************************

                       ABOUT

*****************************************************************************************/


ul.about_sidebar
{
  width:271px;
  min-height:568px;
  background-image:url(/images/metalab/public/bg_border_sidebar.png);
  background-repeat:no-repeat;
  background-position:252px top;
  float:left;
  margin-top:15px;
  padding-top:50px;
}

ul.about_sidebar li
{
  background-image:url(/images/metalab/public/bg_menu_separator.png);
  background-repeat:repeat-x;
  background-position:top;
  height:42px;
  line-height:40px;
  width:260px;
  overflow:visible;
}

ul.about_sidebar li.last
{

  background-image:url(/images/metalab/public/bg_last_menu.png);
}

ul.about_sidebar li a
{
  font-weight:bold;
  color:#a7a5a2;
  font-size:13px;
  display:block;
  height:42px;
  line-height:40px;
  padding-left:35px;    
}

ul.about_sidebar li a.active, ul.about_sidebar li a:hover
{
  color:#22211f;
} 

ul.about_sidebar li a.active
{
  background-image:url(/images/metalab/public/bg_menu_on.png);
  background-repeat:no-repeat;
  width:271px;
}

.signup_block{
    width:500px;
    margin:0;
    display:block;
    float:left;
}
.signup_block p{
    color:#55524D;
    font-size:13px;
    padding-bottom:10px;
}
.cgv_link{
    text-align:center;
    padding-top:15px;
}

div.cgv_link
{
  text-align:center;
  padding-top:40px;
  
  color:#55524d;
  clear:both;
}

div.cgv_link > a
{
  color:#55524d;
  font-weight:bold;
  text-decoration:underline;
}

div.flash_login  {
  width:450px;
}

div.flash_login .message {
  width:auto !important;
  margin:0 !important;
}

.transparent_submit
{
  display:none;
}

#signup_form label
{
  width:242px !important;
}

#footer div.inner_footer{
margin:0 auto;
width:1024px;
}








/* FLASH */
div.notice {
  border: 2px solid #BBDF8D;
  background-color: #EAF7D9;
}
div.info {
  border: 2px solid #B8E2FB;
  background-color: #E8F6FF;
}
div.warning {
  border: 2px solid #F2DD8C;
  background-color: #FFF5CC;
}
div.error {
  border: 2px solid #FFAEAE;
  background-color: #FEEBEB;
}
div.warning span {
  font-weight: bold;
}
div.notice a,
div.info a,
div.error a,
div.warning a {
  color: #0000FF;
  text-decoration: underline;
}

div.notice,
div.info,
div.warning,
div.error {
  padding: 10px;
  margin-bottom: 10px;
  margin-top: 10px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}

div.message.notice {
  padding-left: 35px;
  background: #EAF7D9 url("/images/ico-notice.gif") 10px 50% no-repeat;
}
div.message.warning {
  padding-left: 35px;
  background: #FFF5CC url("/images/ico-warning.gif") 10px 50% no-repeat;
}
div.message.info {
  padding-left: 35px;
  background: #E8F6FF url("/images/ico-info.gif") 10px 50% no-repeat;
}
div.message.error {
  padding-left: 35px;
  background: #FEEBEB url("/images/ico-error.gif") 10px 50% no-repeat;
}

/* ERRORS */
div.errorExplanation {
  border: 2px solid #FFAEAE;
  background-color: #FEEBEB;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  padding: 0px;
  margin-bottom: 20px;
 
}

div.errorExplanation h2 {
  border: none;
  background-color: #fcc;
  margin:0;
  margin-bottom:10px;
  padding:5px 10px;
}
div.errorExplanation p {
  padding:0px 10px;
}
div.errorExplanation ul {
  margin:0px 0px 20px 0px;padding:0px;
}
div.errorExplanation ul li {
  margin-left:25px;
}
div.fieldWithErrors {
  /*border: 1px solid #f00;
  display: inline-block;*/
  margin-right: 3px;
}




#flash {
   margin:50px auto 10px;
   width:600px;
   background-color:#FFFFFF !important;
   border-color:#c6c5c3;
   color:#f7531a;
   font-weight:bold;
   font-size:13px;
}

#flash .bt_close_flash
{
  float:right;
  cursor:pointer;
}




#MB_overlay {
	position: absolute;
	margin: auto;
	top: 0;	left: 0;
	width: 100%; height: 100%;
	z-index: 9999;
	background-color: #000!important;
}
#MB_overlay[id] { position: fixed; }

#MB_window {
	position:absolute;
	top: 100px;
	border: 0 solid;
	text-align:left;
	z-index:10000;
}
#MB_window[id] { position: fixed!important; }

#MB_frame {
	position:relative;
	background-color: #FFF;
	height:100%;
}

#MB_header {
	margin:0;
	height: 28px;
}

#MB_content {
	padding: 6px .75em;
	overflow:auto;
}

#MB_caption {
	font: bold 85% "Lucida Grande", Arial, sans-serif;
	text-shadow: #FFF 0 1px 0;
	padding: .5em 2em 0 .75em;
	margin: 0;
	text-align: left;
}

#MB_close {
	display:block;
	position:absolute;
	right:5px; top:4px;
	padding:2px 3px;
	font-weight:bold;
	text-decoration:none;
	font-size:13px;
}
#MB_close:hover {
	background:transparent;
}

#MB_loading {
	padding: 1.5em;
	text-indent: -10000px;
	background: transparent url(spinner.gif) 50% 0 no-repeat;
}

/* Color scheme */
#MB_window {
	background-color:#FFF;
	color:#000;
}
#MB_content { border-top: 1px solid #F9F9F9; }
#MB_header {
  background-color:#FFF;
}
#MB_caption { color:#000; font-size:12px }
#MB_close { color:#777 }
#MB_close:hover { color:#000 }


/* Alert message */
.MB_alert {
	margin: 10px 0;
	text-align: center;
}