/*  
 AjaxScaffoldGenerator version 3.1.0
 (c) 2006 Richard White <rrwhite@gmail.com>
 
 AjaxScaffoldGenerator is freely distributable under the terms of an MIT-style license.
 
 For details, see the AjaxScaffoldGenerator web site: http://www.ajaxscaffold.com/
 
 Adapted for DCORE by Mac Clemmens, Digital Deployment 7/23/2006
 
*/


#dcTable table
{

}
#dcTable th
{
	border-color: #2277AA;
	background-color: #4477AA;
	border-width: 2px;
	border-style: solid;
	
	padding: 4px;
	font-family: Verdana, arial, sans-serif;
	color: #FFF;
	font-size: 11px;
}
#dcTable td
{
	background-color: #EEE;
	padding: 4px;
	font-family: Verdana, arial, sans-serif ;
	color: #222;
	font-size: 11px;
	margin: 15px;
}

#dcTable .button
{
	text-align: center;
		padding: 2px;
	padding-left: 18px;
	padding-right: 18px;
	text-decoration: none;
	font-family: Verdana, arial, sans-serif;
		cursor: hand;
}


span.resizerButtons
{
	font-color: #FFF;
	color: #FFF;
}

#recordSubmit  
{
	border-width: 2px;	
	border-color: #282;
	padding: 2px;
	padding-left: 18px;
	padding-right: 18px;
	text-decoration: none;
	font-family: Verdana, arial, sans-serif;
	color: #282;
	font-size: 12px;
	font-weight: bold;
	
}

#dcTable .button a
{
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
}

#dcTable .button a:link
{
	background-color: #999;
}
#dcTable .button a:hover
{
	background-color: #29C;
}

#dcTable .button a:visited
{
	background-color: #999;
}
#dcTable .button a:visited:hover
{
	background-color: #29C;
}

