#tableMain {
	background-color: #333333;
	border: thin groove;
}
body {
	margin-top: 0px;
	background-color: #000000;
	background-image: url(/images/bg_gradient.jpg);
	background-repeat: repeat-x;
}
.header {
	background-image: url(/images/header.jpg);
	height: 132px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #000000;
	padding-right: 15px;
	padding-left: 15px;
	letter-spacing: 0.1px;
	word-spacing: 1px;
}

#tableHeader {
}

<style type="text/css">
 
#glowingtabs{
float:right;
width:100%;
font-size:90%;
line-height:normal;
border-bottom: 1px solid #7e9fff; /*Add border strip to bottom of menu*/
}

#glowingtabs ul{
	list-style-type: none;
	margin:0;
	margin-left: 22px; /*change to move links over from left */
	padding:0;
	background-image: url(/images/weeklyDose-header.jpg);
	background-repeat: no-repeat;
}

#glowingtabs li{
display:inline;
margin:0;
padding:0;
}

#glowingtabs a{
float:left; /* alignment of links in cell*/
background:url(images/glowtab_left.jpg) no-repeat left top;
margin:0;
margin-right: 5px; /*spacing between each tab*/
padding:0 0 0 14px; /*spacing for lettering in button - change if left and right image for button don't match up*/
text-decoration:none;
}

#glowingtabs a span{
	float:left;
	display:block;
	background:url(images/glowtab.jpg) no-repeat right top;
	padding: 7px 19px 5px 3px;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;	
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#glowingtabs a span {float:none;}
/* End IE5-Mac hack */

#glowingtabs a:hover span {
color: black;
}

#glowingtabs #current a{ /*Selected Tab style*/
background-position:0 -82px; /*Shift background image up to start of 2nd tab image*/
}

#glowingtabs #current a span{ /*Selected Tab style*/
background-position:100% -82px; /*Shift background image up to start of 2nd tab image*/
color: black;
}



#glowingtabs a:hover{ /*onMouseover style*/
background-position:0% -82px; /*Shift background image up to start of 2nd tab image*/
}

#glowingtabs a:hover span{ /*onMouseover style*/
background-position:100% -82px; /*Shift background image up to start of 2nd tab image*/
}

#glowingtabs a:active{ /*Selected Tab style*/
background-position:0 -82px; /*Shift background image up to start of 2nd tab image*/
}

#glowingtabs a:active span{ /*Selected Tab style*/
background-position:100% -82px; /*Shift background image up to start of 2nd tab image*/
color: black;
}

</style>

[if IE]>
<style type="text/css">
p.iepara{ /*Conditional CSS- For IE (inc IE7), create 1em spacing between menu and paragraph that follows*/
padding-top: 1em;
}
</style>
<![endif]#tableHeader {
	background-color: #660000;
}

.links {
	padding-top: 10px;
	text-align:center;
	background-image: url(/images/headerBottom.jpg);
	background-repeat: no-repeat;
}

a:link {
	color: #0000FF;
}

a:visited {
	color: #0000FF;
}

a:hover {
	color: #FF0000;
}

a:active {
	color: #FF00FF;
}

.footer {
	line-height: 18px;
	padding-bottom: 10px;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.footer a {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.footer a:hover {
	color:#FF9900;
}
	
#tableBody {
	background-color: #FFFFFF;
}

h1 {
	padding-left: 30px;
	padding-right: 30px;
}
.hr {
	margin-left: 20px;
	margin-right: 20px;
}
.border {
	margin: 5px;
}
#tableRecipe {
	border: 3px double #000000;
}
h2 {
	padding-right: 20px;
	padding-left: 20px;
}
.border2 {
	border: 3px double #000000;
	margin-right: 20px;
	margin-left: 20px;
}
.cookbookList {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	list-style-type: square;
	padding-right: 20px;
}
.highlight {
	background-color: #FFFF00;
}
.textBorder {
	color: #666666;
	border: 3px double #999999;
	margin: 15px;
	padding: 10px;
	background-color: #F7F7F7;
	font-size: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 24px;
}

