﻿


table.tableex
{
   width:90%;
   margin-left:5%;
   margin-right:5%
}

table.Asbestos
{
   width:90%;
   margin-left:5%;
   margin-right:5%
}

table.tableinputex 
{
    width:50%;
	border: 1px solid #c9c9c9;
	border-color:Black;
	background-color:InfoBackground;
	margin-left:5%;
	margin-right:5%;
	
}

.headerlabel
	{
    border: 1px solid #c9c9c9;
    color:White;
    font-weight: bold;
    text-align: left;
    background-color:#006400;
	}

.fieldlabel
	{
    border: 1px solid #c9c9c9;
    color:White;
    font-weight: bold;
    text-align: right;
    background-color:#006400;
    width:25%;
	}

.valuelabel
	{
    border: 1px solid #c9c9c9;
    color:black;

    text-align: left;
    background-color:White;
    width:25%;
	}

.CompletionInput2
	{
		width:95%;
		float:left;
		
	}

.divCompletions 
{
	width:90%;
	margin-left:auto;
	margin-right:auto;
}


.divInputDiary 
{
	width: 37%;
	margin-left:0%;
	float: left;
	padding-left:1em;
	padding-right:1em;
	background-color:#FFFFCC;
	height:240px;
	min-height:240px;
}

.divInputCompletions 
{	
 	
	width:  45%;
	float:right;
	padding-left:1em;
	padding-right:1em;
	background-color:#FFFFCC;
	height:240px;
	min-height:240px;
}

div#divButtons
{
	clear:both;
	width: 50%;
	margin-left: auto ;
	margin-right: auto ;
}

.divButtonUpdate
	{
	width: 100px;
	float: left;
	}
	
.divButtonClose
{
	width: 100px;
	float: right;
}


.completionfieldlabel
	{
    border: 1px solid #c9c9c9;
    color:White;
    font-weight: bold;
    text-align: right;
    background-color:#006400;
    width:40%;
	}

.completionvaluelabel
	{
    border: 1px solid #c9c9c9;
    color:black;

    text-align: left;
    background-color:White;
    width:60%;
    }

fieldset
{
    margin-left:0.5em;   
    
}
fieldset label 
{
    position:relative; 
    clear:left; 
    float:left; 
    width:10em; 
    margin-right:1em; 
    text-align:right;
    margin-bottom: 0.5em; 
}

fieldset input
    {
    display: inline;
    margin-bottom: 0.5em; 
    width: 85%;
}

.datecc
{
    width:2em;
    margin-bottom: 0.5em; 
}

 .dateyy
{
    width:4em;
    margin-bottom: 0.5em; 
}
 


.divCompletionsBackground
{
     background-color:InfoBackground;
    
}

.diarylabel
 {
    position:relative; 
    clear:left; 
    float:left; 
    width:20%; 
    margin-right:1em; 
    text-align:right;
    margin-bottom: 0.5em; 
 }
 
 .diaryentry
 {
    width:98%;
    margin-bottom: 0.5em; 
 }

span.inst 
{

  font-size: 90%;
  color: blue;
  padding-left: .25em;
}


div.divClose
{float: left;width:90%;
margin-left:5%
}

div.divPrint
{position: absolute;
 left:80%
}

