/** Visualisation View page **/

.visual_details {
	margin-right: 250px;
}

.vis_details {
	display: block;
	float: left;
	margin-top: 10px;
}

.vis_details .title_column {
	text-align: left;
	font-weight: bold;
}

.vis_details .input_column {
	clear: left;
}



.vis_img {
	float: left;
	width: 420px;
	margin-bottom: 1em;
}

.vis_img a img {
	border: 1px solid #ddd;
	/* width: 400px; */
}
	.vis_img a:hover img {
		border: 1px solid #666;
		/* width: 400px; */
	}

.vis_img .click_info {
	float: left;
	clear: left;
	width: 100%;
	text-align: center;
	font-style: italic;
}

.vis_description {
	margin-bottom: 20px;
}

.vis_source {
	display: block;
	margin-bottom: 10px;
	clear: left;
	width: 100%;
}

.vis_tags_visual_types {
	display: block;
	width: 25%;
	margin-bottom: 10px;
}

.vis_tags_users {
	display: block;
	width: 25%;
}

.vis_interaction {
	display: block;
	clear: left;
	width: 100%;
}

.vis_tags_visual_types .input_column,
.vis_tags_users .input_column {
	margin-top: 10px;
	margin-left: 10px;
}

.vis_howtos,
.vis_notes {
	display: block;
	clear: left;
	width: 100%;
}


/* Ratings */

	/* start help */
	
	.ratings_help_link {
		width: 100%;
		float: left;
		text-align: right;
		margin-bottom: 4px;
	}
	
	#ratings_help {
		width: 100%;
	}
	.ratings_help_close_link {
		float: right;
	}
	
	.ratings_help_main {
		clear: both;
	}
	.ratings_help_main .info_box_subheader,
	.ratings_help_main p {
		clear: left;
	}
	.ratings_help_main p {
		margin-bottom: 0;
	}
		
	
	/* end help */

	.rating_details .main_rating,
	.rating_details .sub_rating,
	.rating_details .ratings_count {
		display: block;
		clear: left;
		width: 100%;
		text-align: center;
	}

	.rating_details .main_rating {
		margin: 0 5px 0 0;
		line-height: 2.2em;
		margin-bottom: 4px;
	}
	.rating_details .average_total {
		font-size: 18pt;
		font-style: italic;
		margin: 0 4px;
	}

	.rating_details .sub_rating,
	.rating_details .ratings_count {
		font-size: 8pt;
		font-style: italic;
	}

	.rating_details .sub_rating_score {
		font-weight: bold;
	}
		
	.rating_details a {
		text-decoration: none;
	}


	.current_rating_header {
		font-weight: bold;
	}

	


	.rating_details .unrated {
		float: left;
		clear: left;
		font-style: italic;
		font-size: 9pt;
		width: 100%;
	}
	
	.choose_level {
		float: left;
		width: 100%;
		clear: left;
		text-align: left;
		margin: 0px 4px 4px 0;
	}
	
	#choose_level_form {
		width: 100%;
		text-align: center;
		margin-bottom: 15px;
	}
	
	#choose_level_form select {
		margin-top: 4px;
	}
	
	#choose_level_form select,
	#choose_level_form .submit_button {
		font-size: 9pt;
	}
	#choose_level_form  .submit_button {
		margin-left: 4px;
	}

	/*** SUBMIT RATING ***/
	
	.rating_label {
		float: left;
		clear: left;
		width: 90%;
	}

	.user_rate {
		display: block;
		clear: left;
		width: 100%;
		text-align: center;
		margin-bottom: 10px;
	}

	.user_rate select {
		margin-top: 4px;
	}

	.rating_submit {
		display: block;
		clear: left;
		width: 100%;
		text-align: center;
		margin-top: 10px;
	}

	.rating_submit input {
		margin-top: 10px;
		margin-bottom: 10px;
	}

.existing_notes,
.tags_list {
	margin: 0 0 0 20px;
	padding: 0;
}
.existing_notes li,
.tags_list li {
	line-height: 1.3em;
}

.tags_list {
	list-style-type: none;
	margin-left: 4px;
}
.tags_list a {
	text-decoration: none;
}
	.tags_list a:hover {
		text-decoration: underline;
	}

.vis_tags {
	background-image: none !important;
	/* background-color: #686CB4; */
}
.vis_tags .title_column {
	/* border-width: 0; */
}

/* spacing between sections */
.vis_notes,
.vis_rating,
.vis_tags_visual_types {
	margin-top: 10px;
}

.edit_vis_link {
	padding: 4px;
	display: block;
	border: 1px solid #4F5288;
	border-width: 1px 0 0 0;
}

#user_inputs {
clear: both;
}

.ratings_table {
	display: block;
}
