﻿/*
###################################
    FormItem
###################################
*/
.FormContent
{
    padding-bottom: 10px;
}
.FormItem
{
    padding-right: 15px;
    padding-bottom: 11px;
}
.FormItemRight
{
}
.FormItem271
{
    width: 256px;
}
.FormItem341
{
    width: 326px;
}
.FormItem label
{
    display: block;
    font-size: 14px;
    line-height: 21px;
    padding-bottom: 5px;
}
.FormItem input
{
    width: 276px;
    font-family: Arial;
    font-size: 14px;
    line-height: normal;
    padding: 6px 0px 8px 8px;
    margin: 0px;
    color: #252525;
    background-color: #eeeeee;
    border: 1px solid #d7d7d7;
}
.FormItem80 input
{
    width: 70px !important;
}
.validation-error
{
    color: red;
    font-weight: bold;
}    
input.error, input.input-validation-error, textarea.error 
{
	background-color:#e38e97 !important;
    color: #c10c1e !important;
	border:solid 1px #e38e97 !important;
}

.FormItem input.error, .FormItem input.input-validation-error, .FormItem textarea.error 
{
	background-color:#f7c7cc !important;
}

.FormItem select, select
{
    width: 284px;
    height: 26px;
    font-family: Arial;
    font-size: 14px;
    line-height: normal;
    padding: 0px;
    margin: 0px;
    color: #252525;
    background-color: #eeeeee;
    border: 1px solid #d7d7d7;
}
select.Width150
{
    width: 150px;
}
.FormItem input[type=radio], .FormItem input[type=checkbox]
{
    background-color: Transparent;
    border:solid 0px #acacac;
    line-height:normal;
    padding: 0px;
    font-size: 13px;
    font-family: Arial;
    vertical-align: bottom;
    color: #252525;
    width: auto;
    margin-top: 5px;
    margin-right: 10px;
}

.FormItem input[type=radio] + label, .FormItem input[type=checkbox] + label
{
    display: inline-block !important;
    padding-bottom: 0px;
    margin-bottom: -4px;
    vertical-align: bottom;
    font-size: 14px;
}

.FormItem textarea
{
    width: 450px;
    height: 120px;
    font-family: Arial;
    font-size: 14px;
    line-height: normal;
    margin: 0px;
    color: #252525;
    background-color: #eeeeee;
    border: 1px solid #d7d7d7;
}
.FormItem textarea.Width550Height70
{
    width: 550px;
    height: 70px;
    font-family: Arial;
    font-size: 14px;
    line-height: normal;
    margin: 0px;
    color: #252525;
    background-color: #eeeeee;
    border: 1px solid #d7d7d7;
}
.LoginFormItem
{
    
}
.LoginFormItem input
{
    width: 330px;
    font-family: Arial;
    font-size: 14px;
    line-height: normal;
    padding: 6px 0px 8px 8px;
    margin: 0px;
    color: #252525;
    background-color: #e2e2e2;
    border: 1px solid #e2e2e2;
}
      
/*
###################################
    Common ErrorList
###################################
*/
.CommonErrorList
{
    padding-bottom: 10px;
    font-weight: bold;
}
.CommonErrorList ul
{
    padding: 0px;
    margin: 0px;
    padding-top: 5px;
}

.CommonErrorList ul li
{
    padding: 0px;
    margin: 0px;
    font-weight: normal;
    padding-left: 0px;
    margin-left: 18px;
    padding-bottom: 4px;
}
      
/*
###################################
    Button row
###################################
*/
.ButtonRow
{
    border-top: 1px solid #c0c6cb;
    padding-top: 10px;
}
   
/*
###################################
    Button - Select
###################################
*/
.UserSelectRoleButton
{
    margin: 5px 0px;
}
