BODY
{
	margin-top: 10px;
	font-weight: normal;
	font-size: small;
	/*background-image: url(Images/VDOX-BACKGROUND_10.gif);*/
	margin-bottom: 0px;
	word-spacing: normal;
	text-transform: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	background-color: white;
}

INPUT
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

TEXTAREA
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

SELECT
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

H1
{
	font-weight: bold;
	font-size: small;
	word-spacing: normal;
	text-transform: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	background-color: white;
}	

.H1
{
	font-weight: bold;
	font-size: small;
	word-spacing: normal;
	text-transform: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	background-color: white;
}
	
A:link
{
	color: black;
	text-decoration: underline;
}	
		
A:visited
{
	color: black;
	text-decoration: underline;
}	
		
A:active
{
	color: red;
	text-decoration: none;
}	
		
A:hover
{
	color: red;
	text-decoration: underline;
}
a[disabled="disabled"]
{
    text-decoration: none;
    color: Gray;
}
TABLE
{
	font-weight: normal;
	font-size: small;
	word-spacing: normal;
	text-transform: none;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	background-color: transparent;
}

.GridHeader
{
	font-weight: bold;
	font-size: small;
	word-spacing: normal;
	text-transform: none;
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	background-color: silver;
}
.GridItem
{
	font-weight: normal;
	font-size: small;
	word-spacing: normal;
	text-transform: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	background-color: #DCDCDC;
}

.PseudoGridHeader
{
	border-right: 1px solid;
	border-top: 1px solid;
	font-weight: bold;
	border-left: 1px solid;
	border-bottom: 1px solid;
	background-color: silver;
	text-align: center;
}

.PseudoGridItem
{
	border-right: 1px solid;
	border-top: 1px solid;
	font-weight: normal;
	font-size: small;
	margin: 0px;
	word-spacing: normal;
	text-transform: none;
	border-left: 1px solid;
	color: navy;
	border-bottom: 1px solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	background-color: white;
	text-align: center;
}

.HeaderInfo
{
	margin: 0px;
	padding: 2px 5px 2px 5px;
	color: white;
	background-color: #373c74;  /*dark blue*/
	overflow: auto;  /* force new block formatting context */
}

.HeaderInfo .WorkroomName
{
    float: left;
    font-weight: bold;
}

.HeaderInfo .UserInfo
{
    float: right;
}

.HeaderInfo .Logout
{
    float: right;
    padding: 2px 6px 0px 8px;
}

.HeaderInfo .Logout a
{
    color: White;
    text-decoration: underline;
    font-size: x-small;
}

.HeaderInfo .Logout a:hover, .HeaderInfo .Logout a:active
{
    color: Red;
}

.HeaderMenu
{
	margin: 0px;
	padding: 0px 0px 2px 0px;
	background-color: #919195;  /*dark grey*/
}

A.HeaderMenu:link
{
	padding-right: 10px;
	padding-left: 10px;
	color: White;
	text-decoration: none;
}	
		
A.HeaderMenu:visited
{
	padding-right: 10px;
	padding-left: 10px;
	color: White;
	text-decoration: none;
}	
		
A.HeaderMenu:active
{
	color: red;
	text-decoration: none;
}	
		
A.HeaderMenu:hover
{
	color: red;
	text-decoration: none;
}

.HeaderMenuCurrentPage
{
	padding: 0px 10px 2px 10px;
	font-weight: normal;
	background-color: #373c74;  /*dark blue*/
	color: White;
}

.HeaderMessage
{
	color: red;
	background-color: white;
}

.HeaderMessage
{
	margin-top: 0px;
	margin-bottom: 0px;
}

.HeaderMenuLevel2
{
	margin-top: 0px;
	margin-bottom: 0px;
	color: white;
	background-color: #373c74;  /*dark blue*/
}

A.HeaderMenuLevel2:link
{
	padding-right: 10px;
	padding-left: 10px;
	color: White;
	text-decoration: none;
}	
		
A.HeaderMenuLevel2:visited
{
	padding-right: 10px;
	padding-left: 10px;
	color: White;
	text-decoration: none;
}	
		
A.HeaderMenuLevel2:active
{
	color: red;
	text-decoration: none;
}	
		
A.HeaderMenuLevel2:hover
{
	color: red;
}

.HeaderMenuLevel2CurrentPage
{
	padding-right: 10px;
	padding-left: 10px;
	font-weight: normal;
	background-color: white;
	color: #373c74;  /*dark blue*/
}

.FooterMenu
{
	margin: 0px;
	background-color: #373c74;  /*dark blue*/
}

A.FooterMenu:link
{
	padding-right: 10px;
	padding-left: 10px;
	color: White;
	text-decoration: none;
}	
		
