/* @override http://jupiter.local/layout/source-xchange.de/css/snippet.css */

div.comments {
	display: block;
	float: left;
	padding: 4px;
	margin-bottom: 4px;
}

div.commentInfo {
	display: block;
	width: 120px;
	float: left;
	padding: 5px;
}

div.commentEntry {
	float: right;
	display: block;
	width: 520px;
	background-color: #d7e3f7;
	padding: 5px;
}

div.snippetSummary,
div.snippetContent {	
	margin-bottom: 20px;
	margin-right: 10px;
}

p.snippetDescription {
	font-size: 11px;
	overflow: auto;
	background-color: #fff;
	padding: 5px;
	border: 1px solid #d6d6d6;
	min-height: 50px;
	max-height: 400px;
	margin: 0 0 10px;
}

div.snippetContent div.snippetComments table {
	width: 100%;
	font-size: 11px;	
	margin-bottom: 9px;
	margin-top: 0;
}

div.contentSummary,
div.snippetComments {
	padding: 10px;
	border: 1px solid #d6d6d6;
	border-top-style: hidden;
	min-height: 150px;
	margin-bottom: 10px;
	display: block;
}

div.snippetContent div.snippetComments table tbody tr th.CommentNameCol {
	min-width: 130px;
}
div.snippetContent div.snippetComments table tbody tr th {
	text-align: left;
	border-bottom: 1px solid #d6d6d6;
	vertical-align: top;
}

div.snippetContent div.snippetComments table tbody tr td {
	vertical-align: top;
}

div.snippetContent div.snippetComments table tbody tr.commentRow0 td {
	background-color: #d7e3f7;
}

div.contentTree {
	height: 255px;
	overflow: auto;
	width: 240px;
	float: left;
	margin: 10px;
}

/* begin css tabs */

ul#tabnav { /* general settings */
text-align: left; /* set to left, right or center */
margin: 10px 0 0; /* set margins as desired */
font-size: 11px; /* set font as desired */
border-bottom: 1px solid #d6d6d6; /* set border COLOR as desired */
list-style-type: none;
padding: 3px 10px 3px 10px; /* THIRD number must change with respect to padding-top (X) below */
}

ul#tabnav li { /* do not change */
display: inline;
}

li.tabSelected { /* settings for selected tab */
border-bottom: 1px solid #fff; /* set border color to page background color */
background-color: #fff; /* set background color to match above border color */
}

li.tabSelected { /* settings for selected tab link */
background-color: #fff; /* set selected tab background color as desired */
color: #000; /* set selected tab link color as desired */
position: relative;
top: 1px;
padding-top: 4px; /* must change with respect to padding (X) above and below */
}

ul#tabnav li a { /* settings for all tab links */
padding: 3px 4px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
border: 1px solid #d6d6d6; /* set border COLOR as desired; usually matches border color specified in #tabnav */
background-color: #fff; /* set unselected tab background color as desired */
color: #666; /* set unselected tab link color as desired */
margin-right: 0px; /* set additional spacing between tabs as desired */
text-decoration: none;
border-bottom: none;
}

ul#tabnav a:hover { /* settings for hover effect */
background: #fff; /* set desired hover color */
}

/* end css tabs */