﻿@charset "UTF-8";
/* ----Font Family: Arial------- */

INPUT
{
    font-size: 12px;
    font-family: Arial;
    margin: 0px;
    color: #333;
    padding: 2px 0px;
}

SELECT
{
    font-size: 12px;
    font-family: Arial;
    margin: 0px;
    color: #333;
    height: 22px;
}

TEXTAREA
{
    font-size: 12px;
    font-family: Arial;
    margin: 0px;
    color: #333;
}


.buttonMedium
{
    width: 108px;
    height: 22px;
    color: #666;
    background:  url(../Images/Components/btn-medium.gif) no-repeat;
    outline: none;
    margin: 0px;
    border: none;
    font-size: 13px;
    line-height: 22px;
    text-align:center;
        padding: 0px 0px 4px 0px;
}

.buttonMedium:hover
{
    color: #333;
    background: url(../Images/Components/btn-medium.gif) no-repeat 0 -22px;
}

.buttonSmall
{
    width:67px;
    height: 22px;
    color: #666;
    background:  url(../Images/Components/btn-small.gif) no-repeat;
    outline: none;
    margin: 0px;
    border: none;
    font-size: 13px;
    line-height: 22px;
    text-align:center;
        padding: 0px 0px 4px 0px;
}

.buttonSmall:hover
{
    color: #333;
    background: url(../Images/Components/btn-small.gif) no-repeat 0 -22px;
}


/* -------------TEXTBOX--------------- */

.textboxGeneral
{
    border-style: none;
    border: solid 1px #bdc7d8;
}

/* -------------DropDownList--------------- */

.dropdownlistGeneral
{
    border-style: none;
    border: solid 1px #bdc7d8;
    min-width: 50px;
}

/*----Validator-----*/

.validator-highlight
{
    background-color: #eef7fa;
}