/* ********************************************************************************** -
	  This is the main stylesheet for an AME based website.
   *********************************************************************************** */

/* ---------------Standard elements  ---------------- */
html {		
	margin: 0px;
	padding: 0px;
	min-width:780px;
	}
body {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	font-family:   Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 12px;
	letter-spacing: 0.03px;
	text-align: left;
	width:780px;
color: black;
background-color: white;
}

table {
	border-width: 0px;
	padding: 0px;
	border-spacing: 0px;
}
td {
	padding: 0px;
}
img {
	border: 0px solid #00FF00;
        margin-left: 3px;
        margin-right: 3px;
}
A {
        color: black;
        text-decoration: underline;
}
A:hover {
	font-weight: bold;
}
h1 {
	font-size: 26px;
	font-weight: bold;
}
h2 {
	font-size: 18px;
	font-variant: small-caps;
}
h3 {
	font-size: 16px;
	font-variant: small-caps;
}
h4 {
	font-size: 14px;
	font-weight: bold;
}
h5 {
	font-size: 12px;
	list-style-type: Circle;
}
p {
margin-top: 0.7em; 
margin-bottom: 0.7em; 
} 

blink { behavior:url(blink.htc);}

/* ---------------Ad hoc classes  ---------------- */
.Warning {
  	font-weight: bold;
	font-size: 16px;
        color: Red;
        padding-left: 18px;
} 
.error {
	font-size: 12px;
        width: 700px;
}
.AdobeReader {
	color: #A9A9A9;
	font-size: 10px;
	text-align: center;
margin-bottom: 20px;
}

/* ---------------Container ------------------ */
#container {
width: 780px;
 
}

/* ---------------Header  ---------------- */

#divHeader {
        Width: 620px;
	margin-top: 4px;	
	margin-bottom: 30px;	
float: left;
}

#divHeaderLogo {
        text-align: right;
        float: right;
}
.HeadLogo {
        margin-right: 35px;
}
#divHeaderTaglineIntro {
        text-align: Left;
	font-size: 20px;
	font-weight: bold;
	vertical-align: top;
        margin-left: 40px;
width: 340px;

}

#divHeaderTagline {
        text-align: Left;
	font-size: 20px;
	font-weight: bold;
	vertical-align: top;
        margin-left: 40px;
width: 340px;
}
#divHeaderImage2 {
       display: None
}
.HeaderImage2 {
	height: 90px;
}

/* ---------------MENU  ------------------ */

#divMenu{
text-align: left;	
cursor:pointer;
margin-top: 15px;
margin-bottom: 75px;
}
#divMenu ul {
padding: 0px;
margin: 0px;
}

.submenu {
	margin-bottom: 0.5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-style: normal;
	padding-bottom: 1px;
	line-height: normal;
	vertical-align: baseline;
	text-align: left;
    list-style-type: url(images/arrow_bullet.gif);
margin-left: 10px;
display: none;
}

.MenuLevel1 {
	padding-right: 15px;
        padding-top: 30px;
	padding-bottom: 1px;
	font-weight: normal;
	text-align: right;
	font-size: 17px;
    list-style-type: none;
  display: block;
 }
.MenuLevel1 a {
	text-decoration: none;	
	color:#FFFFFF;
}
.MenuLevel1 a:hover {	
	color:#FFFFFF;
	text-decoration: none;
	}
.MenuLevel1 a:selected {
	color: White;
       }
.MenuLevel1 a:active {
	color: blue;
       }
.MenuLevel1 .txt {
       text-align: right;
}
.MenuThumbnail {
display: block;
clear: left;
}
.MenuThumbnail img{
width: 40px
}
.submenu a {
	text-decoration: none;	
	color:#FFFFFF;
}
.submenu a:hover {	
	color:#FFFFFF;
	text-decoration: none;
	}
/* ---------------container2 ------------------ */
#container2 {
    margin-bottom: 5px;
    margin-top: 5px;
    margin-left: 7px;
       background-repeat: no-repeat;
        background-image: url(images/Yellow11.gif);
        background-position: center left;
        padding-left: 60px;
        Width: 520px;
