@import url(layout.css);
@import url(text.css);

ol li {
    list-style: decimal;
}

a img, img {
    border: none;
}

ul li {
    list-style-type: none;
    background: url(images/unordered_list_bullet.png) no-repeat 0 .45em;
}

td {
 background-color: #f3f2cd;  /* e6e6ff;  e6f2ff; dce7f2; */
 padding: 3px;
}

table.OnlyLayout td {  background-color: white; }

table.border { background-color: gray; }

/* table.border td { margin: 0px; } */

.clear {
    clear: both;
    height: 1px;
    margin: -1px 0 0;
    font-size: 1px;
}

#sidebar li {
    list-style-type: none;
    background-image: none;
}

#sidebar li a {
    border-left: 0px solid #669933;
}

#header_decoration1 {
    width: 371px;
    height: 294px;
    background: url(images/word_logo.png) no-repeat top right;
    position: absolute;
    top: -35px;
    left: -170px;
    z-index: -1;
}

#page_decoration1 {
    width: 795px;
    height: 498px;
    background: url(images/logo_and_fill.png) no-repeat top right;
    position: absolute;
    top: -42px;
    right: -32px;
    z-index: -1;
}

#footer {
    background: url(images/footer_color.png) repeat top left;
}

#footer_decoration1 {
	width: 100%;
	height: 13px;
	background: url(images/footer_shadow_top.png) repeat-x top left;
    position: absolute;
    top: -13px;
    left: 0;
    z-index: -1;
}

#footer_decoration2 {
	width: 100%;
	height: 13px;
	background: url(images/footer_shadow_bottom.png) repeat-x top left;
    position: absolute;
    bottom: -13px;
    left: 0;
    z-index: -1;
}

#footer_content_decoration1 {
	width: 93px;
    height: 314px;
    background: url(images/footer_decoration_tl.png) no-repeat bottom left;
    position: absolute;
    top: -314px;
    left: -65px;
    z-index: -1;
}

#footer_content_decoration2 {
	width: 111px;
    height: 38px;
    background: url(images/footer_decoration_bl.png) no-repeat bottom left;
    position: absolute;
    bottom: -38px;
    left: -81px;
    z-index: -1;
}

#footer_content_decoration3 {
	width: 113px;
    height: 43px;
    background: url(images/footer_decoration_tr.png) no-repeat bottom left;
    position: absolute;
    top: -43px;
    right: -85px;
    z-index: -1;
}

#footer_content_decoration4 {
	width: 112px;
    height: 37px;
    background: url(images/footer_decoration_br.png) no-repeat bottom left;
    position: absolute;
    bottom: -37px;
    right: -89px;
    z-index: -1;
}

#footer_content_decoration5 {
	width: 102px;
    height: 100%;
    background: url(images/footer_gradient_left.png) repeat-y top left;
    position: absolute;
    top: 0px;
    left: -102px;
    z-index: -1;
}

#footer_content_decoration6 {
	width: 130px;
    height: 100%;
    background: url(images/footer_gradient_right.png) repeat-y top left;
    position: absolute;
    top: 0px;
    right: -130px;
    z-index: -1;
}

#sidebar ul li a {
    display: block;
    border-bottom-style: none;
}

#sidebar ul li.active > a {
    border-bottom: 1px dotted;
}

#sidebar ul ul li.active a {
    border-bottom-style: none;
}

#sidebar ul li.active.self > a {
    font-weight: bold;
    color: #669933
}

#title {
    position: absolute;
    right: 0px;
    top: -13px;
    border: 2px solid #cecece;
    border-top-style: none;
    padding: 3px 8px;
}

#title_decoration1 {
    width: 50px;
    height: 45px;
    background: url(images/decoration_lines_title_left.png) no-repeat top left;
    position: absolute;
    bottom: -45px;
    left: -50px;
    z-index: -1;
}

#title_decoration2 {
    width: 42px;
    height: 44px;
    background: url(images/decoration_lines_title_right.png) no-repeat top left;
    position: absolute;
    bottom: -44px;
    right: -42px;
    z-index: -1;
}

#ajaxSearch_input {
    width: 140px;
}

#wrapper {
    min-width: 820px;
    padding-bottom: 50px;
    overflow: hidden;
    position: relative;
}
