﻿body
{
	margin: 0;
	padding: 0;
	margin-top: 0px;
	font-size: 85%;
	font-family: Tahoma,Verdana, Arial, Sans-Serif;
	background: url('img/wellsitebg.png') #edded0 repeat-x;
}

#header
{
    background: #000000 url(img/WellsiteBanner.jpg) no-repeat right bottom;
    height: 158px;
}

#logo						
{
	text-align:center;
	filter:alpha(opacity=95); 
	opacity: .95; 
	-moz-opacity:.95; 
	width:25em;
	height:15em;
	padding:0;
	margin-left:0px; 
	top:0; 
	z-index:100; 
	position:absolute; 
}
/* ROUNDED CORNERS */
.roundcontainer	{margin:0 auto;background:transparent; border: 1px solid #000; width: 100%; float:left;}
.b1				{height:1px; font-size:1px; overflow:hidden; display:block; margin:0 5px;}
.b2				{height:1px; font-size:1px; overflow:hidden; display:block; margin:0 3px;}
.b3				{height:1px; font-size:1px; overflow:hidden; display:block; margin:0 2px;}
.b4				{height:2px; font-size:1px; overflow:hidden; display:block; margin:0 1px;}
.white          {background:#fff;}

#container
{
	width: 97%;
	padding: 0px 5px 0px 5px;
	margin: 0 auto;
	margin-top: 15px;
	margin-left: 1%;
	background:transparent;
	float:left;
}

#left
{
	float: left;
	width: 15em;
	line-height: normal;
	background: #fff url(img/left.jpg);
}

/* SECTION NAVIGATION */
#nav_child ul
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	font-size: 1.0em;
}
#nav_child li
{
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #428752;
}
#nav_child a
{
	width: 14.2em;
	display: block;
	padding: 3px 5px 3px 5px;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	color: #03230f;
}

#nav_child a:hover, .nav_childselected, #nav_child li:hover
{
	text-decoration: none;
}

#nav_child a:hover, .nav_childselected, #nav_child li:hover
{
	background: #496479 url(img/nav_child_hover.gif) repeat-x;
	color: #fff;
}


#middle
{
	float: left;
	width: 46.7em;
	min-height: 45em;
	min-width: 500px;
	padding: 10px 10px 10px 10px;
	border-left: 1px solid #000;
	background:transparent;
}
/* for Internet Explorer */*html #middle
{
	height: 45em;
}

.siteMapPath
{
	margin: 0px;
	padding: 3px 6px 3px 6px;
	font-size: 110%;
	font-weight: bold;
	border-bottom: 1px solid #000;
}
.whiteBackground
{
	width: 800px;
	background: white; /*transparent;*/
	text-align: left;
	padding: 5px;
}
.whiteBackgroundSec
{
	width: 100%;
	background:transparent;
	text-align: left;
	padding: 5px;
}

a img			
{
	border: none;
}	
.row {text-align:left;border-bottom:1px dotted #ccc; padding:4px 3px;font-weight:normal; width: 100%;}
.row span.label {display: inline-block; vertical-align: middle; text-align: left;}
/*.row input {margin-top:1.6em;}
.row select {margin-top:1.6em;}*/

._50 {width:50px;}
._100 {width:100px;}
._150 {width:150px;}
._200 {width:200px;}
._250 {width:250px;}
._350 {width:350px;}
._400 {width:400px;}

.nowrap {white-space: nowrap;}


.modalBackground
{
    border-style: solid;
    border-width: thin;
    padding: 5px;
    background-color: #E6DACE;
    width: 400px;
}

.modalBackgroundTimeSheet
{
    border-style: solid;
    border-width: thin;
    padding: 5px;
    background-color: #E6DACE;
    width: 500px;
}

.modalBackFaded {
         background-color: #000000;
         filter: alpha(opacity=50);
         opacity: 0.5;
}
fieldset
{
    background-color: #FFFFFF;
    width: 95%;
}
legend
{
    font-weight: bold;
    padding: 5px;
    color: #000000;
}
.gridStyle
{
    border-color:#A29F9F;  
    border:1;
    width: 100%;
}
.gridHeader
{
    background-color: #BAB9B9;
    font-weight:bold;
    color:#000000;         
}
.gridAlternatingItem
{ 
    background-color: #E6DACE;
    font-size: .9em;
}
.gridItem
{
    background-color: #FFFFFF;
    font-size: .9em;
}
.left
{
	float: left;
}
.right
{
	float: right;
}

.disabled {display:none;}
.enabled {display:inline;}

/* New navigantion styles */

#navigation {
 font-size:1em; 
 width:205px;
 }
 
#navigation ul {
 margin:0px; 
 padding:0px;
 }
 
#navigation li {
 list-style: none;
 } 

ul.top-level {
  background:url('layout/navgradient.png');
  }
  
ul.top-level li {
 border-bottom: #000 solid;
 border-width: 1px;
}

#navigation a {
 color: #fff;
 cursor: pointer;
 display:block;
 height:26px;
 line-height: 26px;
 text-indent: 10px;
 text-decoration:none;
 width:100%;
}
#navigation a:hover{
 text-decoration:none;
 background:url('../layout/navgradient.png')
}

#navigation li:hover {
 background:url('../layout/navgradient.png');
 position: relative;
}

ul.sub-level {
    display: none;
}

li:hover .sub-level {
    background:url('../layout/navgradient.png');
    border: #fff solid;
    border-width: 1px;
    display: block;
    position: absolute;
    left: 190px;
    top: 5px;
}

li.header {
    font-weight:bold;
    font-size:1.1em;
    height:26px;
    line-height: 26px;
    background:transparent;
    }

ul.sub-level li {
    border: none;
    float:left;
    width:250px;
    height:26px;
    line-height:26px;
    border-bottom: #fff solid;
 border-width: 1px;
}

/*Seconda Level*/
#navigation .sub-level {
    background:url('layout/navgradient.png');
}