float: left;
min-height: 470px;

}
/* ---------------Left Mast Section ------------------ */
#divLeftMast {
float: Left;
width: 1px;
}
.ChildMenuList{
Padding: 1px;
}
.ChildMenu{
	background-color: #00FFFF;
	color: white;
	font-weight: bold;
	text-align: center;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #f3f2ed;
	text-decoration: none;
list-style-type: none;
list-style-image: none;
Padding: 1px;
text-align: Left;
overflow: hidden;
margin-left: 0px;
margin-right: 0px;
}
.ChildMenuHeading{
list-style-type: none;
list-style-image: none;
margin-top: 25px;
margin-bottom: 10px;
	font-weight: Normal;
}

.ChildMenu a{
	border-bottom-width: 0px;
	text-decoration: none;
}

/* ---------------Login ------------------ */
#divLogin {
text-align: right;
font-size: 10px;
margin: 0px;
padding: 2px;
}

#divLogin a {
text-align: right;
font-size: 10px;
}

#divLogin form {
margin: 0px;
}

.LoginError {
font-size: 10px;
Color: red;
}

.EditControls80 {
font-size: 10px; 
border-left: 1px solid #000000;
           border-right: 1px solid #000000;
		   border-top: 1px solid #000000;
		   border-bottom: 1px solid #000000;
		   width: 80px;
}

.ButtonControls {
font-size: 12px;
          border-left: 1px SOLID white;
		  border-right: 1px SOLID white;
		  border-top: 1px SOLID white;
		  border-bottom: 1px SOLID white;
}
/* ---------------PWord change------------------ */
#ChgPword {
margin: 20px 0px 30px 0px;
width: 400px;
text-align: right;
}

/* ---------------Content Section ------------------ */

#divContent{

	width: 100%;
}

/* ---------------Article------------------ */
#Article {
}

#RecipeList {
width: 430px;
margin-left: 40px;
}
.ArticleHEADER {
        font-size: 12px;
	font-variant: small-caps;
	font-style: italic;
        padding-bottom: 5px;
margin-top: 5px;
        margin-right: 15px;
	text-align: right;

}

#ProductList  .ArticleHEADER {
        font-size: 16px;
	font-variant: Normal;
	font-style: normal;
	text-align: left;
        font-weight: bold;
}

.ArticleAUTHOR {
	font-size: 12px;
        padding-left: 5px;
        margin-right: 15px;
	text-align: right;
}

#Recipe .ArticleAUTHOR {
display: none;
}

.ArticleTAGLINE {
font-size: 18px;
        font-weight: bold;
	text-align: center;
}

#Article2columns  .ArticleTAGLINE {
	text-align: left;
}

#RecipeList  .ArticleTAGLINE {
	text-align: Left;
border: 3px ridge #FFFFFF;
        padding-left: 15px;
Margin-bottom: 30px;
	color: #FFFFFF;
}

#RecipeDetail  .ArticleTAGLINE {
	text-align: Left;
border: 0px ridge #FFFFFF;
        padding-left: 5px;
Margin-bottom: 30px;
}

.ArticleIMGlarge {
	font-size: 12px;
}
/* --------Article Section1 ---------- */
.DivArticleSection1 {
        padding: 5px;
}
#Article2columns .DivArticleSection1 {
        Width: 230px;
        float:left;
        margin: 5px;
        padding: 0px;
}

.ArticleIMG1 {
	font-size: 12px;
        font-weight: bold;
	text-align: center;
	float: right;
        margin-left: 20px;
	padding: 2px;
}

#ArticleImageLeft .ArticleIMG1 {
	float: left;
        margin-right: 20px;
        margin-left: 0px;
}
#Article2columns  .ArticleIMG1 {
	float: none;
        Width: 220px;
        Margin-left: 0px;
}

#RecipeDetail .ArticleIMG1 {
        margin-right: 0px;
        margin-left: 0px;
	width: 250px;
}
.ArticleIMG1 img {
   display: block;  
    margin-left: auto;
    margin-right: auto ;
}
#ArticleImageLeft .ArticleIMG1 img{
}

#Article2columns .ArticleIMG1 img {
        Width: 220px;
}
.ArticleBODY {
}
#Article2columns .ArticleBODY {
}
/* ----------Article Section2 ----------- */
.DivArticleSection2 {
        padding-top: 5px;
        padding-bottom: 5px;
}
#ArticleImageLeft .DivArticleSection2 {
}

