/* base */

body { 
	background-color:white;
}

div.mailboxMapRoot,table.mailboxMapRootTable,tr.mailboxMapHeader,tr.mailboxMapMainRow  {
	font-family: tahoma,arial;
	font-size: small;
	text-align: center;	
	width:100%
}
img.simpleImage {
		border-width:0px;	
}

a:link {
		color:gray;
}

a:visited {
		color:gray;
}

a:hover {
	
	 color:gray;
}

/* title */

span.blue-title {
	font-family: arial;
	font-size: 25pt;  
	color: #6666EE;
	font-weight: bold;
}

span.red-title {
	font-family: arial;
	font-size: 25pt;
	color: #EE6666;
	font-weight: bold;
}


span.grey-title {
	font-family: arial;
	font-size: 12pt;
	color: #666666;
	font-weight: bold;
}

/* map stuff */


div.mapWrapper {
	height: 450px;
	width: 600px;
	text-align:center;
}



/**** warning and ze loader **/

div.loading {

	background-color:#CC0000;
	padding-top:2px;
	display:none;
	position:absolute;
	height:20px;
	width:80px;
	font-size:9pt;
	vertical-align:middle;
	border-width:1px;
	border-style:solid;
	border-color:black;
	text-align:center;
	
}


div.warning {

	background-color:#CCCCCC;
	color:#777777;
	padding:0px;
	padding-top:5px;
	padding-right:3px;
	display:none;
	height:35px;
	width:220px;
	font-size:8pt;
	vertical-align:middle;
	border-width:2px;
	border-style:solid;
	border-color:#777777;
	text-align:center;
	vertical-align:middle;

}

p.tip {
	
	background-color:#FFFFCC;
	border-color:black;	
	border-width:1px;
	border-style: solid;
	font-family: arial;
	font-size: 10px;
}


div.feedback{
	cursor:pointer;
}

/* balloon */