body
{
	background-color: #FFFFFF
}

p
{
	font-family: Arial;
	font-size: 9pt;
	color : #000000;
}

ul
{
	font-family: Arial;
	font-size: 9pt;
	color : #000000;
}
ol
{
	font-family: Arial;
	font-size: 9pt;
	color : #000000;
}

h2
{
	font-family: Arial;
	color: #003366;
	font-size: 12pt;
}

h3
{
	font-family: Arial;
	font-size: 12pt;
	font-style: bold;
	color : #FF730D;
}

.helpIcon
{ 
	vertical-align: bottom
}  

.faqQuestion
{
	font-family: Arial;
	font-size: 10pt;
	font-style: bold;
	color : #FF730D;
}

.categoryTitle
{
	font-family: Arial;
	font-size: 11pt;
	font-style: bold;
	color : #FF730D;
}

.normal  		
{
	font-family: Arial;
	font-size: 9pt;
	color : #000000;
}

.signature		
{
	font-family: Arial;
	font-size: 8pt;
	text-align: right;
	color : #000000;
}

.normalBlack
{
	font-family: Arial;
	font-size: 9pt;
	color : #000000;
}

.normalGrey  	
{
	font-family: Arial;
	font-size: 9pt;
	color : #666666;
}

.normalTitle
{
	font-family: Arial;
	color: #003366;
	font-size: 10pt;
}

.errorMessage
{
	font-family: Arial;
	font-size: 9pt;
	color : #FF0000;
}

.errorMessageBold
{
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	color : #FF0000;
}

.boldGrey  	
{
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	color : #666666;
}

.iborder
{
	font : 10pt arial;
	color: #000000;
	background-color: #FFFFFF;
	border-color: #000000;
	border-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-style: single;
} 

.headerTagline
{
	font-family: Arial;
	color: #000000;
	font-size: 11pt;
	font-weight: bold;
}

.headerText
{
	font-family: Arial;
	color: #000000;
	font-size: 8pt;
	font-weight: bold;
}

.testimonial
{
	font-family: Arial;
	color: #000000;
	font-size: 8pt;
}

.testimonialSignature
{
	font-family: Arial;
	color: #000000;
	font-size: 7pt;
}

.trLayout
{
	border-top: 0px;
	border-bottom: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0C6C9D;
	border-right: 1px;
	border-right-style: solid;
	border-right-color: #0C6C9D;
	border-left: 0px;
}

.submitButtonImage
{
	background: url(http://www.landlordmax.com/images/analyzer/button.gif) no-repeat; 
	outline: none; 
	width: 132px; 
	height: 23px;
	border: 0px;
	padding: 0px;
	margin : 0; 
	font-size: 10px;
	color : #fff; 
}

.purchaseButtonImage
{
	background: url(http://www.landlordmax.com/images/buttons/purchaseButton.gif) no-repeat; 
	outline: none; 
	width: 94px; 
	height: 23px;
	border: 0px;
	padding: 0px;
	margin : 0; 
	font-size: 9px;
	color : #fff; 
}

.mainContentDiv 
{
	PADDING-TOP: 5px;
	PADDING-LEFT: 20px;
	PADDING-BOTTOM: 5px;
	PADDING-RIGHT: 20px;
}

.analyzerTableHeader
{
	PADDING-TOP: 5px;
	PADDING-LEFT: 5px;
	PADDING-BOTTOM: 5px;
	PADDING-RIGHT: 5px;
}

.analyzerReportTableHeader
{
	PADDING-TOP: 2px;
	PADDING-LEFT: 2px;
	PADDING-BOTTOM: 2px;
	PADDING-RIGHT: 2px;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
	position: relative;
	z-index: 0;
}

.thumbnail:hover{
	background-color: transparent;
	z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: white;
	padding: 5px;
	left: -1000px;
	border: 1px solid;
	visibility: hidden;
	color: black;
	text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	top: 0px;
	left: 0px; /*position where enlarged image should offset horizontally */
}

.custombutton {
	padding:0;
	margin:0;
	border:none;
	background:none;
	cursor:hand;
}

.submitButton 
{
	color: #fff;
    padding: 2px 5px;
    border: 1px solid;
    border-color: #000000;
    background-color: #4170A0;
	font-family: Arial;
    font-size: 14px;
 	font-weight: normal;
	display: block;
    width: 125px;
	text-align: center;
	text-decoration: none;
}

.viewButton
{
    width: 65px;
}
