body {
    margin      : 0px;
    padding     : 0px;
    overflow    : hidden;
}

img {
    border      : none;
}

div#mapview {
    width       : 784px;
    height      : 558px;
    background-color: #E0DFE3;
    overflow    : hidden;
}

div.tbl {
    border-width    : 1px;
    border-color    : #9C9CA0 #FFFFFF #FFFFFF #9C9CA0;
}

div#list {
    position    : absolute;
    width       : 133px;
    height      : 519px;
    border-style    : none solid solid none;
    overflow-x  : hidden;
    overflow-y  : scroll;
    background-color: #FFFFFF;
    text-align  : center;
    padding-top : 12px;
}

div#map {
    position    : absolute;
    right       : 0px;
    width       : 646px;
    height      : 519px;
    border-style    : none none solid solid;
}

div#info {
    position    : absolute;
    bottom      : 0px;
    width       : 784px;
    height      : 40px;
    border-style    : solid none none none;
    overflow-x  : hidden;
    overflow-y  : auto;
    color       : #000000;
    font-size   : 10px;
}

div#skel {
    display     : none;
}

a.thumb1, a.thumb2 {
    position    : relative;
    padding     : 4px;
    border      : none;
}
a.thumb2 {
    cursor      : default;
}
a.thumb1:hover {
    padding     : 3px;
    border      : solid 1px #316AC5;
}
a.thumb1:active {
    padding     : 0px;
    border      : solid 4px #316AC5;
}

a.thumb1 img, a.thumb2 img {
/*
    margin-bottom   : 2px;
*/
}

#thumbAlt {
    position    : absolute;
    visibility  : hidden;
    padding     : 4px;
    background-color: #000000;
    color       : #FFFFFF;
    font-size   : 10px;
}

#big {
    position    : absolute;
    top     : 0px;
    left        : 0px;
    display     : none;
    cursor      : default;
}
#bigBg {
    width       : 784px;
    height      : 558px;
    background-color: #000000;
    filter      : alpha(opacity=50);
}
#bigImg {
    position    : absolute;
    border      : 5px solid #FFFFFF;
}

.gps {
    position    : absolute;
    width       : 18px;
    height      : 12px;
    right       : 5px;
    top     : 5px;
}
.shadow1 {
    position    : absolute;
    background-color: #7F7F7F;
    top     : 5px;
    left        : 5px;
    z-index     : -1;
}
.shadow2 {
    position    : absolute;
    background-color: #BFBFBF;
    top     : 6px;
    left        : 6px;
    z-index     : -2;
}
.thumbTime {
    width       : 100px;
    height      : 18px;
    margin      : 4px 0px;
    color       : #000000;
    font-size   : 10px;
}

div#infoWin {
	text-align	: center;
	width		: 200px;
	color		: #000000;
	font-size	: 12px;
}
a#msg1 {
	position	: relative;
	display		: block;
	width		: 0px;
	height		: 0px;
	border		: 1px solid #000000;
	padding		: 5px;
}
