
/* Page
------------------------------------------------------- */									
#main {
	background: #FFF url(./libre_images/body_gradient.png) repeat-x 0 0;
	min-height: 500px;
	width: 100%;
}

.novis { display: hidden; }


.shaded {
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #f1f1e8 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f1f1e8)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 0%,#f1f1e8 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 0%,#f1f1e8 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 0%,#f1f1e8 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffff 0%,#f1f1e8 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1f1e8',GradientType=0 ); /* IE6-9 */
}

.box.shaded header.box {
background: #1e5799; /* Old browsers */
background: -moz-linear-gradient(top,  #1e5799 0%, #f1f1e8 0%, #e8e8e1 92%, #ccccc5 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e5799), color-stop(0%,#f1f1e8), color-stop(92%,#e8e8e1), color-stop(100%,#ccccc5)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #1e5799 0%,#f1f1e8 0%,#e8e8e1 92%,#ccccc5 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #1e5799 0%,#f1f1e8 0%,#e8e8e1 92%,#ccccc5 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #1e5799 0%,#f1f1e8 0%,#e8e8e1 92%,#ccccc5 100%); /* IE10+ */
background: linear-gradient(to bottom,  #1e5799 0%,#f1f1e8 0%,#e8e8e1 92%,#ccccc5 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#ccccc5',GradientType=0 ); /* IE6-9 */
}




/* Tabs */

.imageleft {
	float: left;
	margin: 0 20px 10px 0;
}

ul.page_tabs {
	float: left;
	display: block;
	padding: 0 0 15px 0;
	list-style-type: none;
}

ul.page_tabs li{
	float: left;
	background: none;
	padding: 0;
}

ul.page_tabs li a{
	padding-top: 8px;
	padding-right: 16px;
	padding-bottom: 7px;
	padding-left: 16px;
	display: block;
	border-bottom: 1px solid #CCC;
}

ul.page_tabs li a.current {
	border: 1px solid #CCC;
	padding-top: 7px;
	padding-right: 15px;
	padding-bottom: 7px;
	padding-left: 15px;
	border-bottom: none;
	color: #000;
}

	ul.page_tabs li a.current:hover {
		text-decoration: none;
	}



	/* tab pane styling */
	div.panes { clear: both; }
	div.panes div.pane {
		display:none;
	}
	
	div.block {
		border-bottom: 1px solid #CCC;
		margin-bottom: 30px;
		padding-bottom: 15px;
	}

/* Header
------------------------------------------------------- */
#header_wrap {
	background: #015a71 url(./libre_images/header_background.gif) repeat-x 0 0;
	height: 100px;
	width: 100%;
}

	#header {
		width: 1000px;
		padding: 0 20px;
		margin: 0 auto;
	}

		#branding {
			margin-top: 18px;
			background: transparent url(./libre_images/branding.gif) no-repeat 0 0;
			float: left;
			width: 269px;
			overflow: hidden;
			padding-top: 67px;
			height: 0;
		}
	
		#site_functions {
			width: 650px;
			float: right;
			text-align: right;
		}
		
			#site_search_wrap {
				height: 29px;
				padding-left: 11px;
				background: #062427 url(./libre_images/search_left.png) no-repeat 0 0;
				float: right;
			}
			
				#site_search {
					height: 24px;
					padding-right: 11px;
					background: transparent url(./libre_images/search_right.png) no-repeat top right;
					width: 270px;
					color: #FFF;
					padding-top: 5px;
				}
				
					#keywords { 
						width: 200px;
						float: left;
						height: 14px;
					}
			
			.function_links {
				clear: both;
				padding: 20px 30px 0 0;
				font-size: 1.1em;
				color: #baeeff;
			}
			
				.function_links a {
					color: #FFF;
					text-decoration: none;
					margin: 0 5px;
					font-weight: 900;
				}
				
					.function_links a:hover {
						border-bottom: 1px solid #c3d7de;
					}
				
				.function_links strong {
					color: #baeeff;
				}
				
				.function_links .welcome {
					padding-right:  10px;
				}
				
				
				#login_form {
						float: right;
						font-weight: 900;
						position: relative;
					}
					
					
					#login_form input.text 
					
					
					#login_form input.submit_btn{
						position: relative;
						top: 5px;			
					}
			
				#user_links {
					float: right;
					padding: 7px 0 0 15px;
				}

