
/* Form Styles /---------------- */

.resource-dir-ajax {
	cursor: pointer;
}

.checkbox {
	width: auto !important;
	margin: 3px 3px 0px 0px !important;
}

table.form-table td {
	vertical-align: top;
	padding: 3px;
}

.form {
	text-align: center;
}

.form_column_row {
	width: 100%;
	overflow: hidden;
}

.form_column {
	width: 330px;
	margin-right: 10px;
	float: left;
	overflow: hidden;
}

.form_row {
	width: 100%;
	overflow: hidden;
}

.form_label {
	float: left;
	width: 140px;
	text-align: right;
	padding: 4px 20px 0px 0px;
	line-height: 100% !important;
	position: relative;
	font-weight: bold;
}

/************* separate css for user search panel ***********/
.user_form_column_row {
    width: 100%;
    overflow: hidden;
}

.user_form_column {
    width: 210px;
    margin-right: 5px;
    float: left;
    overflow: hidden;
}

.user_form_row {
    width: 100%;
    overflow: hidden;
    float:left;
}

.user_form_label {
    float: left;
    width: 70px;
    text-align: right;
    padding: 4px 3px 0px 0px;
    line-height: 100% !important;
    position: relative;
    font-weight: bold;
}

/***************************************************************/


#result_search .form_label {
	width: 100px;
	padding: 4px 10px 0px 0px;
}

#result_search .form_column {
	width: 300px;
}

.form_field {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 6px 0px;
	text-align: left;
	line-height: 100%;
	position: relative;
	float: left;
}

.form_column .form_field {
}

.large input {
	width: 200px;
}

.input-larger input {
	width: 300px;
}

.centered-form .form_field {
	width: auto;
}

.form_field input {
	border: 1px solid #7f9db9;
	padding: 2px;
}

.centered-form .form_label {
	width: 300px;
}

.centered-form .form_field {
	margin: 0px 0px 0px 0px;
}

.form_field.textonly, .form_label.textonly {
	padding-top: 4px;
	padding-bottom: 8px;
}

.centered-form .form_submit {
	text-align: center;
	padding-left: 0px !important;
}



.validation-failed {
}
.validation-passed {
}

.validation-advice {
	padding: 3px 10px 0px 30px;
	background: transparent url('/images/nwd/interface/error_top.gif') top left no-repeat;
	margin-bottom: 4px;
	position: relative !important;
	z-index: 10 !important;
	color: #ffffff;
}

.error_tip {
	width: 200px;
	position: absolute !important;
	top: -2px !important;
	right: -150px !important;
	z-index: 10 !important;
	background: transparent url('/images/nwd/interface/error_bottom.gif') bottom left no-repeat;
	text-align: left;
	float: left;
	font-size: 11px;
}

.warning {
	border: 1px solid #c66 !important;
}

.warning-advice {
	margin: 2px;
	padding: 2px;
	color: #fff;
	background-color: #bbb !important;
}






     
/* Error Message Styles /---------------- */

#main #content .error-frame {
}

#main #content .errorEXC h2 {
	border-bottom: 1px solid #ff0000;
}

#main #content .errorEXC h2, #main .errorEXC p {
	color: #ff0000;
}

#main #content .errorOK h2 {
	border-bottom: 1px solid #339933;
}

#main #content .errorOK h2, #main .errorOK p {
	color: #339933;
}



.mooTable th.read_more, .mooTable th.redirect {
	width: 20px;
}
.mooTable th.phone {
	width: 100px;
}
.mooTable th.location {
	width: 140px;
}






.add_service {
	width: 129px;
	height: 41px;
	float: right;
	background: transparent url('/images/nwd/interface/add_service.gif') top left no-repeat;
	text-indent: -9999px;
}
.add_service_provider {
	width: 181px;
	height: 41px;
	float: right;
	background: transparent url('/images/nwd/interface/add_service_provider.gif') top left no-repeat;
	text-indent: -9999px;
}


.add_user {
    width: 129px;
    height: 41px;
    float: left;
    background: transparent url('/images/nwd/interface/add_user.gif') top left no-repeat;
    text-indent: -9999px;
}
