input.tipped, textarea.tipped{
	color: #999;
}

input.int{
	padding:5px;
	width:50px;
}
input.salutation{
	width: 60px;
}
div.grid{
	float: right;
	padding-right: 20px;
}

div.ac_results ul{
	padding: 0 5px;
	width: 300px;
}

div.ac_results ul li{
	list-style: none;
	width: 300px;
}

li.ac_over{
	background-color: highlight;
	color: highlighttext
}

.error ul,.notice ul {
	list-style-type: disc;
	padding: inherit;
}

ul.success{
	list-style-type: none;
	font-size:20px;
	left:0;
	position:fixed;
	text-align:center;
	top:0;
	width:100%;
	padding-left: 0px;
	padding-right: 0px;
	z-index: 10;
}

div.tooltip{
	padding: 20px;
	display:none;
	background-color: white;
	border: 1px solid black;
	color: white;
}

textarea.small_note{
	width: 350px;
	height: 50px;
}
tr.dark{
	background-color: #EFF9FF;
}
tr.light{
	background-color: #fff;
}

th.actions, td.actions{
	width: 113px;
}
a.ss_sprite:hover, a.no_underline:hover, div.btn, div.btn a:hover{
	border-bottom: none;
	text-decoration: none;
}
input.label{
	width: 80px;
}

tr.to_delete {
	background:#FBE3E4;
	color:#8a1f11;
	border-color:#FBC2C4;
}

tr.deleted {
	background:#FBE3E4;
	color:#8a1f11;
	border-color:#FBC2C4;
}
tr.deleted td{
	text-decoration: line-through;
}

tr.undelete {
	background:#E6EFC2;
	color:#264409;
	border-color:#C6D880;
}
tr.undelete td{
	text-decoration: none;
}
/** don't strike out the action links, it looks funny **/
tr.deleted td.actions{
	text-decoration: inherit;
}

input.error, select.error, textarea.error{
	padding: inherit;
}
input.text, input.title{
	padding: 5px;
}
fieldset p label.error{
	padding: 2px 2px 1px 2px;
	margin-left: 10px;
}
.notice a, .success a, .error a{
	color: #2779AA
}

/**
 * Filter styles
*/
#filters h3.ui-state-hover a, div#filters h3 a:hover {
	border-bottom: none;
}

#filters{
	margin-bottom: 10px;
}

#filters fieldset {
	margin-bottom: 10px;
}
#filters legend {
	padding: 0 2px;
	font-weight: bold;
}
#filters label {
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
}
#filters fieldset ul {
	margin: 0;
	padding: 0;
}
#filters fieldset li {
	list-style: none;
	padding: 5px;
	margin: 0;
}
#filters fieldset fieldset {
	border: none;
	margin: 3px 0 0;
}
#filters fieldset fieldset legend {
	padding: 0 0 5px;
	font-weight: normal;
}
#filters fieldset fieldset label {
	display: block;
	width: auto;
}
#filters em {
	font-weight: bold;
	font-style: normal;
	color: #f00;
}
#filters label {
	width: 120px; /* Width of labels */
}
#filters fieldset fieldset label {
	margin-left: 123px; /* Width plus 3 (html space) */
}
#filters legend {
	padding: 0 2px;
	font-weight: bold;
	_margin: 0 -7px; /* IE Win */
}

.btn {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	float: left;
	clear: both;
	background: url(/public/images/btn_left.png) no-repeat;
	padding: 0 0 0 10px;
	margin: 5px 0;
}
.btn a{
	float: left;
	height: 40px;
	background: url(/public/images/btn_stretch.png) repeat-x left top;
	line-height: 40px;
	padding: 0 10px;
	color: #fff;
	font-size: 1em;
	text-decoration: none;
}
.btn span {
	background: url(/public/images/btn_right.png) no-repeat;
	float: left;
	width: 10px;
	height: 40px;
}
.btn_print_pdi {
	background-color: #2779AA;
}

td.hover, th.hover{
	background-color: #DFEBFF;
}
#menu{
	min-height: 150px;
}
div.paging{
	float:right;
}
#send_email{
	float:right;
}
div.btn_email_page{
	background-color: red;
}
div#floorplan {
	position: relative;
	clear: both;
	float: left;
}
div.deficiency_marker {
	position: absolute;
	margin-top: -25px;
	margin-left: -25px;
	width: 50px;
	height: 50px;
}
img#floorplan_image {
	width: 700px;
}
.selectlist-item {
	background-position: 0 -5275px;
	background-image: url("/public/images/sprites.png");
    background-repeat: no-repeat;
    display: inline-block;
    height: 18px;
    overflow: hidden;
    padding-bottom: 0;
    padding-left: 18px;
}

.format_money {
	text-align: right;
}
.format_date {
	text-align: center;
}
ul.non-js-filters label {
	width: 150px;
	display: block;
	clear: both;
}
ul.non-js-filters label, ul.non-js-filters input{
	float: left;
}
ul.non-js-filters input[type="text"]{
	-moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #CCCCCC #CCCCCC #AAAAAA;
    border-style: dotted dotted solid;
    border-width: 1px;
    width: auto;
	padding: 3px 5px;
	width: 150px;
}
ul.non-js-filters li.buttons{
	clear:both;
	padding-top: 10px;
}
h3 {
	padding: 5px 10px;
	background-color: #C3D9FF;
    border-bottom: 1px solid #A2B4D4;
    border-top: 1px solid #A2B4D4;
    clear: both;
}
.clear-fix {
	clear:both;
}

div.images img p{
	max-width:100px;
	max-height:100px;
}

.reply_links {
    float: right;
}

tr.formerlyCompleted {
	background-color:yellow;
}

.fieldSetContainer{border:1px solid #ccc; padding:1.4em; margin:0 0 1.5em;}
.fieldSetContainer .fieldTitle{font-size:1.2em; font-weight:bold; background-color:#fff; padding:5px; position:relative; top:-28px;}