@charset "UTF-8";
/* CSS Document */

body {
	margin-top: 0px;
	background-color: #434F63;
	background-image: url(images/background_repeat.jpg);
	background-repeat: repeat-x;
}
a:link{
	color: #2C394D;
}
a:hover{
	color: #4f5b6f;
}

.topnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #ffffff;
}
.centerbodytd {
	background-image: url(images/interface15.jpg);
	background-repeat: repeat-y;
}
.bodycopytd {
	background-image: url(images/gray_tile.jpg);
	background-repeat: repeat-y;
}
.repeatcol_left {
	background-image: url(images/col_repeat_left.jpg);
	background-repeat: repeat-y;
}
.repeatcol_rt {
	background-image: url(images/col_repeat_rt.jpg);
	background-repeat: repeat-y;
}
.topnavtd {
	background-image: url(images/interface9.jpg);
	background-repeat: no-repeat;
}
p, ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 16px;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 16px;
}
a.bodytext:link{
	color: #2C394D;
}
a.bodytext:hover{
	color: #4f5b6f;
}
.smallgrey {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #333333;
	font-size: 10px;
}
.sidenav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 20px;
	font-weight: bold;
	text-transform: uppercase;
	color: #434F63;
	text-decoration: none;
}
a.sidenav:link {
	color: #434F63;
}
a.sidenav:hover {
	color: #888d96;
}
.topnavwhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 20px;
	font-weight: bold;
	text-transform: uppercase;
	color: #ffffff;
	text-decoration: none;
}
a.topnavwhite:link {
	color: #ffffff;
}
a.topnavwhite:hover {
	color: #888d96;
}

.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #2C394D;
}
.medtext {
	font-family: arial;
	font-size: 11px;
	color: #333333;
	line-height: 14px;
}
.tinytext {
	font-family: arial;
	font-size: 10px;
	color: #2A364B;
}
a.tinytext:link{
	color: #2C394D;
}
a.tinytext:hover{
	color: #4f5b6f;
}
.smallwhite {
	font-family: arial;
	font-size: 11px;
	color: #ffffff;
}

/* drop down menu styles*/

#dropmenudiv{
position:absolute;
border:1px solid #002d61;
border-bottom-width: 0;
font:normal 10px Arial;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
background-color: #d4dce5;
width: 100%;
display: block;
text-indent: 10px;
border-bottom: 1px solid #002d61;
padding: 1px 0;
text-decoration: none;
color: #002d61;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #758da9;
color: #ffffff;
}

.Btext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}

/* end drop menu */

.redhilite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #CC0000;
}
.largegrey {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #333333;
	font-size: 12px;
}

.topflashtd {
	background-image: url(images/interface7.jpg);
}
.validation-advice {
	background-color:#FF0000;
	color : #FFFFFF;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 10px;
	border: 1px solid #000000;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/error.gif);
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 30px;
}
input.required, textarea.required {
	border: 1px solid #00A8E6;
}
input.validation-failed, textarea.validation-failed {
	border: 1px solid #FF3300;
	color : #FF3300;
}
input.validation-passed, textarea.validation-passed {
	border: 1px solid #00CC00;
	color : #000;
}
.recipeboxtop {
	background-image: url(images/recipe-box_08.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.recipeboxbot {
	background-image: url(images/recipe-box_18.gif);
	background-repeat: repeat-x;
}
.recipeboxrt {
	background-image: url(images/recipe-box_16.gif);
	background-repeat: repeat-y;
	background-position: right;
}
.recipeboxleft {
	background-image: url(images/recipe-box_13.gif);
	background-repeat: repeat-y;
	background-position: left;
}