#Article2columns .DivArticleSection2 {
        width: 260px;
        float:right;
	border: 0px Solid black;
}
.ArticleIMG2 {
	font-size: 12px;
        font-weight: bold;
	text-align: center;
	border-width: 0px;
float: left;
}

#ArticleImageLeft .ArticleIMG2 {
	float: right;
}
#Article2columns .ArticleIMG2 {
	float: none;
  width: 250px;
}

#RecipeDetail .ArticleIMG2 {
Float: right;

}

.ArticleIMG2 img {  
   display: block;  
    margin-left: auto;
    margin-right: auto ;
}
#ArticleImageLeft .ArticleIMG2 img {
}
#Article2columns .ArticleIMG2 img {
  width: 250px;
}

#RecipeDetail .ArticleIMG2 img {  
   display: block;  
    margin-right: 0px;
}
.ArticleNOTES {
}
#Article2columns .ArticleNOTES {

}

#RecipeDetail .ArticleNOTES {
}

#ProductList  .ArticleNOTES {
color: red;
        font-weight: bold;
	text-align: center;

}

.ArticleATTACH {
	font-size: 14px;
	text-align: center;
}
.ArticleATTACHbody {
	font-size: 10px;
	text-align: center;
}

/* ---------------Child------------------ */
.DivChildSection {
float: left;
}
#RecipeList .DivChildSection {
float: none;
}

.ChildBox {
padding: 3px;
float: none;
        margin-right: 15px;
}
#ProductList  .ChildBox {
float: left;
width: 150px;
}
#RecipeList  .ChildBox {
padding: 0px;
        margin-right: 0px;
}
#RecipeResults .ChildBox {
float: left;
width: 240px;
margin-right: 10px;
}
#RecipesSubArticles div {
padding: 0px;
}
.HiddenText {
color: #ffffff
}
#RecipesSubArticles div {
float: left;
}
#RecipesSubArticles .ChildBox {
float: left;
width: 250px;
margin-right: 0px;
margin-top: 5px;
margin-bottom: 12px;
clear: none;
}

#Mugshots .ChildBox {
	text-align: center;
        margin: 10px;
padding: 3px;
background-color: #FFFFFF;
	border: 1px solid #808080;

}

#ChildSubBox {
background-color:#213E93;
color:#FFFFFF;
Margin-left: 40px;
padding: 10px;
        margin-right: 15px;
}

#ChildSubBox a {
color:#FFFFFF;
}

#ChildSubBox .ChildHeadline {
margin-left: 20px;
}

.ChildThumbnail {
	text-align: center;
	width: 110px;
margin-top: 4px;
float: left;
}

#Article2level .ChildThumbnail {
	Display: none;
}

#RecipesSubArticles  .ChildThumbnail {
	Display: none;
}

#ProductList .ChildThumbnail {
float: none;
    margin-left: auto;
    margin-right: auto ;
}

#Mugshots .ChildThumbnail {
	text-align: center;
	width: 100px;
Margin-left: 5px;
margin-top: 4px;
}

.ChildThumbnail img {
	border: 0px solid black;
	width: 90px;
   display: block;  
    margin-left: auto;
    margin-right: auto ;
}

#RecipeResults .ChildThumbnail img {
height: 67px;
}
.ChildHeadline {
margin-left: 110px;
}

#Article2level .ChildHeadline {
margin-left: 0px;
}

#ProductList .ChildHeadline {
margin-left: 0px;
display: none;
}
#RecipeList .ChildHeadline {
margin: 0px;
border: 3px ridge #FFFFFF;
height: 20px;
padding-left: 25px;
padding-bottom: 10px;
}
#RecipesSubArticles  .ChildHeadline {
margin-left: 20px;
border-top: 0px solid black;
}

#RecipeList a:link  {
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
display: list-item;
    list-style-image: url(images/white_arrow.gif);
margin-left: 20px;
}
#RecipeList a:visited  {
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
display: list-item;
    list-style-image: url(images/arrow.gif);
margin-left: 20px;
}

#RecipeList    a:hover	{
text-decoration: underline;
}

#RecipeResults a:link  {
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: Uppercase;
	text-decoration: none;
}
#RecipeResults a:hover	{
text-decoration: underline;
}
#RecipeResults a:visited  {
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: Uppercase;
	text-decoration: none;
}


.ChildHeadlineNew a:link  {
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: Uppercase;
	text-decoration: none;
}

