body
{
	font-size: 20px;
	font-family: Verdana;
	margin: 0 0 0 0;
}

a
{
	color: Orange;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

td
{
	text-align: left;
}

a:visited
{
	color: Orange;
}

.infoText 
{
	font-size: 20px;
	font-family: Verdana;
}

.myText
{
	color: Blue;
	font-size: 50px;
}

.mainMessage
{
	color: Green;
	font-size: 24px;
	font-family: Verdana;
	padding-bottom: 20px;
}

.friendlyLabel
{
	color: Green;
	font-size: 24px;
	font-family: Verdana;
}

.friendlyEdit
{
	font-size: 24px;
	font-family: Verdana;
	width: 400px;
}

.friendlyButton
{
	font-size: 24px;
	font-family: Verdana;
}

.friendlyError
{
	font-size: 18px;
	font-family: Verdana;
	color: Red;
}

.friendlyStatus
{
	font-size: 18px;
	font-family: Verdana;
	color: Blue;
}

.mainMap
{
	width: 500px; 
	height: 500px;
	font-family: Verdana;
	font-size: 12px;	
	border: 2px green solid;
	position: relative;
}

.mainMapFrame
{
	width: 500px; 
	height: 500px;
	margin: 0px;
	border: 0px;
}

.tooltip 
{
    background-color:#ffffff;
    border:1px green solid;
    padding: 4px 4px 4px 4px;
	font-family: Verdana;
	font-size: 10px;	
}

.formNote
{
	font-size: 12px;
	color: gray;
}

/* friend list */
.friendList
{
	color: Green;
	vertical-align: top;
}

.friendListItem
{
	color: Green;
	vertical-align: top;
	margin-top: 2px;
	padding-bottom: 4px;	
	cursor: pointer;
	font-size: 14px;
	border-bottom: 1px solid #dddddd;
}

.noClick
{
	cursor: default;
}

.friendListItem:hover
{
	background-color: #eeeeee;
}

.friendLocation
{
	margin-left: 10px;
	font-size: 12px;
	color: Black;
	line-height: 18px;
}

.friendStatus
{
	margin-left: 10px;
	font-size: 12px;
	color: Black;
	line-height: 18px;
	font-style: italic;
}

.showBlock
{
	visibility: visible;
	display: block;
}

.hideBlock
{
	visibility: hidden;
	display: none;
}

.divDlgBackground
{
	position: absolute;
	top: 0px;
	left: 0px;
	background: white;
	height: 100%;
	width: 100%;
	
	filter:alpha(opacity=66);
	-moz-opacity:.66;
	opacity:.66;
	
}

.divDlg
{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -50px;
	margin-left: -100px;
	background: white;
	border: 2px solid black;
	
}

.divDlgTitle
{
	color: White;
	font-size: 18px;
	background: black;
	width: 100%;
	text-align: center;
}

.dlgItems
{	
	margin-top: 2px;
	padding-bottom: 2px;
	line-height: 25px;	
	font-size: 14px;
	padding: 10px 10px 10px 10px;
}

.cmdItem
{	
	margin-top: 2px;
	padding-bottom: 4px;	
	font-size: 14px;
}
.cmdSubItem
{
	font-size: 12px;
	margin-left: 10px;
}

.smallButton
{
	font-size: 12px;
	font-family: Verdana;
}

.smallLabel
{
	font-size: 12px;
	font-family: Verdana;	
}

.smallEdit
{
	font-size: 12px;
	font-family: Verdana;
	width: 200px;
}

.smallEdit2
{
	font-size: 12px;
	font-family: Verdana;
	width: 250px;
}

.contextMenuContainer
{
	visibility: hidden;
}

.contextMenu
{
	width: 150px;
	background-color: White;

	/* border: 1px solid black; */
	/* margin: 1px; */
	/* position: absolute; */
	
	filter:alpha(opacity=66);
	-moz-opacity:.66;
	opacity:.66;
}

.contextMenuItem
{
	padding: 2px 5px 2px 5px;
	color: Black;
	font-family: Arial;
	font-size: 12px;
}

.contextMenuItem:hover
{
	background-color: yellow;
}

.contextMenuLink
{
	color: Black;
}

.contextMenuLink:hover
{
	color: Black;
}

.contextMenuLink:visited
{
	color: Black;
}

#shadow-container {
    position: relative;
    left: 3px;
    top: 3px;
    margin-right: 3px;
    margin-bottom: 3px;
}

#shadow-container .shadow2,
#shadow-container .shadow3,
#shadow-container .container {
    position: relative;
    left: -1px;
    top: -1px;
}

