@import url(table.css);

@import url(menu.css);

@import url(editor.css);

body {
    background-color: #fff;
}

div,h1,h2,td,ul,li {
    font-family: Verdana, sans-serif;
    color: #000;
    font-size: 11px;
    vertical-align: top;
    line-height: 17px;
}

h1 {
    font-size: 13px;
    font-weight: bolder;
    color: #993333;
}

h2 {
    font-size: 16px;
    color: #666666;
    margin-top: 10px;
    font-weight: normal;
}

h3 {
    font-size: 13px;
    color: #666666;
    margin-top: 5px;
    font-weight: normal;
}

h4 {
    font-size: 11px;
    color: black;
    margin-top: 3px;
    font-weight: bold;
}

a {
    color: #000;
}

hr {
    background-color: transparent;
    font-size: 1px;
    line-height: 1px;
    height: 1px;
    border: none;
    border-top: 1px solid #999;
    width: 100%;
}

.contentImage_left {
    float: left;
    padding-right: 20px;
    padding-bottom: 10px;
}

.contentImage_right {
    float: right;
    padding-left: 5px;
    padding-bottom: 10px;
}

#contentDivMainColumnTotalWidth {
    position: absolute;
    left: 217px;
    top: 130px;
    width: 710px;
}

#contentDivMainColumn {
    position: absolute;
    left: 217px;
    top: 130px;
    width: 450px;
}

#contentDivRightColumn {
    position: absolute;
    left: 702px;
    top: 130px;
    width: 225px;
}

.rightColumnTitle {
    background-color: #999;
    color: #fff;
    font-weight: bold;
    padding-top: 2px;
    padding-bottom: 3px;
    padding-left: 2px;
    margin-bottom: 4px;
    margin-top: 25px;
}

.devShowBox {
    background-color: #cccccc;
    padding: 4px;
}

.code {
    font-family: Courier New, monospace;
    font-size: 12px;
}

.searchresult {
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.searchresult p {
    margin: 3px 0 3px 0;
}

.searchresult h4,.searchresult a {
    display: block;
    margin-bottom: 2px;
}

.spacer1 {
    margin-bottom: 1em;
}

.spacer2 {
    margin-bottom: 2em;
}

#footer {
	text-align: right;
    margin-top: 10px;
    border-top: 1px solid #999;
    padding-top: 3px;
}

#footer img {
    float: right;
    border: none;
    margin-top: 5px;
}

span.info {
    position: relative;
}

table.linklist td:hover {
    background: #eeeeff;
}

span.info span { 
    display: none; 
}

span.info:hover span {
    display: block;
    position: absolute;
    top: -200px;
    left: 10px;
    width: 500px;
    min-height: 200px;
    z-index: 100;
    background: #eeeeff;
    padding: 3px;
    border-style: solid;
    border-width: 2px;
    border-color: black;
}