/* =====================================================  FORM CSS  ============================================ */

/* ::::::::: INPUT, TEXTAREA TAG SETTINGS :::::::::::::::::::::::::::::::::: */
input, textarea, select	{
	color: #000000;
	padding-left: 3px;
	font-family: arial;
	font-weight: 500;
	border: 1px solid #000000;
	margin-bottom: 6px;
	font-size: 12px;
	vertical-align: middle;
}

/* ::::::::: FOCUS SETTINGS :::::::::::::::::::::::::::::::::: */
input:focus, textarea:focus	{
	background: #ffffff;
	border: 1px solid #000000;
}

/* ::::::::: HOVER SETTINGS :::::::::::::::::::::::::::::::::: */
input:hover, textarea:hover {
	background: #ffffff;
	border: 1px solid #000000;
}


/* ::::::::: FIELDSET AND LEDGEND MISC, TAG SETTINGS :::::::::::::::::::: */
fieldset	{
	border: 1px solid #000000;
	background: #ffffff;
	margin-bottom: 12px;
}
legend	{
	color: #000000;
	background: #ffffff;
	font-style: italic;
	font-weight: 400;
	font-size: 12px;
	padding-left: 5px;
	padding-right: 5px;
}
.label	{
	color: #000000;
	font-weight: 500;
	padding-top: 3px;
}
.noStyle	{
	border: none;
	background: none;
}

.button	{
	font-weight: bold;
	text-transform: uppercase;
}

/* HEADER SEARCH BUTTOM */
input#headerSearchbutton	{
	background: #7a0c0f;
	float: left;
	border: none;
	margin: 2px 0px;
	padding: 0px 0px 0px 3px;
}

input#headerSearchbutton:hover	{
	background: #7a0c0f;
	background-image: url(/images/headerSearchAreaBkgd.jpg);
	background-repeat: repeat-x;
	margin-top: 3px;
}

/* HEADER SEARCH INPUT */

input#searchInput	{
	color: #565656;
	font-weight: normal;
	font-size: 11px;
	border: 1px solid #000000;
	margin: 3px 5px 0px 0px;
	vertical-align: middle;
	height: 15px;
	width: 178px;
	border: 2px solid #20c8c2;
	float: right;
}

div#activitySearchBkgd input, select {
	margin: 9px 12px 4px 0px;
	color: #4f4f4f;
	font-family: arial;
	font-weight: 500;
	border: 1px solid #1b8783;
	width: 198px;
}

div#activitySearchBkgd input#ActivitySearchButton	{
	width: 51px;
	height: 21px;
	border: none;
	margin: 9px 0px 0px 150px;
	padding: 0px;
}