<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body
{
    font-family: Arial;
    font-size: 12px;    
    color: black;
    background-color: #e8e8e8;
    padding: 0;
    margin: 0;
}

/* common links */
a, a:link, a:visited
{
    font-family: Arial;
    font-size: 12px;
    text-decoration: none;
    color: #277080;
}
a:hover, a:active
{
    color: #1A4954;
}

/* Welcome page */

.wpLinkBox a,
.wpLinkBox a:link,
.wpLinkBox a:visited,
.wpLinkBox a:active
{
    font-size: 200%;
    font-weight: 500;
    letter-spacing: -1px;
    display: block;
    margin: 10px;    
}
.wpLinkBox a:hover
{
    text-decoration: underline;
}

.wpDescription
{
    font-size: 11px;
    margin-left: 20px;
    margin-top: 5px;
    margin-bottom: 20px;
}

.wpFooter
{
    width: 760px;
    height: 20px;
    padding: 20px 10px 10px 10px;
    color: White;
    font-size: 11px;
    text-align: center;
    background-position: center top;
    background-image: url(images/welcome_footer.gif);
    background-repeat: no-repeat;
}

/* END OF Welcome page */

/* Page title */

.versionString
{
    height: 15px;
    border-bottom: solid 1px #00A5CC;
    margin-bottom: 20px;
    font-size: 11px;
    padding: 5px 20px 5px 20px;
    background-color: #e8f5f8;    
}    
.versionString a,
.versionString a:link
{
    font-size: 11px;
}

.ptTitle
{
    font-size: 22px;
    margin-top: 0px;
    text-align: left;
    border-bottom: solid 1px #00A5CC;
    color: #1A4954;
}

/* END OF Page title */

#mainContainer
{
    width: 780px;     
    background-color: White;
    text-align: left;
    border-left: 1px solid #B8B8B8;
    border-right: 1px solid #B8B8B8;    
}
#mainContainer .insidePadding
{
    padding: 20px;
}
#midContainer
{
    margin: 10px;
    min-height: 350px;
}

#leftMenu
{    
    float: left;
    width: 140px;
}
#leftMenu a,
#leftMenu a:link,
#leftMenu a:visited,
#leftMenu a:active
{
    display: block;
    padding: 5px;    
    margin-bottom: 2px;
    border-top: solid 1px white;
    border-bottom: solid 1px white;
}
#leftMenu a:hover,
#leftMenu .activeLink
{
    border-top: solid 1px #00A5CC;
    border-bottom: solid 1px #00A5CC;
    font-weight: bold;
}
#leftMenu .activeLink
{
    background-color: #00A5CC;    
    color: White;
}

#rightContainer
{
    float: right;
    width: 580px;
}

.infoBlock
{
	clear: both;
    padding: 20px;
    margin: 20px;
    border-left: solid 5px #FFE4E4;
    font-size: 11px;
}

.stepString
{
    text-decoration: underline;
    font-style: italic;
    background-image: url(images/bullet_green.png);
    background-position: left;
    background-repeat: no-repeat;
    padding: 10px 20px 20px 20px;
}

.hint
{
    margin-left: 20px;
    color: Gray;
    font-size: 11px;
}

.editTable
{
    width: 90%;    
}
.editSection
{
    border-bottom: solid 1px #B8B8B8;
    background-color: #F1F1F1;
    font-weight: bold;
}

.gridResult
{
	border: solid 1px #00A5CC;	
}
.gridResult tr td
{
	border-bottom: solid 1px #D4ECF2;	
}
.gridResult .gridHeader
{
    background-color: #00A5CC;
    color: White;
}
.gridResult .gridItem
{
	background-color: white;
}
.gridResult .gridAltItem
{
    background-color: #e8f5f8;
}
.miscInfo
{
    color: #8B6F00;
}

.textbox
{
	padding: 2px;
}

.textsmall
{
    font-size: 10px;
}

.pageTitle
{
    height: 25px;
    font-size: 20px;
    margin-top: 0px;
    text-align: left;
    border-bottom: solid 1px #6E5800;
    color: #1A4954;
    margin-bottom: 20px;
}

.insideBackLink
{
    float: right;
    margin-top: 10px;
}
.insideBackLink a,
.insideBackLink a:link
{
    font-size: 11px;
}

.image
{
    margin-left: 10px;
    margin-right: 10px;
}

.commandSeparator
{
    margin-left: 10px;
    margin-right: 10px;
}

.spaceTop
{
    margin-top: 5px;
}
.spaceBottom
{
    margin-bottom: 5px;
}

.tableInfoTitle
{
    font-weight: bold;
    margin-bottom: 15px;            
}

.tableInfo, .tableInfoNarrow
{
    width: 98%;
}
.tableInfoCustomWidth
{
}
.tableInfo tr td,
.tableInfoCustomWidth tr td
{
    padding: 5px;
}
.tableInfoNarrow tr td
{
    padding: 1px;
}
.tableInfo .textBox,
.tableInfoCustomWidth .textBox,
.tableInfoNarrow .textBox
{
    width: 200px;
}
.tableInfo .dropDown,
.tableInfoCustomWidth .dropDown,
.tableInfoNarrow .dropDown
{
    width: 205px;
}
.tableInfo .textArea,
.tableInfoCustomWidth .textArea,
.tableInfoNarrow .textArea
{
    width: 350px;
}
.tableInfo .itemTitle,
.tableInfoCustomWidth .itemTitle,
.tableInfoNarrow .itemTitle
{
    width: 25%;
    text-align: right;
    font-weight: bold;
    padding-right: 5px;
}

.inputTextBox
{
    width: 200px;
}
.inputDropDown
{
    width: 205px;
}

/*h1
{
    margin-bottom: 20px;
}*/

.s11, .s11 a, .s11 a:active, .s11 a:visited, .s11 a:link, 
.s11 a:hover
{
    font-size: 11px;
}
</pre></body></html>