﻿@import url(adminlayout.css);

#pageholder {
	padding: 0px;
	width: 770px;
	position: absolute;
	z-index: 1;
	background-color: #FFFFFF;
	margin: 0px;
	left: 0px;
	top: 10px;
}

/* main page layout areas */

#topflasharea
{
    padding-right: 0px;
    padding-left: 0px;
    z-index: 10;
    left: 0px;
    padding-bottom: 0px;
    margin: 0px;
    overflow: hidden;
    width: 770px;
    clip: rect(0px 770px 225px 0px);
    padding-top: 0px;
    position: absolute;
    top: 0px;
    height: 225px;
}

#topsearchbar
{
    padding-right: 0px;
    padding-left: 0px;
    z-index: 20;
    left: 20px;
    padding-bottom: 0px;
    margin: 0px;
    overflow: hidden;
    width: 400px;
    padding-top: 0px;
    position: absolute;
    top: 110px;
    height: 100px;
}

#topnavbar
{
    padding-right: 0px;
    padding-left: 0px;
    z-index: 20;
    left: 0px;
    padding-bottom: 0px;
    margin: 0px;
    width: 770px;
    padding-top: 0px;
    position: absolute;
    top: 225px;
    height: 25px;
    background-color: #F4FADE;
}


#mainpagearea
{
    padding-right: 0px;
    padding-left: 0px;
    z-index: 15;
    left: 0px;
    padding-bottom: 0px;
    margin: 0px;
    width: 770px;
    padding-top: 0px;
    position: absolute;
    top: 265px;
    background-color: #FFFFFF;
}


#mainpageareacontent{}

#mainfooter{}

#blankmasterpagearea
{
	/*margin: 10px;*/
}
.blankpageareawithborder
{
	margin: 10px;
}


/* recipe layout */

.recipetwocolLeft
{
    float: left;
    width: 550px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    margin: 0px 0px 0px 0px;
    padding-top: 0px;
}

.recipetwocolRight
{
    float: right;
    margin: 0px 0px 0px 0px;
    width: 200px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
}

/* 2 column layout */

.twocolLeft
{
    float: left;
    width: 510px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    margin: 0px 0px 0px 0px;
    padding-top: 0px;
}

.twocolRight
{
	float: right;
	margin: 0px 0px 0px 0px;
	width: 250px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
}

/* get past floating sections */

.cleardiv
{
    clear: both;
    display: block;
    margin: 0px;
    padding: 0px;
    height: 1px;
    line-height: 1%;
    overflow: hidden;
    clip: rect(auto,auto,1px,auto);
}

.cleardivpanel
{
    clear: both;
    display: block;
    background-color: #F4FADE;
    border-right: #a6c820 1px solid;
    border-left: #a6c820 1px solid;
    margin: 0px;
    padding: 0px;
    height: 1px;
    line-height: 1%;
    overflow: hidden;
    clip: rect(auto,auto,1px,auto);
}

/* indented sections */

.indent10
{
    padding-left: 10px;
}

/*home page*/
.homepagepanelsleft
{
    float: left;
    width: 610px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    margin: 0px 0px 0px 0px;
    padding-top: 0px;
}

.homepagepanelsright
{
    float: right;
    margin: 0px 0px 0px 0px;
    width: 150px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
}

/* info sections */
.infoheader
{
    padding-right: 25px;
    padding-left: 5px;
    padding-bottom: 2px;
    margin: 0px;
    padding-top: 6px;
    background-position: right center;
    background-image: url(/images/icons/info.gif);
    background-repeat: no-repeat;
    height: 18px;
    background-color: #cccccc;
    font-weight: bold;
    font-size: 12px;
    vertical-align: middle;
    font-family: Arial, Sans-Serif;
    color: #202020;
    border-bottom: #696969 1px solid;
}
.infobody
{
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    margin: 0px;
    padding-top: 5px;
    background-color: #e0e0e0;
    list-style-position: inside;
    list-style-type: disc;
}
.infofooter
{
    background-color: #cccccc;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    margin: 0px;
    vertical-align: middle;
    padding-top: 5px;
    text-align: center;
    border-top: #696969 1px solid;
}

/* main user area info sections */
.maininfoheader
{
    padding-right: 25px;
    padding-left: 5px;
    padding-bottom: 2px;
    margin: 0px;
    padding-top: 6px;
    background-position: right center;
    background-image: url(/images/icons/info.gif);
    background-repeat: no-repeat;
    height: 18px;
    background-color: #cccccc;
    font-weight: bold;
    font-size: 12px;
    vertical-align: middle;
    font-family: Arial, Sans-Serif;
    color: #202020;
    border-bottom: #696969 1px solid;
}
.maininfobody
{
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    margin: 0px;
    padding-top: 5px;
    background-color: #e0e0e0;
    list-style-position: inside;
    list-style-type: disc;
}
.maininfofooter
{
    background-color: #cccccc;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    margin: 0px;
    vertical-align: middle;
    padding-top: 5px;
    text-align: center;
    border-top: #696969 1px solid;
}



/* text edit area border */
.texteditarea
{
    border-right: #a9a9a9 1px solid;
    border-top: #a9a9a9 1px solid;
    border-left: #a9a9a9 1px solid;
    border-bottom: #a9a9a9 1px solid;
    overflow: visible;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    margin: 0px;
    padding-top: 0px;
}

/* help page */
.helpbanner
{
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	background-color: #c5e24a;
	margin: 0px;
}

/* nowrap for table cell */
.tablenowrap
{
    white-space: nowrap;
}

.tabledarkbackground
{
	background-color: #a6c820;
}

.tablemidbackground
{
	background-color: #C5E24A;
}

.tablelightbackground
{
	background-color: #F4FADE;
}

/* terms and conditions area */

.termsandconditions
{
	overflow: auto;
	width: 500px;
	height: 300px;
	background-color: #F4FADE;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	border-right: #808080 1px solid;
	border-top: #808080 1px solid;
	border-left: #808080 1px solid;
	border-bottom: #808080 1px solid;
}



/* at very bottom of page for logos etc. */
#postfooter
{
    margin-top: 50px;
    margin-bottom: 20px;
}
#postfooter img
{
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
}


/* advert areas */
.advertareavert
{
	text-align: right;
	vertical-align: top;
}
.advertareahorz
{
	vertical-align: top;
	text-align: left;
}

/* testimonials box */
.testimonialsarea
{
	background-position: left top;
	background-image: url(/images/boxes/testimonials_tl.gif);
	background-repeat: no-repeat;
	background-color: #f4fade;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
	width: 99%;
	font-size: 80%;
}
.testimonialsarea div
{
	background-position: right top;
	background-image: url(/images/boxes/testimonials_tr.gif);
	background-repeat: no-repeat;
	background-color: transparent;
}
.testimonialsarea div div
{
	background-position: left bottom;
	background-image: url(/images/boxes/testimonials_bl.gif);
	background-repeat: no-repeat;
	background-color: transparent;
}
.testimonialsarea div div div
{
	padding-right: 15px;
	background-position: right bottom;
	padding-left: 15px;
	background-image: url(/images/boxes/testimonials_br.gif);
	padding-bottom: 30px;
	padding-top: 30px;
	background-repeat: no-repeat;
	background-color: transparent;
}


