﻿/* HTML section */
*
{
    margin: 0;
    padding: 0;
}

body
{
    margin: 0 auto;
    padding: 0;
    font-family: Tahoma, Verdana, Arial, Sans-Serif;
    font-size: 0.8em;
    line-height: 1.1em;
    color: #000;
    background: #0F436D center top repeat-y url(../images/site_bg.jpg);
}

.main-content
{
    width: 830px;
    margin: 10px auto;
    background-color: White;
}

/* Ps and DIVs */
p
{
    margin-bottom: 10px;
}

.contents
{
    padding-left: 10px;
    padding-right: 10px;
    display: inline;
}

/* Headings */
h1, h2, h3
{
    font-family: Arial, Sans-Serif;
}
h1
{
    font-size: 1.7em;
    color: Maroon;
}
h2
{
    font-size: 1.5em;
    color: Blue;
}
h3
{
    font-size: 1.2em;
    color: Blue;
}

/* a classes */
a:visited, a:link, a:active
{
    color: navy;
    text-decoration: underline;
}

a:hover
{
    color: #0060c2;
    text-decoration: underline;
}

/* Images */
img
{
    border: none;
}

/* Text classes */
.errormessage
{
    color: Maroon;
}
/* Layout classes */
.clear
{
    clear: both;
}

.clear-20
{
    clear: both;
    height: 20px;
}

.clear-min-30
{
    clear: both;
    min-height: 30px;
}

.col-left
{
    float: left;
    display: inline;
    width: 20%;
    font-weight: bold;
    padding-bottom:3px;
}

.col-right
{
    float: left;
    display: inline;
    width: 77%;
}

tr
{
    height: 1.8em;
}
td
{
    width: 150px;
}
/* Rating System */
.star
{
    width: 16px;
    height: 16px;
}
.starempty
{
    background-image: url(../images/star_off.jpg);
}
.starfilled
{
    background-image: url(../images/star_on.jpg);
}
.stardone
{
    background-image: url(../images/star_sel.jpg);
}

/* Menu Section */
.menu
{
    background-color: #4665b0;
    color: White;
    width: 100%;
    float: left;
}

.menu ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}
.menu li
{
    border-right: 1px solid #000;
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
    height: 22px;
}

.menu li a, .menu li a:link, .menu li a:active, .menu li a:visited
{
    font: bold 1em/20px Trebuchet MS, Arial, Sans Serif;
    background: #4665b0;
    color: white;
    display: block;
    padding-left: 9px;
    padding-right: 9px; /*text-transform: lowercase;*/
    text-decoration: none;
    line-height: 22px;
    vertical-align: middle;
}
.menu li a:hover
{
    background: maroon;
    color: white;
    height: 22px;
}

/* Popup Section */
#backgroundPopup
{
    display: none;
    position: fixed;
    _position: absolute; /* hack for internet explorer 6*/
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #000000;
    border: 1px solid #cecece;
    z-index: 101;
}
#popupEmail
{
    display: none; /*position: fixed;     _position: absolute; /* hack for internet explorer 6*/
    height: inherit;
    width: 600px;
    background: #FFFFFF;
    border: 2px solid #cecece;
    z-index: 110;
    padding: 12px;
}
#popupClose
{
    font-size: 14px;
    line-height: 14px;
    right: 6px;
    top: 4px;
    position: absolute;
    color: #6fa5fd;
    font-weight: 700;
    display: block;
}

#popupUser
{
    display: none; /*position: fixed;     _position: absolute; /* hack for internet explorer 6*/
    height: inherit;
    width: 500px;
    background: #FFFFFF;
    border: 2px solid #cecece;
    z-index: 110;
    padding: 12px;
}

#popupRecipe
{
    display: none; /*position: fixed;     _position: absolute; /* hack for internet explorer 6*/
    height: inherit;
    width: 500px;
    background: #FFFFFF;
    border: 2px solid #cecece;
    z-index: 110;
    padding: 12px;
}

#popupCat
{
    display: none; /*position: fixed;     _position: absolute; /* hack for internet explorer 6*/
    height: inherit;
    width: 500px;
    background: #FFFFFF;
    border: 2px solid #cecece;
    z-index: 110;
    padding: 12px;
}

/* Controls */
.textbox
{
    width: 300px;
    height: 20px;
    padding: 2px;
    line-height: 20px;
    vertical-align: middle;
}

.dropdown
{
    height: 25px;
}

.multiline
{
    height: 85px;
    width: 350px;
    font-family: Arial, Sans-Serif;
}

/* Buttons */
.button
{
    float: left;
    display: inline;
    margin-right: 10px;
    background-image: url(../images/button_bg.jpg);
    width: 150px;
    height: 30px;
    text-align: center;
    vertical-align: middle;
    line-height: 30px;
    color: White;
}

.button a, .button a:visited, .button a:active, .button a:link, .button a:hover
{
    color: White;
    text-decoration: none;
    font-family: Arial Rounded MT Bold, Arial, Sans-Serif;
    font-size: 1.2em;
}
