div#tri-left-container
{
	float: left;
}
div#tri-left-column
{
	float: left;
	margin-top: 15px;
	width: 230px;
}
div#tri-center-column
{
	margin-left: 250px;
	width: 530px;
}
div#tri-right-column
{
	float: right;
	margin-top: 47px;
	width: 160px;
}
div.float-right, a.float-right
{
	float: right;
}
div#message-wall
{
	padding: 15px;
	border: solid 1px #CCCCCC;
	border-top: none;
	background-color: #FFFFFF;
}
div#update-wall
{
	margin: 0 0 10px 0;
	padding: 15px 15px 40px 15px;
	background-color: #FFD7A6;
}
input#update-wall-text-input
{
	margin-right: 10px;
	padding: 8px;
	width: 359px;
}
input.blue-square-large-float
{
	float: right;
	margin: 1px 0 0 0;
	padding: 5px;
	border: solid 1px #307ec1;
	background: #4392D7 url(/images/nav/recordset_gradient_bg.gif) bottom left repeat-x;
	color: #FFFFFF;

}
a.blue-square-full
{
	display: block;
	margin: 10px 0 0 0 ;
	padding: 5px;
	border: solid 1px #307ec1;
	background: #4392D7 url(/images/nav/recordset_gradient_bg.gif) top left repeat-x;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
}

a.blue-square-full:hover
{
	display: block;
	margin: 10px 0 0 0 ;
	padding: 5px;
	border: solid 1px #307ec1;
	background: #4392D7 url(/images/nav/recordset_gradient_bg_inverse.gif) top left repeat-x;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
}

div#friends-photo-wall img
{
	margin: 10px 2px 0 3px;
}

div.wall-update
{
	margin-bottom: 10px;
	padding: 10px 10px 15px 0;
	border-bottom: solid 1px #CCCCCC;
}

div.wall-update img
{
	float: left;
}

div.wall-update p
{
	margin: 0 0 5px 75px;
}

div#wall-update-links
{
	float: right;
}
/* ---------------------------------------------------------------------------------*/
/* My Home Nav */

ul#my-home-tabs
{
	position: relative;
	clear: right;
	height: 27px;
}

ul#my-home-tabs li
{
	float: left;
	width: 135px;
	text-align: center;
}
ul#my-home-tabs li#right-most-tab
{
	width: 125px;
}

ul#my-home-tabs a
{
	display: block;
	margin-right: 10px;
	padding: 7px 0 0 0;
	height: 20px;
	text-decoration: none;
	font-weight: bold;
	background: transparent url(/images/btns/my_home_tab.png) top left no-repeat;
	color: #FFFFFF;
	z-index: 3;
}

ul#my-home-tabs li#right-most-tab a
{
	margin-right: 0;
}

ul#my-home-tabs a:hover
{
	background-position: -125px top;
}


body#my-home a#my-home, body#friends a#friends, body#photos a#photos,  body#blog a#blog
{
	background-position: -125px top;
}

div#blue-divider
{
	margin-top: 0 !important;
	margin-top: -4px;
	height: 20px;
	background-color: #4493d6;
}



/* --------------------------------------------- */
/* NOT From index.html at the top of the file */



input#my-home-search
{
	padding: 7px;
	width: 112px;
	background-color: #ffd7a6;
	color: #777777;
}

ul#search-by
{
	margin: 10px 0 50px 90px;
}


/* --------------------------------------------- */
/* From index.html at the top of the file */

div#hp-search-fields
{
	background-color:#ffd7a6;
}
button#submit-ir
{
	width: 30px;
	height: 29px;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent url(/images/search_arrow.gif) no-repeat left top;
	text-indent: -1000em;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
}

p#search-by
{
	float: left;
	margin: 10px;
}



/* Linc's Changes */

div#friendsList
{
	padding: 15px;
	border: solid 1px #CCCCCC;
	border-top: none;
	background-color: #FFFFFF;
}
div#photosList
{
	padding: 15px;
	border: solid 1px #CCCCCC;
	border-top: none;
	background-color: #FFFFFF;
}
div#comment
{
	border: 1px solid #EEEEEE; 
	margin-top:10px;
	margin: 0 0 5px 75px; 
	padding:5px;
}
div.add-comment
{
	border: 1px solid #EEEEEE; 
	margin-top:10px;
	margin: 0 0 5px 75px; 
	padding:5px;
	background-color: #FFD7A6;
}

