body  {
    background-color: #fafafa;
    font-family: verdana, sans-serif;
    font-size: 10pt;
    align: center;
    margin-left: auto;
    margin-right: auto;
    behavior: url("csshover3.htc");
}

hr {
    height: 1px;
    border: 0;
    margin-top: 0px;
    margin-bottom: 15px;
}

h1 {
    font-size: 14pt;
    text-align: center;
    color: #0066cc;
    margin-top: 0px;
}

h2 {
    font-size: 12pt;
    text-align: center;
    color: #660000;
    margin-top: 0px;
}

h5 { 
    margin: 3px;
    color: #0000aa;
    text-align: left;
}

hr {
    height: 1px;
    border: 0;
    background: #dddddd;
    color: #dddddd;
}

img {  
    border-style: none;
}

.center	{
    text-align: center;
}

#menu {
    position: absolute; left: 10px; top: 10px; width: 130px;
}

.menuclass {
    background-color: #ffffff;
    border: 1px solid #aaaaaa;
    -webkit-border-radius: 10px;	/* for Safari */
    -moz-border-radius: 10px;		/* for Firefox */
    padding: 10px;
    margin-bottom: 15px;
}

#logout	{
    position: absolute; left: 10px; bottom: 10px; width: 130px;
}


#map_canvas {
    position: absolute; 
    left: 150px; 
    top: 10px; 
    right: 10px;
    bottom: 10px;
    border: 7px solid #666666;
    -webkit-border-radius: 10px;	/* for Safari */
    -moz-border-radius: 10px;		/* for Firefox */
    background: #F8F8FF;
    
}

#blanket {
    background-color:#111;
    opacity: 0.65;
    position:absolute;
    filter: alpha(opacity=50);
    z-index: 9001; /*ooveeerrrr nine thoussaaaannnd*/
    top:0px;
    left:0px;
    width:100%;
}

#popupmg {
    position: absolute;
    background-color: #eeeeee;
    
    width:500px;
    height:400px;
    z-index: 9002; /*ooveeerrrr nine thoussaaaannnd*/
    -webkit-border-radius: 10px;	/* for Safari */
    -moz-border-radius: 10px;	/* for Firefox */
}

.fbbutton{
	border-style: solid;
	display: block;
	border-width: 2px; 
	border-color: #29447E #29447E #29447E #29447E; 
	background: #F0F0F0 url('../images/sxbtn.PNG') repeat-x;  
	height: 16px;
	width: 63px; 
	font-family: verdana; 
	font-size: 11px; 
	color: #FFFFFF; 
	font-weight: bold;
	text-align:center;
	padding-top:3 px;
	padding-bottom:2 px;
   }

object
{
    dwidth: 100%;auto; 500px;
    dheight: 100%;auto; 300px;
    NOborder:solid 1px #000000;
}

#content {
    position: absolute; left: 150px; top: 10px; right: 10px;
    border: 1px solid #666666;
    -webkit-border-radius: 10px;	/* for Safari */
    -moz-border-radius: 10px;		/* for Firefox */
    background: #F8F8FF;
    padding: 5px;
}

#socialbt {
    position:relative;
    margin:0 auto;
    width:110px;
}

#socialbt ul {
    /* remove list style */
    list-style:none;
    padding:0;
    margin:0;
    /* set the layer position */
    position:relative;
    z-index:3;
}

#socialbt li {
    padding:3px;
    margin:2px;
}

a:link {text-decoration: none}
a:visited {text-decoration: none}
a:active {text-decoration: none}
a:hover {text-decoration: none}

a:link img, a:vlink img and a:alink img {border-style: none;}
