/* ++++++++++++ css/bt.css +++++++++++ */
.tooltip{
width: 200px; color:#000;
font:lighter 11px/1.3 Arial,sans-serif;
text-decoration:none;text-align:center}

.tooltip span.top{padding: 30px 8px 0;
    background: url(/images/bt.gif) no-repeat top}

.tooltip b.bottom{padding:3px 8px 15px;color: #548912;
    background: url(/images/bt.gif) no-repeat bottom}


/* ++++++++++++ jsscript/calendar/calendar-win2k-1.css +++++++++++ */
/* The main calendar widget.  DIV containing a table. */

.calendar {
  position: relative;
  display: none;
  border-top: 2px solid #fff;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  border-left: 2px solid #fff;
  font-size: 11px;
  color: #000;
  cursor: default;
  background: #d4d0c8;
  font-family: tahoma,verdana,sans-serif;
}

.calendar table {
  border-top: 1px solid #000;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #000;
  font-size: 11px;
  color: #000;
  cursor: default;
  background: #d4d0c8;
  font-family: tahoma,verdana,sans-serif;
}

/* Header part -- contains navigation buttons and day names. */

.calendar .button { /* "<<", "<", ">", ">>" buttons have this class */
  text-align: center;
  padding: 1px;
  border-top: 1px solid #fff;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #fff;
}

.calendar .nav {
  background: transparent url(menuarrow.gif) no-repeat 100% 100%;
}

.calendar thead .title { /* This holds the current "month, year" */
  font-weight: bold;
  padding: 1px;
  border: 1px solid #000;
  background: #848078;
  color: #fff;
  text-align: center;
}

.calendar thead .headrow { /* Row <TR> containing navigation buttons */
}

.calendar thead .daynames { /* Row <TR> containing the day names */
}

.calendar thead .name { /* Cells <TD> containing the day names */
  border-bottom: 1px solid #000;
  padding: 2px;
  text-align: center;
  background: #f4f0e8;
}

.calendar thead .weekend { /* How a weekend day name shows in header */
  color: #f00;
}

.calendar thead .hilite { /* How do the buttons in header appear when hover */
  border-top: 2px solid #fff;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  border-left: 2px solid #fff;
  padding: 0px;
  background-color: #e4e0d8;
}

.calendar thead .active { /* Active (pressed) buttons in header */
  padding: 2px 0px 0px 2px;
  border-top: 1px solid #000;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #000;
  background-color: #c4c0b8;
}

/* The body part -- contains all the days in month. */

.calendar tbody .day { /* Cells <TD> containing month days dates */
  width: 2em;
  text-align: right;
  padding: 2px 4px 2px 2px;
}
.calendar tbody .day.othermonth {
  font-size: 80%;
  color: #aaa;
}
.calendar tbody .day.othermonth.oweekend {
  color: #faa;
}

.calendar table .wn {
  padding: 2px 3px 2px 2px;
  border-right: 1px solid #000;
  background: #f4f0e8;
}

.calendar tbody .rowhilite td {
  background: #e4e0d8;
}

.calendar tbody .rowhilite td.wn {
  background: #d4d0c8;
}

.calendar tbody td.hilite { /* Hovered cells <TD> */
  padding: 1px 3px 1px 1px;
  border-top: 1px solid #fff;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #fff;
}

.calendar tbody td.active { /* Active (pressed) cells <TD> */
  padding: 2px 2px 0px 2px;
  border-top: 1px solid #000;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #000;
}

.calendar tbody td.selected { /* Cell showing selected date */
  font-weight: bold;
  border-top: 1px solid #000;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #000;
  padding: 2px 2px 0px 2px;
  background: #e4e0d8;
}

.calendar tbody td.weekend { /* Cells showing weekend days */
  color: #f00;
}

.calendar tbody td.today { /* Cell showing today date */
  font-weight: bold;
  color: #00f;
}

