﻿body
{
	border: 0px;
	margin: 0px;
	background: #c6c3bc;
	color: #342e2d;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
}
a { color: #000000; }
p { margin: 1em 0 1em 0; }
select, input, option, textarea
{
	color: #3f3f3f;
	font-size: 11px;
}
table { border-collapse: collapse; border: 0px; margin: 0px; }
table td { border: 0px; margin: 0px; }
div.float { float: left; }
div.floatright { float: right; }
.clearboth { float: none; clear: both; }
.container
{
	margin: 0px 0px 10px 32px;
	width: 744px;
	border : solid 1px #333333;
	padding: 10px 20px 10px 20px;
	background-color: #fafafa;
}
.header
{
	margin: 0px;
	width: 100%;
	height: 23px;
	border : 0px;
	background: #5a504f;
}
.headerlogo
{
	margin-left: 32px;
	position:absolute;
	width: 46px;
	height: 23px;
	border : 0px;
	background: #5a504f url(images/perkLogo.jpg) no-repeat;
}
.headernav
{
	margin-left: 700px;
	margin-top: 3px;
	position:absolute;
	height: 23px;
	color: White;
	border : 0px;
}
.perkcontent
{
	margin: 49px 0px 17px 32px;
	width: 106px;
	height: 25px;
	border : 0px;
	background: #3d3434 url(images/perkContent.jpg) no-repeat;
	cursor : hand;
	cursor : pointer;
}
.orgname
{
	margin:15px 10px 10px 580px;
	border : 0px;
	font-size: 16px;
	color: #3d3434;
}
.formCell
{
	padding:5px;
}
.pagelabeltext
{
	margin: 10px 0px 10px 0px;
}
.pageheadertext
{
	margin: 15px 0px 15px 0px;
	font-size: 13px;
	color: #3d3434;
	font-weight: bold;
}
.buttonholder
{
	margin:10px 0px 10px 0px;
}
.errorText
{
	color:Maroon;
}
.textReverse
{
	color:White;
}
.linkbutton
{
	font-size: 11px;
	display: inline;
	color: White;
	background: #666666;
	border: 1px solid #333333;
	text-decoration: none;
	padding: 0px 5px 3px 5px;
	vertical-align: middle;
}
.linkbutton:hover{ background: #1f1b1c; }

.posrel
{
	position: absolute;
}
input.clearborder
{
	font-size: 10px;
	color: #773a3a;
	background: #ffffff;
	border: 0px solid #ffffff;
	vertical-align: middle;
}

.categoryheader
{
	width:100%;
	margin-top: 10px;
}
.scrollableListSmall
{
	max-height:400px;
	overflow-y:auto;
	overflow:-moz-scrollbars-vertical;
	
}