@import url(global_v1-2.css);
@import url(PonteVerda_css/modules.css);
@import url(PonteVerda_css/plugins.css);
@import url(adminLogin.css);


/*
I. GLOBAL:  Global classes, header styles, link styles and .page (body tag) class
II. BUTTONS
III. MISC CLASSES 
IV. CUSTOM SITE SELECTORS

/////////////////////////////////////////////////////*/

body {
	
	background:  #FFF;
	color: #000;
}


h1 {
	
	color: #018bb0;
	font: 20px Georgia, "Times New Roman", Times, serif;

}


h2 {
	
	color: #018bb0;
	font: 14px Georgia, "Times New Roman", Times, serif;
	
}

h3 {
	
	color: #225467;
	font: 16px/1.3 Georgia, "Times New Roman", Times, serif;

}

h4 {
	
	color: #018bb0;
	font: 11px/1.3 "Lucida Sans Unicode", Verdana, Arial, sans-serif;

}

h5 {
	
	color: #000000;
	font: 11px Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;

}

h6 {
	
	color: #423317;
	font: bold 11px Georgia, "Times New Roman", Times, serif;

}

p {
	
	color: #1A1816;
	font: 11px/1.3 "Lucida Sans Unicode", Verdana, Arial, sans-serif;

}

li {
	color: #1A1816;
	font: 11px/1.3 "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	}

hr {
	color:#81d7ce;
	}

table, div {
	
	font: 11px "Lucida Sans Unicode", Verdana, Arial, sans-serif;

}

a,a.small,a.anchor,a.visited {
	
	color: #018bb0;
	font: inherit;
	text-decoration: none;

}

a:hover {
	
	color: #81d7ce;
	font: inherit;
	text-decoration: underline;

}

.page {
	
	background:#3d93b4;
	text-align: center;
	
}

.CEMenu {
	
	margin: 0;
	padding: 0;

}

/* important edit global text boxes - deFault --------- */
.txtbox {
	
	background: #FFF;
	border-style: inset;
	border-width: 2px;
	color: #000;
	font: 11px Verdana, "Lucida Sans Unicode", Arial, sans-serif;
	margin: 2px 0;

}

/****** END GLOBAL ------------------
/////////////////////////////////////
II. BUTTONS
/////////////////////////////////////
= directory -> edit roster options -> cancel & next button --------- */
.but {
	
	background: #eee;
	border: 1px outset buttonhighlight;
	color: #333;
	cursor: pointer;
	font: 13px Verdana, "Lucida Sans Unicode", Arial, sans-serif;

}

/*= directory -> edit roster options -> close button --------- */
.membut {
	
	background: #eee;
	border: 1px solid buttonFace;
	color: #333;
	cursor: pointer;
	font: 11px Verdana, "Lucida Sans Unicode", Arial, sans-serif;

}

/*= ADMIN BUTTON AND BAR ------ */
.abut {
	
	background: #eee;
	border-style: outset;
	border-width: 2px;
	color: #333;
	font: 11px Verdana, "Lucida Sans Unicode", Arial, sans-serif;
	margin-bottom: 2px;
	margin-top: 2px;

}

.adminbar {
	
	background: #eee;
	color: #333;
	font: 400 12px Verdana, "Lucida Sans Unicode", Arial, sans-serif;

}

/*////////////////////////////////////
III. MISC CLASSES 
//////////////////////////////////////
 --------- general row hover classes --------- */
.rowNormal {
	
	background: #eee;
	color: #000;
	font: 400 11px Verdana, "Lucida Sans Unicode", Arial, sans-serif;

}

.rowHover {
	
	background: #FFF;
	color: #000;
	font: 400 11px Verdana, "Lucida Sans Unicode", Arial, sans-serif;

}

.rowAlternate {
	
	background: #eee;
	color: #000;
	font-weight: 400;

}

.rowHeader {
	
	background: #555;
	border: 1px solid #000;
	color: #FFF;
	font-weight: 700;

}

.cookieTrail {
	
	background: #FFF;
	border-bottom: 1px solid #FFF;
	color: #000;
	display: none;
	font: 400 11px Verdana, "Lucida Sans Unicode", Arial, sans-serif;
	padding: 2px;
	text-decoration: none;

}

a.cookieTrail,a.cookieTrail:hover {
	
	color: #333;
	font: 400 11px Verdana, "Lucida Sans Unicode", Arial, sans-serif;
	text-decoration: none;

}

/*////////////////////////////////////////////////////////
Layout and Custom Selectors For: PlantationAtPointe
////////////////////////////////////////////////////////*/

.hideText {

	display: none;

}

/*////////////////////////////////////////////////////////////////
= MASTER PAGE SPECIFIC CLASSES 
////////////////////////////////////////////////////////////////*/

.siteWrapper {
	background:#fff;
	margin:0 auto;
	width:950px;
	padding-bottom:20px;
}

#pubHome {


	
}

#pubContent {


	
}


/* -------------------------------------------------------------
= HEADER CLASSES 
------------------------------------------------------------- */

#branding {
	margin:0 auto;
	width:270px;
	height: 67px;
	padding-top:15px;
	padding-bottom:15px;
}
	
	a#logo {
		width:270px;
		height: 67px;
		background:url(../../../Images/branding.jpg);
		background-position:top left;
		display:block;
}
		a#logo:hover {
			background-position: left bottom;
		}

	
#bannerLinks {
	color:#B3B3B3;
	text-transform:uppercase;
	}
	
	#bannerLinks a {
		color:#B3B3B3;
		text-transform:uppercase;
		text-decoration:none;
		}
		
		#bannerLinks a:hover {
			color:#018bb0;
			text-transform:uppercase;
			text-decoration:underline;}
	
			#bannerLinks td {
				color:#B3B3B3;
				text-transform:uppercase;
				padding:2px 0;
				}

