﻿.inputStyle
{
	background: #e7f3d4;
	border: solid 3px #bbe086;	
	font-size:13px;	
	padding:3px;
	margin-bottom:2px;
}
.inputStyle:hover, .inputStyle:focus, .dropdownStyle:hover, .dropdownStyle:focus
{
	background: #ffffff;
	border-color:#b1d77b;
}
.dropdownStyle
{
	background: #e7f3d4;
	border: none 3px #bbe086;	
	padding: 3px;
	margin-bottom:2px;
	font-size:13px;	
}
.formTitleText
{
	color:#5e9416;
	font-size:14px;
	font-weight:bold;
}
.formHeadingText
{
    display:block;
	margin-top: 10px;
	color:#346f11;
	font-weight:bold;
	margin-left: 3px;
}
.formLabelText
{
    display:block;
	color:#111111;
	margin-left: 3px;
}
div.row {
	clear: both;
	padding-top: 2px;
}

div.row span.label {
	float: left;
	width: 158px;
	margin-top: 8px;
	font-size:15px;
	font-weight:bold;
	color: #373d2e;
	text-align: right;
}

div.row span.formw {
	float: right;
	width: 300px;
	text-align: left;
} 

.buttonStyle
{
	color: #373d2e;
	background: #e5fac4;
	font-weight: bold;
	border: none;
	padding: 6px;
	margin-right: 10px;
	float:left;
	cursor: pointer;
}
.buttonStyle:hover
{
	color: #7944a4;
	background: #FFFFFF;
}

.errorMessage
{
	position:absolute;
	width:16px;
	height:16px;
	background-image: url(../Images/UI/error.gif);
	margin-top: 10px;
}

.errorText 
{
	font-weight:bold;
	color: #db2423; 
}

.formMessage
{
	border: solid 4px #a4d163;
	font-weight: bold;
	background-color:#e5f3d2;
	color: #572021;
	padding: 10px;
	margin-bottom:10px;
}

.iconButton
{
	width:200px;
	height:16px;

}
.iconButtonDisabled
{
	width:200px;
	height:16px;
	font-size:13px;
	font-weight:bold;
	color:#949494;
}
.iconButton .plus
{
	cursor:pointer;
	background-image: url(../Images/Icons/plus.gif);
	width:16px;
	height:16px;
	margin-right:6px;
	background-repeat: no-repeat;
	float:left;
}

.iconButton .editicon
{
	cursor:pointer;
	background-image: url(../Images/Icons/edit.gif);
	width:16px;
	height:16px;
	margin-right:6px;
	background-repeat: no-repeat;
	float:left;
}
.iconButtonDisabled .editicon
{
	cursor:pointer;
	background-image: url(../Images/Icons/editdisabled.gif);
	width:16px;
	height:16px;
	margin-right:6px;
	background-repeat: no-repeat;
	float:left;
}