/* ================================
    CSS STYLES FOR Module RentAssistant
   ================================
*/
body,html
{
	font-family:Trebuchet MS;
	font-size:10px;
}

.wantedad
{
	margin-bottom:15px;
	border-bottom:1px solid #999999;
}
.FilterArea
{
	background-color:lightsteelblue;
}

.FeedbackMessage
{
	text-align:center;
	width:100%;
}

.SuccessText
{
	color:Green;
	font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold
}

.ErrorText
{
	color:Red;
	font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold
}

.ItemTypeHeader
{
	color:lightsteelblue;
	font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold
}

.TextBox, .Buttons
{
	font-family:tahoma;
	font-size:11px;
	border:1px solid #999999;
}

.HeaderText
{
	font-family:tahoma;
	font-size:11px;
	font-weight:bold;
	background-color:#95BFEA;
}

.DataText
{
	font-family:tahoma;
	font-size:11px;
}

.Button
{
	font-family:tahoma;
	font-size:11px;
	border:1px solid #999999;
	background-color:D3E8FD;
	cursor:hand;
}
.SectionText
{
	font-family:tahoma;
	font-size:11px;
	
	color:#999999;
	padding:3px;
}

.HeaderCaption
{
	font-family:tahoma;
	font-size:14px;
	font-weight:bold;
	color:Black;
}