.calendar tbody .disabled { color: #999; }

.calendar tbody .emptycell { /* Empty cells (the best is to hide them) */
  visibility: hidden;
}

.calendar tbody .emptyrow { /* Empty row (some months need less than 6 rows) */
  display: none;
}

/* The footer part -- status bar and "Close" button */

.calendar tfoot .footrow { /* The <TR> in footer (only one right now) */
}

.calendar tfoot .ttip { /* Tooltip (status bar) cell <TD> */
  background: #f4f0e8;
  padding: 1px;
  border: 1px solid #000;
  background: #848078;
  color: #fff;
  text-align: center;
}

.calendar tfoot .hilite { /* Hover style for buttons in footer */
  border-top: 1px solid #fff;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #fff;
  padding: 1px;
  background: #e4e0d8;
}

.calendar tfoot .active { /* Active (pressed) style for buttons in footer */
  padding: 2px 0px 0px 2px;
  border-top: 1px solid #000;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #000;
}

/* Combo boxes (menus that display months/years for direct selection) */

.calendar .combo {
  position: absolute;
  display: none;
  width: 4em;
  top: 0px;
  left: 0px;
  cursor: default;
  border-top: 1px solid #fff;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #fff;
  background: #e4e0d8;
  font-size: 90%;
  padding: 1px;
  z-index: 100;
}

.calendar .combo .label,
.calendar .combo .label-IEfix {
  text-align: center;
  padding: 1px;
}

.calendar .combo .label-IEfix {
  width: 4em;
}

.calendar .combo .active {
  background: #c4c0b8;
  padding: 0px;
  border-top: 1px solid #000;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #000;
}

.calendar .combo .hilite {
  background: #048;
  color: #fea;
}

.calendar td.time {
  border-top: 1px solid #000;
  padding: 1px 0px;
  text-align: center;
  background-color: #f4f0e8;
}

.calendar td.time .hour,
.calendar td.time .minute,
.calendar td.time .ampm {
  padding: 0px 3px 0px 4px;
  border: 1px solid #889;
  font-weight: bold;
  background-color: #fff;
}

.calendar td.time .ampm {
  text-align: center;
}

.calendar td.time .colon {
  padding: 0px 2px 0px 3px;
  font-weight: bold;
}

.calendar td.time span.hilite {
  border-color: #000;
  background-color: #766;
  color: #fff;
}

.calendar td.time span.active {
  border-color: #f00;
  background-color: #000;
  color: #0f0;
}


/* ++++++++++++ jsscript/css/dotche.css +++++++++++ */
a.button, a.button:hover {
    background: #e0eaf1;
    border: 1px solid #3e6d8e;
    color: #000;
    display: inline-block;
    padding: 0.4em 1em;
    margin: 0;
    text-decoration: none;
}
a.button:hover {
    background: #3e6d8e;
    border-color: #e0eaf1;
    color: #fff;
}
a.button img {
    vertical-align: text-bottom;
}

a.buttonSave, a.buttonSave:hover {
    background: #e0eaf1;
    border: 1px solid #3e6d8e;
    color: #000;
    display: inline-block;
    padding: 0.4em 1em;
    margin: 0;
    text-decoration: none;
}
a.buttonSave:hover {
    background: #3e6d8e;
    border-color: #e0eaf1;
    color: #fff;
}
a.buttonSave img {
    vertical-align: text-bottom;
}


a.buttonSubmit {
    background: #F0E68C;
    border: 1px solid #3e6d8e;
    color: #000;
    display: inline-block;
    padding: 0.4em 1em;
    margin: 0;
    text-decoration: none;
}
a.buttonSubmit:hover {
    background: #FFD700;
    border-color: 1px solid #3e6d8e;
    color: #000;
}
a.buttonSubmit img {
    vertical-align: text-bottom;
}

a.buttonDelete, a.buttonDelete:hover {
    background: #fcc;
    border: 1px solid #3e6d8e;
    color: #000;
    display: inline-block;
    padding: 0.4em 1em;
    margin: 0;
    text-decoration: none;
}
a.buttonDelete:hover {
    background: #faa;
    border-color: #e0eaf1;
    color: #000;
}
a.buttonDelete img {
    vertical-align: text-bottom;
}
.xsnazzy h1, .zsnazzy h1 {
    margin: 0;
    font-size: 1.2em;
    padding: 0 10px 5px 10px;
}
.xsnazzy p, .zsnazzy p {
    margin: 0;
    padding: 5px 10px;
}
.xsnazzy {
    background: transparent;
    float: left;
    margin: 0 3px;
}
.xtop, .xbottom {
    display: block;
    background: transparent;
}
.xb1, .xb2, .xb3, .xb4 {
    display: block;
    overflow: hidden;
}
.xb2, .xb3, .xb4 {
    background: #fff;
    border-left: 1px solid #000099;
}
.xb1 {
    margin: 0 5px;
}
.xb2 {
    margin: 0 3px;
    border-width: 0 2px;
}
.xb3 {
    margin: 0 2px;
}
.xb4 {
    height: 2px;
    margin: 0 1px;
}
.xboxcontent {
    display: block;
    border-width: 0 1px;
    height: auto;
}
* html .xboxcontent {
    height: 1px;
}
/* Vertical Level 1 */
#DOTCHE_Module_Menu ul#vertical1 {
    list-style: none;
    padding: 0;
    margin: 0;
}
#DOTCHE_Module_Menu ul#vertical1 li {
    margin: 0;
    padding: 0;
    display: inline;
}
#DOTCHE_Module_Menu ul#vertical1 a {
    display: block;
    padding: 6px;
    text-decoration: none;
    font-weight: bold;
    margin: 0;
}
/* Vertical Level 2 */
#DOTCHE_Module_Menu ul#vertical2 {
    list-style: none;
    padding: 0;
    margin: 0;
}
#DOTCHE_Module_Menu ul#vertical2 li {
    margin: 0;
    padding: 0;
    display: inline;
}
#DOTCHE_Module_Menu ul#vertical2 a {
    display: block;
    padding: 6px;
    text-decoration: none;
    font-weight: bold;
    margin: 0;
}
/* Vertical Level 3 */
#DOTCHE_Module_Menu ul#vertical3 {
    list-style: none;
    padding: 0;
    margin: 0;
}
#DOTCHE_Module_Menu ul#vertical3 li {
    margin: 0;
    padding: 0;
    display: inline;
}
#DOTCHE_Module_Menu ul#vertical3 a {
    display: block;
    padding: 6px;
    text-decoration: none;
    font-weight: bold;
    margin: 0;
}
/* Horizontal Level 1 */
#DOTCHE_Module_Menu ul#horizontal1 {
    list-style: none;
    padding: 0;
    margin: 0;
}
#DOTCHE_Module_Menu ul#horizontal1 li {
    float: left;
    margin: 10px 2px 0 2px;
    border-bottom: 0;
}
#DOTCHE_Module_Menu ul#horizontal1 li.active a {
    font-weight: bold;
}
#DOTCHE_Module_Menu ul#horizontal1 a {
    float: left;
    display: block;
    text-decoration: none;
    padding: 6px;
}
/* Horizontal Level 2 */
#DOTCHE_Module_Menu ul#horizontal2 {
    list-style: none;
    padding: 0;
    margin: 0;
}
#DOTCHE_Module_Menu ul#horizontal2 li {
    float: left;
    margin: 10px 2px 0 2px;
    border-bottom: 0;
}
#DOTCHE_Module_Menu ul#horizontal2 li.active a {
    font-weight: bold;
}
#DOTCHE_Module_Menu ul#horizontal2 a {
    float: left;
    display: block;
    text-decoration: none;
    padding: 6px;
}
/* Horizontal Level 3 */
#DOTCHE_Module_Menu ul#horizontal3 {
    list-style: none;
    padding: 0;
    margin: 0;
}
#DOTCHE_Module_Menu ul#horizontal3 li {
    float: left;
    margin: 10px 2px 0 2px;
    border-bottom: 0;
}
#DOTCHE_Module_Menu ul#horizontal3 li.active a {
    font-weight: bold;
}
#DOTCHE_Module_Menu ul#horizontal3 a {
    float: left;
    display: block;
    text-decoration: none;
    padding: 6px;
}
table.dotcheV3 th {
    font: bold 14px arial, helvetica, sans-serif;
    text-align: center;
    padding: 5px;
}
table.dotcheV3 td {
    padding: 5px;
}
a.buttonCancel {
    background: transparent url(/images/cancel.gif) no-repeat 0 -72px;
    color: #797979;
    display: table-cell;
    font: bold 100% Arial, Helvetica, sans-serif;
    height: 28px;
    margin: 5px auto;
    padding: 6px 0;
    text-align: center;
    text-decoration: none;
    width: 132px;
}
a.buttonHi {
    background: transparent url(/images/cancel.gif) no-repeat 0 -36px;
    display: table-cell;
    font: bold 100% Arial, Helvetica, sans-serif;
    height: 28px;
    margin: 5px auto;
    padding: 6px 0;
    text-align: center;
    text-decoration: none;
    width: 132px;
}
a.buttonOK {
    background: transparent url(/images/cancel.gif) no-repeat 0 0px;
    display: table-cell;
    font: bold 100% Arial, Helvetica, sans-serif;
    height: 28px;
    margin: 5px auto;
    padding: 6px 0;
    text-align: center;
    text-decoration: none;
    width: 132px;
}
a.captions:hover {
    color: #000 !important;
    text-decoration: none;
}
a.noLine {
    text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
    margin: 10px 0 0 0;
    padding: 0;
}
h1 {
    font-size: 22px;
}
h2 {
    font-size: 18px;
}
h3 {
    font-size: 14px;
}
h4 {
    font-size: 12px;
}
h5 {
    font-size: 12px;
}
h6 {
    font-size: 10px;
}
.editPanelButton {
    background: #7c848e;
    border-bottom: 2px outset #6e7e8e;
    border-left: 2px outset #4f5c68;
    border-right: 2px outset #4f5c68;
    border-top: 2px outset #6e7e8e;
    color: #fff;
    font: 11px Arial, Helvetica, sans-serif;
}
.errorBack {
    color: #e55411;
    font-size: 16px;
    text-decoration: none;
}
.formField {
    color: #545454;
    font-size: 10px;
}
.formLabel {
    color: #545454;
    font-size: 11px;
    font-weight: bold;
}
.frameAcceptButton {
    background: #008000;
    border-bottom: 2px outset #6e7e8e;
    border-left: 2px outset #4f5c68;
    border-right: 2px outset #4f5c68;
    border-top: 2px outset #6e7e8e;
    color: #fff;
    font: 11px Arial, Helvetica, sans-serif;
}
.frameBlock {
    border: 1px dashed #f00;
    font-size: 8pt;
    z-index: 0;
}
.frameDiscardButton {
    background: #f00;
    border-bottom: 2px outset #6e7e8e;
    border-left: 2px outset #4f5c68;
    border-right: 2px outset #4f5c68;
    border-top: 2px outset #6e7e8e;
    color: #ffffff;
    font: 11px Arial, Helvetica, sans-serif;
}
.frameExitButton {
    background: #00f;
    border-bottom: 2px outset #6e7e8e;
    border-left: 2px outset #4f5c68;
    border-right: 2px outset #4f5c68;
    border-top: 2px outset #6e7e8e;
    color: #fff;
    font: 11px Arial, Helvetica, sans-serif;
}
.framePreviewButton {
    background: #ffff00;
    border-bottom: 2px outset #6e7e8e;
    border-left: 2px outset #4f5c68;
    border-right: 2px outset #4f5c68;
    border-top: 2px outset #6e7e8e;
    color: #000;
    font: 11px Arial, Helvetica, sans-serif;
}
.framePreviewCancelButton {
    background: #ffa500;
    border-bottom: 2px outset #6e7e8e;
    border-left: 2px outset #4f5c68;
    border-right: 2px outset #4f5c68;
    border-top: 2px outset #6e7e8e;
    color: #fff;
    font: 11px Arial, Helvetica, sans-serif;
}
.listItem {
    border-bottom: 1px dotted #ccc;
    padding-bottom: 10px;
}
.listItemBox {
    border-bottom: 1px dotted #85c70e;
    border-top: 1px dotted #85c70e;
    color: #e55411;
    font-size: 12px;
    font-weight: bold;
    padding-bottom: 10px;
    text-decoration: none;
}
.repeatedFrameBlock {
    border: 1px dashed #ccc;
    z-index: 0;
}
.ssiFrameBlock {
    border: 1px dashed #00f;
    z-index: 0;
}
.action_container {
    padding: 0 40%;
}
#notification {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}
.error, .info, .success, .warning {
    border: 1px solid;
    padding: 0.5em;
    padding-left: 4em;
    background-repeat: no-repeat;
    background-position: 0.5em center;
}
.error {
    background-color: #fcc;
    background-image: url( '/admin/images/error.png' );
    color: #f00;
}
.info {
    background-color: #bde5f8;
    background-image: url( '/admin/images/info.png' );
    color: #00529b;
}
.success {
    background-color: #cfc;
    background-image: url( '/admin/images/success.png' );
    color: #3c3;
}
.warning {
    background-color: #ffc;
    background-image: url( '/admin/images/warning.png' );
    color: #9f6000;
}
.error img, .info img, .success img, .warning img {
    float: right;
    vertical-align: middle;
}
.required {
    cursor: help;
}
.button_container {
    margin: 1em 0;
    overflow: auto;
}
a.button, a.button:hover {
    background: #e0eaf1;
    border: 1px solid #3e6d8e;
    color: #000;
    display: inline-block;
    padding: 0.4em 1em;
    margin: 0;
    text-decoration: none;
}
a.button:hover {
    background: #3e6d8e;
    border-color: #e0eaf1;
    color: #fff;
}
a.button img {
    vertical-align: text-bottom;
}
.jqifade {
    position: absolute;
    background-color: #aaa;
}
div.jqi {
    background-color: #fff;
    border: solid 3px #BDE5F8;
    font-size: 11px;
    padding: 7px;
    position: absolute;
    text-align: left;
    width: 600px;
}
div.jqi .jqicontainer {
    font-weight: bold;
}
div.jqi .jqiclose {
    position: absolute;
    top: 4px;
    right: -2px;
    width: 18px;
    cursor: default;
    color: #bbb;
    font-weight: bold;
}
div.jqi .jqimessage {
    padding: 10px;
    line-height: 20px;
    color: #444;
}
div.jqi .jqibuttons {
    text-align: right;
    padding: 5px 0 5px 0;
    border: solid 1px #eee;
    background-color: #f4f4f4;
}
div.jqi button {
    background-color: #2f6073;
    border: solid 1px #f4f4f4;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    margin: 0 10px;
    padding: 3px 10px;
}
div.jqi button:hover {
    background-color: #728a8c;
}
div.jqi button.jqidefaultbutton {
    background-color: #bf5e26;
}
.jqiwarning .jqi .jqibuttons {
    background-color: #bf5e26;
}

