@import url(/css/Blog/Default.css);

.TopicLink {
	margin-bottom:3px;
}

.SmallInfo {
	padding-left:10px;
}

.HeaderGray {
	background-color:white;
	color:#C00002;
	margin:0;
	margin-top:20px;
	padding:5px;
}

table.List .LastPost {
	width:180px;
}

table.List {
	color:#565656;
	border-collapse:collapse;
}

table.List thead {
	font-weight:bold;
	color:white;
	font-style:italic;
	background-color:maroon;
}

table.List thead td.first {
	border-left:solid maroon 1px;
}

table.List thead td.last {
	border-right:solid maroon 1px;
}

table.List td {
	padding:3px;
	border-bottom:solid #DFDFDF 1px;
}

table.List .col_1 {
	background-color:#E5E5E5;
	text-align:center;
}

table.List colgroup.first {
	border-left:solid #DFDFDF 1px;
}

table.List colgroup.last {
	border-right:solid #DFDFDF 1px;
}

table.List .col_2 {
	background-color:#F5F5F5;
}

table.List a {
	color:maroon;
	text-decoration:none;
}

table.List a:hover {
	text-decoration:underline;
}

#Perms span {
	font-weight:bold;
}

fieldset.Auth {
	border:solid red 1px;
	background-color:#FFE9E9;
	text-align:center;
	background-image:url(/Images/locked.png);
	background-repeat:no-repeat;
	background-position:20px center;
}

fieldset.Auth legend {
	font-weight:bold;
	color:red;
}