/* Body and scroll bar settings */ body { font-size: 8pt; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; font-family: verdana, arial, sans-serif; color: #000000; /* scrollbar-3dlight-color: #283987; */ scrollbar-arrow-color: #283987; scrollbar-base-color: #ffffff; scrollbar-darkshadow-color: #ffffff; scrollbar-face-color: #ffffff; scrollbar-highlight-color: #283987; scrollbar-shadow-color: #283987; scrollbar-track-color: #ffffff; background-color : #ffffff; } /* Text color throughout the site */ p,td,ul,li { color: 3D3D3D; font-size: 8pt; font-family: verdana, arial, sans-serif; } .small { color: 3D3D3D; font-size: 7pt; font-family: verdana, arial, sans-serif; } .home { color: 3D3D3D; font-size: 10pt; font-family: verdana, arial, sans-serif; } .more { color: 3D3D3D; font-size: 7pt; font-family: verdana, arial, sans-serif; font-style: italic; font-weight: bold; text-align: right; } /* All error messages */ .error { color: #EE4E16; font-size: 8pt; font-family: verdana, arial, sans-serif; } /* Footer, and small text noted within brackets in the add/edit artwork (notes) */ .footer {color: #283987; font-size: 7pt; font-family: verdana, arial, sans-serif; } /* All input, select, and text-area properties */ input,select,option,textarea {color: #333333; font-size: 7pt; font-family: verdana, arial, sans-serif; background-color: #ffffff; border: 1 solid #333333; padding: 0px; } /* Main Links: link, visited, hover */ a { font-size: 8pt; color:#283987; font-family: Verdana, Arial, Verdana, sans-serif; text-decoration: none; } a:link { font-size: 8pt; color:#283987; font-family: Verdana, Arial, Verdana, sans-serif; text-decoration: none; } a:visited { font-size: 8pt; color:#283987; font-family: Verdana, Arial, Verdana, sans-serif; text-decoration: none; } a:hover { font-size: 8pt; color:#283987; font-family: Verdana, Arial, Verdana, sans-serif; text-decoration: underline; } /* Main Links: link, visited, hover */ a.error { font-size: 8pt; color:#EE4E16; font-family: Verdana, Arial, Verdana, sans-serif; text-decoration: none; } a.error:link { font-size: 8pt; color:#EE4E16; font-family: Verdana, Arial, Verdana, sans-serif; text-decoration: none; } a.error:visited { font-size: 8pt; color:#EE4E16; font-family: Verdana, Arial, Verdana, sans-serif; text-decoration: none; } a.error:hover { font-size: 8pt; color:#EE4E16; font-family: Verdana, Arial, Verdana, sans-serif; text-decoration: underline; } /* Titles (headings) within the administration area */ .title { color: #283987; font-size: 10pt; font-weight: bold; } .title-grey { color: #909090; font-size: 10pt; font-weight: bold; } .subtitle { color: #135713; font-size: 9pt; font-weight: none; } .subtitle-grey { color: #909090; font-size: 9pt; font-weight: none; } .small { color: #000000; font-size: 7pt; font-weight: none; } .small-grey { color: #909090; font-size: 7pt; font-weight: none; } h1 { color: #283987; font-size: 20pt; font-weight: bold; } h2 { color: #283987; font-size: 17pt; font-weight: bold; } h3 { color: #283987; font-size: 15pt; font-weight: bold; } h4 { color: #283987; font-size: 13pt; font-weight: bold; } /* Copyright */ .copy { color: #ffffff; font-size: 7pt; }