﻿/* General declarations */

body
{
    background-color: #DCDAD4;
    font-family: Verdana;
    font-size: 11px;
    color: #000000;
    text-align: center;
    padding:50px;
}

a
{
    color: #333333;
    text-decoration: none;
    font-weight: bold;
}

a:hover
{
    text-decoration: underline;
}

img
{
    border-style: none;
}

/* CieTrade master page declarations */

#RootPanel
{
    margin: 0px auto;
    background-image: url(../Images/MainBackground.gif);
    background-repeat: no-repeat;
    position: relative;
    top: -40px;
    width: 1000px;
    height: 680px;
    z-index: 1;
}

#MainContent
{
    text-align: left;
    line-height: 16px;
    position: absolute;
    top: 107px;
    left: 20px;
    width: 955px;
    height: 536px;
    z-index: 2;
}

#HeaderLine
{
    position: absolute;
    left: 20px;
    top: 93px;
    width: 969px;
    height: 1px;
}

.HorizontalDots
{
    background-image: url(../Images/HorizontalDots.gif);
    background-repeat: repeat-x;
}

.VerticalDots
{
    background-image: url(../Images/VerticalDots.gif);
    background-repeat: repeat-y;
}

label
{
    color: #999999;
    font-size: 10px;
}

.Input
{
    border: 1px solid #AAAAAA;
    font-size: 12px;
    padding: 2px;
}

.DropDownList
{

}

.TextBox
{

}

.CheckBox
{

}

.Button
{
    border: 1px solid #000000;
    background-color: #EEEEEE;
}

.ErrorMessage, .ValidationMessage
{
    border: 1px solid;
	margin-top: 10px;
    padding: 0px 0px 0px 25px;
    background-repeat: no-repeat;
    background-position: 10px center;
}

.ErrorMessage
{
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('../Images/Error.png');
}

.ValidationMessage
{
    color: #D63301;
    background-color: #FFCCBA;
    background-image: url('../Images/Validation.png');
}