#RecipesSubArticles a:link  {
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: Uppercase;
	text-decoration: none;
border-style: solid;
border-width : 1px 4px 4px 1px;
padding : 4px;
border-color : #69f #213E93 #213E93 #69f;
}
#RecipesSubArticles a:hover	{
text-decoration: none;
border: 4px outset;
padding : 4px;
border-color : #213E93 #69f #69f #213E93;
}
#RecipesSubArticles a:active {
text-decoration: none;
border-style: solid;
border-width : 4px 1px 1px 4px;
padding : 4px;
border-color : #213E93 #69f #69f #213E93;
}
#RecipesSubArticles a:visited  {
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: Uppercase;
	text-decoration: none;
border-style: solid;
border-width : 1px 4px 4px 1px;
padding : 4px;
border-color : #69f #213E93 #213E93 #69f;
}

#Mugshots  .ChildHeadline {
font-size: 14px;
	border: 1px dotted #808080;
	text-transform: uppercase;
	text-decoration: none;
Padding-left: 0px;
}

.ChildHeadline A {
font-size: 12px;
}

#Mugshots .ChildHeadline A {
	text-decoration: none;
}

.ChildTAGLINE{
	font-size: 16px;
	text-align: Left;
       margin-left: 130px;
}

#Article2level .ChildTAGLINE{
       margin-left: 20px;
}

#ProductList  .ChildTAGLINE{
	font-size: 12px;
       margin-left: 0px;
	text-align: center;
}
#RecipeList .ChildTAGLINE{
	display: none;
}
#RecipesSubArticles .ChildTAGLINE{
	display: none;
}
#RecipeResults .ChildTAGLINE{
	display: none;
}

.ChildAbstract {
	font-size: 10px;
       margin-left: 130px;
}

#Article2level .ChildAbstract {
       margin-left: 10px;
	font-size: 12px;
padding: 10px;
}
#ProductList .ChildAbstract {
       margin-left: 0px;
display: none;
}
#RecipeList .ChildAbstract {
	display: none;
}
#RecipesSubArticles .ChildAbstract {
	display: none;
}

#RecipeResults .ChildAbstract {
	display: none;
}


#RecipeMealTypes {
float: right;
clear: left;
}
.RecipeNew {
color: Red;
font-weight: bold;
font-variant: small-caps;
}

#NavLinks {
clear: both;
Margin-left: 100px;
padding-top: 10px;
}
#NavLinks a  {
	font-style: normal;
	line-height: normal;
	font-variant: normal;
padding-right: 110px;
text-decoration: none;
}
#NavLinks a:hover	{
text-decoration: underline;
}
/* ---------------Mugshots ------------------ */
#Mugshots  {
	display: block;
	background-color: #C7D8EF;
        width: 137px;
	text-align: right;
position: Relative;
top : 0px ;
float:right;
}
/* ---------------right mast ------------------ */
#divRightMast {
margin-top: 4px;	
background-color:#213E93;
color:#FFFFFF;
width: 160px;
float: right;
}

@media print
{
#divRightMast {display: none}
}

/* ---------------Film strip ------------------ */
#divFilmStrip{
        display: none;
	background-color: blue;
	text-align: center;
        width: 780px;
        clear: both;
        margin-left: 10px;
}

#divRecipeFilmStrip{
	text-align: center;
        width: 520px;
        clear: both;
        margin-left: 0px;
}
.FilmStripImg {
	width: 65px;
        height:49px;
        border: 0px solid blue;
        margin: 0px;
        padding: 0px;
        display: block;
        Float: left;
margin-bottom: 10px;
}
/* ---------------Contact block ------------------ */
#divContacts{
       font-size: 14px;
       text-align: center;
       clear: both;
       padding-top: 10px;
}

/* ---------------footer Section ------------------ */
#divFooter{
       text-align: center;
       padding-bottom: 10px;
       font-size: 12px;
       margin-right: 15px;
       margin-top: 10px;
}

#divFooterStrip{
       text-align: right;
       padding-right: 10px;
       font-size: 24px;
       margin-left: 7px;
       margin-top: 5px;
background-color:#213E93;
color:#FFFFFF;
width: 570px;
float: left;
}

.footer {
        text-align: right;
        font-size: 12px;
	color:#FFFFFF;
margin-left: 10px;
}

