﻿*
{
	font-family: Helvetica, Verdana, Arial, Sans-Serif !important;
}

h2
{
	font-size: large;
	font-weight: normal;
    margin: 0px 0px 0px 20px;    
}

.preamble
{
	font-size: small;
    margin-top: 5px;    
    margin-left: 20px;
}

#FunctionSelectorContentArea
{
	background-color: #000000;
	width: 950px;
}

table.FunctionTable
{
	width: 760px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}

td.FunctionHeader
{
	background-color: #CBCBC9;
	color: Black;
	font-family: Helvetica, Verdana, Arial, Sans-Serif;
	font-size: small;
	font-weight: bold;
	line-height: 25px;
	padding-left: 10px;
	vertical-align: middle;
}

td.FunctionCell
{
	background-color: #474747;
	color: White;
	font-size: smaller;
	font-weight: normal;
	width: 760px;
	padding: 5px 5px 15px 5px;
}

td.FunctionCell a
{
	color: White;
}

td.FunctionCell img
{
	margin-right: 10px;
}

td.FunctionCell span.FunctionItem
{
	display: inline-block;
	height: 35px;
	line-height: 35px;
	vertical-align: middle;
	width: 245px;
}

td.FunctionCell div.FunctionItemCenter
{
	width: 240px;
	height: 25px;
	position: absolute;
	left: 250px;
}

td.FunctionCell div.FunctionItemRight
{
	width: 240px;
	height: 25px;
	position: absolute;
	left: 500px;
}

.functionManualTable
{
    margin-top: 40px;
}

#new
{
	text-decoration: none;
	display: inline-block;
	border: solid black 1px;
	position: relative;
	left: 3px;
	top: 1px;
	text-transform: uppercase;
	padding-left: 4px;
	padding-top: -5px;
	padding-right: 4px;
	padding-bottom: -5px;
	color: black;
	background-color: #FFFF66;
	font-weight: bold;
	line-height: 1.1em;
	
}