.head  
{
	width: 97%;
	margin: 0;
	padding: 18px;
	height: 40px;
	background-image: url(http://homebuyers000.com/manage/images/grad.gif);
	background-repeat: repeat-x; 
}
.head table tr td
{
	text-align: center;
}

.dcore form,
.dcore table,
.dcore p,
.dcore div,
.dcore fieldset {
margin: 0;
padding: 0;
}

.alert {
margin: 5px;
padding: 10px;
border: 1px solid #2255cc;
background-color: #ddf;
font-family: verdana;
font-color: #BBE;
font-weight: bold;
}

.dcore {
margin: 5px 0;
}

.dcore table {
width: 100%;
}

.dcore a {
color: #06c;
text-decoration: none;
}

.dcore a:hover {
background: #ff8;
}

/* Header Styling
   ======================== */

.dcore-header {
background: #005CB8;

position: relative;
}

.dcore-header h2 {
color: #fff;
padding: 2px 5px 4px 5px;
margin: 0;
font: normal 17px verdana, sans-serif;
}

.dcore-header div.actions a {
color: #fff;
background: url(/images/add.gif) 1px 50% no-repeat;
font: bold 14px arial, sans-serif;
letter-spacing: -1px;
text-decoration: none;
padding: 1px 2px 1px 19px;
}

.dcore-header div.actions a:hover {
background: #378CDF url(/images/add.gif) 1px 50% no-repeat;
}

.dcore-header div.actions {
position: absolute;
right: 5px;
top: 3px;
width: 120px;
text-align: right;
}

.dcore-header div.actions img {
margin-bottom: -3px;
}

/* Header Styling : Nested
   ======================== */

.dcore .dcore {
margin: 2px 5px;
}

.dcore .dcore .dcore-header h2 {
font-size: 14px;
font-weight: bold;
}

.dcore .dcore .dcore-header div.actions a {
font: bold 11px verdana, sans-serif;
padding: 0 2px 1px 17px;
}

.dcore .dcore .dcore-header div.actions {
top: 4px;
}

/* Table Column Headers
   ============================= */

.dcore th {
background: #555;
text-align: left;
}

.dcore th a,
.dcore th p {
font: bold 11px arial, sans-serif;
display: block;
background: #555;
}

.dcore th a {
color: #fff;
padding: 2px 15px 2px 5px;
}

.dcore th p {
color: #eee;
padding: 2px 5px;
}

.dcore th a:hover {
background: #000;
color: #ff8;
}

.dcore th.sorted {
background: #333;
}

.dcore th.asc a,
.dcore th.asc a:hover {
background: #333 url(/images/arrow_up.gif) right 50% no-repeat;
}

.dcore th.desc a,
.dcore th.desc a:hover {
background: #333 url(/images/arrow_down.gif) right 50% no-repeat;
}

.dcore th.loading a,
.dcore th.loading a:hover {
background: #333 url(/images/indicator-small.gif) right 50% no-repeat;
}

/* Table Body Styling
   ============================= */

.dcore td {
padding: 5px 4px;
color: #333;
font-family: Verdana, sans-serif;
font-size: 12px;
background-color: #FFFFFF;
vertical-align: top;
}

.dcore td.actions {
border-right: solid 1px #ccc;
}

.dcore tr.even td {
background-color: #fff;
border-left: solid 1px #ddd;
}

.dcore tr td.sorted {
background-color: #B9DCFF;
border-bottom: solid 1px #AFD0F5;
}

.dcore tr.even td.sorted {
background-color: #E6F2FF;
border-bottom: solid 1px #AFD0F5;
}

.dcore td.empty {
color: #999;
text-align: center;
}

/* Table Actions (Edit, Delete) Styling
   ============================= */

.dcore td.actions {
padding: 0;
width: 1%;
}

.dcore td.actions table {
float: right;
width: auto;
margin-right: 5px;
}

.dcore td.actions table td {
border: none;
text-align: right;
padding: 0 2px;
}

.dcore td.actions a {
font: bold 11px verdana, sans-serif;
letter-spacing: -1px;
padding: 2px;
line-height: 16px;
}

/* ajax-scaffold Footer Styling 
   ========================== */

.dcore .dcore-footer {
text-align: right;
background: #005CB8;
padding: 3px 5px 2px 5px;
border-bottom: none;
color: #ccc;
font: bold 12px arial, sans-serif;
}

.dcore-footer a {
color: #fff;
text-decoration: none;
letter-spacing: 0;
padding: 0 2px;
margin: 0 -2px;
font: bold 12px arial, sans-serif;
}

.dcore-footer a:hover {
background: #378CDF;
}

.dcore-footer .next {
margin-left: 0;
padding-left: 5px;
border-left: solid 1px #ccc;
}

.dcore-footer .previous {
margin-right: 0;
padding-right: 5px;
border-right: solid 1px #ccc;
}

/* Messages 
   ========================= */

.dcore .messages-container,
.dcore .dcore .messages-container{
padding: 0;
margin: 0 7px;
border: none;
}

.dcore .empty-message {
background: #e8e8e8;
padding: 4px;
text-align: center;
color: #666;
}

.dcore .message {
font-size: 12px;
font-weight: bold;
padding: 5px 20px 5px 21px;
color: #333;
position: relative;
margin: 2px 7px;
line-height: 12px;
}

.dcore td .message a {
position: absolute;
right: 10px;
top: 4px;
padding: 0;
font: bold 11px verdana, sans-serif;
letter-spacing: -1px;
}

.dcore .messages-container .message {
margin: 0;
}

.dcore .error-message {
border-left: solid 5px #f66;
background: #fbb url(/images/error.gif) 2px 3px no-repeat;
}

.dcore .warning-message {
border-left: solid 5px #ff6;
background: #ffb url(/images/warning.gif) 2px 3px no-repeat;
}

.dcore .info-message {
border-left: solid 5px #66f;
background: #bbf url(/images/information.gif) 2px 3px no-repeat;
}

* html .dcore .messages-container .message {
background-position: 7px 3px;
}

/* Error Styling 
   ========================== */

.dcore #errorExplanation {
background: #fcc;
margin: 2px 7px;
border: solid 1px #f66;
float: left;
}

.dcore fieldset {
clear: both;
}

.dcore #errorExplanation h2 {
padding: 2px 5px 3px 20px;
color: #333;
font-size: 12px;
margin: 0;
letter-spacing: 0;
font-family: Verdana;
background: #f66 url(/images/error.gif) 2px 1px no-repeat;
}

.dcore #errorExplanation ul {
margin: 0;
padding: 0 2px 4px 25px;
list-style: disc;
}

.dcore #errorExplanation p {
font-size: 12px;
padding: 2px 5px;
font-family: Verdana;
margin: 0;
}

