/*
'########################################
'#iRealtySolution Property Management Software Package
'#https://www.irealtysolution.com/
'########################################
*/
Body{
	font-family:Verdana, Arial, Helvetica, sans-serif;	
	font-size:12px;
	color: #000000;
	background-color:#ffffff;
	font-weight:normal;
	margin-left:0;
	margin-bottom:0;
	margin-top:0;
	margin-right:0;
}

Table{
	font-family:Verdana, Arial, Helvetica, sans-serif;	
	font-size:11px;
}

.FontSize16{
	font-family: Arial, Helvetica, sans-serif;	
	font-size:16px;
}

.FontBlack14{
	font-size:14px;
	letter-spacing:-1px;
	font-weight:bold;
}	

.FontInfo11{
	color: #B7B7B7;
}

.FontRed11{
	font-size:11px;
	color:#C34815;
	text-decoration:none;
}

.FontFormTitle{
	font-family: Arial, Helvetica, sans-serif;	
	font-size:11px;
	color:#666666;
	font-weight:bold;
}

.PropertyTitle { 
	letter-spacing:-1px;
	font-size:12px;
}

.TextBox{
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size:11px;
	color:#666666;
	border-bottom:#292f64 2px solid;
	border-left:#909090 1px solid;
	border-right:#292f64 2px solid;
	border-top:#909090 1px solid;
	background-color:#ffffff;	
}

.Button{
	font-size:10px;
	font-weight: bold;
	text-transform:uppercase;
	color: #ffffff;
	cursor: hand;
	height: 22px;
	padding-bottom: 1px;
	background-color:#CCCCCC;
	border-bottom:#a7a7a7 1px solid;
	border-left:#d5d5d5 1px solid;
	border-right:#a7a7a7 1px solid;
	border-top:#d5d5d5 1px solid;
	background: url(../images/button.gif) #fff repeat-x left top;	
}		

.RedButton{
	font-size:11px;
	font-weight: bold;
	color: #ffffff;
	width: 80px;
	cursor: hand;
	height: 22px;
	text-transform:uppercase;
	padding-bottom: 1px;
	background-color:#CCCCCC;
	border-bottom:#a7a7a7 1px solid;
	border-left:#d5d5d5 1px solid;
	border-right:#a7a7a7 1px solid;
	border-top:#d5d5d5 1px solid;
	background: url(../images/redbutton.gif) #fff repeat-x left top;
}

.ImageBorder {
	border-bottom:#666666 2px solid;
	border-left:#cccccc 1px solid;
	border-right:#666666 2px solid;
	border-top:#cccccc 1px solid;	
}

.StepOn { 
	font-family: Arial, Helvetica, sans-serif;	
	font-weight : bold;
	font-size : 15px;
	color : #000000;
}

.StepOff { 
	font-family: Arial, Helvetica, sans-serif;	
	font-weight : bold;
	font-size : 15px;
	color:#cccccc;
}