
	/* --------------------------------- *
	 * 		profile.css					 *
	 * 		uppdaterad 2010-04-03		 *
	 * --------------------------------- */
	 
	@import "humle.css";
	
	#profile_left_panel
	{
		margin-right: 2px;
		margin-top: 35px;
		padding: 5px;
		width: 420px;
		float: left;
		background: #fff;
	}
	
	#profile_right_panel
	{
		margin-left: 2px;
		margin-top: 35px;
		padding: 5px;
		width: 300px;
		min-height: 300px;
		float: right;
		background: #fff;
	}
	
	#submenu {
		width: 500px;
		margin: 10px;
	}
	
	#submenu ul li {
		float: left;
	}
	
	#submenu a {
		padding: 8px;
	}
	
	#profilename {
		background: #80b9e3;
		padding-left: 5px;
		color: #fff;
		margin-bottom: 20px;
	}
	
	#photo {
		border: 1px solid #80b9e3;
		width: 400px;
		height: 300px;
		padding: 8px;
		background: #fff;
	}
	
	.thumbnail {
		vertical-align: top; 
		margin-bottom: 10px; 
		border: none;
	}
	
	#profile_text {
		width: 700px;
		padding: 5px;
		min-height: 100px;
		margin-top: 10px;
		clear: both;
	}
	
	/* bubble */
	#arrow {
		position: relative;
		z-index: 1;
		top: -2px;
	}
	
	#bubble {
		text-align: center;
	}
	
	#bubbleBorder {
		background: #80b9e3;
		max-width: 770px;
	}
	
	#bubbleContent {
		font-family: arial, sans-serif;
		font-size: 16px;
		font-weight: bold;
		background: #fff; /* url(../bubble_bg.png);*/
		padding: 10px;
		/*border: 2px solid #80b9e3;*/
	}
	
	#upload {
		width: 400px;
	}
	
	table {
		margin: 0;
	}
	
	.border_none {
		
		border-right: none !important;	
	} 
	
	.greycol {
		color: #999;
		text-decoration: none;
	}
	
	/* guest book */
	
	#gbook
	{
		clear: both;
		border: 1px solid #000;
		float: left;
		height: 300px;
	}
	
	#write
	{
		float: right;
		width: 270px;
		height: 300px;
		
	}
	
	#entries
	{
		float: left;
		width: 500px;
		overflow: scroll;
	}
	
	.entry 
	{
		border: 1px solid #000;
		height: 100px;
	}
	
	select
	{
		width: 200px;
	}
	
	label
	{
		display: block;
	}
	
	#guestbook_add
	{
		width: 265px;
		margin: 5px 0 5px 0;
		
	}
	
	.dataTables_filter input {
		display: inline;
}
	#entries td {
		border: none;
	}
	
	#entries table {
		margin: 0;
		width: 300px;
	}
	
	#entries thead {
		background: transparent;
	}
	
		
