﻿body
{
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	color: #000000;
}

/* Go Rent Pro Wrapper */
#wrapper
{
	margin: 0px auto;
	width: 896px;
	padding: 0px;
	font-family: inherit;
}

/* Go Rent Pro Text Styles */
.GoRentPro_Header
{
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}
.GoRentPro_SubHeaderWhite
{
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.GoRentPro_MainTextWhite
{
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.GoRentPro_SubHeaderBlue
{
	font-size: 14px;
	font-weight: bold;
	color: #192845;
}
.GoRentPro_MainTextBlue
{
	font-size: 12px;
	font-weight: bold;
	color: #192845;
}
.GoRentPro_SubHeaderBlack
{
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.GoRentPro_MainTextBlack
{
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.GoRentPro_MainTextLightBlue
{
	font-size: 12px;
	color: #7390B0;
}
.section
{
	overflow: hidden;
	text-align: left;
}

/* Go Rent Pro FAQ Text Styles */
.GoRentPro_FAQHeaderBlue
{
	font-size: 16px;
	font-weight: bold;
	color: #192845;
}
.GoRentPro_FAQTextLightBlue
{
	font-size: 14px;
	font-weight: bold;
	color: #7390B0;
}

/* Go Rent Pro Links */
.linkGoRentProWhite a:link, .linkGoRentProWhite a:visited, .linkGoRentProWhite a:active
{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.linkGoRentProWhite a:hover
{
	color: #6DBAAA;
	font-weight: bold;
	text-decoration: underline;
}
.linkGoRentProBlue a:link, .linkGoRentProBlue a:visited, .linkGoRentProBlue a:active
{
	color: #192845;
	font-weight: bold;
	text-decoration: none;
}
.linkGoRentProBlue a:hover
{
	color: #6DBAAA;
	font-weight: bold;
	text-decoration: underline;
}
.linkGoRentProLightBlue a:link, .linkGoRentProLightBlue a:visited, .linkGoRentProLightBlue a:active
{
	color: #7390B0;
	font-weight: bold;
	text-decoration: none;
}
.linkGoRentProLightBlue a:hover
{
	color: #6DBAAA;
	font-weight: bold;
	text-decoration: underline;
}
.linkPurchaseNow a:link, .linkPurchaseNow a:visited, .linkPurchaseNow a:active
{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.linkPurchaseNow a:hover
{
	color: #192845;
	font-weight: bold;
	text-decoration: none;
}
.linkInterview a:link, .linkInterview a:visited, .linkInterview a:active
{
	color: #192845;
	font-weight: bold;
	text-decoration: none;
}
.linkInterview a:hover
{
	text-decoration: underline;
}

/* Go Rent Pro Edit Styles */
.GoRentPro_EditButton
{
	display: block;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	background-color: #D7EEF4;
	width: 30px;
	border: solid 1px #000000;
	text-decoration: underline;
	text-align: center;
	z-index: 100;
	position: absolute;
}
.GoRentPro_EditMode .section
{
	border: dashed 1px #000000;
}

/* Go Rent Pro Screen Shot Control Styles */
.RemoveBorder .radr_clipRegion
{
	border-style: none !important;
}

/* Go Rent Pro Features Bullet Point Styles */
.GoRentPro_List
{
	margin: 0px 0px 0px 17px; 
	padding: 0px; 
	list-style-position: outside;
	list-style-image: url(../images/mainSite/Features/bulletPoint.gif);
}
.GoRentPro_FaqList
{
	margin: 15px 25px; 
	padding: 0px; 
	list-style-position: outside;
}

/* Go Rent Pro Default Table Padding */
.tablePaddingBottom td
{
	padding-bottom: 2px;
}
.tablePaddingAll td
{
	padding: 2px;
}

/* Go Rent Pro Buttons */
.GoRentProButtonThin
{
	/* Sliding right image */
	background: transparent url( 'Buttons/Button_Sprite.gif' ) no-repeat right 0px;
	display: inline;
	height: 29px; /* Based On Image Height */
	margin-right: 0px;
	padding-right: 15px; /* Based On Right Image Width */
	text-decoration: none;
	color: #FFFFFF !important;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center !important;
}

.GoRentProButtonThin span
{
	/* Background left image */
	background: transparent url( 'Buttons/Button_Sprite.gif' ) no-repeat left 0px;
	display: block;
	height: 19px; /* Based On Button Height */
	padding: 5px 0px 5px 13px; /*width: 222px;*/
	cursor: pointer;
}

/* Registration Property Type Styles */
.FloatLabel Label
{
	float: left;
	clear: left;
}
.FloatLabel td
{
	padding: 25px 0px;
}