/* text, password */
.agText, .agTextBordered
{
	background: url(../images/fields/fields.png) no-repeat top left;
	background-repeat: repeat-x;
	border: 0px;

	margin: 0px 0px 0px 0px;
	padding: 3px 0px 0px 0px;

	font-family: Arial;
	font-size: 11px;
	font-weight: bold;

	vertical-align: middle;
}

.agText
{
	background-position: 0 -68px;
}

.agTextBordered
{
	background-position: 0 -99px;
}

.agTextCorner, .agTextButton
{
	border: none;
	margin: -2px 0px 0px 0px;

	vertical-align: middle;
}

.agTextButton
{
	cursor: pointer;
}
/* text, password */

/* textarea */
.agTextarea, .agTextareaBordered
{

}

.agTextarea .topLeft, .agTextarea .left, .agTextarea .bottomLeft, .agTextareaBordered .topLeft, .agTextareaBordered .left, .agTextareaBordered .bottomLeft
{	float: left; }

.agTextarea .topLeft
{
	background: url(../images/fields/fields.png) no-repeat top left;
	background-position: 0 -1216px;
}

.agTextareaBordered .topLeft
{
	background: url(../images/fields/fields.png) no-repeat top left;
	background-position: 0 -1231px;
}

.agTextarea .topRight
{
	background: url(../images/fields/fields.png) no-repeat top left;
	background-position: right -1246px;
}

.agTextareaBordered .topRight
{
	background: url(../images/fields/fields.png) no-repeat top left;
	background-position: right -1261px;
}

.agTextarea .left
{
	background: url(../images/fields/fields.png) no-repeat top left;
	background-position: 0 -376px;
}

.agTextareaBordered .left
{
	background: url(../images/fields/fields.png) no-repeat top left;
	background-position: 0 -586px;
}

.agTextarea .right
{
	background: url(../images/fields/fields.png) no-repeat top left;
	background-position: right -796px;
}

.agTextareaBordered .right
{
	background: url(../images/fields/fields.png) no-repeat top left;
	background-position: right -1006px;
}

.agTextarea .bottomLeft
{
	background: url(../images/fields/fields.png) no-repeat top left;
	background-position: 0 -316px;
}

.agTextareaBordered .bottomLeft
{
	background: url(../images/fields/fields.png) no-repeat top left;
	background-position: 0 -331px;
}

.agTextarea .bottomRight
{
	background: url(../images/fields/fields.png) no-repeat top left;
	background-position: right -346px;
}

.agTextareaBordered .bottomRight
{
	background: url(../images/fields/fields.png) no-repeat top left;
	background-position: right -361px;
}

.agTextarea .topRight, .agTextarea .right, .agTextarea .bottomRight, .agTextareaBordered .topRight, .agTextareaBordered .right, .agTextareaBordered .bottomRight
{	float: right; }

.agTextarea .topLeft, .agTextarea .topRight, .agTextarea .bottomLeft, .agTextarea .bottomRight, .agTextareaBordered .topLeft, .agTextareaBordered .topRight, .agTextareaBordered .bottomLeft, .agTextareaBordered .bottomRight
{
	font-size: 0px;
	height: 5px;
}

.agTextarea .left, .agTextareaBordered .left
{	width: 8px; }

.agTextarea .right textarea, .agTextareaBordered .right textarea
{
	border: 0px;

	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;

	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
}
/* textarea */

/* select */
.agSelect, .agSelectBordered
{
	float: left;
	cursor: pointer;
	height: 21px;
	overflow: hidden;
}

.agSelect .left, .agSelectBordered .left
{
	float: left;

	height: 21px;
	width: 8px;
}

.agSelect .left
{
	background: url(../images/fields/fields.png) no-repeat top left;
	background-position: 0 -192px;
}

.agSelectBordered .left
{
	background: url(../images/fields/fields.png) no-repeat top left;
	background-position: 0 -223px;
}

.agSelect .center, .agSelectBordered .center
{
	float: left;
	color: #000000;

	font-family: Arial;
	font-size: 11px;
	font-weight: bold;

	padding: 3px 0px 0px 0px;
	overflow: hidden;
	white-space: nowrap;
}

.agSelect .center
{
	background: url(../images/fields/fields.png) no-repeat top left;
	background-position: 0 -130px;
}

.agSelectBordered .center
{
	background: url(../images/fields/fields.png) no-repeat top left;
	background-position: 0 -161px;
}

.agSelect .right, .agSelectBordered .right
{
	float: right;

	width: 21px;
	height: 21px;
}

.agSelect .right
{
	background: url(../images/fields/fields.png) no-repeat top left;
	background-position: 0 -254px;
}

.agSelectBordered .right
{
	background: url(../images/fields/fields.png) no-repeat top left;
	background-position: 0 -285px;
}
/* select */

/* options */
.agOptions
{
	position: absolute;
	z-index: 2;

	background-color: #FFFFFF;

	overflow: auto;
	overflow-x: hidden;
}

.agOptions p
{
	text-align: left;

	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.agOptions p.separator
{
	background: url(../images/fields/fields.png) no-repeat top left;
	background-position: left -1276px;

	height: 7px;
}

.agOptions a.chk, .agOptions a.chk:hover, .agOptions a.chkOn, .agOptions a.chkOn:hover
{
	padding: 1px 4px 1px 20px;
}

.agOptions a.chk
{
	background: #FFFFFF url(../images/fields/fields.png) no-repeat top left;
	background-position: 0 -10px;
}

.agOptions a.chk:hover
{
	background: #008DCF url(../images/fields/fields.png) no-repeat top left;
	background-position: 0 -10px;
}

.agOptions a.chkOn
{
	background: #FFFFFF url(../images/fields/fields.png) no-repeat top left;
	background-position: 0 -39px;
}

.agOptions a.chkOn:hover
{
	background: #008DCF url(../images/fields/fields.png) no-repeat top left;
	background-position: 0 -39px;
}

.agOptions a, .agOptions a:hover
{
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;

	text-decoration: none;

	display: block;
	padding: 1px 4px;
}

.agOptions a
{
	color: #000000;
	border: 1px solid #FFFFFF;
}

.agOptions a:hover
{
	color: #FFFFFF;
	background-color: #008DCF;
	border: 1px solid #008DCF;
}

.agOptions input
{
	border: 1px solid #CCCCCC;

	color: #000000;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	text-align: center;

	height: 15px;
	width: 44px;

	padding: 1px 0px 0px 0px;

	float: left;
}

.agOptions div
{
	color: #000000;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;

	padding: 2px 4px 0px 5px;

	float: left;
}

.agOptions div.go
{
	background: url(../images/fields/fields.png) no-repeat top left;
	background-position: left -1293px;

	height: 16px;
	width: 16px;

	cursor: pointer;
}

.agOptions div.spacer
{
	padding: 0px 0px 0px 0px;
}
/* options */

/* shadow */
.agShadow
{
	position: absolute;
	z-index: 1;
}

.agShadow .topLeft
{
	background: transparent url(../images/fields/shadow.png) top left;
	float: left;
}

.agShadow .topRight
{
	background: transparent url(../images/fields/shadow.png) top right;
	float: right;
}

.agShadow .bottomLeft
{
	background: transparent url(../images/fields/shadow.png) bottom left;
	float: left;
}

.agShadow .bottomRight
{
	background: transparent url(../images/fields/shadow.png) bottom right;
	float: right;
}
/* shadow */
