﻿body
{
    font-family: Verdana;
    font-size: 9pt;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    background-image: url(/images/body_bg.png); 
    background-repeat: repeat-x;
}

/***** Menu Bar *****/
table.header
{
    height: 120px;
}

div.menubar
{
    width:600px;
}

div.menubar li {
	list-style: none;
}

div.menubar li a{
	margin-top: 18px;
	margin-bottom: 2px;
	font-size: 14px;
	color: #FFFFFF;
	float: left;
	display: block;
	line-height: 33px;
	text-decoration: none;
	padding: 0px 20px 0px 20px;
	font-weight: bold;
}

div.menubar li a:hover{
	background: url(/images/menu_over.png);
	background-repeat: repeat-x;
	color: #258cff;
}

img.article
{
    padding-left: 5px;
    padding-right: 5px;
}

/***** Main Page *****/

td.mainpage
{
    padding-top: 14px;
    background-image: url(/images/page_bg.png); 
    background-repeat: repeat-y;
    padding-left:20px; 
    padding-right: 20px;
}

td.maincontent
{
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0px;
}

div.boxheader
{
    background-image: url(/images/box_header.png); 
    padding-top:4px; 
    font-weight: bold; 
    padding-bottom: 10px; 
    color: #FFFFFF; 
    width: 175px;
    text-align: center;
}

td.boxmain
{
    background-image: url('/images/box_border.png');
    color: #444444;
    line-height: 18px;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #FFFFFF;
}

td.boxbottom
{
    background-image: url('/images/box_bottom.png');
    height: 4px;
}

td.pagebottom
{
    background-image: url('/images/page_bottom.png'); 
    padding-left: 25px; 
    padding-top: 12px; 
    background-repeat: no-repeat; 
    height: 55px; 
    font-weight:bold; 
    color: #EDEDED;
}

td.pagebottom a
{
    color: #EDEDED;
}


    
/***** Headings & Text *****/

.heading1
{
    color: #258cff;
    font-size: 16pt;
}

.heading2
{
    color: #258cff;
    font-size: 13pt;
    padding-bottom: 10px;
}

tr.newsheader
{
    background-image: url('/images/newshead.png');
    padding-right: 10px;
}

tr.newsbottom
{
    background-image: url('/images/newsbottom.png');
    line-height: 20px;
    padding-left: 5px;
    padding-right: 5px;
}

.newsheading
{
    text-align: left;
    color: #ffffff;
    font-size: 11pt;
    font-weight: bold;
    padding-left: 10px;
    line-height: 20px;
}

.newssmall
{
    text-align: left;
    color: #666666;
    font-size: 8pt;
     
}

.commenthighlight
{
    text-align: left;
    color: #258cff;
    font-size: 8pt;
    font-weight: bold;
    line-height: 20px;
}

.comments
{
    text-align: left;
    color: #666666;
    font-size: 8pt;
}

.categorysmall
{
    text-align: left;
    color: #eeeeee;
    font-size: 8pt;
    font-weight: bold;
     
}

.newstext
{
    text-align: justify;
    padding-bottom: 20px;
    padding-top: 5px; 
}

a
{
    text-decoration: none;
    color: #258cff;
}

a:visited
{
    text-decoration: none;
    color: #258cff;
}

a:hover
{
    text-decoration: underline;
}

ol li
{
    padding-bottom: 10px;
}

ul.bullets li
{
    padding-bottom: 10px;
}

.recipesmall
{
    color: #888888;
    font-size: 8pt;
    font-style: italic;
}

div.login {
 position:absolute;
 top:0;
 left:40%;
 text-align: left;
 font-weight: bold;
 font-size: 10pt;
}

div.loggedin {
 position:absolute;
 top:0;
 left:40%;
 text-align: left;
 font-weight: bold;
 font-size: 10pt;
 color: #545454;
}

div.loginbox {
 position:absolute;
 top:18px;
 left:40%;
 visibility: hidden; 
 font-size: 7pt;
}

