table.profile_navigator {
	width: 100%;
	table-layout: fixed;
}

table.profile_navigator td {
	padding: 10px;
}

.img_desc {
	  position: relative;
	  display: block;
}
.img_desc cite {
	  background: #111;
	  filter:alpha(opacity=55);
	  opacity:.55;
	  color: #fff;
	  position: absolute;
	  bottom: 0;
	  left: 0;
	  padding: 1px;
	  border-top: 1px solid #999;
}

div.profile_gravatar img {
		  border: 5px solid #ddd;
		  padding: 5px; /*Inner border size*/
		  background: #fff; /*Inner border color*/
}


td.profile_user {
		width:350px;
}

table.profile_user td {
		   padding: 5px;
}


div.profile_header {
		   font-size: 200%;
		   border-bottom: thin solid lightgrey;
		   padding-bottom: 10px;
}

div.profile_info_name, div.profile_info_about, div.profile_info_loc, div.profile_info_website {
}


div.profile_info {
	 border: 2px solid #ddd;
	 padding: 5px; /*Inner border size*/
	 background: #fff; /*Inner border color*/
}

div#user_sections {
	  padding-top: 15px;
	  padding-bottom: 10px;
	  border-top: thin solid lightgrey;
	  border-bottom: thin solid lightgrey;

}


h3.user_section_header {
    font-size: 1.0em;
    font-weight: bold;
    margin: 0.5em 0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
}

.profile_edit {
    font-size: 100%;
    margin: 0.1em 0;
    padding-top: 10px;
    padding-bottom: 5px;
    padding-left: 10px;	   
}

.profile_what_next {
    font-size: 100%;
    margin: 0.1em 0;
    padding-top: 5px;
    padding-bottom: 10px;
    padding-left: 10px;
}

div.user_invitation  {
    padding-bottom: 10px;
}

div.user_invitation label {
    font-size: 100%;
    font-weight: bold;
}

div.user_invitation input {
}

div.user_invitation textarea {
    font-size: 100%;
    width: 200px;
}
 

/* edit public profile */

div.user_profile_edit {
      margin-left: -10px;
}

div.user_profile_edit label {
    font-size: 100%;
    font-weight: bold;
    margin-top: 10px;
}

div.user_profile_edit input {
    font-size: 100%;
    width: 145px;
    margin-top: -15px;
}

div.user_profile_edit textarea {
    font-size: 100%;
    width: 145px;
    margin-top: -10px;
}



div.user_friends {
}

.user_friend, .potential_friend {
	  position: relative;
	  display: inline-block;
	  height: 56px;
	  width: 56px;
	  margin: 3px 1px 3px 1px;
	  
}
.user_friend cite, .potential_friend cite {
	  background: #111;
	  filter:alpha(opacity=75);
	  opacity:.75;
	  color: #fff;
	  position: absolute;
	  bottom: 0;
	  left: 0;
	  width: 56px;
	  margin-top: 1px;
	  margin-bottom: -1px;
	  font-size: 80%;
	  border-top: 1px solid #999;
}		    


ul.tribe_list {
}

li.tribe_item{
	list-style-type: square;
	color: rgb(247,152,40);	
}

table.user_data_navigator {
   	  background-color:#F8F8FF; 
	  width: 100%;
 	font-size: 90%;
}

td.user_data_results {
       padding: 0;		     		     
}		    

td.user_data_facets {
          width: 30%;
}		    


table.resultset_item {
	width: 100%;
	table-layout: auto;
}		     

td.rs_desc {
	   vertical-align:top;	
}

td.rs_action {
           padding-left: 30px;
	   vertical-align:top;	
	   width: 150px;	     
	   text-align: center;
}

td.rs_action td {
	  text-align:center; 
	  padding: 0px;
}


table.rs_actions {
	width: 100%;
	border-spacing: 0px;
	table-layout: fixed;
}

div.rs_title {
	     font-size: 140%;
	     padding-bottom: 10px;
}

div.rs_subtitletitle {
	     font-size: 120%;
	     padding-top: 5px;
	     padding-bottom: 5px;
}

div.rs_author {
	     padding-bottom: 5px;
}


.rs_action_item {
}

.rs_action_item img {
	  height: 24px;
	  width: 24px;
}


.data_thumbnail {
}


div.exhibit-facet-body {
       font-size: 100%;
}

a.exhibit-item, a.exhibit-item:link, a.exhibit-item:active, a.exhibit-item:visited {
    border-bottom: 1px dotted #D09A86;
}    

ol.exhibit-tileView-body li {
    list-style: none;
    border-bottom: 1px solid #ddd;
}

span.rs_prop {
	     font-weight: bold;     
}

/* dialog boxes */

div.user-dialog-message {
	background-image: url('/site_media/images/dialog-warning.png');		
	background-position: top center;
	background-repeat: no-repeat;
	padding-top: 35px;
        padding-left: 10px;
        padding-right: 10px;
	padding-bottom: 10px;		
	line-height: 1.3;
}

div.user-dialog-message ul li {
	list-style-type: square;
	padding-top: 5px;
	padding-bottom: 5px;
}

div.user-dialog-message button {
	margin-top: 15px;
	margin-bottom: 5px;
	margin-right: 5px;
}


/* actions */

span.rs_action_item a {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    line-spacing: 2.5;
    background: url(/site_media/images/form-shadow.png) repeat-x;
    border: thin solid darkgrey;
    /* color: lightgrey; */
    display: inline-block;
}
