/* rival and friend lists */
#profile_rivals_table {background: #0D1A0D; border: solid 1px #5D4220;}
#profile_friends_table {background: #0D1A0D; border: solid 1px #5D4220;}

/* medal case */
.profile_medals_medal {border: none;}
.profile_medals_date {font-size: 7pt;}

/* shoutouts */
#profile_shoutouts_table {background-color: #0D1A0D; border: solid 1px orange; }
.profile_shoutouts_textbox {
	border: solid black 1px; 
	background: #1F3F1F; border-color: #5D4220; color: #E9EDDD;
}
.profile_shoutouts_footer {border-bottom: solid gray 1px; }
.profile_shoutouts_from {border-top: solid #5D4220 1px; border-bottom: solid #BBBBBB 1px; }
.profile_shoutouts_button {border: solid black 1px; background: #5D4220; color: White;}

/* sub-picture links */
#profile_options {
	background: white;
}
#profile_options a {
	background: white;
}
#profile_options a:hover {
	color: black;
	background: #D8DFFF;
	border: #8898FF solid 1px;
}

.editprofile_combobox {background: #1F3F1F; border-color: #5D4220; color: #E9EDDD;}
.editprofile_error {color: Red;}

.profile_tourneys_date {}

.medals_date {color: Gray; }
.medals_medal {border: none;}
#medals_table_count {color: Gray;}

#friend_add_header {font-weight: bold; font-size: 10pt; text-align:left; border-bottom: solid black 1px;}

/* friends sub page */
.friends_table_rightcell {border-top: solid black 1px;}
.friends_table_rightcell_footer {border-bottom: solid 1px gray;}

.friends_table_table_leftcell {}

#shoutouts_table {border: solid 1px orange; background-color: white;}

.tia_updatesection {border: solid 1px #5D4220; background: #0D1A0D; }
.tia_update_special {color: #E9EDDD; border-top: solid 1px #AAAAAA; border-bottom: solid 1px #AAAAAA; }

.edit_link_selected {border: solid 1px #5D4220; background: #1F3F1F ;}
.profile_score {color: #EDF5AE;}

