﻿imgresize/* reset */
* {
margin: 0;
padding: 0;
}

body 
{
    margin: 0 0 0 0;
    padding: 0;
    height:100%;
    min-height:100%;
}

#Wrapper
{
    width:1280px;
    color:#005AD6;
    height:100%;
    min-height:100%;
    clear:both;
    margin-top:0;
}

#Wrapper input[type="text"]
{
    color:#2ea69f;
}

input[disabled="disabled"] {
     color:#2ea69f;
}

#Wrapper input[type="password"]
{
    color:#2ea69f;
}

#Wrapper textarea
{
    color:#2ea69f;
}

#Wrapper select
{
    color:#2ea69f;
}

#Head
{
    background-color:#FFFFFF;
    width:1280px;
    height:100px;
    clear:both;
    padding-left:0px;
}

h1
{
    font-size:larger;
}

h2
{
    font-size:large;
}

#Head h1
{
    margin:0;
}

#logo
{
    float:left;
    background-color:#005AD6;
    padding-bottom:5px;
height:100%;
z-index:2;
}

#Header
{
    margin-left:auto;
    margin-right:auto;
    text-align:center;
    padding-top:10px;
}

#Wrapper2
{
    width:1400px;
    min-height:600px;
    height:100%;
    overflow:hidden;
    position:relative;
    padding-bottom:20px;
}

#Menu
{
    width:200px;
    height: 100%;
    left: 0;
    position:absolute;
    background-color:#005AD6;
    float:left;
    z-index:2;
}

#Content
{
    width:1180px;
    min-height: 100px;
    overflow: hidden;
    float:right;
    position:relative;
    z-index:1;
}

#Footer
{
    width:1280px;
    height:25px;
    background-color:#005AD6;
    text-align:center;
    color:White;
    padding:4px;
    z-index:0;
}

#LogIn
{
    margin-left:auto;
    margin-right:auto;
    margin-top:200px;
}

.gvCountry
{
    margin-left:auto;
    margin-right:auto;
    margin-top:30px;
    margin-bottom: 20px;
    color:#005AD6;
}

.disInput
{
    color:#2ea69f;
}

.gvFlowerType
{
    margin-left:auto;
    margin-right:auto;
    margin-top:30px;
}

.Watermark
{
    color:#BFBFBF;
}

.staticpadding
{
    padding-left:21px;
    padding-right:20px;
}

.ctable td
{
    border-collapse:collapse;
    border: solid 1px black;
    padding: 2px 2px 2px 2px;
}

.pricesTable td
{
    border-collapse:collapse;
    border: solid 1px #005AD6;
}

.pricesTable
{
    border-collapse:collapse;
}