/*
FormRouter CSS For User and Site Maintenance IUs.
*/

/* Defines page body margins to zero */
body
{
	margin: 0px;
}

/* Defines captions for editable input boxes, example:contact name */
.InputBoxCaption
{
	font-size: x-small;
	text-transform: none;
	font-family: Arial;
}

/* Defines the background color of FormBuilder Settings Dialog Boxes */
.LinkCell
{
	border-right: black 1px solid;
  border-top: black 1px solid;
/*	border-left: black 1px solid;
	border-bottom: black 1px solid; */
	height: 100%;
	width: 200px;
	background-color: #ece9d8;
}

/* Defines link captions on side navigation example:about page */
.LinkCaption
{
	font-size: x-small;
	text-transform: none;
	color: black;
	font-family: Arial;
}

.RedLink
{
	color: red;
}


/* Defines captions for editable input boxes, example:contact name */
.InputBoxCaptionGray
{
	font-size: x-small;
	text-transform: none;
	color: gray;
	font-family: Arial;
}


/* Defines table Object color and spacing example:table directory name is in */
.TableObjectColor
{
	padding-left: 4px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	background-color: black;
	border-bottom-style: none;
}

/* Defines captions for select objects, example:directory name */
.ObjectCaption
{
	font-weight: bold;
	font-size: small;
	color: white;
	font-family: Arial;
}

/* Defines active error label text, example:error no directory */
.ErrorLabels
{
	font-weight: normal;
	font-size: x-small;
	color: red;
	font-family: Arial;
}

/* Defines table bar color and spacing example: Table Site Manager is in */
.TableBarColor
{
	padding-left: 4px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	background-color: #ece9d8;
	border-bottom-style: none;
}

/* Defines captions for the table bar example:Site Manager */
.TableBarCaption
{
	font-weight: bold;
	font-size: x-small;
	text-transform: none;
	color: #000000;
	font-family: Arial;
}

/* Defines copy text for instructions example: notes section */
.CopyText
{
	font-size: x-small;
	text-transform: none;
	font-family: Arial;
}

.SectionTitle
{
	font-weight: bold;
	font-size: 16pt;
	font-family: Arial;
}

/* Defines the large gray cell on the left that includes the tree.
   Remember to set to Top manually, 
   CSS does not do this correctly. */
.GrayLeftCell
{
	padding-left: 4px;
	width: 50%;
	height: 100%;
	background-color: #f5f5f5;
	text-align: left;
}

/* Defines the background color of FormBuilder Settings Dialog Boxes */
.DialBoxColor
{
	background-color: #ece9d8;
}


	
