a
{
	text-decoration: underline;
}

img.thumb
{
	padding: 1px;

	border: 2px solid #808080;
}

.button-red,
.button-green,
.button-gray
{
	display: block;
	float: left;
	overflow: hidden;

	background-position: top left;
	background-repeat: no-repeat;

	text-decoration: none;
	white-space:nowrap;
}

.button-red span,
.button-green span,
.button-gray span
{
	display: block;
	float: left;

	height: 26px;
	margin-left: 8px;
	padding-top: 6px;
	padding-right: 8px;

	background-position: top right;
	background-repeat: no-repeat;

	cursor: pointer;
}

.button-red,
.button-red span
{
	background-image: url(../images/button-red.png);

	color: white;
}

.button-green,
.button-green span
{
	background-image: url(../images/button-green.png);

	color: #002000;
}

.button-gray,
.button-gray span
{
	background-image: url(../images/button-gray.png);

	color: #404040;
}

.im {
	 display : inline;
}

.left-section
{
	float: left;
	clear: left;
}

.left-section h1
{
	float: left;

	margin-bottom: 16px;
	padding-left: 16px;

	border-bottom: 2px solid red;
}

.right-section
{
	float: right;
}

.right-section h1
{
	float: none;

	margin-bottom: 16px;
	padding-right: 16px;

	border-bottom: 2px solid red;
	text-align:left;
}

table.requirements
{
	border-collapse: collapse;
}

table.requirements th
{
	padding-right: 1em;

	font-weight: bold;
	text-align: left;
}

ul.tutorials
{
	clear: left;

	list-style: none;
}

ul.tutorials li
{
	overflow: hidden;

	margin-bottom: 8px;
}

ul.tutorials li img
{
	display: block;
	float: left;

	margin-right: 16px;
	padding: 1px;
	border: 2px solid #c0c0c0;
}

ul.tutorials li p
{
	color: black;
}

/* IE hacks */

* html body
{
	text-align: left;
}

* html #page .content
{
}

* html #page .search .query
{
	position: relative;
	top: -1px;
}

*+html #page .search .query
{
	position: relative;
	top: -1px;
}