/* Headers */
.content h3 { color: #75991F; font-size: 16px; }

/* Navigation
------------------------------------------------------- */
#nav_wrap {
	background: #015a71 url(./libre_images/nav_background.gif) repeat-x 0 0;
	height: 39px;
	width: 100%;
}
	#adacore_mark {
		float: right;
		background: transparent url(./libre_images/adacore_mark.png) no-repeat 0 0;
		overflow: hidden;
		text-indent: -9999px;
		display: block;
		height: 0;
		padding-top: 19px;
		width: 74px;
		margin-top: 9px;
	}

	#nav {
		width: 1000px;
		padding: 0px 20px 0 20px;
		margin: 0 auto;
		font-size: 1.4em;
		font-family: "Lucida Grande", "Lucida Sans";
	}
	
	/*
	
		#nav ul, #nav ul li, #nav ul li a {
			float: left;
		}
		
			#nav ul {
				margin-right: 38px;
				text-transform: uppercase;
			}
			
			#nav ul li a{
				float: left;
				color: #FFF;
				text-decoration: none;
				display: block;
				height: 24px;
				padding-top: 10px;
			}
			
				#nav ul li a:hover {
					border-bottom: 5px solid #8c8c85
				}
				
				#nav ul li a.selected, #nav ul li a.selected:hover {
					color: #b0e0f1;
					border-bottom: 5px solid #6e8c94;
				}


/* Navigation Main
----------------------------------------------------------------------------------- */
	#nav > ul {
		font-weight: 900;
		font-size: 12px;
		float:left;
		margin:0 1px;
		list-style: none;
		position: relative;
		margin-right: 38px;
		z-index: +1500;
	}

		#nav > ul > li > a{
			color: #FFF;
			text-decoration: none;
			display: block;
			height: 23px;
			padding-top: 11px;
			border-bottom: 5px solid transparent;
		}
			
			#nav > ul > li a:hover {
				border-bottom: 5px solid #8c8c85
			}
			
			#nav > ul > li a.selected, #nav > ul > li a.selected:hover {
				color: #b0e0f1;
				border-bottom: 5px solid #6e8c94;
			}

			
	

	#nav > ul > li > ul{
		display:none;
		position: absolute;
		top: -5px;
		font-size: 1em;
		z-index: 1000;
		font-size: 1em;
		float: none;
	}

	
	#nav > ul:hover > li + li {
		height: 10px;
		width: 15em;
		position:absolute;
		z-index: 1000;
	}
	
	
	#nav > ul:hover > li > ul{
		display:block;
		padding: 0;
		margin: 0;
		
		z-index: 1000;
		-webkit-box-shadow: 1px 1px 4px #3b3b38;
		-webkit-border-bottom-right-radius: 7px;
		-webkit-border-bottom-left-radius: 7px;
	}
	
		#nav > ul:hover > li > ul > li:last-child a {
			-webkit-border-bottom-right-radius: 7px;
			-webkit-border-bottom-left-radius: 7px;
			-moz-border-radius-bottomleft: 7px;
			-moz-border-radius-bottomright: 7px;
		}
	
	#nav > ul:hover > li > ul > li {
		padding: 0;
		width: 25em;
	}




		#nav > ul:hover > li > ul > li > a{
			color:#494949;
			text-decoration:none;
			height: 2.2em;
			width: auto;
			display: block;
			padding: 1em 0 0 1em;
			border-bottom: 1px solid #ededed;
			background: #FFF url(./libre_images/dropdown_item.gif) repeat-x 0 0;
		}

		#nav > ul:hover > li > ul > li + li a:hover{
		}

			#nav > ul:hover > li > ul > li > a:hover{
				background-position: 0 -100px;
				border-bottom: 1px solid #709617;
				color: #dbebb4;
				background-color: #7ba419;
			} 


/* Breadcrumbs
------------------------------------------------------- */	
#breadcrumb_wrap {
	background: transparent url(./libre_images/breadcrumb_background.gif) repeat-x 0 0;
	height: 40px;
	font-size: 12px;
}

	#breadcrumb {
		width: 1000px;
		padding: 0 20px;
		margin: 0 auto;
		
	}
	
		#breadcrumb a, #breadcrumb span {
			display: block;
			height: 40px;
			float: left;
			color: #666;
			text-decoration: none;
			text-transform: uppercase;
			background: transparent url(./libre_images/breadcrumb_arrow.gif) no-repeat top right;
			padding: 0 20px 0 10px;
			line-height: 38px;
		}
		
		#breadcrumb a:hover {
			color: #999;
		}
		
		
		