/* ---------------design credit------------------ */
#divDesign{
        text-align: center;
        font-size: 6px;   
	background-color: white;
        color: #808080;
        padding: 15px;
       clear: both;
}

#divDesign a{
       color: #808080;
}

#divDesign a:hover{
       color: black;
       font-size: 14px
}
/* ---------------Sitemap ------------------ */
#Sitemap{
font-size: 9px;
margin-left: 40px;
}
.Sitemap a {
font-size: 9px;
}

/* ---------------rotator ------------------ */
#divRotator{

}
.RotatorCONTENT
{
	font-size: 9px;
	color: #000000;
	text-align: center;
}

.RotatorCONTENT A
{
	font-size: 9px;
	color: blue;
	text-decoration: none;
}

.RotatorCONTENT A:hover
{
	font-size: 10px;
	color: blue;
	text-decoration: underline;
}

.RotatorHEADER
{
	font-size: 11px;
	font-weight: bold;
	color: #BFBFBF;
	text-align: center;
	position: relative;
	left: 7px;
	top: 6.5px;
	width: 160px;
}

.RotatorIMG
{
	font-size: 11px;
	font-weight: bold;
	color: #006600;
	text-decoration: none;
	position: relative;
	left: 10px;
	top: 12px;
	width: 120px;
}

.RotatorDIV
{
	font-size: 11px;
	text-align: center;
	position: absolute;
	left: 5px;
	top: 135px;
	width: 180px;
	height: 400px;
	z-index: 5;
}

/* ---------------Reports------------------ */
.Report {
padding-left: 10px;
        border-Right: dotted 3px black ;
}

.Report Th {
        font-size: 10px;
        text-align: Right;    
        font-variant: small-caps;
        padding-left: 10px;
        padding-right: 10px;
}

.Report Td{
        font-size: 12px;
        text-align: right;  
        padding-left: 10px;
        padding-right: 10px;
}

.ReportHeader{
        padding-left: 10px;
}

#Report1 {
        float: Left;
}
#Report2 {
        float: Left;
}
#Report3 {

}
#Report4 { 
}
/* ---------------Data tables ------------------ */
table.datatable
{
	background-color: white;
        margin-left: 54px;
}

table.datatable thead
{
	background-color: #A9A9A9;
	color: white;
	font-weight: bold;
        font-size: 11px;
}

table.datatable tbody td
{
	border-left: dotted 1px black;
	border-bottom: dotted 1px black;
        padding: 0px 12px  0px 12px;
        font-size: 13px;
	color: #A9A9A9;
}

table.datatable a
{
	color: black;
}

/* --------------- Forms  ---------------- */
#DivForm {
margin: 20px;
}
.AppHEADER {
margin-right: 20px;
font-size: 18px;
        font-weight: bold;
}

.FieldLable {
        font-size: 9px;
	text-align: right;
        padding-left: 12px;
	vertical-align: top;
}

.Fieldinfo {
        font-size: 9px;
	text-align: center;
        padding-bottom: 12px;
        padding-top: 12px;
	
}

.FieldData {
        padding-left: 8px;

}
.FieldHeader {
   background-color:#213E93;
   color:#FFFFFF;
        font-weight: bold;
}
.FieldDataInvoice {
	text-align: right;


}
.RequiredFlag {
        color: Red;
}

.Feedback {
	font-size: 12px;
        padding: 0px 0px 10px 20px;
}
.Feedback p{
margin: 0px;

}

.ActionLinks {
	text-align: right;	
	font-size: 14px;
        color: white;
}

.ActionLinks a {
        color: white;
}

.EmailSelectForm {
	border: 1px solid blue;
margin: 4px;
padding: 3px;
}
#Send2FriendLink {
  padding-left: 30px;
  text-align: Centre;
}

#Send2FriendLink a {
        color: white;
}
#Send2Friend {
 margin: 20px;
 width: 440px;
}
#divHeaderLogoMailer {
        float: right;
        padding-right: 20px;
        clear: left;
}
#Send2Friend .DivForm {
 padding: 20px;
}

/* ---------------- In Article styles----------------- */
.infoTable {
    margin-left: auto;
    margin-right: auto ;
}
.infoTable td {

	border: 3px double #808080;
	text-align: center;	
padding: 2px;
}

.heading4 {
	font-size: 12px;
	font-weight: bold;
}

/* ---------------- END ----------------- */
