div.cmDiv
{
	float: left;
}
.clickMenu
{
	margin: 0;
	padding: 0;
	cursor: default;
}

.clickMenu div.divider {
background-color: #666666 !important;
height: 1px;
font-size: 1px;
margin-top: 5px;
margin-bottom: 5px;
}

.clickMenu, .clickMenu ul
{
	list-style: none;
}
.clickMenu ul
{
	margin: 0;
	border:1px solid #666666;
	margin:7px 0pt 0pt;
	padding:0px;
	min-width: 90px; /* ie doesnt know this :/ */
	background-color: #eeeeee;
}
.clickMenu div.outerbox
{
	display: none;
	min-width: 90px; /* firefox produces animation-flickering when the box is bigger than this :/ */
	width: 200px;
}
.clickMenu div.inner
{
	left: 0;
	margin: 0;
}
.clickMenu div.inner div.outerbox
{
	margin: 0;
	left: 98px;
	top: -3px;
}
.clickMenu li
{
	z-index: auto; /* changed from 1 to auto for #10117, keeping same as .multiselectClickmenu li.main in ui.multiselect.css */
	position: relative;
	padding: 0 20px 0 2px;
	/*white-space: nowrap; does not really work in ie */
}
.clickMenu li.main
{
	/*float: left;*/
	margin:3px 3px 3px 0px;
	border: 1px solid #CCCCCC;
	font-size:12px;
	padding-top:4px;

	padding-bottom: 4px;

	padding-left: 20px;
	padding-right: 10px;
	background: url(../../images/arrow_down.gif) center center no-repeat;
	/*color: #65A5F2;*/
	color: black;
	/*//height: 20px;  for ie */
   -moz-user-select: none;
   -khtml-user-select: none;
   user-select: none;
}
.clickMenu.disabled  li.main{
	color: #888888 !important;
	/*opacity: 0.5;*/
}
.clickMenu li.main li
{
	padding: 0;
	margin: 0;
	z-index: 2;
	min-width: 70px;
	color: red;
	background: #eeeeee;
	height: 23px;
}
.clickMenu.disabled.hover li.main{
	opacity: 1;
}

	.clickMenu li.main li img {
	float: left;
	margin-right: 7px;
	margin-left: 5px;
	margin-top: 3px;
	}

.clickMenu li.hover
{
	_z-index: 1; /* the hover z-index has to be below the normal one the hovering items may be drawn over a submenu */
	/*background: url(../../images/arrow_down.gif) 7px center no-repeat #666666;*/
	border:1px solid #666666;
	/*color: #ffffff;*/
}

.clickMenu li li.hover{
border:none;
}

.clickMenu .innerBox li.hover {
background-color: #666666;
}

	.clickMenu .innerBox li.hover a {
	background-color: #666666;
    color: #ffffff;
	border: none;
	text-decoration:none;
	}


.clickMenu img.liArrow
{
	position: absolute;
	right: 5px;
	top: 0.41em;
}
.clickMenu a
{
	text-decoration: none !important;
	color: black;
	cursor: default;
	padding: 0;
	margin: 0;
	border:none;
	display:block;
	padding-left: 10px;
	line-height: 23px;
}

.clickMenu a:hover {
background-color: #666666 !important;
color: #ffffff;
}

.clickMenu li a.addLink {
font-size:11px;
}

/* thats for the shadowbox */

html>body div.outerbox
{
	/*padding: 0 5px 5px 0;*/
	padding: 0;
}
html>body div.shadowbox1
{
	position: absolute;
	right: 0;
	bottom: 5px;
	width: 5px;
	height: 100%;
	background: url(../../images/myshadow.png) no-repeat right top;
}
html>body div.shadowbox2
{
	position: absolute;
	bottom: 0;
	right: 5px;
	height: 5px;
	width: 100%;
	background: url(../../images/myshadow.png) left bottom;
}
html>body div.shadowbox3
{
	position: absolute;
	bottom: 0;
	right: 0;
	height: 5px;
	width: 5px;
	background: url(../../images/myshadow.png) no-repeat right bottom;
}
html>body .innerbox
{
	margin: 0;
	display: inherit;
}