#PvtBanner {
	width:558px;
	float:right;
	padding-right:20px;
	}
	
	#PvtBanenr #branding {
		padding-left:370px;}
		
		#PvtBanner #bannerLinks {
			padding-top:25px;}
	
/* -------------------------------------------------------------
= NAV CLASSES 
------------------------------------------------------------- */

#nav {
	border-bottom:#cdcfce 1px solid;
	margin:0 auto;
	width:910px;
	height:32px;

}

td#blueContact {
	background:url(../../../Images/navLine.jpg) left center no-repeat;}
	
td#blueContact a {
	line-height:32px;
	font: bold 11px "Times New Roman", Georgia, Times, serif;
	line-height: 32px;
	color: #018bb0;
	cursor: pointer;
	text-decoration: none;
	text-transform:uppercase;
	text-align:right;}
	
	td#blueContact a:hover {
		color:#81d7ce;
		text-decoration:none;
		text-transform:uppercase;
		text-align:right;
		}
		
/*------------------------------------------------------------
LOGIN
------------------------------------------------------------*/

.login_fields {
	text-transform:uppercase;
	color:474747;
	font-size:10px;
	}
	
.advLogUsername, .advLogPassword {
	width:95%;}
	
.login_links a {
	color:#474747;
	font: italic 11px "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	text-decoration:underline;
	}
	
#login_link {
	padding-right:11px;}

/* -------------------------------------------------------------
= CONTENT  
------------------------------------------------------------- */


#flash {
	width:910px;
	margin:0 auto;
	}

#landingFlash {
	background:#f4f5f0;
	border-bottom:#cdcfce 1px solid;
	}

#contentWrapper {
	width:910px;
	margin:0 auto;
	background:#f4f5f0;
	
	}
	
#liveWrapper {
	width:890px;
	margin:0 auto;
	background:url(../../../Images/contentBG.jpg) top center repeat-y;
	border-top:9px solid #f4f5f0;
	border-bottom:10px solid #f4f5f0;
	}
	
	#liveWrapper li {
		padding-left:19px;
		background:url(../../../Images/bullet.jpg) top left no-repeat;
		list-style:none;
		}
		
		#liveWrapper #adminTools li {
			background:none;}
	

#contentHome {
	background:#fff;
	width:890px;
	margin:0 auto;
	border-top:9px solid #f4f5f0;
	border-bottom:10px solid #f4f5f0;

}

	#contentHome .inside {

		}

#contentArea {
	float:right;
	width:700px;
	}

	#contentArea .inside {
		padding:30px 30px;
		margin:0 auto;
		text-align:left;
		}
		
#sideBar {
	float:left;
	width:190px;
	}
	
	#sideBar div div div div img {
		height:0px;
		width:0px;
		}
		
		td#sideContent a {
			padding-left:10px;
			background:transparent url(../../../Images/blueArrow.gif) no-repeat scroll left center;
			display:inline;
			font-size:12px;
			margin:4px;
			color:#000;}
			
			td#sideContent a:hover {
				color:#fff;
				text-decoration:underline;}
			
				td#sideContent h3 {
					color:#000;}
		
	
td#greyBox img {
	border:#f4f5f0 10px solid;
	}
	
table#greyBox img {
	border:#f4f5f0 10px solid;
	}
	
	table#greyBox td {
		padding-bottom:5px;}
			
			table#greyBox a {
				padding-left:10px;
				background:transparent url(../../../Images/quickLinkArrow.gif) no-repeat scroll left center;
				display:inline;
				font-size:12px;
				margin:4px;
				color:#6e6e6e;
				text-decoration:underline;}
				
				table#greyBox a:hover {
					padding-left:10px;
					background:transparent url(../../../Images/quickLinkArrow.gif) no-repeat scroll left center;
					display:inline;
					font-size:12px;
					margin:4px;
					color:#018bb0;
					text-decoration:underline;}
			
td.darkLine {
	border-top:#cdcfce 1px solid;}
			
#left {
	float:left;
	width:320px;
	border-right:#f4f5f0 1px solid;
	}
	
	#left .content {
		padding-right:30px;
		}
		
#right {
	float:right;
	width:290px;
	}
	
	#right .content {
		padding-left:30px;
		}
		
		
table#menu h3 {
	padding: 4px 2px;
	line-height: 2em;
	border-top: 1px solid #fabd6d;
	border-bottom: 1px solid #fabd6d;
	font: 16px Georgia, "Times New Roman", Times, serif;
	color:#018bb0;
	}
	
	table#menu p {
		padding-left:20px;}
		
		table#menu h2 {
			padding-left:10px;
			background:transparent url(../../../Images/quickLinkArrow.gif) no-repeat scroll left center;
			color:#6e6e6e;
			}

	
	table#realEstate img {
		border:#f4f5f0 10px solid;}
		
table#stats td {
	padding-bottom:4px;}
		
td#padRten {
	padding-right:12px;}
	


/* -------------------------------------------------------------
= fOOTER CLASSES 
------------------------------------------------------------- */

#footer {
	width:890px;
	margin:0 auto;
	padding-top:10px;
	text-align:left;
}

	#footer p {
		color:#fff;
		font-size:10px;}
		
		#footer a {
			color:#fff;
			text-transform:uppercase;
			font-size:10px;}
			
			#footer a:hover {
				color:#81d7ce;
				text-transform:uppercase;
				font-size:10px;
				text-decoration:none;}
				
				#footer td {
					padding-right:15px;}

