@charset "UTF-8";

/* SpryMenuBarVertical.css - version 0.6 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

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

 LAYOUT INFORMATION: describes box model, positioning, z-order

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

/* The outermost container of the Menu Bar, a fixed width box with no margin or padding */
ul.MenuBarVertical
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 12px;
	cursor: default;
	width: 180px;
	font-family: Verdana, Geneva, sans-serif;
	background-color: #FFF;
	color: #FFF;
	border: thin none #000;
	/*border: 1px none #000000;*/
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
	background-color: #EEE;
	/*border: thick none #000;*/
	color: #FFF;
	width: auto;
}
/* Menu item containers, position children relative to this container and are same fixed width as parent */
ul.MenuBarVertical li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 12px;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 180px;
	background-color: #FFFFFF;
	color: #FFFFFF;
	/*border: thin outset #333333;*/
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarVertical ul
{
	padding: 0;
	list-style-type: none;
	font-size: 12px;
	position: absolute;
	z-index: 1020;
	cursor: default;
	width: 110px;
	left: -1000em;
	top: 0;
	background-color: #FFF;
	/*border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;*/
	margin-top: -5%;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 100%;
	color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarVertical ul.MenuBarSubmenuVisible
{
	left: 0;
	width: 110px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	color: #FFF;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarVertical ul li
{
	width: auto;
}

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

 DESIGN INFORMATION: describes color scheme, borders, fonts

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

/* Outermost menu container has borders on all sides */
ul.MenuBarVertical
{
	/*border: thin solid #CCC;*/
}
/* Submenu containers have borders on all sides */
ul.MenuBarVertical ul
{
	/*border: thin solid #CCC;*/
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarVertical a
{
	display: block;
	cursor: pointer;
	background-color: #FFFFFF;
	color: #0B816F;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	width: auto;
	padding-top: 0.5em;
	padding-right: 0.3em;
	padding-bottom: 0.5em;
	padding-left: 0.3em;
	background-image: url(../assets/assets/Bouton-web.3.gif);
	background-repeat: no-repeat;
	border-top-width: 0.05em;
	border-right-width: 0.05em;
	border-bottom-width: 0.05em;
	border-left-width: 0.05em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarVertical a:hover, ul.MenuBarVertical a:focus
{
	background-color: #FFF;
	height: auto;
	width: auto;
	list-style-type: circle;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	background-image: none;
	background-repeat: no-repeat;
	text-decoration: underline;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarVertical a.MenuBarItemHover, ul.MenuBarVertical a.MenuBarItemSubmenuHover, ul.MenuBarVertical a.MenuBarSubmenuVisible
{
	background-color: #FFFFFF;
	color: #0B816F;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	width: auto;
	font-weight: normal;
	background-image: url(../assets/assets/Bouton-web.3.gif);
	background-repeat: no-repeat;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

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

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

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

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarVertical a.MenuBarItemSubmenu
{
	background-image: url(../assets/assets/Bouton-web.3.gif);
	background-repeat: no-repeat;
	background-position: left 50%;
	color: #0B816F;
	background-color: #FFF;
	width: auto;
}


/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarVertical a.MenuBarItemSubmenuHover
{
	background-image: url(../assets/assets/Bouton-web.3.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #FFF;
	font-size: 12px;
	color: #0B816F;
	width: auto;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

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

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

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

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarVertical iframe
{
	position: absolute;
	z-index: 1010;



	filter:alpha(opacity:0.1);
	width: auto;
	background-color: #FFF;
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarVertical li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;
	}
}
.h7 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	color: #000087;
	background-color: #FFF;
}
.h8 {
	font-size: 14px;
	color: #000087;
}
.h9_email {
	font-size: 11px;
	color: #0B816F;
}

.h2_products {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.1em;
	color: #093;
	text-align: left;
}
.h1_seedle {
	font-size: 1.3em;
	color: #00CC00;
	font-family: Verdana, Geneva, sans-serif;
}

.h1_cell {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.3em;
	color: #CC0000;
}



.td_menu {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	font-weight: normal;
	color: #FFF;
	background-image: url(../assets/images_products/bouton_menu_marine_2.gif);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}
.td_menu2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	color: #333;
	background-color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	border: thin none #000087;
	width: 180px;
}
.td_menu_winrhizo {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.95em;
	background-image: url(../assets/images_products/bouton_jaune.gif);
	background-repeat: no-repeat;
	height: 38px;
	width: 180px;
	color: #000;
}

.td_text_left {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.85em;
	text-align: left;
	padding-right: 15px;
	padding-left: 30px;
}
.td_text_center {
	text-align: center;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
.td_header_table {
	text-align: left;
	padding-left: 10px;
}


.td_menu_winrhizo_2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.3em;
	text-align: center;
	padding-left: 0em;
	color: #000;
	padding-bottom: 10px;
}
.td_products_8_cadres {
	background-image: url(../assets/assets/8_icones_contour_couleur_4X2.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.h1_dendro {
	color: #0066FF;
	font-size: 1.4em;
}

.td_text_image {
	font-size: 10px;
}
.td_text_image_justify_bottom {
	font-size: 10px;
	vertical-align: bottom;
}

.p_winrhizotron {
	color: #663300;
}
.p_christmas {
	color: #FFF;
	text-align: center;
}
.p_italic {
	font-style: italic;
}




.td_image {
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 7px;
	padding-left: 3px;
	text-align: center;
	vertical-align: middle;
}
.p_blue {
	color: #09F;
}


.td_product_content {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.0em;
	font-weight: normal;
	color: #000;
	text-align: center;
	vertical-align: middle;
	padding: 0em;
}
.p2 {
	padding-top: 0.2em;
	padding-right: 0.3em;
	padding-bottom: 0.2em;
	padding-left: 0.3em;
	text-align: center;
	vertical-align: bottom;
}
.p_dendro {
	color: #06F;
	padding-left: 0px;
}
.p_bold {
	font-weight: bold;
}

.p_folia {
	color: #0B816F;
}
.h1_folia {
	font-size: 1.2em;
	color: #060;
}
.h2_folia {
	font-size: 1.1em;
	color: #060;
}








.h1_rhizo {
	font-size: 1.3em;
	color: #A6A600;
	text-align: left;
	padding-right: 0.3em;
	padding-left: 0.3em;
	font-weight: normal;
}
.h2_dark_blue {
	font-size: 1.1em;
	color: #009;
}
.h1_dark_blue {
	font-size: 1.3em;
	color: #009;
}


.p_wincell {
	color: #CC0000;
	font-family: Verdana, Geneva, sans-serif;
}
.p_wincam {
	color: #F60;
}
.h1_wincam {
	font-size: 1.2em;
	color: #f60;
}
.h2_wincam {
	font-size: 1.1em;
	color: #f60;
}



.td_text_right {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.85em;
	text-align: left;
	padding-right: 30px;
	padding-left: 15px;
}
.p_winSeedle {
	color: #00C000;
}
.p_winscanopy {
	color: #609;
}




.h2_rhizo {
	font-size: 1.2em;
	color: #A6A600;
	font-weight: normal;
	padding-left: 0.3em;
}
.p_rhizo {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	color: #A6A600;
}
.p_small {
	font-size: 0.85em;
}

.h1_scanopy {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.2em;
	color: #609;
}
.h2_scanopy {
	font-size: 1.2em;
	color: #609;
}
.h3_scanopy {
	font-size: 1.1em;
	color: #609;
}

.h2_dendro {
	font-size: 1.2em;
	color: #06F;
	padding-left: 5px;
}




.p3_text_right {
	font-size: 0.9em;
	padding-right: 30px;
	padding-left: 15px;
}
.td_text_center {
	text-align: left;
}

.p3_text_left {
	font-size: 0.9em;
	padding-right: 15px;
	padding-left: 30px;
}



.td_header_ri {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #0B816F;
	padding-top: 0em;
	padding-right: 0.01em;
	padding-bottom: 0.01em;
	padding-left: 0.05em;
	text-align: center;
}
.td_header_slogan {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 2em;
	color: #0B816F;
	text-align: left;
	vertical-align: bottom;
	margin-bottom: 5px;
	margin-left: auto;
	padding-left: 10px;
}
.p_yellow {
	color: #CCCC66;
}
.p_magenta {
	color: #C09;
}


.h2_wincell {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.2em;
	color: #CC0000;
}
.p_text_left {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.9em;
	color: #000;
	text-align: left;
	padding-right: 0.3em;
	padding-left: 0.3em;
}
.h2_winSeedle {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.2em;
	color: #00C000;
}
.h1_winrhizotron {
	font-size: 1.3em;
	color: #663300;
}
.h10_email {
	font-size: 0.9em;
	color: #0B816F;
	text-decoration: underline;
}



.p_text_left_small {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.85em;
	padding-left: 0.3em;
}
.td_subtitle {
	text-align: left;
	padding-right: 0px;
	padding-left: 0px;
}


.h2_winrhizotron {
	font-size: 1.15em;
	color: #663300;
}




p {
	font-size: 0.95em;
	text-align: left;
	padding-right: 0.5px;
	padding-left: 0.5px;
}
.p_rhizo_basic {
	color: #36F;
}
.p_rhizo_reg {
	color: #63C;
}
.p_rhizo_pro {
	color: #C00;
}
.p_rhizo_arabid {
	color: #093;
}
.p_12pxl {
	font-size: 12px;
	color: #000;
}





.td_winrhizo_software_image {
	background-image: url(../assets/images_winrhizo/4_cadres_jaunes.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.td_justify_bottom {
	vertical-align: bottom;
	font-size: 10px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border: thin none #000;
}
.td_image_padding {
	padding-top: 5px;
	padding-bottom: 5px;
}


.td_table_without_background {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 15px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: outset;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #060;
	border-right-color: #060;
	border-bottom-color: #060;
	border-left-color: #060;
}
.td_table_header2 {
	font-size: 12px;
	text-align: center;
}
.td_wincell_about_3_pictures {
	background-image: url(../assets/images_wincell/montage_3_photos.png);
	background-repeat: no-repeat;
}

.td_windendro_software_path {
	background-image: url(../assets/images_windendro/windendro_header.gif);
	background-repeat: no-repeat;
}
.td_windendro_cadre {
	background-image: url(../assets/images_windendro/cadre_bleu_610pxl.gif);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}

.td_windendro_software_versions {
	background-image: url(../assets/images_windendro/3_versions_1.gif);
	background-repeat: no-repeat;
}

.td_windendro_table_header {
	color: #000;
	font-size: 14px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 10px;
	font-weight: normal;
}
.td_windendro_table_background {
	background-color: #B3F0FF;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 15px;
	font-size: 12px;
}
.td_windendro_table_checked_background {
	background-color: #FFF;
}

.td_windendro_table_without_background {
	font-size: 12px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 15px;
}






.td_winrhizo_software_morpho {
	background-image: url(../assets/images_winrhizo/morph_color_analys.gif);
	background-repeat: no-repeat;
}

.td_winrhizo_software_topo {
	background-image: url(../assets/images_winrhizo/topo_analysis.gif);
	background-repeat: no-repeat;
}
.td_winrhizo_software_link_analys {
	background-image: url(../assets/images_winrhizo/link_analysis.gif);
	background-repeat: no-repeat;
}
.td_winrhizo_software_dev_class {
	background-image: url(../assets/images_winrhizo/develop_class.gif);
	background-repeat: no-repeat;
}
.td_winrhizo_software_arabido {
	background-image: url(../assets/images_winrhizo/soft_arabid.gif);
	background-repeat: no-repeat;
}
.td_winrhizo_software_misc {
	background-image: url(../assets/images_winrhizo/software_misc_feat.gif);
	background-repeat: no-repeat;
	background-position: left top;
}





.td_winrhizo_versions {
	vertical-align: middle;
	text-align: center;
}

.td_winrhizo_small_font {
	font-size: 0.85em;
}
.td_winrhizo_table {
	background-image: url(../assets/images_winrhizo/fond_vert.gif);
	background-repeat: no-repeat;
}
.td_winrhizo_fond_mauve {
	background-image: url(../assets/images_winrhizo/fond_mauve.gif);
	background-repeat: no-repeat;
}




.td_winrhizo_table_header {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #C60;
	background-image: none;
	background-repeat: no-repeat;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 0px;
	background-position: center bottom;
}
.td_winrhizo_table_header_2 {
	background-color: #FEF97F;
}
.td_winrhizo_table_header_3 {
	color: #CC7F1B;
	padding-left: 12px;
}
.td_winrhizo_table_header_4 {
	color: #C60;
	padding-left: 10px;
	border: thin none #A6A600;
}
.td_winrhizo_table_background {
	font-size: 10px;
	color: #000;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 20px;
	background-image: none;
	background-repeat: no-repeat;
	border-left-width: thin;
	border-left-style: none;
	border-left-color: #CC6;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
}
.td_winrhizo_table_background_last {
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: none;
	border-left-style: none;
	border-bottom-color: #CC6;
	border-left-color: #CC6;
	font-size: 10px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 20px;
	border-top-style: none;
	border-right-style: none;
}

.td_winrhizo_table_checked_background {
	text-align: center;
}

.td_winrhizo_table_without_background {
	font-size: 10px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 20px;
	border-left-width: thin;
	border-left-style: none;
	border-left-color: #CC6;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
}
.td_winrhizo_table_checked_without_bkgd {

}
.td_winrhizo_table_checked_bkgd_last {
	border-bottom-width: thin;
	border-bottom-style: none;
	border-bottom-color: #cc6;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}








.td_winrhizotron_background {
	background-image: none;
	background-color: #EBE9DE;
}

.td_winrhizotron_table_h_1 {
	font-size: 0.85em;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 15px;
	color: #000;
}
.td_winrhizotron_table_without_background {
	font-size: 0.85em;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 15px;
}
.td_winrhizotron_table_background {
	font-size: 0.85em;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 15px;
	background-image: url(../assets/images_winrhizo/blur_white.gif);
	background-position: left top;
}
.td_winrhizotron_table_header {
	font-size: 1.0em;
	color: #F3F0EB;
	background-image: url(../assets/images_winrhizotron/header_table_400pxl.gif);
	padding-left: 10px;
	text-align: left;
	vertical-align: middle;
	background-repeat: no-repeat;
}
.td_winrhizotron_table_header_2 {
	color: #FFF;
	background-color: #B58B5E;
	text-align: center;
	border: thick none #009;
	padding: 0px;
}
.td_winrhizotron_table_header_3 {
	color: #663300;
	padding-left: 10px;
	background-color: #DCC9B4;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
}
.td_winrhizotron_header_670pxl {
	font-size: 14px;
	color: #E3D8D0;
	background-image: url(../assets/images_winrhizotron/header_table_670pxl.gif);
	text-align: center;
}
.td_winscanopy_background {
	font-size: 10px;
	color: #000;
	background-color: #EBEBF5;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 10px;
	border-right-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #330066;
	border-left-color: #330066;
}
.td_winscanopy_background_border_left {
	background-color: #EBEBF5;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 10px;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #330066;
	font-size: 10px;
}
.td_winscanopy_background_border_right {
	font-size: 10px;
	color: #000;
	background-color: #EBEBF5;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 10px;
	border-right-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #330066;
}


.td_winscanopy_background_last {
	font-size: 12px;
	background-color: #EBEBF5;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 10px;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-color: #330066;
	border-bottom-color: #330066;
	border-left-color: #330066;
}
.td_winscanopy_background_last_border_right {
	font-size: 10px;
	background-color: #EBEBF5;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 10px;
	border-right-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-color: #330066;
	border-bottom-width: thin;
	border-bottom-color: #330066;
}
.td_winscanopy_background_last_border_left {
	font-size: 10px;
	background-color: #EBEBF5;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 10px;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #330066;
	border-left-color: #330066;
}


.td_winscanopy_background_checked {
	background-color: #EBEBF5;
}
.td_winscanopy_background_checked_last {
	background-color: #EBEBF5;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #330066;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}



.td_winscanopy_without_background {
	font-size: 10px;
	color: #000;
	background-color: #FFF;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
	border-right-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #330066;
	border-left-color: #330066;
}
.td_winscanopy_without_background_border_left {
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 10px;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #330066;
	font-size: 10px;
}
.td_winscanopy_without_background_last_border_left {
	font-size: 10px;
	background-color: #FFF;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 10px;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #330066;
	border-left-color: #330066;
}
.td_winscanopy_without_background_last_border_right {
	font-size: 10px;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 10px;
	border-right-width: thin;
	border-bottom-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-color: #330066;
	border-bottom-color: #330066;
}


.td_winscanopy_without_background_border_right {
	font-size: 10px;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 10px;
	border-right-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #330066;
}
.td_winscanopy_without_background_checked_last {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #330066;
	border-bottom-width: thin;
}
.td_winscanopy_without_background_checked {
	background-color: #FFF;
}




.td_winscanopy_table_header {
	font-size: 14px;
	color: #333;
	background-image: url(../assets/images_winscanopy/header_mauve.png);
	background-repeat: no-repeat;
}
.td_winscanopy_table_header2 {
	color: #603;
	background-color: #C4ABCA;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	font-size: 12px;
	border-right-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #330066;
	border-left-color: #330066;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-color: #330066;
	border-bottom-color: #330066;
}


.td_table_header {
	color: #606;
	background-image: none;
	background-repeat: no-repeat;
	font-size: 12px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
}



.td_winseedle_versions {
	background-image: url(../assets/images_winrhizo/winseedle_versions.gif);
	background-repeat: no-repeat;
}
.td_winseedle_features {
	background-image: url(../assets/images_winrhizo/winseedle_features.gif);
	background-repeat: no-repeat;
}

.td_winseedle_header {
	font-size: 14px;
	color: #030;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-image: none;
	background-repeat: no-repeat;
}
.td_winseedle_header2 {
	background-image: url(../assets/images_winseedle/header2_green.png);
}
.td_winseedle_background {
	background-color: #99ff99;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 5px;
	font-size: 12px;
}
.td_winseedle_without_background {
	font-size: 12px;
	background-color: #FFF;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 5px;
}
.td_winseedle_description {
	font-size: 12px;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
}
.arial_reg_12pts {
	font-family: Arial;
	font-size: 12pt;
	color: #0B816F;
	padding-left: 10px;
}
.td_header_slogan2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	color: #0B816F;
	margin-bottom: 5px;
	margin-left: auto;
	padding-left: 30px;
	text-align: left;
	vertical-align: bottom;
	font-weight: bold;
}
.h12 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #0B816F;
}
.brown_8pts {
	font-family: Helvetica;
	font-size: 11px;
	font-style: italic;
	color: #0B816F;
	padding-left: 350px;
}
.brown_9pt {
	font-family: Helvetica;
	font-size: 9pt;
	font-style: italic;
	color: #A66B33;
}
.p_bottom_page {
	text-align: center;
}
.Orange_16pt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	color: #f60;
}
