v\:* {	  behavior:url(#default#VML);	}

html {	height: 99%;}

#containerFull {
/* Here is your full width */
width: 800px;
margin-left: auto;
margin-right: auto;
margin-top: 0px;
}

#mapContent {
/* Here is your map content width */
width: 600px;
position: relative;
top: 0px;
left: 0px;
float: left;
}

#sideBar {
/* Here is your sidebar width */
width: 190px;
float: left;
padding: 0px;
}

#header {
width: 100%;
margin: 0px;
padding: 0px;
}

#mapFooter {
width: 100%;
position: relative;
text-align: right;
bottom: 0px;
}

body {
height: 99%;
font-family: lucida sans unicode, Verdana, Geneva, Arial, sans-serif; 
background-color: transparent;
font-size: 8pt;
}

div #sideBar, div #map{
border: 1px solid lightgrey;
}

form {
margin: 0px; 
padding: 0px;
}

#map { 
height:450px;
width:600px;	
}


#direction1 {
font-family: Verdana;
	font-size: 8pt;
font-weight : bold;
color: red; 
}

#simpang {
font-family: Verdana;
	font-size: 8pt;
font-weight : bold;
color: blue; 
}

#direction0 {
font-family: Verdana;
	font-size: 8pt;
	font-weight : bold;
color: red; 
}

#direction2 {
font-family: Verdana;
	font-size: 8pt;
	font-weight : bold;
color: red; 
}

#direction3 {
font-family: Verdana;
	font-size: 8pt;
font-weight : bold;
color: red; 
}



#curLngdec {
font-family: Verdana;
	font-size: 8pt;
font-weight : bold;
color: blue; 
}

#curLngdms {
font-family: Verdana;
	font-size: 8pt;
font-weight : bold;
color: blue; 
}


#curLatdec {
font-family: Verdana;
	font-size: 8pt;
font-weight : bold;
color: blue; 
}

#curLatdms {
font-family: Verdana;
	font-size: 8pt;
font-weight : bold;
color: blue; 
}



#distance {
font-family: Verdana;
	font-size: 8pt;
font-weight : bold;
color: blue; 
}

.fifty {
text-align: right;
width: 45%;
}

.right {
text-align: right;
margin-right: 2px;
}

a {
	text-decoration : none;
	
}
a:link {
	color : #0066FF;
	text-decoration: normal;

}
a:visited {
	color : #0099FF;
}
a:active {
	color : #333333;
	background-color : gray;
}
a:hover {
	color : #FF9900;
	background-color : none;
	text-decoration:none;
}

xh1 {
font-size: 12pt;
font-weight: normal;
}	

xhidden {
color: gray; 
width: 140px;
}

/*Accordian Elements*/
.accordion_headings {
	padding:5px;
	background:#99CC00 url('../images/bgmain.jpg') left top;
	color:#FFFFFF;
	border:1px solid #FFF;
	cursor:pointer;
	font-weight:bold;
}

.selected{
	background:#00CCFF url('../images/bgmaindark.jpg') left top;

}

.accordion_headings:hover{
	background:#00CCFF url('../images/bgmaindark.jpg') left top;

}

.content{
	background:#FFF url('../images/bgbright.jpg') left top;
	padding:4px;
}

.accordion_child{
	padding:5px;
	background:#EEE url('../images/bgbright.jpg') left top;

}