/**
 * Generic 2.0 - CSS Image gallery formatting
 */

#generic_gallery {
	position: relative;
	display: block;
	width: 350px;
	border-top: 1px solid #EFEFEF;
	padding-top: 10px;
	margin-top: 10px;

}

#generic_gallery h2 {
	font-size: 12px;
	margin:0 0 10px 0;
	padding:0;
}

#generic_gallery .thumbnail {
	position:relative;
	float: left;
	font-size: 1px;
	text-align:center;
	
    border: 1px solid silver;
	height:60px;
    width:60px;
	line-height: 58px;
	
	margin-right: 8px;
	margin-bottom: 8px;
}

#generic_gallery .thumbnail img {
	margin-top: expression(( 60 - this.height ) / 2); 
}

html>body #generic_gallery .thumbnail img {
	margin-top:0;
	vertical-align: middle;
}

#generic_gallery .clear {
	clear: both;
}

/**
 * Generic 2.0 - Comments formatting
 */

#generic_comments {
	position: relative;
	margin-top: 10px;
	border-top: 1px dashed silver;
	padding-top: 10px;
	
}

#generic_comments form {
	margin:0;
	padding:0;
}

#generic_comments .comment_name {
	border: 1px solid silver; 
	width:219px; 
	padding:2px; 
	margin-bottom: 7px; 
	font-family: inherit;
	font-size: inherit;
}

#generic_comments .comment_name:hover, #generic_comments .comment_name:focus {
	border: 1px solid #999; 
}

#generic_comments .comment_text {
	padding: 2px; 
	border: 1px solid silver; 
	width:344px; 
	height: 100px; 
	margin-bottom: 7px; 
	font-family: inherit; 
	font-size: inherit;
}

#generic_comments .comment_text:hover, #generic_comments .comment_text:focus {
	border: 1px solid #999; 
}

#generic_comments .submit {
	border: 1px solid #999;
	background-color: #ccf;
	font-family: inherit;
	font-size: inherit;
}

#generic_comments .submit:hover {
	background-color: #ddf;
}

#generic_comments .output {
	margin-top: 10px;
}

#generic_comments .comment {
	padding: 7px 0; 
	border-top: 1px dashed silver;
}

/**
 * Generic 2.0 - Documents formatting
 */

#generic_documents {
	margin-top: 10px;
	border-top: 1px solid #EFEFEF;
	padding-top: 10px;
}

#generic_documents h2 {
	font-size: 12px;
	margin:0;
	padding:0;
}

#generic_documents .document {
	margin-bottom: 5px;
}

#generic_documents img {
	float:left;
	margin: 0 5px 5px 0;
}

#generic_documents .name {

}

#generic_documents .size {
	font-size: .8em;
}

/**
 * Generic 2.0 - Polls formatting
 */
 
#poll {
	border: 1px solid #999;
	background-color: #fff;
}

#poll h2 {
	margin: 0;
	padding: 6px;
	border-bottom: 1px solid #999;
	background-color: #ccf;
	color: #334C66;
	font-size: 10px;
}

#poll .question {
	padding: 5px 6px 6px 6px;
	font-weight: bold;
	font-size: 10px;
	color: #369;
}

#poll .answers {
	padding: 5px 6px 2px 6px;
	margin-bottom: 6px;
	font-size: 10px;
	line-height: 20px;
}

#poll .results {
	font-size: 10px;
	padding: 6px;	
}

#poll .indicator {
	background-color: #369; 
	height: 5px;
	margin-bottom: 5px;
}


#poll .submit {
	margin-top: 6px;
	border: 1px solid #999;
	background-color: #ccf;
	font-family: inherit;
	font-size: 10px;
}