#snippet_bar {
	padding: 0 10px 0 10px;
	line-height: 26px;
	height: 26px;
	margin-bottom: 20px;
}

#snippet_bar span {
	color: #666666;
}

#snippet_bar ul {
	float: left;
	list-style: none;
}

#snippet_bar ul li {
	display: inline;
}

#snippet_bar a {
	text-decoration: none;
	color: #666666;
}

#snippet_bar a:hover {
	color: #f19300;
}

#snippet_search {
	float: right;
	width: 185px;
	line-height: 24px;
	text-align: right;
}

#snippet_search input {
	background: white url("../images/search.gif") no-repeat left;
	padding-left: 20px;
}

#snippet_new_snippet a {
	font-weight: bold;
}

#snippet {
	padding: 0 20px 0 20px;
}

#snippet h1 {
	font-size: 20px;
	color: #f19300;
	margin: 0 0 .5em 0;
}

#snippet h2 {
	font-size: 16px;
	color: #222222;
}

#snippet hr {
	border: 0;
	border-top: 1px solid #b3b3b3;
}

.snippet_body li {
	margin-left: 20px;
}

#snippet_list {
	margin-left: 20px;
}

#snippet_list li {
	margin-bottom: 5px;
}

#snippet_list li div.snippet_date {
	display: inline;
	color: #aaaaaa;
}

#snippet_list li div.snippet_infos {
	color: #aaaaaa;
	font-size: 10px;
}

#snippet_list li a {
	color: #f19300;
	text-decoration: none;
}

#snippet_list li a:hover {
	text-decoration: underline;
}

.snippet_summary a {
	display: block;
	color: black;
}

#snippet_pagination {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: right;
	color: #555555;
}

#snippet_pagination ul {
	list-style: none;
	margin: 0 0 0 0;
	display: inline;
}

#snippet_pagination a:link,#snippet_pagination a:visited {
	border: none;
	text-decoration: none;
	color: #555555;
	font-weight: bold;
}

#snippet_pagination a:hover {
	color: #f19300;
}

#snippet_pagination li {
	padding: 2px 2px 2px 2px;
	list-style: none;
	display: inline;
	border: 1px solid #b3b3b3;
}

#snippet_pagination li.current {
	color: white;
	font-weight: bold;
	background: #b3b3b3;
}

table.snippet_infos {
	border: none;
}

table.snippet_infos .snippet_submitter,table.snippet_infos .snippet_tags, table.snippet_infos .snippet_popularity {
	padding: 0;
	font-size: 11px;
	color: #b3b3b3;
}

table.snippet_infos .snippet_popularity {
	text-align: right;
}

ul.snippet_actions {
	height: 23px;
	margin-top: 10px;
	margin-bottom: 10px;
}

ul.snippet_actions li {
	display: inline;
	float: left;
	line-height: 23px;
}

ul.snippet_actions li a:link,ul.snippet_actions li a:visited,ul.snippet_actions li input {
	height: 23px;
	display: block;
	color: white;
	background: #3e3e40;
	text-decoration: none;
	border: #555555 1px solid;
	width: 98px;
	text-align: left;
	padding-left: 5px;
	margin-right: 5px;
}

ul.snippet_actions li a:hover {
	color: #f19300;
}

.form_error {
	padding: 2px;
	border: 1px dotted red;
	background: #ffddcc;
	color: red;
	margin: 5px 0 5px 0;
}

#snippet_comments {
	margin-top: 20px;
}

#snippet_comments h2 {
	font-size: 14px;
	color: #aaaaaa;
	margin-bottom: 10px;
}

.snippet_comment {
	border-top: 1px dotted #cccccc;
	border-bottom: 1px dotted #cccccc;
	margin-bottom: 10px;
}

.snippet_comment table {
	border: 0;
}

.snippet_comment th {
	background: #f2f2f2;
	padding: 5px;
}

.snippet_comment th span.date {
	display: block;
	font-weight: normal;
	font-size: 11px;
}

.snippet_comment td {
	padding: 5px;
}

#snippet_comment_body {
	width: 645px;
}

#snippet_body {
	width: 645px;
	height: 500px;
}

.snippet_tips {
	font-size: 10px;
	font-style: italic;
}