.dcore #errorExplanation ul li {
font: bold 11px verdana;
letter-spacing: -1px;
margin: 0;
padding: 0;
background: transparent;
}

.dcore .fieldWithErrors input {
border: solid 1px #f00;
}

/* Loading Indicators
   ============================== */

.dcore .loading-indicator {
vertical-align: bottom;
margin: 0;
}

.dcore .dcore-header .loading-indicator,
.dcore .update .loading-indicator,
.dcore .create .loading-indicator {
vertical-align: bottom;
margin-bottom: 3px;
}

/* Form Styling 
   ============================== */

.dcore .update,
.dcore .create {
background: #DAFFCD;
padding: 4px;
border: solid 1px #7FcF00;
border-top: none;
}

.dcore .dcore .update,
.dcore .dcore .create {
background: #ffb;
border: solid 1px #DDDF37;
border-top: none;
}

.dcore .bigCheckBox {
width: 20px;
height: 20px;
}

.dcore .green {
background: #DAFFCD;
padding: 4px;
border: solid 1px #7FcF00;
margin: 10px
}

.dcore .green legend {
background: #DAFFCD;
padding: 4px;
padding-left: 12px;
padding-right: 12px;
padding-bottom: 0px;
margin-bottom: 18px;
border: solid 1px #7FcF00;
border-bottom: none;
font-weight: bold;
margin-left: 6px;
}


.dcore .orange, 
.dcore .yellow,
.dcore .red,  
.dcore .alert {
background: #EFEABD;
padding: 4px;
border: solid 1px #CFCADD;
margin: 10px;

}
.dcore fieldset.orange legend, 
.dcore fieldset.yellow legend,
.dcore fieldset.red legend,  
.dcore fieldset.alert legend {
background: #EFEABD;
padding: 6px;
padding-left: 12px;
padding-right: 12px;
border-top: solid 1px #CFCADD;
font-weight: bold;
margin-left: 6px;

}

.instructions
{
margin-top: 10px;
}

.dcore .normal, 
.dcore .neutral,
.dcore .grey {
background: #FFFFFF;
padding: 14px;
border: solid 1px #4477AA;
margin: 10px;
}


.dcore .light {
background: #FFFFFF;
padding: 14px;
border: solid 1px #BBBBBB;
margin: 0px

}
 
.dcore .neutral-red {
background: #f4f4f4;
padding: 4px;
border: solid 2px #FF2222;
margin: 10px

}

.dcore fieldset.neutral-red legend
{
background: #FF2222;
padding: 3px;
padding-left: 7px;
padding-right: 7px;
color: white;
margin-left: 8px;
}

.dcore fieldset.normal legend, 
.dcore fieldset.neutral legend,
.dcore fieldset.grey legend {
background: #4477AA;
padding: 3px;
padding-left: 7px;
padding-right: 7px;
color: white;
margin-left: 8px;
}

.dcore fieldset.light legend {
background: #999999;
padding: 3px;
padding-left: 7px;
padding-right: 7px;
color: white;
margin-left: 0px;
}


.dcore fieldset.neutral legend:hover
{
	background: #778877;
} 

   
.dcore .submit {
font-weight: bold;
font-size: 14px;
font-family: Arial, sans-serif;
letter-spacing: 0;
margin: 0;
margin-top: 5px;
}

.dcore fieldset {
border: none;
}

.dcore label.required{
font-weight: bold;
}

.dcore label.example {
font-size: 11px;
font-family: arial;
color: #888;
}

.dcore h4 {
padding: 2px;
margin: 0;
text-transform: none;
color: #1F7F00;
letter-spacing: -1px;
font: bold 16px arial;
}

.dcore p.form-footer a {
font: bold 14px arial, sans-serif;
letter-spacing: 0;
}

.dcore p {
clear: both;
}

.dcore div.row {
clear: both;
float: none;
padding: 0px;
}
.dcore div.row_alt {
clear: both;
float: none;
padding: 0px;
}

.dcore div.thinrow {
clear: both;
float: none;
padding: 0px;
margin-left: 5px;
}

.dcore div.form-element {
float: left;
margin-right: 10px;
margin-bottom: 2px;
}

.dcore div.form-element-strong {
float: left;
margin-right: 10px;
margin-bottom: 2px;
font-weight: bold;
}


.dcore fieldset fieldset {
float: left;
margin-right: 10px;
margin-bottom: 12px;
border-width: 1px;
border-style: solid;
border-color: #CCCCCC;
padding: 7px;

}

