/* @group Main */

div.main {
	margin-right: 293px;
}

div.main h2 {
	font: bold 16px/20px "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #EEEEEE;
}

div.main h2.first {
	border: none;
}

div.main h2 a {
	text-decoration: none;
}

div.main ol {
	margin-left: 40px;
	color: #666666;
	margin-bottom: 15px;
}

div.main ol li {
	padding-bottom: 4px;
}

div.main ol li strong a {
	color: #bbd4e4;
	font-size: 9px;
	text-decoration: none;
}

a.admin_edit {
	color: #6d93ab;
}

div.main ol li strong a:hover,
a.admin_edit:hover {
	color: #6d93ab;
	background-color: #cfe1ed;
}

a.danger:hover {
	background: #fcc !important;
	color: #a40a0a !important;
}


/* @end */

/* @group Sitebar */

#sidebar {
	width: 283px;
	float: right;
	background: #EEEEEE url(/images/gray-sidebar-top.gif) no-repeat 0 top;
	padding-top: 10px;
}

#sidebar .bottom {
	background: url(/images/gray-sidebar-bottom.gif) no-repeat 0 bottom;
	height: 5px;
}

#sidebar h3 {
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 2px;
	font-size: 1.1em;
}

#sidebar ul {
	background-color: #FFFFFF;
	margin: 0 10px 15px;
	padding: 10px;
	list-style-type: none;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #D3D3D3;
}

#sidebar ul.last {
	margin-bottom: 10px;
}

#sidebar ul li {
	padding-bottom: 3px;
	padding-left: 15px;
	background: url(/images/arrow-green.gif) no-repeat left 1px;
}

#sidebar ul.last li {
	padding-left: 0;
	background-image: none;
}

#sidebar ul li a.on, #sidebar ul.last li a {
	font-weight: bold;
}

/* @end */

#crumbs {
	margin-bottom: 1em;
	text-indent: -1em;
	padding-left: 1em;
}

#crumbs::first-line {
}

#crumbs span {
	padding-right: 0.3em;
	padding-left: 0.5em;
}

h1.question {
	font-size: 1.2em;
	padding-top: 0;
	padding-bottom: 0.5em;
}

div.main p {
	color: #666666;
}
