body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	clip: rect(0px,auto,auto,auto);
	margin: 0px;
	scrollbar-base-color:#f1f1f1;
	scrollbar-face-color:#f1f1f1;
	scrollbar-track-color:#f1f1f1;
	scrollbar-arrow-color:#121212;
	scrollbar-3dlight-color:#d1d1d1;
	scrollbar-darkshadow-color:#121212;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-shadow-color:#d1d1d1;
}
a:link, a:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: underline;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: underline;
}
table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.edit_item {
	border: 1px solid #888888;
	margin-bottom: 10px;
}
.edit_title {
	font-weight: bold;
	color: #000000;
	background-color: #cfc7c5;
	padding: 3px;
}
.edit_input {
	color: #000000;
	background-color: #e7e4df;
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cfc7c5;
}
.edit_input input {
	width:99%;
}
.line_title {
	background-color: #cfc7c5;
	font-weight: bold;
}
.line_title a:link, .line_title a:visited {
	color: #000000;
	text-decoration: none;
}
.line_title a:hover, .line_title a:active {
	color: #FFFFFF;
}
.line_title td {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #E9E6E4;
	border-bottom-color: #A99A96;
}
.line_odd {
	background-color: #fffcf7;
}
.line_odd td {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #ffffff;
	border-bottom-color: #c9b8b3;
}
.line_even {
	background-color: #eeebe6;
}
.line_even td {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #ffffff;
	border-bottom-color: #c9b8b3;
}
.line_accent {
	background-color: #FFC4C4;
}
.line_accent td {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #ffffff;
	border-bottom-color: #B49B94;
}
.line_border {
	border-bottom: 1px solid #eeeeee;
	background-color: #FFFFFF;
}

/*-------------[ file manager ]---------------*/
#file_operations .filelist_title {
	background-color: #cfc7c5;
	font-weight: bold;
}
#file_operations .filelist_title td {
	font-family: "Courier New", Courier, monospace;
	color: #000000;
	font-size: 12px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #E9E6E4;
	border-bottom-color: #A99A96;
	margin-bottom: 1px;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
}
#file_operations .filelist_title a:link, #file_operations .filelist_title a:visited {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
#file_operations .filelist_title a:hover, #file_operations .filelist_title a:active {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #FFFFFF;
}
#file_operations .filelist_n {
	background-color: #eeebe6;
}
#file_operations .filelist_n td {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #ffffff;
	border-bottom-color: #c9b8b3;
	margin-bottom: 1px;
	padding-top: 1px;
	padding-right: 4px;
	padding-bottom: 1px;
	padding-left: 4px;
	cursor:pointer;
}
#file_operations .filelist_o {
	background-color: #fffcf7;
}
#file_operations .filelist_o td {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #ffffff;
	border-bottom-color: #c9b8b3;
	margin-bottom: 1px;
	padding-top: 1px;
	padding-right: 4px;
	padding-bottom: 1px;
	padding-left: 4px;
	cursor:pointer;
}
#file_operations .selected_n {
}
#file_operations .selected_n td {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #000000;
	background-color: #FFF5D7;
	margin-bottom: 1px;
	padding-top: 1px;
	padding-right: 4px;
	padding-bottom: 1px;
	padding-left: 4px;
	cursor:pointer;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFF5D7;
	border-bottom-color: #FFF5D7;
}
#file_operations .selected_o {
}
#file_operations .selected_o td {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #000000;
	background-color: #FCFFD7;
	margin-bottom: 1px;
	padding-top: 1px;
	padding-right: 4px;
	padding-bottom: 1px;
	padding-left: 4px;
	cursor:pointer;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FCFFD7;
	border-bottom-color: #FCFFD7;
}
#file_operations .file_btn {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #000000;
	background-color: #CCCCCC;
	border: 1px solid #333333;
	height: 16px;
	font-weight: bold;
	cursor:pointer;
}
.thumb {
	float: left;
	margin-right: 0px;
	margin-left: 2px;
}
/*-------------[ file manager end ]---------------*/
.message {
	color: #003366;
	font-size: 12px;
	background-color: #FFF8CA;
	padding: 5px;
	border: 1px solid #003366;
	margin-top: 10px;
	margin-bottom: 10px;
}
.errorr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #CC0000;
	text-align: center;
	vertical-align: middle;
	padding: 4px;
	width: 100%;
}
/*-------------[ reservation status ]---------------*/
.res_running {
	background-color: #D9EFD6;
}
.res_canceled {
	background-color: #FFDDDD;
}
.res_pending {
	background-color: #FBFCCF;
}
.res_confurmed {
}
.res_old {
	background-color: #CFE1FC;
}
.res_yellow {
	background-color: #FFF4A8;
}
/*-------------[ availability calendar ]---------------*/
.details_day_title {
	background-color:#cfc7c5;
	color:#180b00;
	font-weight:normal;
	text-align:center;
}
.details_day_title td {
	border: 1px solid #999999;
	width: 14.29%;
	padding: 2px;
}
.details_tr_even {
	background-color:#fffcf7;
}
.details_tr_even td {
	border: 1px solid #bbbbbb;
	padding: 2px;
}
.details_tr_odd {
	background-color:#eeebe6;
}
.details_tr_odd td {
	border: 1px solid #bbbbbb;
	padding: 2px;
}
.details_date {
	text-align:center;
	color: #888888;
}

.details_discount {
	color:#000099;
}
