
/***
 * Comments
 */
#comments div.comments, 
#comments .commentForm {
	padding: 12px;
}
#comments div.comment {
	padding: 6px;
}
#comments div.commentText {
	padding: 6px 0;	
}
#comments textarea.commentText {
	width: 400px;
	height: 100px;
	padding: 4px;
}
#comments div.comment {
	margin-bottom: 6px;
	padding-bottom: 10px;
}
#comments form.commentDelete {
	display: inline;
}
#comments div.commentNum {
	float: left;
}
#comments div.commentText {
	float: left;
	padding-left: 6px;
	padding-top: 0px;
	width: 95%;
}
#comments div.commentMore {
	padding: 8px;
}
#comments div.commentNum a {
	display: block;
	padding: 6px;	
}
#comments span.commentUpdated, 
#comments div.commentMetaData {
	padding-bottom: 6px;
}
#comments div.commentPosted {
	padding-top: 6px
}
#comments div.commentReply {
	padding: 4px;
	margin-bottom: 8px;
}
#comments div.commentReply div.comment {
	padding: 0; margin: 0;
}
#comments div.commentActions {
	float: right;
}
#comments form.commentDelete {
	display: inline;
}
#adminRoles form {
	padding-bottom: 12px;	
}
#pageTypeAdmin div.upgrade {
	background: #fff9ae url(bg-yellow.gif) repeat-x; 
	font: 14px/22px Verdana, Helvetica, Arial, Sans-Serif;
	margin: 8px 0;	
	border: 1px solid #aba000;
}
#pageTypeAdmin div.upgrade div.inner {
	padding: 8px;
	border: 1px solid #fff;
	font-weight: bold;
}
#pageTypeAdmin div.upgradeframe {
	margin-top: 8px;
}
#pageTypeAdmin div.upgradeframe iframe {
	height: 300px;
}
div.languages ul {
	list-style-type: none;
	padding: 0; margin: 0;
	display: inline;
	margin-left: 8px;
}
div.languages ul li {
	display: inline;
	margin-right: 8px;
}
div.hierarchy {
	padding-left: 20px;
	font-size: 11px;
	color: #aaa;
}
div.hierarchy a {
	color: #aaa;
}

/***
 * table styles
 */
.table {
	width: 98%;	
	margin: 4px auto;
}
.atable {
	width: 100%;	
	margin: 0 auto;
}
table.table {
	padding: 0;
	margin: 0;
	border-left: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
}
table.table th {
	font-weight: bold;
	font-size: 12px;
	color: #4f6b72;
	border-right: 1px solid #aaa;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	text-align: left;
	padding: 6px 8px 6px 8px;
	background: url('bg-tbl-header.gif') no-repeat;
	white-space: nowrap;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #D9D9D9;
}
table.table th.noright {
	border-right: none;
}
table.table td {
	font-size: 12px;
	border-right: 1px solid #aaa;
	vertical-align: top;
	padding: 6px 8px 6px 8px;
	font-family: Verdana, Sans-Serif;
	background: #fff;
	color: #4f6b72;
}
html>body .table td {
	overflow: auto;	
}
table.table td.bg2, 
table.table tr.bg2 td {
	background-color: #fafafa;	
}

/***
 * Attachments
 */ 
#attachTable table.table td.col1,
#attachTable table.table td.col2 {
	border-right: none;
	padding-right: 2px;
	padding-left: 2px;
}
#attachTable table.table td.col3 {
	padding-left: 2px;
}
div.pagination {
	text-align: center;	
	margin: 4px 0;
	font-size: 11px;
	color: #888;
}
div.pagination span.prev {
	margin-right: 16px;
	background: url(/skins/common/icons/arrow-l.gif) no-repeat center left; 
	padding-left: 14px;
}
div.pagination span.next {
	margin-left: 16px;
	background: url(/skins/common/icons/arrow-r.gif) no-repeat center right; 
	padding-right: 14px;
}
div.pagination span.info {
	font-weight: bold;
	color: #333;
	font-size: 12px;
}
div.articleinfo {
	text-align: center;
	border: 1px solid #333;
	padding: 4px;
	line-height: 24px;
	font-family: Tahoma, Sans-Serif;
	background-color: #efefef;
}
div.articleinfo a.cancel {
	font-size: 11px;
}