﻿/*** TAGS ***/

a
{
    text-decoration:none;
    color:#246097;
}

a:hover
{
    text-decoration:underline;
    color:#ba4d00;
}

img
{
    border:0px;
}

input[type=button], input[type=submit]
{
    font-size:11px;
    cursor:pointer;
}

input[type=checkbox]
{
    cursor:pointer;
}

input[disabled], select[disabled]
{
    font-style:italic;
    background-color:#eeeeee;
}

input[type=text], input[type=password], textarea
{
    font-family:Verdana;
    font-size:11px;
    padding:4px;
    border:1px solid #CCCCCC;
}

input[type=text], input[type=password]
{
    width:200px;
}

input[type=text].Focus, input[type=password].Focus, textarea.Focus
{
    border-color:#246097;
}

input[type=text].Large
{
    font-size:14px;
    width:230px;
    margin:5px 0px 5px 0px;
    font-weight:bold;
}

select
{
    font-size:11px;
    border:1px solid #CCCCCC;
    cursor:pointer;
}

textarea
{
    width:300px;
    height:100px;
}

/*** BEGIN COMMON ***/

.Bold
{
    font-weight:bold;
}

.ClearFloat
{
    clear:both;
}

.FloatLeft
{
    float:left;
}

.FloatRight
{
    float:right;
}

.Gray
{
    color:#777777;
}

.Green
{
    color:#009900;
}

.Italic
{
    font-style:italic;
}

.Light
{
    color:#aaaaaa;
}

.Red
{
    color:#990000;
}

/*** END COMMON ***/

.FieldLabel
{
    text-align:right;
    padding-right:15px;
    vertical-align:middle;
    font-weight:bold;
}

.Label
{
    float:left;   
    width:120px;
    text-align:right;
    margin:3px 10px 0px 0px;
}