body, td {
	font-family:Arial;
	font-size:10px;
}
a.main {
	font-weight:bold;
	font-size:14px;
	text-decoration:none;
}
a.page {
	font-weight:bold;
	font-size:14px;
}
tr.header {
	font-weight:bold;
	height:20;
}
tr.header_white {
	font-weight:bold;
	height:20;
	color:#FFFFFF;
	background-color:#990000;
}
a.header_link_selected {
	color:#5b0103;
	font-weight:bold;
	font-size:14;	
	text-decoration:none;
}
a.header_link {
	color:#FFFFFF;
	font-size:12;	
	text-decoration:none;
}
a.recipe_link {
	color:#8e313c;
	font-size:11px;
	font-weight:bold;	
	text-decoration:none;
}
input, select, textarea {
	font-family:Arial;
	font-size:10px;
}
label.main_label {
	font-size:20px;
	color:#e2ba64;
}
label.sub_label {
	font-size:11px;	
	font-weight:bold;
	color:#999999;	
}
label.wine_label {
	font-style:italic;
	font-size:12px;	
	color:#979787;
}
label.food_link {
	font-size:11px;
}
label.section_label {
	font-size:16px;
	font-weight:bold;
	color:#666666;
}
label.error_msg {
	color:red;
	font-style:italic;
}
label.input_box {
	border-color:#666666;
	border-style:solid;
	border-width:1px;
	padding:2px;
	background:#FFFFFF;
	height:20px
}
table.bordered {
	border-color:#666666;
	border-style:solid;
	border-width:1px;
}
img {
	text-decoration:none;
	border:none;
}
.main_number {
	text-align:right;
	font-size:16;
	font-weight:bold;
	border:none;
	background-color:#eff5f9;
	color:#000000;
}
.disabled {
	background-color:#FFFFFF;
	color:#000000;
}
.tab {
	background-image:url(images/match_tab_bg.png);
	background-position:top center;
	background-repeat:no-repeat;
}
.tab_selected {
	background-image:url(images/match_tab_selected_bg.png);
	background-position:top center;
	background-repeat:no-repeat;
}
.tab_link {
	color:#90907e;
	text-decoration:none;
	font-size:11px;
	font-family:Arial;
	font-weight:bold;
}
.tab_selected_link {
	color:#FFFFFF;
	text-decoration:none;
	font-size:11px;
	font-family:Arial;
	font-weight:bold;
}
.sub_menu_link {
	text-decoration:none;
	font-size:14px;
	font-family:Arial;
	font-weight:bold;
}
div.scrollable {
	overflow:auto;
	
}
div.scrollable_ver2 {
	overflow:auto;
	width:360px;
	border-style:solid;
	border-width:1px;
	border-color:#333333;
	background-color:#F0F0F0;
}
.row_link {
	cursor:pointer;
	font-size:12px;
	font-family:Arial;
}
.row_selected {
	background-color:#e6c681;
	cursor:pointer;
}
a.main_link {
	font-size:16px;
	font-weight:bold;
}
