﻿/******************************************/
/************* CSS version 1.0 ************/
/************* (c) GoodWeb.gr *************/
/******************************************/
body
{
    font-family: "Trebuchet MS" , Calibri, Verdana, Arial, Helvetica, sans-serif, Calibri;
    background-color: #FFE9F7;
    color: #000000;
    margin: 0px auto;
}
table
{
    background-color: #FFFFFF;
}
th
{
    text-align: left;
    color: Black;
}

.content-and-criteria, .header-control
{
    font-size: 12px;
    background-color: White;
    width: 850px;
    text-align: left;
}

.content-and-criteria table, .header-control table
{
    text-align: left;
}

.content-and-criteria td, .header-control td
{
    vertical-align: top;
}

.florist-profile
{
    color: #d24077;
    font-size: 12px;
}

.header-menu
{
    font-family: "Palatino Linotype" ,Calibri, "Trebuchet MS" , Verdana;
    width: 850px;
    height: 30px;
    text-align: right;
    background-image: url(../FW_Images/menu.jpg);
    color: #FFFFFF;
    font-size: 15px;
    vertical-align: middle;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
}
.header-menu a
{
    color: #FFFFFF; /* remove? */
    text-decoration: none;
    vertical-align: middle; /* remove? */
}
.menu-text
{
    color: #FFFFFF;
    font-size: 13px;
    vertical-align: top;
}
.menu-text a
{
    color: #FFFFFF; /* remove? */
    text-decoration: none;
    vertical-align: middle;
}
.footer-text
{
    font-size: 12px;
    width: 850px;
    text-align: center;
    background-color: #FFFFFF;
}
.footer-text a
{
    text-decoration: none;
    color: #000000;
}


.tabs-florist
{
    text-align: left;
    font-size: 14px;
    color: #b31045;
    background-image: url('../FW_Images/kartela-tabs.jpg');
    background-repeat: no-repeat;
    background-position: center;
    padding-left: 275px;
    padding-top: 5px;
    vertical-align: top;
}
.tabs-florist a
{
    text-decoration: none;
    color: #b31045;
    font-weight: bold;
}
.tabs-florist a:hover
{
    text-decoration: none;
    color: #00b5ef;
    font-weight: bold;
}
.gift-area
{
    font-size: 13px;
    padding-top: 14px;
    padding-left: 85px;
    text-align: left;
    background-image: url('../FW_Images/gift.jpg');
    background-repeat: no-repeat;
    background-position: right;
    border: 0px solid red;
}
.down-buttons
{
    font-size: 11px;
    font-weight: bold;
    background-image: url('../FW_Images/profile-down-buttons.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-position: top;
    padding-right: 20px;
    text-align: left;
    padding-top: 0px;
    vertical-align: top;
}
.code-title-path
{
	font-weight: bold;
	color: #808080;
}
.name-title-path
{
    font-weight: bold;
    color: #d24077;
}
/* FORMS SKINS  */
html body form .RadInput .hovered-textbox
{
    border-width: 1px;
    border-color: #a9c9a9;
    font: 14px/18pxarial,sans-serif;
}
html body form .RadInput .hovered-textbox
{
    border-color: #b31045;
    background: #ffe9f7;
}
html body form .RadInput .focused-textbox
{
    border-color: #3a3;
    background: #efe;
}
.title-for-forms /* like MassMeeting */
{
    font-size: 20px;
    color: #333333;
    height: 35px;
    background-color: White;
    text-align: left;
    padding-left: 10px;
    border: 0px solid red;
}

