﻿body { font-family: Tahoma, Arial, Sans-Serif; font-size: small; }
input, select, textarea { font-family: Tahoma, Arial, Sans-Serif; font-size: x-small; }

/* Generic classes */
.error { color: Red !important; }
.emphasis { font-weight: bold; }
.one-line { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.strikethrough { text-decoration: line-through; }

/* Breadcrumb trail */
.bread-crumb-trail { color: Black; font-size: x-small; font-weight: bold; }
.bread-crumb-trail a { font-size: x-small; color: Black; text-decoration: none; font-weight: bold; }
.bread-crumb-trail a:hover { text-decoration: underline; }
.bread-crumb-trail a.bread-crumb-selected { color: Black;text-decoration:none; }

/* Font colors */
.primary-color { color: #000000 !important; }
.secondary-color { color: #000000 !important; }
.tertiary-color { color: #000000 !important; }
.primary-contrast { color: #FFFFFF !important; }
.secondary-contrast { color: #FFFFFF !important; }
.tertiary-contrast { color: #FFFFFF !important; }
.primary-color-background { background-color: #000000 !important; }
.secondary-color-background { background-color: #000000 !important; }
.tertiary-color-background { background-color: #000000 !important; }

/* Font sizes */
h1 { }
h2 { }
h3 { }
h4 { }
h5 { }
.h1-span {color:#428CCB;font-size:large;margin:0;font-weight:bold;display:block;}
.h2-span {color:#428CCB;font-size:medium;margin:0;font-weight:bold;display:block;}


