/*
 * 710C-1   #F0E7D9  (Parchment Paper)
 * 710C-3   #CDBBA3  (Gobi Desert)
 * 430E-1   #EAEBE3  (Winter Glaze)
 * 430E-3   #ADB4A2  (Laurel Mist)
 */

/* **************** Default Body Style **************** */
body {
   background: #FFFFFF url('../images/mist/background.jpg') repeat-x scroll 0px 0px;
   border: 0 groove #ADB4A2;
   color: #000000;
   outline: 0 groove #ADB4A2;
}

/* **************** Table Styles (Ordered by General to Specific) **************** */
table,thead,tbody,tfoot,tr,td,img {
   border: 0 groove #ADB4A2;
   color: #000000;
   outline: 0 groove #ADB4A2;
}

a,a:focus,a:hover,a:link,a:visited {
   border: 0 groove #ADB4A2;
   outline: 0 groove #ADB4A2;
}

/* **************** Main Body Content **************** */
hr,input,select,option,textarea {
   background: #F0E7D9;
   border-color: #ADB4A2;
   color: #000000;
   outline-color: #ADB4A2;
}

input[type="button"],input[type="reset"],input[type="submit"] {
   background: #F0E7D9;
   color: #000000;
}

/* **************** Menu **************** */
tr.top td {
   background: #ffffff url('../images/mist/topMenuItem_bg.gif') repeat-x scroll bottom center;
   color: #000000;
}

tr.top td td {
   background: transparent;
}

table.topMenu {
   background: #ffffff url('../images/mist/topMenuItem_bg.gif') repeat-x scroll bottom center;
}

table.topMenu td.topMenuItem1:hover {
   background: transparent url('../images/mist/topMenuItem_hover.gif') repeat-x scroll center center;
}

table.topMenu td.topMenuItem2:hover {
   background: transparent url('../images/mist/topMenuItem_hover.gif') repeat-x scroll center center;
}

table.topMenu td.topMenuItem3:hover {
   background: transparent url('../images/mist/topMenuItem_hover.gif') repeat-x scroll center center;
}

table.topMenu td.topMenuItem4:hover {
   background: transparent url('../images/mist/topMenuItem_hover.gif') repeat-x scroll center center;
}

table.topMenu td.topMenuItem5:hover {
   background: transparent url('../images/mist/topMenuItem_hover.gif') repeat-x scroll center center;
}

table.topMenu td.topMenuItem6:hover {
   background: transparent url('../images/mist/topMenuItem_hover.gif') repeat-x scroll center center;
}

ol.leftMenu,ul.leftMenu {
   background: #ffffff;
   border-top: 1px solid #ADB4A2;
   border-bottom: 1px solid #ADB4A2;
   border-left: 3px solid #ADB4A2;
   color: #000000;
}

ol.leftMenu li,ul.leftMenu li {
   background: #ffffff url('../images/mist/leftMenuBackground.jpg') repeat-y scroll left bottom;
}

ol.leftMenu li,ul.leftMenu li div {
   background: #ffffff url('../images/mist/leftMenuRuler.jpg') repeat-y scroll left bottom;
}