#userMoreActions, .userMoreActions {
padding: 0;
margin: 0;
}

	#userMoreActions div.outerbox {
	min-width:240px !important;
	}
	#userMoreTransitions div.outerbox {
	min-width:220px !important;
	}

#userMoreActions  li, .userMoreActions li, ul.userMoreActions.clickMenu li {
background:transparent url(../../images/arrow_down.gif) no-repeat scroll 7px center;
border:1px solid #CCCCCC;
color:black;
float:left;
font-size:12px;
margin:3px 3px 3px 0px;
padding:4px 10px 4px 20px;
list-style: none;
background-color:white;
}

#userMoreActions  li a, .userMoreActions  li a {
padding: 0 3px;
white-space: nowrap;
overflow-x: hidden;
}

#userMoreActions  li.hover, .userMoreActions.clickMenu li.hover {
border: solid 1px #666666;
}

	#userMoreActions li ul, .userMoreActions li ul {
	display: none;
	}

		#userMoreActions li ul li, #userMoreActions li ul li.hover, .userMoreActions.clickMenu li ul li, .userMoreActions.clickMenu li ul li.hover {
		float: none;
		background-image:none;
		padding: 0;
		margin: 0;
		border: none;
		}

.messageToolsContainer li.main,
.messageToolsContainer li {
	background: #f0f0f0 url(../../images/arrow_down.gif) no-repeat center center;
	border:1px solid #DCDCDC;
	border-top: none;
	border-right: none;
	color:black;
	font-size:11px;
	height: 23px;
	width: 19px;
	margin: 0px;
	padding: 0px;
	position: static;
	margin-right: 0px;
	margin-top: -6px;
	border-top-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	}

		.messageToolsContainer li.main li {
		background-color: #ffffff;
		min-width: 100%;
		border: none;
		width: auto;
		}

			.messageToolsContainer li.main li a {
			padding-right: 10px;
			}

	.messageToolsContainer div.outerbox {
	left: auto;
	right: -6px;
	top: 19px;
	z-index: 2;
	min-width: 150px;
	width: auto;
	}

		.messageToolsContainer ul.innerBox {
		background-color: #ffffff;
		border-color: #DCDCDC;
		}


#printCustomPDF {
float: left;
display:none;
}
	#printCustomPDF ul {
	background-color: #f3f8fa;
	border: solid 1px #aeaeaf;
	}

	#printCustomPDF li.main {
	background:url("../../images/default/ico_print_pdf.gif") no-repeat scroll center 0px transparent;
	border:medium none;
	height:20px;
	margin:0 0 0 6px;
	padding:0;
	width:32px;
	cursor: pointer;
	}

	#printCustomPDF li.main.hover {
	background-position: center -20px;
	}

	#printCustomPDF div.outerbox {
	left:auto;
	right:-5px;
	top:15px;
	width: 300px;
	}

		#printCustomPDF li.main li {
		background-color: #ffffff;
		}

			a.icoPrintPdf {
			background: #ffffff url(../../images/default/ico_print_to_doc.png) center 17px no-repeat !important;
			width: 75px;
			min-height: 30px;
			padding-top: 45px;
			padding-bottom: 5px;
			text-align: center;
			float: left;
			margin-right: 10px;
			border: solid 1px transparent;
			-moz-box-shadow: 0px 0px 3px #666666;
			-webkit-box-shadow: 0px 0px 3px #666666;
			box-shadow: 0px 0px 3px #666666;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
			border-radius: 5px;
			cursor: pointer;
			color: #666666;
			text-decoration: none;
			}

			a.icoPrintPdf:hover {
			border: solid 1px #a6a6a6;
			text-decoration: none;
			}

			a.icoPrintPdf.withoutConversation {
			background-image: url(../../images/default/ico_print_to_doc_2.png) !important;
			}

			a.icoPrintPdf.withDesc {
			background-image: url(../../images/default/ico_print_to_doc_3.png) !important;
			}

			a.icoPrintPdf.plain {
			background-image: url(../../images/sharedicons/silk/page_white_acrobat.png) !important;
			}


