#questions table {
	background: none;
}

#questions tbody tr:hover td {
	background: none;
}

#questions a {
	
}

#questions li {
	line-height: 1.2em;
}

#questions h3 {
	font-size: 16px;
	margin-bottom: 5px;
	border-bottom: 1px solid #09F;
}

#content h2 {
	text-transform: none;
	letter-spacing: 0;
	margin: 20px 0 10px 0;
	padding: 10px;
	color: #333;
	text-shadow: 2px 2px 2px #EEE;
	/* background: #E1E1E1; */
	border-bottom: 2px solid #09F;
	color: #09F;
	font-size: 20px;
	clear: both;
}

#content h4 {
	color: #333;
	font-weight: bold;
	font-size: 20px;
	margin: 5px 0;
	padding: 10px 5px;
	/* border-bottom: 2px solid #CCC; */
	clear: both;
}

div.answer {
	margin-left: 20px;
	padding: 10px;
	border: 1px solid #CFC;
	background: #EFE;
	border-radius: 10px;
}

a {
	background: none;
}

a.box {
	display: block;
	padding: 5px;
	margin: 10px;
	border: 1px solid #CCC;
	background: #EEE;
	float: left;
	color: #333;
	text-decoration: none;
	
	-webkit-box-shadow: 2px 2px 5px #cccccc;
	-moz-box-shadow: 2px 2px 5px #cccccc;
	box-shadow: 2px 2px 5px #cccccc;
}

a.box div {
	padding: 5px 0 1px;
	font-size: 14px;
}

a.box img {
	border: 1px solid #CCC;
}

a.box div.plus {
	text-align: right;
	position: relative;
	height: 0px;
	top: -10px;
	right: -10px;
	line-height: 0px;
}
a.box div.plus img {
	background: none;
	border: none;
}

a.entry {
	text-decoration: none;
	display: block;
	padding: 5px;
	clear: both;
}

a.entry:hover {
	text-decoration: underline;
}

span.hidden_entry {
	padding: 0px 10px;
	color: red;
}

a.toplink {
	display: block;
	text-align: right;
	padding: 0 10px;
	clear: both;
}

#fancy_title table, #fancy_title td {
	border: none;
}
