﻿/* form styles to make Arena's various modules look Liger */
input.formItem 
{
	height:19px;
	overflow:hidden;
	background:#fff;
	border:3px solid #cdba00;
	margin-left: 5px;
	margin-bottom: 5px;
	font-size:16px;
	line-height:17px;
	padding:3px 0;
	width: 200px;
}

select
{
	background:#fff;
	border:3px solid #cdba00;
	margin-left: 5px;
	margin-bottom: 5px;
	font-size:16px;
	line-height:17px;
}

select.formItem 
{
	width: 205px;
}

textarea.formItem 
{
	font-family:Arial,Helvetica,sans-serif;
	font-size:16px;
	background:#fff;
	border:3px solid #cdba00;
	margin-left: 5px;
	margin-bottom: 5px;
	line-height:17px;
	padding:3px 0;
}

/* register button */
	input.smallText {
	background-color:#CDBA00;
	border:1px solid #FFFFFF;
	float:none;
	font-size:13pt;
	font-weight:500;
	height:35px;
	margin: 3px 25px 0 0;
	min-height:35px;
	min-width:98px;
	padding:0 0 3px;
	width:140px;
}

/* CCV Small Group Locator */
.areaLocator input {
	display:block;
	margin-top: 5px;
}

input.search {
	background-color:#CDBA00;
	border:1px solid #FFFFFF;
	font-size:13pt;
	font-weight:500;
	height:35px;
	margin:18px 25px 0 5px;
	min-height:35px;
	min-width:128px;
	padding:0 0 3px;
	width:128px;
}

input.cmdButton {
	background-color:#CDBA00;
	border:1px solid #FFFFFF;
	font-size:13pt;
	font-weight:500;
	height:35px;
	margin:18px 25px 0 5px;
	min-height:35px;
	min-width:128px;
	padding:0 0 3px;
}

/* Arena DateTextBox calendar */
.ajax__calendar_container
{
	background-color: #555555;
	border: solid 1px #CDBA00;
}

