@media print {
	.unprintable {
		display:		none;
	}
}

.cursorPointer {
	cursor:				pointer;
}

.noselect {
	-moz-user-select:	none;
	-khtml-user-select:	none;
	user-select:		none;
}

.selectable {
	-moz-user-select:  	text;
	-khtml-user-select: text;
	user-select:    	text;
}

#mapname {
	color:				#000000;
	font-size:			12px;
	font-weight:		bold;
	-moz-user-select:  	text;
	-khtml-user-select: text;
	user-select:    	text;
}

INPUT, SELECT {
	margin:				0.5em 0;
	border:				1px solid #333333;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-weight:		bold;
	text-decoration:	none
	color:				#000000;
	font-size:			10px;
	-moz-user-select:	text;
	-khtml-user-select:	text;
	user-select:		text;
}

.siteText  {
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-weight:		bold;
	text-decoration:	none;
	color:				#ffffff;
	font-size:			10px;
}
.siteText2  {
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-weight:		bold;
	text-decoration:	none;
	color:				#FFC;
	font-size:			14px;
}

.container {
	background:			#F4ECD9;
	text-align:			left;
	margin:				0 auto;
}

TABLE.menu {
}

TABLE.subMenu {
	background-color:	white;
	border:				4px solid #FFFFC7;
	position:			absolute;
	display:			none;
}

TD.menuItem {
	border:				0px;
}

TD.innerMenuItem {
	padding:			2px;
}

.dragfill {
	background-color:	white;
	border:				4px solid #FFFFC7;
	position:			absolute;
	width:				200px;
	display:			none;
}

.dragfill .dragtable {
	width:              100%;
	height:             100%;
}

.dragfill .content {
	-moz-user-select:   none;
	-khtml-user-select: none;
	user-select:        none;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-weight:		bold;
	text-decoration:	none
	color:				#ffffff;
	font-size:			10px;
}