A.FooterMenu:visited
{
	padding-right: 10px;
	padding-left: 10px;
	color: White;
	text-decoration: none;
}	
		
A.FooterMenu:active
{
	color: red;
	text-decoration: none;
}	
		
A.FooterMenu:hover
{
	color: red;
}

.FooterInfo
{
	margin: 0px;
	font-weight: normal;
	color: white;
	background-color: #919195;   
}

hr.Login
{
    color: #919195;
    height: 7px;
    border: none;
    background-color: #919195;
}
.Copyright
{
	margin-top: 0px;
	font-size: x-small;
	margin-bottom: 0px;
	color: #373c74;
}

A.PaddedLink:link
{
	padding-right: 5px;
	padding-left: 5px;
	color: black;
	text-decoration: underline;
}	
		
A.PaddedLink:visited
{
	padding-right: 5px;
	padding-left: 5px;
	color: black;
	text-decoration: underline;
}	
		
A.PaddedLink:active
{
	color: red;
	text-decoration: none;
}	
		
A.PaddedLink:hover
{
	color: red;
}

.PaddedLinkInactive
{
	padding-right: 5px;
	padding-left: 5px;
	color: black;
}

.DisplayData
{
	color: navy;
}

A.DisplayData:link
{
	color: navy;
	text-decoration: underline;
}	
		
A.DisplayData:visited
{
	color: navy;
	text-decoration: underline;
}	
		
A.DisplayData:active
{
	color: red;
	text-decoration: none;
}	
		
A.DisplayData:hover
{
	color: red;
	text-decoration: underline;
}

.DisplayDataRed
{
	color: red;
}

A.DisplayDataLink:link
{
	color: navy;
	text-decoration: underline;
}	
		
A.DisplayDataLink:visited
{
	color: navy;
	text-decoration: underline;
}	
		
A.DisplayDataLink:active
{
	color: red;
	text-decoration: none;
}	
		
A.DisplayDataLink:hover
{
	color: red;
	text-decoration: underline;
}

.ReadOnlyControl
{
	background-color: #FFFACD
}

.BodyMain
{
	border-right: white thin solid;
	border-top: white thin solid;
	margin-top: 0px;
	margin-bottom: 0px;
	border-left: white thin solid;
	border-bottom: white thin solid;
	background-color: white;
}

.SectionHeader
{
	margin: 0px;
	padding: 0px 3px 0px 3px;
	background-color: silver;
	overflow: auto;  /* force new block formatting context */
}

.SectionHeaderTitle
{
	font-weight: bold;
	font-size: medium;
	color: #373c74;  /*dark blue*/
}

.SectionBody
{
	margin: 0px;
	padding: 15px 5px 15px 5px;
	background-color: #DCDCDC;
}

.SectionBodyIndented
{
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	margin-right: 20px;
	background-color: #DCDCDC;
}

.Hidden
{
	visibility: hidden;
}

.TextFlowRight
{
	float: left;
}

.RightAlign
{
	text-align: right;
}

.xxx
{
	padding-left: 200px;
	color: fuchsia;
}

.FAQQuestion
{
	margin-top: 0px;
	padding-top: 5px;
	font-weight: bold;
	margin-bottom: 0px;
	padding-bottom: 5px;
}

.FAQAnswer
{
	padding-left: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: navy;
}

.ErrorMessage
{
	color: red;
}

A.ErrorMessage:link
{
	color: red;
}	
		
A.ErrorMessage:visited
{
	color: red;
}	
		
A.ErrorMessage:active
{
	color: red;
}	
		
A.ErrorMessage:hover
{
	color: #373c74;  /*dark blue*/
}

.HelpLink
{
	font-size: small;
	color: navy;
}

.HelpBody
{
	margin-top: 10px;
	font-weight: normal;
	font-size: small;
	margin-bottom: 0px;
	word-spacing: normal;
	text-transform: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	background-color: #DCDCDC;
}

.HelpSubHdr1
{
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-top: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #DCDCDC;
	font-weight: bold;
}

.HelpText1
{
	padding-left: 40px;
	padding-right: 40px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #DCDCDC;
	color: navy;
}


.StdRow
{
    padding-bottom: 3px;
    overflow: auto; /* force new block formatting context */
}
.StdColLeft
{
    float: left;
    padding-right: 5px;
}
.StdColRight
{
    overflow: auto; /* floats next to StdColLeft -AND- takes up entire remaining width  w/out having to know how wide the prior section(s) are */ /*float: left; /* can take up all remaining horiz space using width: calc(100% - x), but need to know what "x" is */
    min-width: 50px;
    color: #373c74; /*dark blue*/
}
.StdTopSpacer
{
    margin-top: 15px;
}
.StdBottomSpacer
{
    margin-bottom: 15px;
}
