/* Generic context menu styles */
.contextMenu {
	position: absolute;
	width: 120px;
	z-index: 99999;
	border: solid 1px #979797;
	background: #f0f0f0;
	padding: 0px;
	margin: 0px;
	display: none;
}

.contextMenu LI {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.contextMenu LI:hover {
	background:url(../images/contextmenu/Untitled-1_03.gif) 2px 2px no-repeat;
}


.contextMenu A {
	color: #333;
	text-decoration: none;
	display: block;
	line-height: 25px;
	height: 25px;
	background-position: 6px center;
	background-repeat: no-repeat;
	outline: none;
	padding: 1px 5px;
	padding-left: 28px;
}

.contextMenu LI.hover A {
}

.contextMenu LI.disabled A {
	color: #AAA;
	cursor: default;
}

.contextMenu LI.hover.disabled A {
	background-color: transparent;
}

.contextMenu LI.separator {
	background:url(../images/contextmenu/Take_Ownership_Option_in_Context_Me_03.gif) repeat-x;
	height:2px;
	
}

/*
	Adding Icons
	
	You can add icons to the context menu by adding
	classes to the respective LI element(s)
*/

.contextMenu LI.edit A { background-image: url(../images/contextmenu/page_white_edit.png); }
.contextMenu LI.cut A { background-image: url(../images/contextmenu/cut.png); }
.contextMenu LI.copy A { background-image: url(../images/contextmenu/page_white_copy.png); }
.contextMenu LI.paste A { background-image: url(../images/contextmenu/page_white_paste.png); }
.contextMenu LI.delete A { background-image: url(../images/contextmenu/page_white_delete.png); }
.contextMenu LI.quit A { background-image: url(../images/contextmenu/door.png); }
.morephoto{background:url(../images/uploadmorephoto.gif) 0px 1px no-repeat;width:116px;height:32px; cursor:pointer; float:left; margin-right:20px;}
.morephoto_30{background:url(../images/uploadmorephoto.gif) 0px 1px no-repeat;width:116px;height:32px; cursor:pointer; float:left; margin-right:20px;}
.morephoto_40{background:url(../images/uploadmorephoto.gif) 0px 1px no-repeat;width:116px;height:32px; cursor:pointer; float:left; margin-right:20px;}
.morephoto_50{background:url(../images/uploadmorephoto.gif) 0px 1px no-repeat;width:116px;height:32px; cursor:pointer; float:left; margin-right:20px;}
.loading_{background:url(../images/loading_face.gif) no-repeat; width:300px; height:32px;}
.photo_loading{width:300px; height:32px;}