#ticketWidgetSources {
float: left;
text-align: left;
margin: 0;
padding: 0;
list-style: none;
}


	#ticketWidgetSources li ul {
	display: none;
	}

	#ticketWidgetSources li {
	margin: 2px 2px 2px 2px;
	padding: 0 8px 0 18px;
	background: #ffffff url(../../images/arrow_down.gif) 6px center no-repeat;
	border: solid 1px #cccccc;
	line-height: 15px;
	font-size: 11px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}

	#ticketWidgetSources li.main.hover {
	border-color: #666666;
	}

		#ticketWidgetSources div.outerbox {
		left: auto;
		right: -6px;
		top: 11px;
		width: 225px;
		}

			#ticketWidgetSources div.innerBox {
			background-color: #ffffff;
			}

				#ticketWidgetSources li.main li {
				background-color: #ffffff;
				height: auto;
				background-image: none;
				margin: 0;
				padding: 0;
				border: none;
				}

					#ticketWidgetSources li.main li a {
					margin: 0px;
					line-height: 20px;
					padding-left: 10px;
					padding-right: 10px;
					color: #4f4f4f;
					}

					#ticketWidgetSources li.main li a:hover {
					color: #ffffff;
					}

				#ticketWidgetSources li.main li.selected a {
				font-weight: bold;
				color: #000000;
				}

				#ticketWidgetSources li.main li.selected a:hover {
				color: #ffffff;
				}


.clickMenu.topMenu div.outerbox {

padding-bottom: 0px;
}

	.clickMenu.topMenu div.outerbox .shadowbox2 {
	display: none !important;
	}


#permissionsList li.main {
background: none;
padding: 6px 26px 6px 8px;
margin: 0;
float: left;

}

	#permissionsList ul {
	display: none;
	}

	#permissionsList #selectedPermission {
	display: block;
	font-family: Tahoma;
	font-size: 11px;
	line-height: 26px;
	height: 26px;
	}
		#permissionsList #selectedPermission.p1 {
		padding-left: 23px;
		background-repeat: no-repeat;background-position: left center;
		}

		#permissionsList span.arrow {
		display: block;
		width: 16px;
		height: 26px;
		border-left: solid 1px #cccccc;
		position: absolute;
		right: 2px;
		top: 6px;
		background: url(../../images/arrow_down.gif) no-repeat scroll center center transparent;
		}


		#permissionsList div.inner {
		left: auto;
		right: -3px;
		top: 38px;
		padding: 0;
		}

			#permissionsList div.inner .innerBox {
			margin: 0;
			-webkit-border-radius: 3px;
			-moz-border-radius: 3px;
			border-radius: 3px;
			-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
			-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
			box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
			border: solid 1px #000000 !important;
			background-color: #ffffff;
			overflow: hidden;
			}

				#permissionsList div.inner .innerBox li {
				margin-top: -1px;
				background: #ffffff;
				height: auto;
				}

				#permissionsList div.inner .innerBox li.hover {
				background-color: #f5f5f5;
				}

					#permissionsList div.inner .innerBox li a {
					padding: 7px 10px 7px 30px;
					border-top: solid 1px #cccccc;
					font-size: 10px;
					line-height: 10px;
					color: #888888;
					font-family: Tahoma;
					background-repeat: no-repeat !important;
					background-position: 7px center !important;
					}
					#permissionsList div.inner .innerBox li a:hover {
					background: none;
					}

						#permissionsList div.inner .innerBox li a b.title {
						font-weight: bold;
						color: #000000;
						font-size: 11px;
						line-height: 14px;
						font-family: Arial;
						}


#appSetupMenu {

}
	#appSetupMenu li.main.toolboxMenuRoot  {
	padding-left:8px !important;
	padding-right:8px;
	}
	#appSetupMenuInner {
	width: 180px;
	font-size:12px;
	background: #ffffff;
	position: absolute;
	right: -1px;
	top: 23px;
	border: solid 1px #666666;
	display: none;
	z-index: 10000;
	}

		#appSetupMenuInner .appSetupBlock {

		}
			#appSetupMenuInner label {
			display: block;
			font-size: 12px;
			padding: 3px;
			box-shadow: 0 0 4px #ccc;
			font-weight: bold;
			}
			#appSetupMenuInner a {
			display: block;
			color: #000000;
			padding: 5px 15px;
			}