.dcore fieldset fieldset legend {
font-weight: normal;
font-size: 11px;
}

.dcore label {
display: block;
font-family: Verdana, sans-serif;
color: #777;
font-size: 11px;
padding-bottom: 2px;
margin-top: 4px;
}

.dcore input.text-input,
.dcore select {
	font-size: 12px;
	font-family: Verdana, Arial, sans-serif;
	letter-spacing: -1px;
	border: solid 1px #77BBAA;
	padding: 2px;
}

.dcore .instructions {
padding-left: 0px;
font-size: 11px;
margin-top: 10px;
margin-bottom: 4px;
}

.dcore .form-element input {
padding: 2px;
}

.dcore .form-element input.text-input-small {
	font-size: 13px;
	font-family: Verdana, Arial, sans-serif;
	letter-spacing: -1px;
	border: solid 1px #77BBAA;
	padding: 2px;
	width: 55px;
}
.dcore .form-element input.text-input-wide {
	font-size: 13px;
	font-family: Verdana, Arial, sans-serif;
	letter-spacing: -1px;
	border: solid 1px #77BBAA;
	padding: 2px;
	width: 235px;
}

.dcore .form-element input.text-input-normal {
	font-size: 13px;
	font-family: Verdana, Arial, sans-serif;
	letter-spacing: -1px;
	border: solid 1px #77BBAA;
	padding: 2px;
	width: 150px;
}

.dcore .form-element input.text-input-normal-bold {
	font-size: 13px;
	font-family: Verdana, Arial, sans-serif;
	letter-spacing: -1px;
	border: solid 1px #77BBAA;
	font-weight: bold;
	padding: 2px;
	width: 150px;
}

.dcore .form-element .text-input-free {
	font-size: 13px;
	font-family: Verdana, Arial, sans-serif;
	letter-spacing: -1px;
	padding: 2px;
}

.dcore .form-element .text-input-important {
	font-size: 13px;
	font-family: Verdana, Arial, sans-serif;
	letter-spacing: -1px;
	border: solid 1px #FF9922;
	width: 227px;
	font-wieght: bold;
	background-color: #ffa;
	padding: 2px;
}

.dcore .form-element .text-input-readonly {
	font-size: 13px;
	font-family: Verdana, Arial, sans-serif;
	letter-spacing: -1px;
	border: solid 1px #CCCCCC;
	width: 142px;
	background-color: #eee;
	padding: 2px;
}
.dcore .form-element .text-input-readonly-small {
	font-size: 13px;
	font-family: Verdana, Arial, sans-serif;
	letter-spacing: -1px;
	border: solid 1px #CCCCCC;
	width: 47px;
	background-color: #eee;
	padding: 2px;
}
.dcore .form-element .text-input-readonly-wide {
	font-size: 13px;
	font-family: Verdana, Arial, sans-serif;
	letter-spacing: -1px;
	border: solid 1px #CCCCCC;
	width: 227px;
	background-color: #eee;
	padding: 2px;
}

.dcore .form-element .textarea-readonly {
	font-size: 12px;
	font-family: Verdana, Arial, sans-serif;
	letter-spacing: -1px;
	border: solid 1px #CCCCCC;
	width: 227px;
	height: 59px;
	overflow: auto;
	background-color: #eee;
	padding: 2px;
}

.dcore textarea {
height: 65px;
font-family: Verdana, Arial, sans-serif;
font-size: 12px;
padding: 2px;
border: solid 1px #77BBAA;
width: 227px;
}

#large_ta {
height: 465px;
font-family: Verdana, Arial, sans-serif;
font-size: 12px;
padding: 2px;
border: solid 1px #77BBAA;
width: 450px;
}

/* IE hacks
   ==================================== */
   
* html .dcore-header {
height: 1%;
}   

* html .dcore td .messages-container {
border-top: solid 1px #DAFFCD;
}


#navRed {
	background: #773311;
	font-size: 11px;
	padding-left: 10px;
}

#navGreen {
	background: #117711;
	color: white;
	font-weight: bold;
	border-width: 0px;
	padding: 2px;
	font-size: 11px;
	padding-left: 10px;
	cursor: hand;
}

#plain, #plain a:link, #plain a:visited {
background: white;
color: #2244AA;
}

#xEditingArea {
height: 600px;
}
