/*--- HTML Tag Overrides ---*/
html, body {
	background-image: url(/images/bg.gif);
	color: #766341;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 100%;
	margin: 0px;
	text-align: center;
}

form {
	display: inline;
}

input, textarea, select {
	border: 1px solid #b4cc95;
	font-family: Arial, Helvetica, sans-serif; 
	color: #766341;
	font-size:12px;

}

input[type="checkbox"], input[type="radio"] {
	border: none;
} 


td {
	vertical-align:top;
}

hr {
	color: #b4cc95;
	
}

b, strong {
	font-weight: bold;
}

i, em {
	font-style: italic;
}

p {
	margin-bottom: 1em;
}

/*---------------------------*/

/*--- Default Link Styles ---*/
a {
	color:#766341;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
/*---------------------------*/

/*--- CSS type for form field errors ---*/
.error_field {
	border: 1px solid #FF0000;
}
/*--------------------------------------*/

/* Custom Definitions */
.georgia_18 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:17px;
	line-height:25px;
}

.georgia_12_black {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#000000;
	line-height:20px;
}

.georgia_12_black a {
	color:#000000;
}
.georgia_11_brown {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#766341;
	line-height:16px;
}
.georgia_10_brown {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	color:#766341;
	line-height:16px;
}
.georgia_11_grey_italic {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	font-style:italic;
	color:#766341;
}
.arial_10 {
	font-size:10px;
}

#main_container {
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	min-height: 657px;
	width: 946px;
	text-align: left;
}

#footer {
	color: #999999;
	margin-bottom: 6px;
}

#footer a {
	text-decoration:none;
	font-weight: bold;
	color: #999999;
}

#footer a:hover {
	text-decoration: underline;
}

#footer .footer_small {
	font-size: 10px;
	color: #999999;
}

#footer .footer_nav {
	color: #999999;
	font-weight: bold;
	text-decoration: none;
}

#footer .footer_nav:hover {
	color: #b91414;
	text-decoration: underline;
}

#tablepadding td {
	padding-bottom: 15px;
}
.noborder {
	border:none;
}
	
/*--------------------*/

/* Page Flip Styles */
#page_flip {
	height: 100%;
}
/*--------------------*/

/* /plan/inspiration.php styles */
#image_list img {
	cursor: pointer;
	float: left;
	margin-bottom: 16px;
	margin-right: 14px;
}

#image_list div {
	clear: both;
}

/*--------------------*/

/* EXTJS Overrides */
.x-dlg-proxy {
	background: #d3eba7;
	border: 1px solid #d3eba7;
}

.x-dlg .x-dlg-hd {
	background: url(/images/hd-sprite.gif) repeat-x 0 -82px;
	background-color: #b4cc95;
	color: #FFF;
	font: bold 12px "sans serif", tahoma, verdana, helvetica;
	overflow: hidden;
	padding: 5px;
    white-space: nowrap;
}

.x-dlg .x-dlg-hd-left {
	background: url(/images/hd-sprite.gif) no-repeat 0 -41px;
	padding-left:3px;
	margin:0;
}

.x-dlg .x-dlg-hd-right {
	background: url(/images/hd-sprite.gif) no-repeat right 0;
	padding-right:3px;
}

.x-dlg .x-dlg-close {
    background-image:url(/images/close.gif);
}

.x-dlg .x-dlg-dlg-body {
	background:#FFFFFF;
	border:1px solid #b3b6b0;
	border-top:0 none;
}
.x-btn button{
	color: #FFFFFF;
	font-weight: bold;
}
.x-btn-left{
	background:url(/images/btn-sprite.gif) no-repeat 0 0;
}
.x-btn-right{
	background:url(/images/btn-sprite.gif) no-repeat 0 -21px;
}
.x-btn-center{
	background:url(/images/btn-sprite.gif) repeat-x 0 -42px;
}
/*--------------------*/

@media print {
	#footer {
		display: none;
	}
}
