
body {
	background: #819CB3 url('../images/water.jpg') top no-repeat;
	background-attachment: fixed;
	font-family: arial, sans-serif;
	font-size: 10pt;
	margin: 0 auto;
	width: 976px;
position: relative;
}

#mylabel {
position: absolute;
top: 57px;
left: 380px;
font-weight: bold;
color: #869c7f;
}

h1,
h2 {
	color: #755435;
	font-family: georgia, script;
	font-size: 2em;
	font-style: italic;
	font-weight: normal;
	margin-bottom: 0.5em;
}

h2 {
	font-size: 1.5em;
	margin-bottom: 0;
}

#top {
	background: transparent url('../images/dropshadow_top-trans.png') top left no-repeat;
	padding: 18px 16px 0 16px;
}

#middle {
	background: transparent url('../images/dropshadow_middle-trans.png') top left no-repeat;
	padding: 0 16px;
}

#middle > .content {
	background: #E8F0E4 url('../images/flowerbg.jpg') center bottom no-repeat;
	min-height: 350px;
	padding: 0 0 1em 1em;
}

#bottom {
	background: transparent url('../images/dropshadow_bottom-trans.png') left bottom no-repeat;
	height: 26px;
	padding: 6px 0 0 0;
}

#bottom .content {
	color: #E8F0E4;
	text-align: center;
}

#bottom .content a {
	color: #E8F0E4;
}

/* ============================================================
	Thrown Messages
============================================================ */

#thrown p {
	border-width: 2px;
	border-style: solid;
	color: black;
	cursor: pointer;
	margin-bottom: 0.5em;
	margin-right: 1em;
	padding: 0.5em;
}

#thrown p.error {
	background-color: #ffa0a0;
	border-color: #800000;
}

#thrown p.notice {
	background-color: #a0ffa0;
	border-color: #008000;
}

/* ============================================================
	Alumni Logged In
============================================================ */

/* Friends List */
ul.friends_list li {
	padding: 2px 0;
}

ul.friends_list li img {
	vertical-align: middle;
}


/* Search Results */
ul.search_results li {
	padding: 2px 0;
}

ul.search_results li img {
	vertical-align: middle;
}

/* Home */
#home_hugs,
#home_friend_requests,
#home_messages {
	margin-bottom: 1em;
}

/* View Profile */
#profilemain .profilephoto {
	float: left;
	margin-bottom: 10px;
	width: 255px;
}

#profilemain .info_and_actions {
	float: left;
	width: 650px;
}

#profilemain #contactinfo {
margin-bottom: 1em;
}

#profilemain #contactinfo li {
list-style-type: none;
clear: left;
}

#profilemain #contactinfo li span {
float: left;
width: 6em;
font-weight: bold;
}

#profilemain #actions li {
list-style-type: none;
display: inline;
}

#profilemain #actions li a {
	/*
	text-decoration: none;
	padding: 10px;
	display: block;
	float: left;
	background-color: #ccc;
	color: black;
	border: 2px outset #ccc;
	font-size: .8em;
	*/
	display: inline;
	margin-right: 10px;
	width: 80px;
}

#profilemain #who_am_i {
	clear: left;
	margin-top: 1em;
	margin-bottom: 1em;
}

/*
#profilemain h2 {
font-size: 1.2em;
}
*/

#profilemain #gallery ul {
	height: 150px;
}

#profilemain #gallery ul li {
	float: left;
	text-align: center;
	margin-right: 14px;
}

#profilemain #gallery ul li a,
#profilemain #gallery ul li a img {
	vertical-align: middle;
}

#profilemain #bottomstuff,
#profilemain #middlestuff,
#profilemain #gallery {
clear: left;
padding-top: 1em;
}

#profilemain #affirmations,
#profilemain #friends {
	width: 45%;
	float: left;
}

#profilemain #quotes,
#profilemain #friendly_words {
	margin-left:50%;
	width: 45%;
}

#profilemain #friends {
clear: left;
}

/* Profile Friends List */
#profilemain #friends li {
	padding: 2px 0;
}

#profilemain #friends li img {
	vertical-align: middle;
}

#friendly_words li {position: relative; min-height: 80px;padding-left: 70px;}

#friendly_words img {position: absolute; top: 0; left: 0;}

/* Inbox and Outbox */
table.inbox,
table.outbox {
	width: 100%;
}

table.inbox tr th,
table.outbox tr th {
	border-bottom: 1px solid #8080a0;
	font-weight: bold;
}

table.inbox tr th,
table.outbox tr th,
table.inbox tr td,
table.outbox tr td {
	padding: 2px;
}

table.inbox tr.empty td,
table.outbox tr.empty td {
	text-align: center;
}

table.inbox .unread {
	font-weight: bold;
}
