body {
color: #000000;
font-family: Verdana, Tahoma, Arial;
font-size: 10px;
}

font,td {
color: #000000;
font-size: 10px; 
font-family: Verdana, Tahoma, Arial;
}

.common_big {
color: #666666;
font-size: 15px;
font-family: Verdana, Tahoma, Arial;
border: #d9d9d9 1px solid;
}

.install_red {
color: #aa0000;
}

.install_blue {
color: #2ba8e0; 
}

.white {
color: #ffffff; 
}

.rteArea {
border: 1px #a9a9a9 outset;
}

.rteSeparator {
border-top: 1px #000000 solid;
}

.rteImage {
border: 1px white outset;
cursor: pointer;
cursor: hand;
}

.rteImageRaised, .rteImage:hover {
background: #ffffdd;
border: 1px white outset;
cursor: pointer;
cursor: hand;
}

.rteImageLowered, .rteImage:active {
border: 1px inset;
cursor: pointer;
cursor: hand;
}

.rteVertSep {
margin: 0 4px 0 4px;
}

.rteBack {
letter-spacing: 0;
padding: 2px;
}

.rteBack tbody tr td, .rteBack tr td {
padding: 1;
}

.rteDiv {
display: block;
position: relative;
}

.hide {
display: none;
}

.show {
display: block;
}

#tip_box {
position: absolute;
padding: 0px 0px 0px 0px;
background-color: #ffffff;
z-index: 102;
visibility: hidden;
}

#tip_arrow {
position: absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}