@import url('_reset.css');

html { background: #ebe6e0; overflow-y: scroll; }

body, input, textarea, select, button { font-family: sans-serif; }
pre, code, samp, kbd, tt { font-family: "Consolas", "Lucida Console", monospace; }

a { color: #2E5B9F; text-decoration: underline; }
a:hover { color: #2E5B9F; }

h1 a, h2 a, h3 a { text-decoration: none; }

h1 { margin-bottom: 1em; font-size: 110%; font-weight: bold; color: #947243; }
h1 a { color: #947243; }

h2 { margin-bottom: 0.25em; font-size: 110%; font-weight: bold; color: #2E5B9F; line-height: normal; }
h2 a { color: #2E5B9F; }

h3 { margin-bottom: 0.5em; font-weight: bold; color: #333; line-height: 1.4; }
h4 { margin-bottom: 0.5em; font-style: italic; color: #80945B; }


form { margin-bottom: 1.5em; }
legend { padding-bottom: 0.75em; /*color: #666;*/ font-weight: bold; font-size: 110%; }

input[readonly] { color: gray; }
input[type="submit"], input[type="button"] { padding: 2px 0.5em; }
button { padding: 2px 0.5em; }
button.icon { *padding-left: 0; *padding-right: 0; }
button.icon img { vertical-align: -5.25pt; margin: 0 -2px; }
button.icon.right img { margin-left: 0; }

/* ---------------------------------- */

.rt { text-align: right; }
.ctr { text-align: center; }

.contain { overflow: hidden; _zoom: 1; }
.col { float: left; }
.col.rule { padding-right: 20px; border-right: solid 1px #CCC; }
.rcol { float: right; }

.sep { border: 1px #999; border-style: dotted none none; }
.shadow { box-shadow: 2px 2px 3px rgba( 64, 64, 64, 0.75 ); -webkit-box-shadow: 2px 2px 3px rgba( 64, 64, 64, 0.75 ); }

.small { font-size: 90%; }
.info { color: #666; font-style: italic; }
.na { color: #666; font-variant: small-caps; }

img.frame { border: solid 1px #999; }
img.frame.pad { background-color: white; padding: 2px; }

/* ---------------------------------- */

#doc, #ftr { width: 777px; margin: 0 auto; }

#doc { background: white; border: solid 1px #222; margin-top: 10px; }

#hdr { }
#hdr p { }
#hdr a { color: #999; text-decoration: underline; }
#hdr a:hover { color: #930; text-decoration: underline; }

#hdr #logo img { display: block; }

ul#nav { background: #f0f0f0; padding: 8px 72px; }
ul#nav li { float: left; width: 90px; text-align: center; }
ul#nav li a { text-decoration: none; }
ul#nav li a:hover { text-decoration: underline; }
ul#nav li.sel a { font-weight: bold; }


#pg { min-height: 480px; _height: 480px; padding: 40px 40px 20px; }
#pg p { margin-bottom: 1em; line-height: 1.4; }
#pg th, #pg td { line-height: 1.4; }
#pg ul, #pg ol, #pg dl { margin-bottom: 1.25em; line-height: 1.4; }
#pg ul.nobull, #pg ol.nobull { list-style: none; margin-left: 1em; }
#pg li p { margin-bottom: 0.75em; }

#pg ul, #pg ol, #pg dd { margin-left: 2em; }
#pg li ul, #pg li ol { margin-bottom: 0; margin-left: 1.8em; }
#pg ul { list-style-type: disc; }
#pg ol { list-style-type: decimal; }
#pg ul.col { margin-right: 2em; }

#pg p.small { margin-bottom: 0.5em; }


#ftr { margin-top: 20px; padding: 0 15px; color: #333; font-size: 90%; text-align: center; }
#ftr p, #ftr address { margin-bottom: 1em; line-height: 1.4; }
#ftr a { text-decoration: none; }
#ftr span { margin: 0 1ex; color: gray; }


/* -------- JS CLASSES -------- */

div.menu { position: absolute; z-index: 99; }
div.menu a { color: black; text-decoration: none; }
div.menu a:hover { color: black; }

div.menu.subnav { padding-top: 4px; }
div.menu.subnav div { border: solid 1px #000; background: #bfb8ac; font-size: 90%; }
div.menu.subnav li { margin: 1px; background: #f0ebe0; padding: 1px 2px; }
div.menu.subnav li:hover { background-color: #fff; }
div.menu.subnav a { display: block; width: auto; padding: 3px 3em 3px 10px; background: url('../img/bg/subnav_off.png') repeat-y left 0; font-weight: bold; }
div.menu.subnav a:hover { background-image: url('../img/bg/subnav_on.png'); }
/*div.menu.subnav div.sep { top: 0; left: 0; border-style: solid none none; border-color: #ccc; margin: 1px 3px; }*/

/*
div.menu > div { border: solid 1px gray; }
div.menu.Basic > div { background: #FFF url('../img/elements/menu_gradient.gif') repeat-y left; padding: 0 1px; }
div.menu.Basic > div div.Separator { border-top: solid 1px gray; margin: 1px -1px 1px 32px; }
div.menu.Basic a { display: block; width: auto; margin: 1px 0; border: solid 1px transparent; background-position: 2px center; background-repeat: no-repeat; padding: 3px 3em 4px 31px; }
div.menu.Basic a.Default { font-weight: bold; }
div.menu.Basic a:hover { cursor: default; border: solid 1px #36C; background-color: #CDE; }
*/

ul.AutoComplete { /*position: absolute; margin: 0;*/ background-color: #f2f2f2; border: solid 1px #999; padding: 2px 0; list-style: none; }
ul.AutoComplete li { padding: 1px 2em 1px 4px; cursor: pointer; }
ul.AutoComplete li.count { cursor: default; border-top: dotted 1px #999; padding-top: 3px; color: #555; font-style: italic; font-size: 90%; }
ul.AutoComplete li.On { background-color: #9CF; }
ul.AutoComplete li.wait { background: url('../img/elements/loading_autocomplete.gif') no-repeat center; padding: 6px; }
ul.AutoComplete li span { margin-left: 1ex; color: gray; font-size: 80%; }

div.addShadow { margin: 6px 0 0 6px; background: url('../img/elements/shadow.png') no-repeat right bottom; _background-image: none; }
div.addShadow div,
div.addShadow ul.AutoComplete { position: relative; top: -6px; left: -6px; }

/*
div.FillScreen { overflow: auto; border: solid 1px gray; }
#Page div.FillScreen { margin-bottom: 10px; }
*/
