<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
    Default Base CSS Stylesheet for a Exact/TMS 
    Created STH 20080708
    Updated KJA 201509 v7.0
*/

.StandardFontSize,body,input,button,select,textarea,a,.ErrorLabel,.ErrorLabelOkPlus {font-size:12px}
body{background-color:White;font-weight:normal;letter-spacing:normal;text-transform:none;word-spacing:normal}
 
/* These two items set the widths of the textboxes and DropDownLists on mulitple pages */
select.Width350{width:350px}
input.Width350{width:350px}

/* Sets the width of textbox on service parameters edit */
.InstDescription{width:400px}
 
/* This sets the widths of some of the textboxes in Institution Setup */
.InstSetup1{width:300px}

/* listbox styles being used in report selections */
Select.lstListBox{width:270px;height:77px}
Input.btnListBox{width:86px;height:24px}

/* Controls the padding on many pages */
.OuterTable{padding-top:5px;padding-bottom:4px;padding-left:7px;padding-right:5px;border-width:0px;width:100%}

/* Header on reports. Preserve this class,as it is manipulated in the page-colors.js file. */
.CheckHeader{FONT-WEIGHT:bold}

/* Header colors on the other reports. Review Checks.... */
.TransactionHeader{color:Black;background-color:White;FONT-WEIGHT:bold}

/* Pager */
.PagerStyleSS{font-size:18px;font-weight:bold;text-align:center}
.PagerStyleSS:link{font-size:18px;font-weight:bold;text-align:center}
.PagerStyleSS:visited{font-size:18px;font-weight:bold;text-align:center}
.PagerStyleSS:active{font-size:18px;font-weight:bold;text-align:center}
.PagerStyleSS:hover{font-size:18px;font-weight:bold;text-align:center}

/* Error &amp; Message Ok Labels */
.ErrorLabel{color:Red;font-weight:bold}
.ErrorLabelOk{color:Black;font-weight:bold}
.ErrorLabelOkPlus{color:Black;font-weight:bold}

/* Selected,enabled and disabled objects */
.GridSelectedItem,.TranBoxOjbectEnabled,.TranBoxEnabled{color:Black;font-weight:bold;background-color:White}
.BoxDisabled,.BoxEnabled{background-color:White}
.TranBoxDisabled{background-color:White;color:DimGray;font-weight:normal}
.TranBoxOjbectDisabled{background-color:White;color:Black;font-weight:normal}

/* Color of Print link &amp; Export to Excel on reports STH 20080701 */
.PrintText,.PrintText a{color:White !Important}
.MenuClass{font-size:small;padding-top:3px;Padding-bottom:4px}

/* Controls the row numbers going down the side of the datagrid STH 20080701 */
.MenuClassItemOne{font-size:small}

/* Used in the ClientAccountBalancing2.aspx page */
.NoRightLeftBorder{border-right-style:none;border-left-style:none}

/* General Styles:tables,text headers,textboxes */
h1,h2,h3,h4,h5,th,thead,tfoot{color:#003366}
h1{font-size:2em;font-weight:700;font-style:normal;text-decoration:none;word-spacing:normal;letter-spacing:normal;text-transform:none}
h2{font-size:1.75em;font-weight:700;font-style:normal;text-decoration:none;word-spacing:normal;letter-spacing:normal;text-transform:none}
h3{font-size:1.58em;font-weight:500;font-style:normal;text-decoration:none;word-spacing:normal;letter-spacing:normal;text-transform:none}
h4{font-size:1.33em;font-weight:500;text-decoration:none;word-spacing:normal;letter-spacing:normal;text-transform:none}
h5,dt{font-size:1em;font-weight:700;font-style:normal;text-decoration:none;word-spacing:normal;letter-spacing:normal;text-transform:none}
h6{font-size:.8em;font-weight:700;font-style:normal;text-decoration:none;word-spacing:normal;letter-spacing:normal;text-transform:none}
tfoot,thead{font-size:1em;word-spacing:normal;letter-spacing:normal;text-transform:none;font-family:Arial,Helvetica,sans-serif}
th{vertical-align:baseline;font-size:1em;font-weight:bold;word-spacing:normal;letter-spacing:normal;text-transform:none;font-family:Arial,Helvetica,sans-serif}
a:link,.StandardLink{text-decoration:none;color:#3333cc;cursor:pointer}
a:visited,.StandardLink:visited{text-decoration:none;color:#3333cc}
a:active,.StandardLink:active{text-decoration:none;color:#3333cc}
a:hover,.StandardLink:hover{text-decoration:underline;color:#000000}
small{font-size:.7em}
big{font-size:1.17em}
blockquote,pre{font-family:Courier New,monospace}
ul li{list-style-type:square }
ul li li{list-style-type:disc}
ul li li li{list-style-type:circle}
ol li{list-style-type:decimal}
ol ol li{list-style-type:lower-alpha}
ol ol ol li{list-style-type:lower-roman}
img{margin-top:5px;margin-left:10px;margin-right:10px}

/* Print formatting */
@media print {
    #reportTable{margin:0 !important}
}</pre></body></html>