/* Content Supplemental
------------------------------------------------------- */	
#content_supp_wrap {

	clear: both;
	width: 100%;
}

	#content_supp_wrap2 {
		-webkit-box-shadow: #000 0px -10px 2px;
		-moz-box-shadow: #000 0px -10px 2px;
		box-shadow: #000 0px -10px 2px;
		width: 100%;
		padding-bottom: 30px;
		background: #121212 url(./libre_images/content_supp_background.gif);
	}
	
	/* Lets put this on the body too (use #FFF for color so the scrollbars don't dissappear on OS X */
	body { background: #FFF url(./libre_images/content_supp_background.gif); }
	
	.content_supp {
		width: 1000px;
		padding: 0 20px;
		margin: 0 auto;
		color: #c0c0c0;
		font-size: 1.2em;
		line-height: 1.5em;
	}
	
		.content_supp p {
			padding-bottom: 7px;
		}
		
		.content_supp a {
			color: #8ba44e;
			text-decoration: none;
		}
		
			.content_supp a:hover {
				color: #8bc304;
			}
	
		.content_supp h4 {
			color: #FFF;
			font-size: 1.2em;
			font-weight: 900;
			text-transform: uppercase;
			padding-bottom: 7px;
		}
		
		.content_supp ul li {
			float: left;
		}
		
			.content_supp ul li a{
				
				line-height: 20px;
				float: left;
				width: 200px;
				background: transparent url(./libre_images/content_supp_bullet.gif) no-repeat 2px 7px;
				padding-left: 15px;
			}
			
	
	div.dividing_block_wide {
		background: transparent url(./libre_images/supp_divider_horizontal.gif) repeat-x bottom left;
		width: 100%;
	}
	
	div.content_supp_narrow {
		width: 650px;
		float: left;
		padding: 20px 15px 20px 0;
	}
	
	div.content_supp_wide {
		width: 1000px;
		font-size: 12px;
	}

	div.content_supp_aside {
		width: 235px;
		float: right;
		background: transparent url(./libre_images/supp_divider_vertical.gif) repeat-y 0 0;
		padding: 20px 0 20px 20px;
	}
	
	p.footer {
		padding: 30px 0 10px; 0;
	}
	
	p.legal {
		color: #666666;
	}
		
		p.legal a {
			color: #666666;
			text-decoration: underline;
		}
		
		p.legal a:hover {
			color: #808080;
		}
	
	#footer_adacore {
		display: block;
		float: right;
		width: 140px;
		padding-top: 43px;
		height: 0;
		overflow: hidden;
		text-indent: -9999px;
		background: transparent url(./libre_images/footer_adacore.gif) no-repeat 0 0;
		margin-top: 20px;
	}
	
	.content_supp a.continue {
			color: #8ba44e;
			text-decoration: none;
			border-bottom: none;
			font-weight: 900;
			display: block;
			line-height: 23px;
			padding-left: 26px;
		}
		
		.content_supp a.continue { background: transparent url(./libre_images/link_button_supp_continue.png) no-repeat 2px 2px; }
	
		.content_supp a.continue:hover { color: #8bc304; }


/* Front Page content
------------------------------------------------------- */
	.front_intro {
		margin: 0 30px;
	}
	
	#splash {
		width: 930px;
		line-height: 2em;
		display: block;
		background: transparent url(./libre_images/front_splash.jpg) no-repeat bottom left;
		height: 320px;
		margin-bottom: 10px;
		position: relative;
	}	
		
		#splash p {
			line-height: 1.5em;
			font-size: 13px;
			margin-bottom: 10px;
		}
		
		p#intro {
			padding-top: 20px;
			padding-right: 290px;
		}

		#splash p#intro span {
			width: 633px;
			padding-top: 21px;
			height: 0;
			overflow: hidden;
			background: transparent url(./libre_images/intro_text.png) no-repeat 0 0;
			display: block;
			margin-bottom: 10px;
		}
		
		
		#splash #front_badge {
			background: transparent url(./libre_images/front_badge.png) no-repeat 0 0;
			overflow: hidden;
			text-indent: -9999px;
			display: block;
			height: 0;
			padding-top: 107px;
			position: absolute;
			width: 107px;
			top: 25px;
			right: 0px;
		}
		
		#splash p#front_gnat_gpl a {
			background: transparent url(./libre_images/front_gnat_gpl_2016.png) no-repeat 0 0;
			overflow: hidden;
			text-indent: -9999px;
			display: block;
			height: 0;
			padding-top: 93px;
			padding-bottom: 0;
			width: 355px;
			position: absolute;
			bottom: 30px;
			left: 15px;
			border-bottom: none;
		}
		
			#splash p#front_gnat_gpl a:hover {
				background-position: 0 -93px;
			}
		
		#splash p#front_gnat_pro a {
			background: transparent url(./libre_images/front_gnat_pro.png) no-repeat 0 0;
			overflow: hidden;
			text-indent: -9999px;
			display: block;
			height: 0;
			padding-top: 75px;
			padding-bottom: 0;
			width: 322px;
			position: absolute;
			bottom: 30px;
			left: 405px;
			border-bottom: none;
		}
		
			#splash p#front_gnat_pro a:hover{
				background-position: 0 -75px;
			}
		
		#splash p#front_which_gnat a {
			background: transparent url(./libre_images/front_which_gnat.png) no-repeat 0 0;
			overflow: hidden;
			text-indent: -9999px;
			display: block;
			height: 0;
			padding-top: 70px;
			padding-bottom: 0;
			width: 146px;
			position: absolute;
			bottom: 35px;
			left: 777px;
			border-bottom: none;
		}
		
			#splash p#front_which_gnat a:hover {
				background-position: 0 -70px;
			}



/* Comparison table
-------------------------- */

#compare_table {
    margin-bottom: 20px;
    padding-bottom: .7em;
    padding-top: .2em;
    line-height: 1.5em;
    color: #494949;
    font-size: .9em;
}

    #compare_table tr{
        border-bottom: 1px solid #babab1;
    }
    
    #compare_table tr th {
        font-weight: 900;
    }
    
    #compare_table tr td, #compare_table tr th {
        padding: 10px;
    }
    
    #compare_table tr td.highlight {
        background-color: #d8ecf2;
    }
    
