a.helpa {
	padding-bottom: 0px;
	margin-bottom: 0px;
	vertical-align: middle;
}

img.helpimg {
	margin: 0px;
	vertical-align: top;
	margin-left: 5px;
}

#helpDialog {
	left: 155px;
	visibility: hidden;
	font: 10px Verdana, Arial, sans-serif;
	width: 194px;
	color: #000000;
	position: absolute;
	top: 100px;
	background-color: #DDE7F1;
	background: url(../pics/tabblue4.png) #ffffff top center repeat-x;
	padding: 10px;
	border-right: 2px solid #52697b;
	border-bottom: 2px solid #52697b;
	border-top: 2px solid #eaf3f8;
	border-left: 2px solid #eaf3f8;
}

.popup-info ~ .ui-dialog-buttonpane .options {
	float: left;
	width: auto;
	margin: 15px 0 0;
}

.popup-info ~ .ui-dialog-buttonpane a.edit {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../images/ico-edit.gif) no-repeat;
	width: 25px;
	height: 26px;
}

.popup-info ~ .ui-dialog-buttonpane .ui-dialog-buttonset {
	width: 100%;
}

.popup-info ~ .ui-dialog-buttonpane button {
	float: right !important;
}

.popup-info ~ .ui-dialog-buttonpane li {
	padding: 0 0 0 15px;
}

.popup-info ~ .ui-dialog-buttonpane .options a.save {
	background: url(../images/save-icon.png) no-repeat;
	width: 23px;
	height: 23px;
}

#helpDialog textarea, #helpDialog input[type=text] {
	font: 11px Verdana, Arial, sans-serif;
	color: #000000;
}

#helpDialog input[type=text] {
	font-weight: bold;
}

#helpDialog input[type=checkbox] {
	margin-right: 10px;
}

#helpDialog p {
	margin-top: 10px;
	margin-bottom: 10px;
}

#helpDialog h3 {
	font: 11px Verdana, Arial, sans-serif;
	font-weight: bold;
	color: #000000;
}

#closeHelp {
	text-align: right;
}

#isOrgHelpDiv {
	margin-bottom: 10px;
}

.userHelpLink {
	margin: 0;
}

#helpTextBoxParagraph ul {
	list-style: visible;
	list-style-type: disc;
	padding-left: 40px;
}

#helpTextBoxParagraph ul li ul {
	list-style: visible;
	list-style-type: circle;
	padding-left: 40px;
}

#helpTextBoxParagraph ul li ul li ul{
	list-style: visible;
	list-style-type: square;
	padding-left: 40px;
}

#helpTextBoxParagraph ol {
	list-style: visible;
	list-style-type: decimal;
	padding-left: 40px;
}