#shadow-container .shadow1 {
    background: #F1F0F1;
}

#shadow-container .shadow2 {
    background: #DBDADB;
}

#shadow-container .shadow3 {
    background: #B8B6B8;
}

#shadow-container .container {
    background: #ffffff;
    border: 1px solid #848284;
}

.section
{
	margin-left: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
}

.sectionHeader
{
	font-size: 18px;
	color: Black;
}


.friendDetails
{
	margin-left: 10px;
	font-size: 12px;
	color: Black;
	line-height: 18px;
	vertical-align: baseline;
}


.friendActionButton
{
	vertical-align: baseline;
	margin-left: 5px;
}

.friendActionSet
{
	visibility: visible;
}

.friendActionSetSmall
{
	visibility: visible;
	font-size: 12px;
}

.friendActionSetHidden
{
	visibility: hidden;
}

.listHeader
{
	font-weight: bold;
	padding-left: 6px;
	padding-right: 6px; 
	padding-top: 4px;
}

.listItem
{
	padding-left: 6px;
	padding-right: 6px; 
	padding-top: 4px;
}

.listLink
{
}

/*********** blackberry web loader defaults ***********/
.bd 
{
	border:2px solid gray;padding-left:5px;padding-right:5px;padding-top:2px;padding-bottom:2px;cursor:hand
}	

/*********** end bb webloader ***********/

.callout
{
	margin: 5px 5px 5px 5px;
	border: 1px solid black;
	padding: 5px 5px 5px 5px;
	width: 175px;
	vertical-align: middle;
	text-align: center;
	
}

.siteText
{
	font-size: 16px;
	
}

.siteSection
{
	font-family: Cambria,Georgia,Myriad Pro,Arial,Helvetica;
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 20px;
}
.calloutText
{
	font-size: 16px;
	margin-top: 5px;
}

.siteSectionHeader
{
	font-size: 20px;
	color: Green;
	
}

.siteBody
{
	padding-left: 10px;
	padding-right: 10px;
}

.topicLink
{
	margin-top: 10px;
	font-size: 16px;
	font-family: Verdana;
}

.topicSection
{
	font-size: 14px;
	font-family: Cambria,Georgia,Myriad Pro,Arial,Helvetica;
	margin-left: 10px;
	margin-top: 5px;
}

.gridHeader
{
	padding: 5px 5px 5px 5px
}

.gridCell
{
	padding: 3px 3px 3px 3px
}

.footerSection
{
	font-size: 12px;
	padding-top: 5px;
	border-top: 1px solid green;
	text-align: center;
}

.footerSection td
{
	text-align: center;
}

.itemCell
{
	width: 500px;
	padding-top: 15px;
}


.trackMeMap
{
	font-family: Verdana;
	font-size: 12px;	
	border: 2px green solid;
	/* position: relative; */
	width: 600px; 
	height: 600px;
}

.trackMeMapFrame
{
	margin: 0px;
	border: 0px;
}

.curLocInfo
{
	top: 100px;
	left: 80px;
	position: absolute;
	z-index: 100;
	visibility: hidden;
	background-color: white;
	border: 1px solid black;
	
	filter:alpha(opacity=80);
	-moz-opacity:0.80;
	-khtml-opacity: 0.80;
	opacity: 0.80;
	
}



.destInfo
{
	top: 250px;	
	left: 80px;
	position: absolute;
	z-index: 100;
	visibility: hidden;
	background-color: white;
	border: 1px solid black;
	
	filter:alpha(opacity=80);
	-moz-opacity:0.80;
	-khtml-opacity: 0.80;
	opacity: 0.80;
	
}

.destHeader
{
	font-family: Verdana;
	font-size: 12px;	
	font-weight: bold;
	color: White;
	background-color: Black;
	padding: 5px;
}

.destMajor
{
	font-family: Cambria,Georgia,Myriad Pro,Arial,Helvetica;
	font-weight: bold;
	font-size: 16px;
	padding: 5px;
}

.destMinor
{
	font-family: Cambria,Georgia,Myriad Pro,Arial,Helvetica;
	font-size: 14px;
	padding: 5px;
}

.destSep
{
	height: 1px;
	background-color: gray;
	padding: 0px;
}

.staticMapHSFrame
{
	position: absolute;
	visibility: hidden;
	height: 41px;
	width: 34px;	
}

.staticMapHS
{
	position: absolute;
	visibility: hidden;
	height: 28px;
	width: 28px;
}

.staticMap
{
	
}

.curLocInfoStatic
{
	background-color: white;
	border: 1px solid black;
	
}

.destInfoStatic
{
	background-color: white;
	border: 1px solid black;
}