.org_match h2 { clear: left; margin: 1em 0 0; }
.org_match p { margin: 0; }
.org_match_areas { background: #dedcdc; list-style: none; overflow: auto; }
.org_match_areas li ul { float: left; width: 155px; list-style: none; }
.org_match_areas li ul li { padding-left: 26px; }
.org_match_areas h3 { font-size: 1.2em; padding-left: 26px; }
.matched_interest_areas h3 { background: url(/admin/images/icons/star.png) no-repeat 0 5px; }
.matched_population_served h3 { background: url(/admin/images/icons/chart_pie.png) no-repeat 0 5px; }
.matched_geographic_areas h3 { background: url(/admin/images/icons/map.png) no-repeat 0 5px; }
#pager { margin-left: 0; padding-left: 0; white-space: nowrap; }
#pager li { display: inline; list-style-type: none; }
#pager a { padding: 3px 10px; }
#pager a:link, #pager a:visited { background-color: #036; color: #fff; text-decoration: none; }
#pager a:hover { color: #fff; background-color: #369; text-decoration: none; }
#ecommerce_step_selected { font-weight: bold; }


/* ++++++++++++ jsscript/dynamic.cgi +++++++++++ */

#horiz { padding-left: 10px; }

.editButtons {
	background-color:#FFD700;
	font-weight:bold;	
	padding: 10px;
}

a {
    color: #026D10;
}
a:visited {
    color: #015608;
}
a:hover {
    color: #036;
}
a:active {
    color: #036;
}
.primaryColor {
    background-color: #026D10;
    color: #026D10;
}
.primarySideNavPanel {
    background-color: #FFF;
    color: #000;
}
.secondaryColor {
    background-color: #026D10 !important;
    color: #FFFFFF;
}
body {
    background: #fff;
    color: #000;
}
.tab {
    background: #026D10;
    border: 1px solid #038213;
    color: #026D10;
}
.xsnazzy h1, .zsnazzy h1 {
    border-bottom: 1px solid #038213;
}
.xb2, .xb3, .xb4 {
    border-right: 1px solid #038213;
}
.xb1 {
    background: #038213;
    border-top: 1px solid #038213;
}
.xboxcontent {
    border: 0 solid #038213;
}
.color_a {
    background: #026D10;
    color: #FFFFFF;
}
.color_b {
    background: #026D10;
    color: #FFFFFF;
}
.color_c {
    background: #026D10;
    color: #FFFFFF;
}
.color_d {
    background: #026D10;
    color: #FFFFFF;
}
/* Vertical Level 1 */
#DOTCHE_Module_Menu ul#vertical1 li.active a {
    background: transparent;
    color: #FFF;
    border: 1px solid #038213;
}
#DOTCHE_Module_Menu ul#vertical1 a {
    border: 1px solid #038213;
    background: transparent;
    color: #B4D6B8;
}
#DOTCHE_Module_Menu ul#vertical1 a:hover {
    background: transparent;
    color: #FFF;
    border: 1px solid #038213;
}
/* Vertical Level 2 */
#DOTCHE_Module_Menu ul#vertical2 li.active a {
    background: #026D10 !important;
    color: #FFF !important;
    border: 1px solid transparent !important;
}
#DOTCHE_Module_Menu ul#vertical2 a {
    border: 1px solid transparent !important;
    background: #FFF !important;
    color: #000 !important;
}
#DOTCHE_Module_Menu ul#vertical2 a:hover {
    background: #026D10 !important;
    color: #FFF !important;
    border: 1px solid transparent !important;
}
/* Vertical Level 3 */
#DOTCHE_Module_Menu ul#vertical3 li.active a {
    background: #FFF;
    color: #015608;
    border: 1px solid #026D10;
}
#DOTCHE_Module_Menu ul#vertical3 a {
    border: 1px solid #026D10;
    background: #FFF;
    color: #026D10;
}
#DOTCHE_Module_Menu ul#vertical3 a:hover {
    background: #FFF;
    color: #015608;
    border: 1px solid #026D10;
}
/* Horizontal Level 1 */
#DOTCHE_Module_Menu ul#horizontal1 li {
    background: transparent;
    border: 1px solid #038213;
}
#DOTCHE_Module_Menu ul#horizontal1 li.active {
    background: transparent;
}
#DOTCHE_Module_Menu ul#horizontal1 li.active a {
    color: #FFF;
    background: transparent;
}
#DOTCHE_Module_Menu ul#horizontal1 a {
    color: #B4D6B8;
}
#DOTCHE_Module_Menu ul#horizontal1 a:hover {
    background: transparent;
    color: #FFF;
}
/* Horizontal Level 2 */
#DOTCHE_Module_Menu ul#horizontal2 li {
    background: #FFF;
    border: 1px solid transparent;
}
#DOTCHE_Module_Menu ul#horizontal2 li.active {
    background: #026D10;
}
#DOTCHE_Module_Menu ul#horizontal2 li.active a {
    color: #FFF;
    background: #026D10;
}
#DOTCHE_Module_Menu ul#horizontal2 a {
    color: #000;
}
#DOTCHE_Module_Menu ul#horizontal2 a:hover {
    background: #026D10;
    color: #FFF;
}
/* Horizontal Level 3 */
#DOTCHE_Module_Menu ul#horizontal3 li {
    background: #FFF;
    border: 1px solid #026D10;
}
#DOTCHE_Module_Menu ul#horizontal3 li.active {
    background: #FFF;
}
#DOTCHE_Module_Menu ul#horizontal3 li.active a {
    color: #015608;
    background: #FFF;
}
#DOTCHE_Module_Menu ul#horizontal3 a {
    color: #026D10;
}
#DOTCHE_Module_Menu ul#horizontal3 a:hover {
    background: #FFF;
    color: #015608;
}
div.outline {
    border: 1px solid transparent;
    background-color: #026D10;
}
table.dotcheV3 {
    border: 1px solid transparent;
}
table.dotcheV3 th {
    background-color: #a69b92;
    border: 1px solid transparent;
}
table.dotcheV3 td {
    border: 1px solid transparent;
}
table.dotcheV3 tr.altRowEven {
    background: #E1E1E1;
}
table.dotcheV3 tr.altRowOdd {
    background: #f8f5d3;
}

