body
{
	font-family: "Trebuchet MS", Tahoma, Arial, Sans-Serif;
	margin: 0px;
}

a:link
{
	color: #ff6103;
	text-decoration: none;
}

a:visited
{
	color: #ff6103;
	text-decoration: none;
}

a:hover
{
	color: #f00;
	text-decoration: underline;
}

a:active
{
	color: #f00;
	text-decoration: underline;
}

img
{
	border: 0px;
}

/* Containers */
#container
{
	position: relative;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
}

/* Header Section */
#searchbox
{
	float: right;
	margin-bottom: 2px;
}

#searchbox input
{
	height: 16px;
	border: solid 1px black;
	padding-left: 3px;
}

#title
{
	font-weight:normal;
	font-size: large;
	font-family: Tahoma;
	margin-bottom: 0px;
}

/* Footer */
#footer
{
	font-size: 0.85em;
}

#footer a
{
	margin-right: 10px;
	color: #000;
	text-decoration: none;
}

#footer a:hover
{
	color: #f00;
	text-decoration: underline;
}

/* Search */
.note
{
	font-size: small;
	color: Red;
}

/* Kwotes */
.kwoteeven, .kwoteodd
{
	position: relative;
	border: 1px solid black;
}

.kwoteeven
{
	background-color: #eee;
}

.kwoteeven + .kwoteodd, .kwoteodd + .kwoteeven
{
	margin-top: 10px;
}

.kwoteeven p, .kwoteodd p
{
	clear: both;
	font-size: 1em;
	padding-left: 5px;
}

a.kwoteid
{
	position: relative;
	float: left;
	font-size: 0.9em;
	padding-left: 5px;
	color: #000;
	text-decoration: none;
}

a.kwoteid:visited
{
	color: #000;
}

a.kwoteid:hover
{
	color: #f00;
	text-decoration: underline;
}

.votecontrols
{
	position: relative;
	float: right;
	font-size: 0.9em;
	padding: 0px;
	padding-right: 2px;
}

.votecontrols a
{
	font-size: 1.35em;
	font-weight: bolder;
	color: #000;
	text-decoration: none;
	padding: 0px 1px 0px 1px;
}

.votecontrols a:hover
{
	color: #f00;
}

/* Next and Back links */
.kwotenavigation a
{
	text-decoration: none;
}

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

/* Horizontal Menu */
.tabmenu
{
	margin: 0px;
	padding: 0px;
	position: relative;
	list-style-type: none;
	width: 100%;
}

.tabmenu a
{
	/* This must be marked as important or IE ignores it. */
	color: #000 ! important;
	text-decoration: none;
}

.tabmenu a:hover
{
	/* This must be marked as important.
	   The above important rule causes all browsers to ignore this otherwise. */
	color: #f00 ! important;
	text-decoration: underline;
}

.tabmenu .tab
{
	display: table-cell;
	margin: 0px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 0.85em;
}