body {font-family:times, tahoma, verdana, arial, helvetica, sans-serif; font-size:8pt; margin:0px;}
table {border-collapse:collapse;}
td {font-family:times, tahoma, arial, helvetica, sans-serif; font-size:8pt; padding:0px;}
p {margin-top:4px; margin-bottom:4px;}
form {margin:0px;}
img {border:0px;}
ul {list-style-image:url([ul.gif]); margin:0px; padding:0px;}
ol {margin:5px 0px 0px 10px;}
li {margin:5px 0px 5px 25px;}

@media print {
  .screenOnly {display:none;}
}
@media screen {
  .screenOnly {display:inline;}
}

.darkest {color:#33383D;}
.dark {color:#637383;}
.medium {color:#ADB6BD;}
.light {color:#E2E5E8;}
.lightest {color:#F4F6F8;}

.bgDark {background-color:#637383;}
.bgMedium {background-color:#ADB6BD;}
.bgLight {background-color:#E2E5E8;}
.bgLightest {background-color:#F4F6F8;}

.bgBlack {background-color:#000000;}
.bgWhite {background-color:#ffffff;}
.bgRed {background-color:Red;}
.bgGreen {background-color:Green;}
.bgBlue {background-color:Blue;}
.bgYellow {background-color:Yellow;}
.bgRequired {background-color:#fff7f7;}
.bgBadInput {background-color:#ffffbb;}
.bgNoRepeat {background-repeat:no-repeat;}
.bgRepeatX {background-repeat:repeat-x;}
.bgRepeatY {background-repeat:repeat-y;}

.white {color:White;}
.black {color:Black;}
.red {color:Red;}
.green {color:Green;}
.blue {color:Blue;}
.yellow {color:Yellow;}

.list {padding:4px; border-bottom:1px solid #E2E5E8; vertical-align:top;}
.listTitle, .listTitleLeft, .listTitleRight {
  padding:2px;
  border-top:1px solid #ADB6BD;
  background-color:#F4F6F8;
}

.listSearch {background-color:#ffffff;}
.listSort {padding:4px; border-bottom:1px solid #E2E5E8; vertical-align:top; background:#F4F6F8;}
.listHeader {font-weight:bold; padding:2px 4px 2px 4px; border-top:1px solid #000000; border-bottom:1px solid #000000; border-left:2px outset #F4F6F8; background-color:#E2E5E8;}
.listHeaderLeft {font-weight:bold; padding:2px 4px 2px 4px; border-top:1px solid #000000; border-bottom:1px solid #000000; border-left:1px solid #000000; background-color:#E2E5E8;}
.listHeaderRight {font-weight:bold; padding:2px 4px 2px 4px; border-top:1px solid #000000; border-bottom:1px solid #000000; border-left:2px outset #F4F6F8; border-right:1px solid #000000; background-color:#E2E5E8;}

.listHeaderHigh {padding:2px 4px 2px 4px; border-top:1px solid #ADB6BD; border-bottom:1px solid #f8b31f; border-left:2px outset #f4f6f8; font-weight:bold; background:url('image/listHeaderHigh.gif');}
.listHeaderHighLeft {padding:2px 4px 2px 4px; border-top:1px solid #ADB6BD; border-bottom:1px solid #f8b31f; border-left:1px solid #ADB6BD; font-weight:bold; background:url('image/listHeaderHigh.gif');}
.listHeaderHighRight {padding:2px 4px 2px 4px; border-top:1px solid #ADB6BD; border-bottom:1px solid #f8b31f; border-left:2px outset #F4F6F8; border-right:1px solid #ADB6BD; font-weight:bold; background:url('image/listHeaderHigh.gif');}

.arial {font-family:arial, sans-serif;}
.times {font-family:times, sans-serif; font-size:11pt;}
.timesBig {font-family:times, sans-serif; font-size:14pt;}
.normal {font-size:8pt; font-weight:normal;}
.bold {font-weight:bold;}
.underline {text-decoration:underline;}

.smallest {font-size:7pt;}
.small {font-size:7.5pt;}
.moderate {font-size:9pt;}
.big {font-size:11pt;}
.veryBig {font-size:16pt;}

.left {text-align:left;}
.center {text-align:center;}
.right {text-align:right;}
.top {vertical-align:top;}
.middle {vertical-align:middle;}
.bottom {vertical-align:bottom;}

.justify {text-align:justify;}

.absolute {position:absolute;}
.relative {position:relative;}

.border {border:1px solid #000000;}
.borderTop {border-top:1px solid #000000;}
.borderRight {border-right:1px solid #000000;}
.borderBottom {border-bottom:1px solid #000000;}
.borderLeft {border-left:1px solid #000000;}
.borderWhite {border-color:#ffffff;}
.borderInsetLeft {border-left:2px outset #F4F6F8;}
.borderDouble {border-width:2px;}

.borderDarkest {border-color:#33383D;}
.borderDark {border-color:#637383;}
.borderMedium {border-color:#ADB6BD;}
.borderLight {border-color:#E2E5E8;}
.borderLightest {border-color:#F4F6F8;}

.space {margin-top:4px; margin-bottom:4px;}
.bottomSpace {margin-top:0px; margin-bottom:4px;}
.topSpace {margin-top:4px; margin-bottom:0px;}
.noSpace {margin-top:0px; margin-bottom:0px;}
.lineSpace {line-height:16px;}

.halfWidth {width:50%;}
.halfHeight {height:50%;}
.fullWidth {width:100%;}
.fullHeight {height:100%;}

.margin {margin:4px;}
.marginTop {margin-top:4px;}
.marginRight {margin-right:4px;}
.marginBottom {margin-bottom:4px;}
.marginLeft {margin-left:4px;}
.marginBig {margin:10px;}
.marginBigTop {margin-top:10px;}
.marginBigRight {margin-right:10px;}
.marginBigBottom {margin-bottom:10px;}
.marginBigLeft {margin-left:10px;}

.padNone {padding:0px;}
.padSmallest {padding:2px;}
.padSmall {padding:3px;}
.pad {padding:4px;}
.padTop {padding-top:4px;}
.padRight {padding-right:4px;}
.padBottom {padding-bottom:4px;}
.padLeft {padding-left:4px;}
.padBig {padding:10px;}
.padBigTop {padding-top:10px;}
.padBigRight {padding-right:10px;}
.padBigBottom {padding-bottom:10px;}
.padBigLeft {padding-left:10px;}

.hide {display:none;}
.show {display:inline;}
.block {display:block;}

.hand {cursor:hand; cursor:pointer;}
.cursorHand {cursor:hand; cursor:pointer;}
.cursorDefault {cursor:default;}

.pageBreak {page-break-before:always;}

a {color:#000000; text-decoration:none;}
a:hover {text-decoration:underline;}
a.underline:hover {text-decoration:none;}
a.underlineNever:hover {text-decoration:none;}
a.underlineAlways {text-decoration:underline;}
a.underlineAlways:hover {text-decoration:underline;}

input.text {font-family:verdana, arial, helvetica, sans-serif; font-size:8pt; font-weight:bold; height:21px; border-width:1px; border-color:#ADB6BD; padding:3px;}
input.big {font-family:verdana, arial, helvetica, sans-serif; font-size:9.0pt; height:18px; padding:2px; border-width:1px; border-color:#ADB6BD;}
input.small {font-family:verdana, arial, helvetica, sans-serif; font-size:7.5pt; font-weight:bold; height:18px; padding:2px; border-width:1px; border-color:#ADB6BD; }
input.required {border-top:1px solid darkred; border-right:1px solid red; border-bottom:1px solid red; border-left:1px solid darkred;}
input.requiredPlain {border-width:1px; border-color:#ADB6BD;}
input.smallest {font-family:verdana, arial, helvetica, sans-serif; font-size:7pt; height:16px; padding:1px; border-width:1px; border-color:#ADB6BD;}
input.button {font-family:verdana, arial, helvetica, sans-serif; font-size:8pt; font-weight:normal; height:21px; padding:0px 5px 1px 5px; border-width:2px; border-color:#ADB6BD; background:#E2E5E8;}
input.smallButton {font-family:verdana, arial, helvetica, sans-serif; font-size:7pt; font-weight:bold; height:18px; padding:0px; background:#E2E5E8; border-width:1px; border-color:#ADB6BD;}
input.file {font-family:verdana, arial, helvetica, sans-serif; font-size:8pt; font-weight:normal; height:21px; padding:3px 0px 0px 3px; border:1px solid #637383;}
textarea {font-family:verdana, arial, helvetica, sans-serif; font-size:8pt; border-width:1px; border-color:#ADB6BD; padding:3px;}
textarea.required {border-top:1px solid darkred; border-right:1px solid red; border-bottom:1px solid red; border-left:1px solid darkred;}
textarea.requiredPlain {border-width:1px; border-color:#ADB6BD;}

input.radio, input.requiredRadio {height:14px; margin-top:3px; margin-bottom:1px; padding:0px;}
select {font-family:verdana, arial, helvetica, sans-serif; font-size:8pt;}


.highslide-wrapper div {font-family: Verdana, Helvetica;font-size: 10pt;}
.highslide {cursor: url(../highslide/graphics/zoomin.cur), pointer; outline: none; text-decoration: none;}
.highslide img {border-bottom:3px solid #dddddd;}
.highslide:hover img {border-color: gray;}

.highslide-active-anchor img, .highslide-active-anchor:hover img {border-color: black;}
.highslide-image {border-width: 1px; border-style: solid; border-color: gray; background: gray;}
.highslide-wrapper, .rounded-white {background: white;}
.highslide-image-blur {}
.highslide-number {font-weight: bold; color: gray;}
.highslide-caption {display: none; border-top: none; font-size: 1em; padding: 5px; background: black;}
.highslide-heading {display: none; font-weight: bold; margin-bottom: 0.4em;}
.highslide-dimming {position: absolute; background: black;}
.highslide-loading {display: block; color: black; font-size: 9px; font-weight: bold; text-transform: uppercase; text-decoration: none; padding: 3px; border: 1px solid black; background-color: black; padding-left: 22px; background-image: url(../highslide/graphics/loader.gif); background-repeat:no-repeat; background-position: 3px 1px;}

.highslide-controls {width: 90px; height: 25px; background: url(../LibraryDM/buttons_gallery.gif) 0 -75px no-repeat; margin: 2px 0px 0px 2px; padding-left:5px;}
.highslide-controls a {background-image: url(../LibraryDM/buttons_gallery.gif); display: block; float: left; height: 25px; width: 26px; outline: none;}
.highslide-controls a.disabled {cursor: default;}
.highslide-controls a span {display: none;}
.highslide-move a {cursor: move;}

.hidden-container {display: none;}

.highslide-controls .highslide-previous a {background-position: -6px 0;}
.highslide-controls .highslide-previous a:hover {background-position: -6px -25px;}
.highslide-controls .highslide-previous a.disabled {background-position: -6px -50px !important;}
.highslide-controls .highslide-play a {background-position: -32px 0;}
.highslide-controls .highslide-play a:hover {background-position: -32px -25px;}
.highslide-controls .highslide-play a.disabled {background-position: -32px -50px !important;}
.highslide-controls .highslide-pause a {background-position: -90px 0;}
.highslide-controls .highslide-pause a:hover {background-position: -90px -25px;}
.highslide-controls .highslide-next a {background-position: -58px 0;}
.highslide-controls .highslide-next a:hover {background-position: -58px -25px;}
.highslide-controls .highslide-next a.disabled {background-position: -58px -50px !important;}

.closebutton {position: relative; top: 15px; left: 15px; width: 30px; height: 30px; cursor: pointer; /* w3c */ background: url(../highslide/graphics/close.png);}