/* -------  globals ---------- */

label
{
    font-family: Verdana;
    font-size: 10pt;
}

span
{
    font-family: Verdana;
    font-size: 10pt;
}



/*         site form elements        */
input.form
{
    border-color: #d3d3d3;
    border-style: solid;
    border-width: 1px;
}

.formTextbox
{
    border-color: #d3d3d3;
    border-style: solid;
    border-width: 1px;
}

.formButton
{
    color:#284E98;
    background-color:White;
    border-color:#507CD1;
    border-width:1px;
    border-style:Solid;
    font-family:Verdana;
}

select
{
    border-color: #228b22;
    border-style: solid;
    border-width: 1px;
}

label.form 
{
    color:Maroon;
}

span.form 
{
    color:Black;
}

table.innerForm
{
    background-color: #f5f5f5; /* gray */
    margin:2px;
}

table.outerFrom
{
    background-color: #EFF3FB;
    border-color: #B5C7DE;
    border-width: 1px;
    border-style: Solid;
    border-collapse:collapse;
}

td.formCaption
{
    background-color: #d3d3d3; /* lightgray */
    margin: 0px;
    padding: 0px;
    padding-left: 6px;
}

span.formCaption
{
    font-weight:600;
    color:White;
}

label.formCaption
{
    font-weight:600;
    color:white;
}




.formError
{
    color:Red;
}

/* ----------------------------------------------- */


a
{
	font-family:Verdana;
	font-size:10pt;
	color:Blue;
}


textarea.Form
{
	border:Solid 1px #B5C7DE; 
	width:480px;
	height:150px;
	font-family:Verdana;
	font-size:10pt;
}
 

table.Form
{
	 border-color: #B5C7DE;
	 border-style:solid;
	 border-width:1px;
	 background-color:#EFF3FB;
	 width:500px;
}

input.Form
{          
   border-color : #B5C7DE;
   border-style :solid;
   border-width :1px;
   width: 150px;
}

select.Form
{
   border-color : #B5C7DE;
   border-style :solid;
   border-width :1px;
}


span.Link
{
	font-family:Verdana;
	font-size:10pt;
    color:Maroon;
}

  acronym
  {
   border-bottom:dotted 1px Blue; cursor:help;
  }



textarea
{          
   border-color : #507CD1;
   border-style :solid;
   border-width :1px;
}

textarea.TrenForm
{
	border:Solid 1px #ffa500; 
	width:100%;
	height:100px;
}

input.TrenForm
{
	border:Solid 1px #ffa500; 
	width:200px;
}

textarea.TrenItemForm
{
	border:Solid 1px #d3d3d3; 
	width:100%;
	height:100px;
}

input.TrenItemForm
{
	border:Solid 1px #d3d3d3; 
	width:200px;
}

table.TrenItemForm
{
	background-color: #f5f5f5;
}


table.TrenDayForm
{
	background-color: #f5f5f5;
}

textarea.TrenDayForm
{
	border:Solid 1px #d3d3d3; 
	width:100%;
	height:100px;
}

input.TrenDayForm
{
	border:Solid 1px #d3d3d3; 
	width:200px;
}

table.TrenDayForm
{
	background-color: #f5f5f5;
}


textarea.TrenPlanForm
{
	border:Solid 1px Green; 
	width:100%;
	height:100px;
}

input.TrenPlanForm
{
	border:Solid 1px Green; 
	width:50px;
}

