﻿span.yes, span.no {
	display: list-item;
	font-size: 1.8em;
	line-height: 0.55em;
	margin-left: 1.5em;
}

body.ie span.yes, body.ie span.no {
	display: list-item;
	font-size: 2.5em;
	line-height: 0.5em;
	margin-left: 1.5em;
}

span.yes {
	list-style-type: disc;
}

.no {
	list-style-type: none;
}

/* hack to reposition the X at the centre of the close button on dialog title bars */
.ui-dialog .ui-dialog-titlebar-close span { margin: -9px 0 0 1px; }

/* hack to fix styled buttons within dialog boxes */
.ui-dialog-buttonpane.ui-widget-content.ui-helper-clearfix button span {
	 
	margin:-2px 0 0 !important;	
}

/* fix 100% cpu usage problem in IE8 (at least). see  http://stackoverflow.com/questions/1479983/jquery-ui-modal-dialog-uses-100-cpu */
.ui-widget-overlay { 
   position: fixed; 
} 

.previewInner .ajaxLoaderComment {
	background: url(../assets/ajax-loader.gif) no-repeat;
	padding-left: 23px;
	font-size: 10pt;
	margin: 1em 2em;
}

.overlong {
	cursor: help;
	background: url(../assets/more.png) right center no-repeat;
	padding-right: 8px;
}

.loginInfo {
	cursor: help;
}

.inline {
	display: inline-block;
}

#divViewCriteria  #makeDefaultView {
	font-size: 0.9em; 
	color: #777; 
	line-height: 22px;
}
#divViewCriteria  #makeDefaultView:hover {
	color: #000;	
}

li.defaultView a:before {
	content: "[";
}

li.defaultView a:after {
	content: "]";
}

.password {
	font-size : 12px;
	border : 1px solid #cc9933;
	width : 200px;
	font-family : arial, sans-serif;
}

/**** Quick Fix for the Sign Up Form Password length label - FORM NEEDS VALID SEMANTIC MARKUP ****/
.pstrength-minchar {
	font-size : 10px;
	padding-left: 166px;
}

.formstatusindicator {
	text-align: center;
	vertical-align: middle;
	padding-right: 5px;
}