@charset "utf-8";
div.rectangle{
	border:thin solid yellow;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #015a9d;
	background-image: url(../html_images/bg_main.jpg);
	background-position:top;
	background-repeat:repeat-x;
}

a:link, a:link img, a:visited, a:visited img, a:hover, a:hover img, a:active, a:active img{
	text-decoration: none;
	color: #de6645;
	border: none;
}
a:hover{
	color: #014b7d;
}

ul li{
	margin-left: -10px;
}

.h1{	
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.h2 {
	font-size: 14px;
	font-weight: normal;
}

.h3 {
	font-size: 12px;
	font-weight:bold;
}
.h4 {
	font-size: 12px;
	font-weight: normal;
}
.h5 {
	font-size: 11px;
	font-weight:bold;
}
.h6 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}
.h7{
	font-size: 9px;
	font-weight: bold;
	color: #CCCCCC;
}
.h1,.h2,.h3,.h4,.h5,.h7,.form_warnings{
	font-family:Arial, Helvetica, sans-serif;
	color: #014b7d;
}
.disable{
	color: #999999;
}

div.container{
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}

div.header_section_1{
	height: 121px;
	width: 850px;
	margin-top: 0px;
}

div.nav_buttons{
	position: relative;
	z-index: 1;
	bottom: 32px;
	left: 80px;
	width: 800px;
	display: inline;
}

div.header_section_1{
	background-image:url(../html_images/header_bg.gif);
	background-repeat:repeat-x;
}

div.whitecontent{
	position: relative;
	bottom: 36px;
	background-image: url(../html_images/main_bg.png);
	background-repeat: repeat-y;
	background-position: bottom center;	
}

div.maincontent{
	padding: 10px;
	width: 808px;
	margin-left: 11px;
	background-image: url(../html_images/bg_maincontent.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

div.footer{
	width: 850px;
	height: 20px;
	background-image:url(../html_images/footer.png);
	background-repeat: no-repeat;	
	background-position: bottom;
	margin-top: -37px;	
}
.greyborder{
	border: thin solid #b4b4b4;
}
.leftcolumn{
	background-image:url(../html_images/whiterect/white_rectangle_04.png);
}
.leftcolumn, .rightcolumn{
	background-repeat: repeat-y;
	background-position: right;
}
.rightcolumn{
	background-image:url(../html_images/whiterect/white_rectangle_06.png);
}

.corners{
	 background-repeat:no-repeat;
}
.c_1{
	background-image:url(../html_images/whiterect/white_rectangle_01.png);
	background-position: right bottom;
}
.c_2{
	background-image:url(../html_images/whiterect/white_rectangle_03.png);
	background-position: left bottom;
}
.c_3{
	background-image: url(../html_images/whiterect/white_rectangle_07.png);
	background-position: right top;
}
.c_4{
	background-image: url(../html_images/whiterect/white_rectangle_09.png);
	background-position: left top;
}
div.scroll_left{
	overflow: auto;
	height: 678px;
}
#right_border{
	border-right: 1px solid #014b7d; 
}
form input, form textarea{
	border: 1px solid #999999;
	background-color: #9ec3dd;
}
.form_warnings{
	font-size: 14px;
	font-weight:bolder;
	color: #FF9900;
}
tr.recipes{
	border: 1px solid #CCCCCC;
}
