html, body {width: 100%; height: 100%;}
#maindiv{height:100%}
#MapWindow{width:98%;vertical-align:top;}
#JournalEntryViewer{overflow:auto;border: solid #360 1px;width:300px;margin-top:5px;}

#geo_address{width:300px;}
#JournalEntry
{
	width:99%;
}
#JournalMapEntryTitle
{
	border-bottom: 2px #666666 solid;
}
#JournalMapMeta
{
	padding: 5px 0px 5px 0px;
	width:99%;
	position: relative;
}
#JournalTitle
{
}
#JournalAuthor
{
}
#JournalDate
{
}
.dlg{display:none;}
#footer{text-align:center;}
.entryDisplay {width:96%; margin: 2px 2px 2px 2px; border: solid #336600 1px;}
.entryDisplay .etitle {font-weight:bold;}
.toolControl a {
	font-size:115%;
	border: solid black 1px;
	display:block;
	margin:2px 0px 2px 0px;
	text-align:center;
	background-color:white;
	padding:0px 3px 0px 3px;
	cursor:pointer;
	text-decoration:none;
}
.toolControl a:hover
{
	font-size:115%;
	color:#FF9933;
}
.toolControl .activeMode{
	background-color:#FB6;
}
.topControl
{
	width:300px;	
	line-height:25px;
}
.topControl a {
	font-size:115%;
	border: solid black 1px;
	margin:0px 4px 0px 4px;
	text-align:center;
	background-color:white;
	padding:0px 4px 0px 4px;
	cursor:pointer;
	white-space:nowrap;
}
.topControl a:hover
{
	font-size:115%;
	color:#FF9933;
}
.flagTypeControl{
	border: solid black 1px;
	background-color:#FFF;
	padding:4px 4px 4px 4px;
	font-size:90%;
	color:#336600;
	text-align:center;
}
.flagTypeControl a {
	border: solid black 1px;
	margin:2px 1px 2px 1px;
	text-align:center;
	background-color:#FFF;
	padding:2px 4px 2px 4px;
	cursor:pointer;
	display:block;
	text-decoration:none;
}
.flagTypeControl a:hover
{
	color:#FF9933;
}
.flagTypeControl .flagTypeSelected
{
	background-color:#FB6;
}
.importGPX{
	border:none;
	width:100%;
	height:30px;
}
#e_title
{
	width:90%;	
}
#e_desc
{
	width:90%;
	height:300px;	
}
#e_image
{
	width:90%;	
}
#NewComment
{
	width:100%;
	height:100%;
}
#CommentsContainer
{
	width:99%;
	margin: 5px 0px 5px 0px;
	padding: 2px 4px 2px 4px;
}