/*
CSS for MOD_MAP
*/

#map_cont {
	width: 100%;
	position: relative;
	height:100%;
	min-height: 600px;
	/*_height:auto !important;
	_height:600px;*/
}

#map_area {
	position: absolute;
	width: 1px;
	height: 1px;
	background-color : #FFFFFF;
}

#map_box {
	position: absolute;
	width: 1px;
	height: 1px;
	background-color: #E0F3F3;
}

#map_tabs {
	position: absolute;
	width: 1px;
	height: 1px;
}

#map_cmw {
	display: none;
	position: absolute;
	z-index: 99;
	width: 400px;
	background-color: #005A52;
	padding: 2px;
}

#map_cmw .title {
	display: block;
	height: 16px;
	background-color: #E0F3F3;
	padding: 2px;
}

#map_cmw .title .text {
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #005A52;
}

#map_cmw .title .close {
	display: block;
	float: right;
	width: 14px;
	height: 16px;
	text-align: left;
}
#map_cmw .close IMG {
	margin-top: 1px;
}

#map_cmw .body {
	position: relative;
	margin-top: 2px;
	padding: 2px;
	background-color: #FFFFFF;
}

#map_cmw_link {
	position: relative;
	width: 100%;
}


#tabs_accord {
	display: none;
	position: relative;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#tabs_accord LI {
	position: relative;
	margin: 0px;
	padding: 0px;
}
#tabs_accord LI div.ui-accordion-link {
	display: block;
	padding-left: 5px;
	height: 20px;
	line-height: 20px;
	text-decoration: none;
	text-transform : uppercase;
	color: #FFFFFF;
	background-color: #005A52;
	cursor: pointer;
	cursor: hand;
	margin-bottom: 2px;
}
#tabs_accord LI div.ui-accordion-cont {
	display: block;
	position: relative;
}


#points_list_help {
	display: block;
	padding: 5px;
	font-size: 10px;
	text-align: justify;
}
#points_list_help UL {
	margin: 5px;
	margin-left: 30px;
	padding: 0px;
	list-style-type : decimal;
	list-style-position : outside;
}

#points_list_command {
	display: block;
	padding: 5px;
	text-align: center;
}
#points_list, #print_points_list {
	margin: 5px;
	margin-left: 30px;
	padding: 0px;
	list-style-type : decimal;
	list-style-position : outside;
}
#points_list LI.plitem, #print_points_list LI.plitem {
	margin-bottom: 10px;
}
#points_list LI.plitem .title {
	font-size: 12px;
	cursor: pointer;
	cursor: hand;
}
#points_list LI.plitem .delete, #points_list LI.plitem .edit {
	font-size: 10px;
	text-decoration : underline;
	cursor: pointer;
	cursor: hand;
}

#print_points_list LI.plitem .title {
	font-size: 12px;
	font-weight: bold;
}
#print_points_list LI.plitem .text {
	font-size: 12px;
}

#pcmd_start_putting, #pcmd_stop_putting, #pcmd_save, #pcmd_show_all {
	display: none;
	width: 180px;
}

.pinfo_edit {
	width:300px;
}

.pinfo_edit .caption {
	font-size: 11px;
}

.pinfo_edit .title {
	font-size: 12px;
	width:100%;
}

.pinfo_edit .text {
	font-size: 12px;
	width:100%;
	height:60px;
}

.pinfo_edit .controls {
	width: 100%;
	text-align: right;
}

.pinfo_edit .save, .pinfo_edit .delete {
	width:100px;
}

.pinfo_view {
	width:300px;
}

.pinfo_view .controls {
	width: 100%;
	text-align: right;
}

.pinfo_view .edit, .pinfo_view .delete {
	font-size: 10px;
	text-decoration : underline;
	cursor: pointer;
	cursor: hand;
}

.pinfo_view .title {
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid #ABABAB;
	margin-bottom: 2px;
}

.pinfo_view .text {
	font-size: 12px;
	max-height:70px;
	overflow: auto;
}

#print_comments {
	padding-top: 10px;
	padding-bottom: 20px;
}

#print_comments_ready {
	display:none;
}

#print_comments_edit {
}

#print_comment_text {
	width:500px;
	height:150px;
}

#print_comment_button {
}

#print_points_area {
	padding-top: 10px;
	padding-bottom: 20px;
	display: none;
}


