/*--- HTML Tag Overrides ---*/
html, body {
	color: #000000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	height: 100%;
	background-color: #9e3b04;
	margin: 0px;
}

td {
	vertical-align:top;
}

hr {
	background-color: #9e3b04;
	border: 0px;
	color: #9e3b04;
	height: 2px;
}

p {
	margin-bottom: 1em;
}

ul, ol {
	margin-bottom: 1em;
	margin-left: 2em;
}
ul li {
	list-style-type: disc;
	margin-bottom: 1em;
}
/*---------------------------*/

/*--- Default Link Styles ---*/
a {
	font-weight: bold;
	text-decoration: underline;
	color:#553c28;
}
a:hover {
	text-decoration: none;
	color:#85715e;
}
/*---------------------------*/

/*--- CSS type for form field errors ---*/
.error_field {
	background: #FCC;
}
.textbox {
	color: #000000;
	border: 1px solid #553c28;
	font-family: Arial, Helvetica, sans-serif;
	width: 200px;
} 
/*--------------------------------------*/

/* Custom Definitions */
.arialwhite {
	font-family:'MS Sans Serif', Arial, Geneva, sans-serif; 
	color:#ffffff;
	font-size:14px;
	font-weight:normal;
}

.arialwhite a {
	color:#ffffff;
	font-weight:normal;
}

.arialbeige {
	font-family:'MS Sans Serif', Geneva, Arial, sans-serif; 
	color:#d4c4ae;
	font-size:18px;
	font-weight:normal;
	line-height:3px;
}

.giftcards {
	padding-top: 15px;
	padding-left: 15px;
	font-weight: bold;
	color: #85715e;
	text-align: center;
}

.head {
	color: #553c28;
	font-size: 14px;
	font-weight: bold;
}

.bluebox {
	background-color: #002157;
	border-bottom: 2px #ffffff solid;
	padding-top: 15px;
	padding-right: 30px;
}

.bluebox2 {
	background: url(/images/bg_blue.jpg);
	background-repeat: repeat-y;
	border-bottom: 2px #ffffff solid;
	width: 27px;
}

.greenboxtype {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.greenboxtype a {
	color: #d4c4ae;
}

.greenboxtype a:hover {
	color: #FFFFFF;
}

#orangebox1 {
	background-image:url(/images/bg_orange.jpg);
	width:20px;
	border-left:2px #ffffff solid;
	border-bottom:2px #ffffff solid;
}

#orangebox2 {
	background-color: #9e3b04;
	padding-top: 15px;
	border-bottom: 2px #ffffff solid;
}

#maintable td {
	padding-bottom: 10px;
	padding-right: 10px;
	padding-top: 10px;
	border-bottom: 1px solid #000000;
}

#footer {
	text-align: right;
	padding-top: 13px;
	padding-bottom: 13px;
	padding-right: 16px;
	color: #85715e;
	font-size: 9.5px;
}

#footer a {
	font-weight: normal;
}
/*--------------------*/

/* Photo Gallery styles */
#image_list .thumb_wrapper, #image_list_lower .thumb_wrapper {
	cursor: pointer;
	float: left;
	margin: 4px;
	margin-right: 12px;
	padding: 5px;
}
#image_list .x-view-selected, #image_list_lower .x-view-selected {
	background: #598527;
	border: 1px solid #598527;
	padding: 4px;
}
/*--------------------*/

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

.x-dlg .x-dlg-dlg-body {
	background: #f2ead5 !important;
	border: 1px solid #b3b6b0 !important;
	border-top: 0 none !important;
}
/*--------------------*/