﻿.formTable
{
	margin-top: 15px;
	width: auto;
}

.formTable  td
{
	padding-bottom: 10px;
}

.formLabel
{
    /*width: 125px;*/
	padding-right: 10px;
	white-space: nowrap;
	/*text-align:right;*/
	font-weight: normal;
	color: #666;
	white-space: nowrap;
}
.fieldLabel
{
    /*width: 125px;*/
	white-space: nowrap;
	/*text-align:right;*/
	font-weight: normal;
	color: #666;
	white-space: nowrap;
}
.formInstr
{
	color: #666;
}

.formLabelRequired
{
	color: #666;
	font-weight: bold;
}

.textBox, select
{
	color: #000000;
	padding: 2px;
	border: solid 1px #7F9DB9;
}

.button
{
    padding: 5px;
}
.button_small
{
    padding: 1px;
}
.button.blue
{
    border-width: 1px;
    background-color: #3B5998;
    color: #FFF;
    border-bottom: solid 1px #0E1F5B;
    border-right: solid 1px #0E1F5B;
    border-top: solid 1px #D9DFEA;
    border-left: solid 1px #D9DFEA;
}
.button.green
{
    border-width: 1px;
    background-color: #67A54B;
    color: #FFF;
    border-bottom: solid 1px #3B6E22;
    border-right: solid 1px #3B6E22;
    border-top: solid 1px #95BF82;
    border-left: solid 1px #95BF82;
}


.textBoxError{
    border: solid 1px Red;
    padding: 2px;
}

.messageType, .messageType
{
    margin: 2px;
    margin-bottom: 10px;
    border-width: 1px;
    border-style: solid;
    padding: 12px 12px 12px 36px;
    background-repeat: no-repeat;
    background-position: 12px 12px
    }

.messageType.Info
{
    background-color: #E5ECF3;
    border-color: #81A3C5;
    color: #666;
    background-image: url(../../resources/images/icons/information.png);
    }
.messageType.Error
{
    background-color: #FEE;
    border-color: #DCC;
    color: #600;
    background-image: url(../../resources/images/icons/error.png);
    }


a.linkbutton
{
    height: 20px;
    width: 140px;
    display: block;
    padding-top: 2px;
    text-align: center;
    text-decoration: none;
    }
a.linkbutton:HOVER
{
    text-decoration: underline;
    }
a.linkbutton.green
{
    background-color: #E0EEBC;
    border-top: solid 1px #E7FDAF;
    border-right: solid 1px #9AA878;
    border-bottom: solid 1px #9AA878;
    border-left: solid 1px #E7FDAF;
    color: #756633;
    }
a.linkbutton.grey
{
    background-color: #E8E8E8;
    border-top: solid 1px #F7F7F7;
    border-right: solid 1px #BFBFBF;
    border-bottom: solid 1px #BFBFBF;
    border-left: solid 1px #F7F7F7;
    color: #999999;
    }

.note{font-size: 10px; color: #999;}

.link 
{
    text-decoration: underline;
    color: Navy;
    cursor: pointer;
    }
    
    