/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
	background-image: url(../images/internal_bg.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #E6E6E6;
	font-size: 12px;

}
a {
	color: #FFC100;
	text-decoration: none;
	
}
a:hover {
	text-decoration: underline;
}
.schedule_evenrow {
	background-color: #000066;

}
p {
	margin-top: 0px;
	margin-bottom: 10px;

}
.error {
color: red;

}
h2 {
	font-weight: bold;
	font-size: 18px;
	color: #FFC100;
	margin-top: 0px;
	margin-bottom: 10px;
}
#row2 {
	background-image: url(../images/internal_mid_bg.jpg);
	width: 1000px;
	height: 450px;
	overflow: hidden;

}
.headerbottom {
	height: 77px;
	overflow: hidden;
}
.headertop {
	height: 22px;
	overflow: hidden;
}
.site_container {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.header {
	height: 99px;
}
.content_left {
	float: left;
	width: 185px;
	height: 363px;
	border-right: 1px solid 0xFFFFFF;
}
.lower_area {
	margin-top: 20px;
	margin-bottom: 20px;
}
.content_main {
	height: 363px;
	padding-left: 10px;
	padding-right: 10px;
	width: 565px;
	overflow: auto;
}
.content_internal {
	padding-right: 10px;
}
.main_area {
	height: 492px;
	overflow: hidden;
	width: 897px;
	
}
.content_container {
	margin-top: 5px;
	margin-bottom: 15px;
	margin-left: 110px;
	margin-right: 115px;
	width: 770px;
}
.section_header {
	width: 100%;
	border-bottom: solid white 1px;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #e9e9e9;

}
.footer a {
	color: #FFC100;
	text-decoration: none;
	
}
.footer a:hover {
	text-decoration: underline;
}
.recipe_full_set_off {
	display: none;
}
.recipe_full_set_on {
	display: block;
}
.recipe_btn_off {

	padding: 2px;
	border: solid 1px #FFC100;
	
	margin-bottom: 2px;
}
.recipe_btn_on {

	padding: 2px;
	border: solid 1px #FFC100;
	
	margin-bottom: 5px;
}
.recipe_btn_on a {
	color: #FFC100;
	font-weight: bold;
	font-size: 10px;

}
.recipe_btn_off a {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10px;

}
