html, body {
    height: 100%;
    font-family: tahoma, simsun, Pmingliu;
    font-size: 12px;
    color: #333;
    overflow: hidden;
    border: 0;
}

body {
    margin: 0;
    border: 0;
    background: #996633;
}


p, input, textarea, select, td, button {
    font-family: tahoma, Pmingliu;
    font-size: 11px;
}

img {
    border: 0;
}

form  {
    margin: 0;
}

a {
    color: #fff;
    text-decoration: none;
}

a:hover {
    color: #FFCC00;
}

#map {
    background-color: #000 !important;
}


#div_cross {
    position: absolute;
	z-index: 1;
}

#div_logo {
    z-index: 2;
    position: absolute;
    top: 8px;
    right: 8px;
}

#div_track {
    position: absolute;
    bottom: 16px;
    right: 5px;
    text-align: right;
    color: #fff;
    background: #000;
    z-index: 2;
}

#div_track_title {
    font-weight: bold;
    padding: 2px 5px;
    color: #fff;
    background: #cc0000;
}
#div_track_intro {
    /*display: none;*/
}

#div_links, #div_links_lite {
    position: absolute;
    left: 65px;
    bottom: 2px;
    z-index: 1;
    color: #fff;
    filter: glow(Color=#000000,Strength=1);
}

#div_links_lite {
    display: none;
}
/*--------------------------------------------*/
#div_toolbar {
    position: absolute;
    top: 6px;
    right: 80px;
    z-index: 2;
    color: #fff;
    text-align: right;
}

#div_toolbar div {
    display: block;
    color: #fff;
    padding: 1px 5px;
    float: left;
    margin-right: 5px;
    cursor: pointer;
    font-weight: normal;
    filter: glow(Color=black,Strength=1);
}
/*--------------------------------------------*/
.marquee {
    position: absolute;
    border: 1px dashed #fff;
    width: 100px;
    height: 100px;
    /*background: #fff;*/
    top: 200px;
    left: 300px;
    cursor: move;
    z-index: 998;
    display: none;
}

.marquee_action {
    position: absolute;
    top: 176px;
    left: 300px;
    z-index: 998;
    color: #fff;
    display: none;
}

.marquee_range {
    position: absolute;
    top: 176px;
    left: 300px;
    z-index: 998;
    color: #000;
    background: #fff;
    filter: alpha(opacity=88);
	opacity: 0.8;
    padding: 5px;
    width: 400px;
    display: none;
}

.marquee_mask {
    width: 100%;
    height: 100%;
    background: #fff;
    cursor: move;
    z-index: 999;
    filter: alpha(opacity=0);
	opacity: 0;
}


.marquee .marquee_resize {
    position: absolute;
    width: 6px;
    height: 6px;
    overflow: hidden;
    background: #fff;
    z-index: 1000;
}

.marquee_resize_nw {
    top: -1px;
    left: -1px;
    cursor: nw-resize;
}

.marquee_resize_ne {
    top: -1px;
    right: -1px;
    cursor: ne-resize;
}

.marquee_resize_sw {
    bottom: -1px;
    left: -1px;
    cursor: sw-resize;
}

.marquee_resize_se {
    bottom: -1px;
    right: -1px;
    cursor: se-resize;
}

.code {
    border: 1px solid #8B4513;
    padding: 3px;
    background: #FF9933;
    font-size: 11px;
    font-family: Courier New;
    height: 60px;
    overflow: visible;
}

.code a {
    color: blue;
    text-decoration: underline;
}
