﻿body {
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: #eee;
}

html {
    height: 100%;
}

.bodydiv{
    width: 100%;
    height: 100%;
}

.gmapdiv{
    width: 50px;
    height: 50px;
}

.vemapdiv{
    width: 50px;
    height: 50px;
    position: relative;
	overflow: hidden; 
}

.contenttable{
    width: 100%;
}

.clsBottomDiv {
    height: 50px;
}
/*
.clsWhatsNew{
	position: absolute;
	top: 0px;
	left: 200px;
	visibility: hidden;
}
*/