/* community.css -- CSS Document
------------------------------
- messages
- send messages
- view message
- member search
- rankings
- [plaque]
------------------------------
*/

ul#tabnav {
	text-align:left;
	margin:5px 0px 20px 0px;
	font-size:.8em;
	font-weight:bold;
	border-bottom:1px solid #d7d6da;
	list-style-type:none;
	padding:10px 10px 7px 10px;
}

ul#tabnav li {
	display: inline;
}

ul#tabnav li.selected a {
	background-color:#ffffff;
	color:#043464;
	position:relative;
	top:1px;
	padding-top:7px;
}

ul#tabnav li a {
	padding:6px 20px;
	border:1px solid #d7d6da;
	background-color:#f4f4f4;
	color:#043464;
	margin-right:10px;
	text-decoration:none;
	border-bottom:none;
}

ul#tabnav li a:hover{
	text-decoration:underline;
}

/* messages */
#messages h1 {
	margin-bottom:40px;
}

#messages #compose_button {
	margin-right:20px;
}

#messages #message_disclaimer {
	padding-top:6px;
}

#messages table {
	border:1px solid #d7d6da;
	margin-top:20px;
}

#messages th {
	height:17px;
	border-bottom:1px solid #d7d6da;
	background-color:#f4f4f4;
}

#messages th.from {
	padding-left:10px;
}

#messages table tr td {
	padding-top: 10px;
	background-color:#ffffff;
}

#messages td {
	padding-left:8px;
}

#messages td.from {
	width:200px;
	padding:10px;
}

#messages td.subject {
	width:400px;
}

#messages .unread {
	font-weight:bold;
}

#messages td.date {
	width:150px;
}

#messages td.delete {
	width:100px;
	text-align:center;
}

#messages td.empty{
	padding:30px 10px;
	background-color:#ffffff;
}

#messages .photo {
	float:left;
	margin-right:10px;
}

#messages .name {
	position:relative;
}

/* send message */
#send_message h1 {
	margin-bottom:5px;
}

#send_message #heading {
	padding-bottom:5px;
	border-bottom:1px solid #d7d6da;
	margin-bottom:20px;
}

#send_message label {
	float:left;
	width:100px;
	line-height:20px;
	margin-top:5px;
}

#send_message #recipient_name {
	float:left;
	line-height:20px;
	margin-top:5px;
	margin-bottom:0px;
}

#send_message select {
	border:1px solid #d7d6da;
	height:30px;
	width:200px;
	padding: 5px;
	margin-top:5px;
}

#send_message input {
	width:400px;
}

#send_message textarea{
	width:400px;
	height:200px;
}

#send_message #buttons {
	margin-left:100px;
}

#send_message div.error-message {
	background:none !important;
	color:#c73e14;
	padding:0.3em 0;
	font-weight:normal;
	margin-left:100px;
}

#send_message div.validator-error {
	font-weight: normal;
	color: #C73E14;
	margin-bottom: 10px;
}

/* view message */
#view_message h1 {
	margin-bottom:40px;
}

#view_message #view_message_box {
	border:1px solid #d7d6da;
	padding:10px 20px;
}

#view_message #message_header {
	margin-top:20px;
	background:#f4f4f4;
	font-weight:bold;
	border:1px solid #d7d6da;
	border-bottom:0;
	padding:7px 20px;
}

#view_message #sender_info {
	float:left;
	width: 700px;
}

#view_message #image {
	float:left;
	margin-right:15px;
}
#view_message #name {
	margin-bottom:5px;
	font-size: 14px;
}

#view_message #date {
	color:#969696;
	font-style:italic;
	font-weight:normal;
	margin-bottom:5px;
}

#view_message #subject {
	font-size: 14px;
	line-height: 1.1;
}

#view_message #report_spam {
	float:right;
	font-weight:normal;
}

#view_message #report_spam a {
	color:#969696;
}

#view_message p {
	margin-bottom:40px;
}

#view_message p.spam {
	margin-top:40px;
	color:#c73e14;
	font-weight:bold;
}

/* member search */
#member_search #left_column{
	width: 600px;
	margin-right: 0px;
	padding: 0 10px;
	float: left;
}

#member_search label {
	color:#969696;
	font-style:italic;
}

#member_search #search_form {
	border-bottom:1px solid #d7d6da;
	padding-bottom:10px;
}

#member_search #search_form.no_border {
	border-bottom:none;
}

#member_search #num_search_results {
	font-weight:bold;
	margin-top:10px;
	margin-bottom:10px;
}

#member_search .member{
	border-bottom: 1px solid #ececec;
	padding: 10px 0;
	margin-bottom: 10px;
}

#member_search .profile_image{
	float: left;
	margin-right: 10px;
}

#member_search .member_info{
	float: left;
	margin-right: 10px;
}

#member_search .member_name{
	font-weight: bold;
}

#member_search .member_stats{
	margin-top: 5px;
	margin-bottom:5px;
}

#member_search .member_links{
	width: 128px;
	line-height:15px;
	float: right;
}

#member_search #right_column{
	width: 250px;
	padding-left: 20px;
	float: left;
}

#member_search #address_book{
	text-align: center;
	font-weight: bold;
	padding-bottom: 20px;
	border-bottom: 1px solid #d7d6da;
}

#member_search #address_book_logos{
	margin-top: 20px;
	margin-bottom: 20px;
}

#member_search #yahoo_image, #msn_image{
	margin-right: 10px;
}

#member_search #address_book_button{
	margin-left: 70px;
	margin-top: 20px;
	margin-bottom: 10px;
}

#member_search #invite_friends{
	text-align: center;
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #d7d6da;
}

#member_search #invite_friends_button{
	margin-left: 70px;
	margin-top: 20px;
	margin-bottom: 10px;
}

/* rankings */
#rankings #description {
	margin-bottom:5px;
}

.active_user_info {
	margin: 1em;
}

.active_user_image {
	float: left;
	margin-right: 0.5em;
}

.active_user {
	float: left;
}

.cell-number {
	text-align: right;
}

#rankings #left_column {
	width: 640px;
	float: left;
	padding-right: 25px;
	border-right: 1px solid #D7D6DA;
}

#rankings #right_column {
	padding-left: 25px;
	width: 210px;
	float: left;
}

#rankings table tr td {
	vertical-align: middle;
	text-align:left;
}

#rankings th {
	font-weight:normal;
	border-top: 1px solid #d7d6da;
	border-bottom: 1px solid #d7d6da;
}

#rankings .wide {
	width: 150px;
}

/* plaque */
#plaque {
    background:url('/img/plaque_background.png') no-repeat scroll 0 0 transparent;
    width:269px;
    height:162px;
    margin-bottom:20px;
}

#plaque #plaque_text {
	padding:15px 25px;
	color:#ffffff;
}

#plaque #plaque_text p {
	line-height:12px;
}

#plaque p#plaque_title {
	font-weight:bold;
	margin-bottom:10px;
	line-height:14px;
}

#plaque p#plaque_signature {
	margin-top:10px;
}

#plaque p#plaque_share_title {
	font-weight:bold;
	margin-bottom:10px;
	line-height:17px;
}

#plaque p#plaque_share_text {
	line-height:14px;
}

#plaque #plaque_buttons {
	margin-top:10px;
}

#plaque .share_button {
	float:left;
	margin-right:10px;
}

#plaque .share_button.last {
	margin-right:0px;
}

#plaque .twitter_share_button {
	margin-top:1px;
}
