html{
	width:100%;
	height:100%;
}

body{
	background-color:#6dba1e;
	margin:0px;
	padding:0px;
	font-family:arial;
	font-size:12px;
	font-weight:normal;
	color:#000000;
	text-align:justify;
	width:100%;
	height:100%;
}

form{
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
}

a {
	text-decoration: underline;
	color: #000000;
}

a:visited {
	color: #000000
}

a:hover {
	text-decoration: underline;
	color: #000000;
}

a:active {
	color: #003B62;
}


.padding{
	padding-top: 2px;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 2px;
}

.listelement{
	padding: 4px;
	border-top-color:#003B62;
	border-top-width:1px;
	border-top-style:solid;
}

.msgsender{
	font-size:10px;
}

.msgtime{
	font-size:10px;
}

.msgtext{
}

.left
{
	width:23%;
	height:100%;
	padding: 4px;
	float:left;
}

.right
{
	width:75%;
	height:100%;
	padding: 4px;
	float:right;
	clear:right; /* helps IE6 do the right thing */
}

.delete_top
{
	height:2%;
	width:100%;
	font-size:16px;
	padding-left:8px;
}

.main
{
	width:100%;
	height:98%;
}

.infobar
{
	background-color:#2080b8;
	color: #ffffff;
	width:100%;
	font-size:16px;
	padding: 2px;
	border-top:2px solid #ffffff;
	border-left:2px solid #ffffff;
	border-right:2px solid #ffffff;
}

.delete_content
{
	height:100%;
	width:100%;
	/*border:2px solid #003B62;*/
}

#logo 
{
	width:100%;
	padding-right:2px;
	font-size:40px;
}
img{
	vertical-align: text-top;
	border: 0px;
}

#myaccount {
	color:#ffffff;
	background-color:#6dba1e;
	border:2px solid #ffffff;
	width:100%;
	height:96%;
	padding: 2px;
}

#logout {
	text-align: right;
	width: 100%;
}
#logout a, #logout a:active, #logout a:hover, #logout a:visited {
	color: #ffffff;
}

#contacts {
	color: #000000;
	border:1px solid #000000;
	background-color:#ffffe1;
	padding:4px;
	margin-top:4px;
	margin-left:4px;
	margin-right:4px;
	margin-bottom:2px;
}
#messages {
	margin-top:2px;
	margin-left:4px;
	margin-right:4px;
	margin-bottom:4px;
	color: #000000;
	border:1px solid #000000;
	background-color:#ffffe1;
	padding:0px;
}

/* Map Container child containers */
#mapinfobar {
	text-align: right;
}
#mapinfobar a, #mapinfobar a:active, #mapinfobar a:hover, #mapinfobar a:visited {
	color: #ffffff;
}

#map {
	background-color:#ffffe1;
	height:96%;
	width:100%;
	border:2px solid #ffffff;
}

.popup
{
	position:absolute;
	top:20%;
	left:30%;
	width:40%;
	background-color:#ffffe1;
	color: #000000;
	border:2px solid #000000;
	z-index:99;
}

.popupbar {
	background-color:#ffffe1;
	color: #000000;
	text-align: right;
	ggwidth:100%;
	padding: 2px;
	border-bottom:1px dotted #000000;
	border-left:1px dotted #000000;
	float: right;
}

.padding{
	padding: 4px;
}
