.SidebarAd {
	display: none !important;
}

#Container #Main #description div#referer {
	position: absolute;
	left: 580px;
	top: 300px;
	width: 160px;
	padding: 0 20px 0 20px;
	height: 240px;
	background: #e5e5e5;
}

a, a:link, a:active, a:visited {
	color: #F60;
}

a:hover {
	color: #900;
}

div.Left a:hover, div.Right a:hover {
	color: #FFF;
	background: #900;
}

p {
	color: #444;
}

blockquote p {
	color: #777;
}

p small, span small {
	font-size: 10px;
}

.s {
	color: #999;
	font-size: 10px;
}

.h {
	color: #F30;
	font-weight: bold;
}

.a {
	color: #FFF;
	background: #F30;
	padding: 0px 2px 0px 2px;
	font-weight: bold;
}

i, em {
	font-size: 12px;
	font-family: "Trebuchet MS", Tahoma;
	font-style: italic;
}

.light {
	color: #999;
}

div#Header {
	background: #900;
}

#body_block .header {
	font-size: 1.2em;
	line-height: 1.2em;
	color: #666;
}

h3.notetitle em {
	color: #666;
	font-style: normal;
}

h3 .date {
	margin-left: 4px;
}

div.note_content h1 {
	display: block;
	font-size: 1.2em;
	border-bottom: 1px dotted #666;
}

div.note_content h1 em {
	font-size: 1em;
	color: #666;
	font-style: normal;
}

ul li {
	color: #666;
}

div.note_content {
	padding-top: 4px;
	border-top: 1px dotted #999;
}

div.note_content .title {
	font-size: 1.1em;
	line-height: 1.4em;
	color: #333;
	font-weight: bold;
}

div.note_content code {
	font-size: 0.8em;
	color: #555;
	padding: 0 1px 0 1px;
	background: #eee;
}

div.note_content p small code, div.note_content span small code {
	font-size: 0.9em;
}

div#Sidebar div#Pages div.pagesnav a:hover,
div#Sidebar div#Pages div.pagesnav a:hover span,
div#Sidebar div#Pages a:hover {
	background: #900;
}

div#Sidebar div#Pages div.favorites a.current:link,
div#Sidebar div#Pages div.favorites a.current:visited,
div#Sidebar div#Pages div.favorites a.current:hover,
div#Sidebar div#Pages div.pagesnav a.current:link,
div#Sidebar div#Pages div.pagesnav a.current:visited,
div#Sidebar div#Pages div.pagesnav a.current:hover,
div#Sidebar div#Pages div.pagesnav a.current_section:hover,
div#Sidebar div#Pages div.pagesnav a.current:link span,
div#Sidebar div#Pages div.pagesnav a.current:visited span,
div#Sidebar div#Pages div.pagesnav a.current:hover span {
	background: #900;
}

#code {
	display: block;
	margin-top: 4px;
	border: 1px solid #ccc;
	background: #eee;
	padding: 10px;
}

.code {
	display: block;
	margin-top: 4px;
	border: 1px solid #ccc;
	background: #eee;
	padding: 10px;
}

#alert {
	display: block;
	margin-top: 4px;
	color: #000;
	border: 1px solid #FFAC69;
	background: #FFD3B0;
	padding: 10px;
}