a.buttonHi {
    color: #FFFFFF;
}
a.buttonOK {
    color: #026D10;
}
a.buttonOK:visited {
    color: #015608;
}
a.buttonOK:hover {
    color: #036;
}
a.buttonOK:active {
    color: #036;
}
h1 {
    color: #a69b92;
}
h2 {
    color: #036;
}
h3 {
    color: #a69b92;
}
h4 {
    color: #036;
}
h5 {
    color: #a69b92;
}
h6 {
    color: #036;
}
hr {
    color: #038213;
}
.bar {
    background: #026D10;
    border: 1px solid #038213;
    color: #FFFFFF;
}
.bar a:link {
    color: #FFFFFF;
}
.bar a:visited {
    color: #FFFFFF;
}


/* ++++++++++++ css/style.css +++++++++++ */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; }
:focus { outline: 0; }
body { line-height: 1.8em; color: black; background: white; }
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
body { background: #026d10 url(/images/bg.png) repeat-x scroll top left; color: #7a7068; font-family: verdana, arial, helvetica, sans-serif; font-size: 76%; padding: 0; margin: 0; }
a { color: #026d10; text-decoration: underline; }
h1, h2, h3, h4, h5, h6 { color: #036; font-family: helvetica, verdana, arial, serif; font-weight: bold; margin: 0; }
h1 { color: #a69b92; font-size: 2.4em; line-height: 1.2em;  }
h2 { font-size: 1.7em; margin-bottom: 1.2em; }
h3 { font-size: 1.4em; }
h4 { font-size: 1.2em; font-weight: bold; }
h5 { font-size: 1em; font-weight: bold; }
h6 { font-size: 0.8em; font-weight: bold; }
img { border: 0; }
ol, ul, li { font-size: 1em; line-height: 1.8em; list-style-position: inside; margin-bottom: 0.1em; margin-left: 0; margin-top: 0.2em; }
ol ol, ul ul { margin-left: 2em; }
p { font-size: 1em; line-height: 1.8em; margin: 1.2em 0; }
li > p { margin-top: 0.2em; }
pre { font-family: monospace; font-size: 1em; }
strong, b { color: #000000; font-weight: bold; }
blockquote { line-height: 1.8em; }
label { color: #000; }
hr { border: 1px solid #e4eaf7; }
#container { background: #fff; margin: 0 auto; padding: 1em; width: 970px; }
#logo { float: left; }
#slogan { float: right; text-align: right; }
#account { clear: right; float: right; margin-top: 2.6em; text-align: right; }
#nav { background: #026d10 url(/images/bg_nav.png) repeat-x scroll top left; border: 2px outset #038213; clear: both; height: 34px; }
#search { float: right; margin-top: -28px; }
#search label { color: #b4d6b8; }
#search #keyword { background: #41954D; border: 0; }
#sidebar { float: left; margin-top: 2em; width: 225px; }
#content { float: left; margin-bottom: 2em; margin-left: 2em; width: 665px; }
#footer { clear: both; text-align: center; }
#DOTCHE_Module_Menu ul#horizontal1 { margin: 0 !important; }
#DOTCHE_Module_Menu ul#horizontal1 a { padding: 0 !important; margin-top: 4px; }
#DOTCHE_Module_Menu ul#horizontal1 li { height: 32px; margin: 0 !important; padding: 0 1.4em !important; }
#DOTCHE_Module_Menu ul#vertical2 a { font-size: 1.6em; font-weight: normal; padding: 0; }
input.button { background: #e1e1e1; border: 1px solid #ccc; display: inline-block; padding: 0.1em; text-decoration: none; }
a.button, a.button:hover { background: #e1e1e1; border: 1px solid #ccc; display: inline-block; padding: 0.4em; text-decoration: none; }
a.button:hover { background: #ccc; }
a.button img { vertical-align: text-bottom; }
.bar { padding: 5px; }



