﻿.TextBox
{
    font-family: Verdana, Arial;
    font-size: 11px;
    color: #1E1E1E;
    background-color: #E8F1F4;
    border: solid 1px #e0e0e0;
    padding: 2px 2px 2px 2px;
    
} 

.Button
{
    font-family: Arial, Verdana;
    font-size: 11px;
    background-color: #e8f1f4;
    color: #1E1E1E;
}

.Link{
    text-decoration:none;
    color: #FF9900;
}

.Link:hover{
    color:#FF9900;
    text-decoration:none;
}

.MenuLink{
    text-decoration:underline;
    color: #606060;
    font-family: Arial;
    font-size:12px;
    text-align:left;
}

.MenuLink:hover{
    color:#FF9900;
    text-decoration:underline;
    font-family: Arial;
    font-size:12px;
    text-align:left;
}

.Box
{
    border: 1px;
    border-color: #caa03c;
    border-style: solid;
}

.BoldText 
{
    font-weight: bold;
}

.SilverBox
{
    border: 1px;
    border-color: #e8f1f4;
    border-style: solid;
}

.modalBackground {
	background-color:#b3bee1;
	filter:alpha(opacity=70);
	opacity:0.7;
}