/**
 * This stylesheet extends the YUI stylesheets
 */

.right  {
	text-align: right;
}

.form  {
	margin-top: 5px;
	margin-bottom: 5px;
}

a  {
	color: #0000ee;
}
a:hover  {
	color: #ee0000;
	text-decoration: none;
}


.page_navigation  {
	margin-bottom: 5px;
}


.navigation  {
	border-top: solid 1px #000000;
	border-bottom: solid 1px #000000;
	padding: 4px 0px;
	background-color: #FF6103;
	font-weight: bold;
	margin-bottom: 4px;
}
.navigation a  {
	color: #000000;
}



/* override form field width */
input[type=text].main,input[type=password].main,textarea.main,select.main{width:22.97em;*width:22.31em;}
*input.main,textarea.main,select.main{width:22.97em;*width:22.31em;}   /* have to do this because of IEsux, i mean IE6 */
*input.checkbox{width:1.3em;}                                          /* have to do this because of IEsux, i mean IE6 */

/* override table borders */
th,td {
	/*borders and padding to make the table readable*/
	border:0px solid #000;
	padding:.4em;
}

/* override table bottom border */
table {
  margin-bottom:0em;
}


/* override headings spacing */
h1,h2,h3 {
	margin:.2em 0 1em 0;
}

h1.home_builder_name  {
	font-size: 197%;
	color: #068c00;
	margin-bottom: .25em;
}

h2.home_address  {
	margin-top: 0em;
}

div#ft {
	margin-top: 3em;
	border-top: solid 1px #777777;
	font-size: 85%;
	color: #777777;
}

/* override form field width */
input[type=text].small,input[type=password].small,textarea.small,select.small{width:17.2275em;*width:16.7325em;}
*input.small,textarea.small,select.small{width:17.2275em;*width:16.7325em;}

/* override form field width for the pricing structure page */
input.pricing_structure,textarea.pricing_structure,select.pricing_structure{width:5.7425em;*width:5.5775em;}

input.date{width:5.7425em;*width:5.5775em;}
input.tiny,textarea.tiny,select.tiny{width:5.7425em;*width:5.5775em;}

/* reset default form field widths to auto */
input,select,textarea{width:auto}


td.tbl_header_l  {
  text-align: left;
  font-family: arial, verdana;
  font-size: 10pt;
  font-weight: bold;
  color: #FFFFFF;
  background: #000000 url('../images/t_rounded_tl.gif') no-repeat top left;
  height:25px;
  padding: 2px 2px 2px 5px;
  border: 0px;
}
td.tbl_header  {
  text-align: left;
  font-family: arial, verdana;
  font-size: 10pt;
  font-weight: bold;
  color: #FFFFFF;
  background-color: #000000;
  height:25px;
  padding: 2px;
  border: 0px;
}
td.tbl_header_r  {
  text-align: left;
  font-family: arial, verdana;
  font-size: 10pt;
  font-weight: bold;
  color: #FFFFFF;
  background: #000000 url('../images/t_rounded_tr.gif') no-repeat top right;
  height:25px;
  padding: 2px 5px 2px 2px;
  border: 0px;
}
td.row0  {
  background-color: #EDF5FF;
  padding: 3px 10px 3px 3px;
  border: 0px;
}
td.row1  {
  background-color: #FFFFFF;
  padding: 3px 10px 3px 3px;
  border: 0px;
}
td.row_featured  {
  background-color: #fdc8b4;
  padding: 3px 10px 3px 3px;
  border: 0px;
}
td.row0_inactive  {
  background-color: #EDF5FF;
  padding: 3px 10px 3px 3px;
  color: InactiveCaptionText;
  border: 0px;
}
td.row1_inactive  {
  background-color: #FFFFFF;
  padding: 3px 10px 3px 3px;
  color: InactiveCaptionText;
  border: 0px;
}
td.row_highlight  {
  background-color: #FFFF62;
  padding: 3px 10px 3px 3px;
}
td.row_green  {
  background-color: #c6ffc3;
  padding: 3px 10px 3px 3px;
}

td.box_alert_notification  {
  border: solid 1px #000000;
  background-color: #FA8763;
}
td.box_notification  {
  border: solid 1px #000000;
  background-color: #FAD163;
}


td.help  {
  font-size: 8pt;
  vertical-align: top;
  /*background-image: url(/images/icon_chevron_left.gif);
  background-repeat: no-repeat;
  background-position: 0px 3px;*/
  padding-left: 20px;
}


table.no_spacing {
	margin: 0px;
}
table.no_spacing td {
	padding: 0px;
}



font.alert  {
  color: #ee0000;
}
font.good  {
  color: #008800;
}
font.filter_bar_label  {
	font-size: 85%;
	font-weight: bold;
}
font.paid_status  {
	font-size: 262%;
	font-weight: bold;
	color: #008800;
}
font.small  {
	font-size: 77%;
}


input.save  {
  font-weight: bold;
  width: auto;
}
input.cancel  {
  width: auto;
}
input.delete  {
  color: #ee0000;
  width: auto;
}



div.nowrap  {
  white-space: nowrap;
  /*height:15px;*/
}
div.overflow  {
  overflow:hidden;
  white-space: nowrap;
  width:98%;
  /*height:15px;*/
}

div.new_item_container  {
	border: solid 2px #004a00; /* #068c00 */
	background-color: #008B00; /* #c6ffc3 */
	margin-bottom: 15px;
	color: #ffffff;
}

div.box_notification  {
	border: solid 3px #068c00;
	background-color: #c6ffc3;
	margin-bottom: 15px;
	padding: 5px 5px;
	text-align: center;
}

div.box_alert_notification  {
	border: solid 3px #b52c01;
	background-color: #fe9878;
	margin-bottom: 15px;
	padding: 5px 5px;
	text-align: center;
}

div.loading  {
	margin: .5em 0;
}

div.filter_bar  {
	background-image: url(/images/icon_filter.gif);
	background-repeat: no-repeat;
	background-position: 7px 23px;
	background-color: #c6ffc3;
	padding-left: 24px;
	border-top: solid 1px #068c00;
	border-bottom: solid 1px #068c00;
	margin-bottom: 5px;
}

div#ft a {
	color: #6666ff;
}
div#ft a:hover {
	color: #ff6666;
}

div.invoice_item_list  {
	padding-left: 2em;
	display: none;
}
div.invoice_item_list td  {
	padding: .2em;/* .5em .2em 3em;*/
	font-size: 85%;
	border-top: solid 1px #bbbbbb;
}