﻿/* Controls **********************************************/
.TextArea
{
	border: solid 1px #cccccc;
	padding-left: 2px;
	font-size: 12px;
	padding-bottom: 4px;
	width: 300px;
	height: 80px;
	color: #333333;
	line-height: 13px;
	padding-top: 4px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	margin-top: 2px;
	margin-bottom: 3px;
}

.TextBox
{
	border: solid 1px #cccccc;
	padding-left: 2px;
	font-size: 12px;
	vertical-align: middle;
	color: #333333;
	padding-top: 2px;
	font-family: Arial, Helvetica, sans-serif;
	width: 550px;
	height: 16px;
	background-color: #ffffff;
}

.TextBoxFileInput
{
	border: solid 1px #cccccc;
	padding-left: 2px;
	font-size: 12px;
	vertical-align: middle;
	color: #333333;
	padding-top: 2px;
	font-family: Arial, Helvetica, sans-serif;
	width: 153px;
	height: 16px;
	background-color: #ffffff;
}

.SmallTextBox
{
	border: solid 1px #cccccc;
	padding-left: 2px;
	font-size: 12px;
	color: #333333;
	padding-top: 2px;
	font-family: Arial, Helvetica, sans-serif;
	width: 50px;
	height: 16px;
	background-color: #ffffff;
}

.ListBox
{
	border: solid 1px #cccccc;
	background-color: #ffffff;
	font-size: 12px;
	width: 300px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 3px;
	margin-bottom: 3px;
}


SELECT
{
	border: solid 1px #cccccc;
	background-color: #ffffff;
	font-size: 12px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	width: 555px;
	height: 21px;
}

.DropDownList
{
	border: solid 1px #cccccc;
	background-color: #ffffff;
	font-size: 12px;
	width: 300px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	height: 21px;
}

.Button
{
	border: solid 1px #cccccc;
	font-size: 12px;
	vertical-align: middle;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	width: 100px;
	height: 21px;
	background-color: #ececeb;
}

.TopSearchTextBox
{
	border: solid 1px #D1A02E;
	padding-left: 2px;
	font-size: 12px;
	vertical-align: middle;
	color: #333333;
	padding-top: 2px;
	font-family: Arial, Helvetica, sans-serif;
	width: 130px;
	height: 16px;
	background-color: #ffffff;
}

.TopSearchButton
{
	border: solid 1px #D1A02E;
	font-size: 12px;
	vertical-align: middle;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	width: 40px;
	height: 21px;
	background-color: #EAD28A;
}
.GridButton
{
	border: solid 1px #EFEBDE;
	font-size: 12px;
	vertical-align: middle;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	width: 40px;
	height: 21px;
	background-color: #EFEBDE;
}
.ErrorMessage
{
	font-size: 12px;
	color: #009900;
	font-family: Arial, Helvetica, sans-serif;
}

.FieldNotes
{
	color: #333333;
}

.Notes
{
	color: #0364B4;
}


/* ONE Column **********************************************/
.Forms_FirstItemOneColumn
{
	border-right: #e0e0e0 3px solid;
	padding-right: 15px;
	border-top: #ebebeb 1px solid;
	padding-left: 15px;
	font-size: 12px;
	border-left: #ebebeb 1px solid;
	color: #333333;
	padding-top: 1px;
	padding-bottom: 4px;
	border-bottom: #ebebeb 1px solid;
	font-family: Arial, Helvetica, sans-serif;
	height: 30px;
}
.Forms_FirstItemOneColumn A
{
	color: #333333;
}
.Forms_FirstItemOneColumn A:hover
{
	color: black;
	background-color: #e7e7e7;
}

.Forms_ItemOneColumn
{
	border-right: #e0e0e0 3px solid;
	border-top: white 1px solid;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 1px;
	padding-bottom: 4px;
	font-size: 12px;
	border-left: #ebebeb 1px solid;
	color: #333333;
	border-bottom: #ebebeb 1px solid;
	font-family: Arial, Helvetica, sans-serif;
	height: 30px;
}
.Forms_ItemOneColumn A
{
	color: #333333;
}
.Forms_ItemOneColumn A:hover
{
	color: black;
	background-color: #e7e7e7;
}

.Forms_LastItemOneColumn
{
	border-right: #e0e0e0 3px solid;
	background-position: 50% bottom;
	border-top: white 1px solid;
	padding-left: 15px;
	padding-top: 1px;
	padding-bottom: 4px;
	font-size: 12px;
	border-bottom: #ebebeb 1px solid;
	border-left: #ebebeb 1px solid;
	color: #333333;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	height: 30px;
}
.Forms_LastItemOneColumn A
{
	color: #333333;
}
.Forms_LastItemOneColumn A:hover
{
	color: black;
	background-color: #e7e7e7;
}

/* TWO Columns **********************************************/
.Forms_FirstItemLeft
{
	border-right: medium none;
	border-top: #ebebeb 1px solid;
	padding-left: 15px;
	padding-top: 1px;
	padding-bottom: 4px;
	font-size: 12px;
	border-left: #ebebeb 1px solid;
	color: #333333;
	border-bottom: #ebebeb 1px solid;
	font-family: Arial, Helvetica, sans-serif;
	height: 30px;
	background-color: #ffffff;
	width: 150px;
}

.Forms_FirstItemRight
{
	border-right: #e0e0e0 3px solid;
	border-top: #ebebeb 1px solid;
	padding-left: 2px;
	padding-top: 1px;
	padding-bottom: 4px;
	font-size: 12px;
	color: #333333;
	border-bottom: #ebebeb 1px solid;
	font-family: Arial, Helvetica, sans-serif;
	height: 30px;
	background-color: #ffffff;
}

.Forms_ItemLeft
{
	border-right: medium none;
	border-top: white 1px solid;
	padding-left: 15px;
	padding-top: 1px;
	padding-bottom: 4px;
	font-size: 12px;
	border-left: #ebebeb 1px solid;
	color: #333333;
	border-bottom: #ebebeb 1px solid;
	font-family: Arial, Helvetica, sans-serif;
	height: 30px;
	background-color: #ffffff;
	width: 150px;
}
.Forms_ItemRight
{
	border-right: #e0e0e0 3px solid;
	border-top: white 1px solid;
	padding-left: 2px;
	padding-top: 1px;
	padding-bottom: 4px;
	font-size: 12px;
	color: #333333;
	border-bottom: #ebebeb 1px solid;
	font-family: Arial, Helvetica, sans-serif;
	height: 30px;
	background-color: #ffffff;
}

.Forms_LastItemLeft
{
	border-right: medium none;
	background-position: 50% bottom;
	border-top: white 1px solid;
	padding-left: 15px;
	padding-top: 1px;
	padding-bottom: 4px;
	font-size: 12px;
	border-bottom: #ebebeb 1px solid;
	border-left: #ebebeb 1px solid;
	color: #333333;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	height: 40px;
	background-color: #ffffff;
	width: 150px;
}
.Forms_LastItemRight
{
	border-right: #e0e0e0 3px solid;
	background-position: 50% bottom;
	border-top: white 1px solid;
	padding-left: 2px;
	padding-top: 1px;
	padding-bottom: 4px;
	font-size: 12px;
	color: #333333;
	border-bottom: #ebebeb 1px solid;
	font-family: Arial, Helvetica, sans-serif;
	height: 40px;
	background-color: #ffffff;
}


/* Header **********************************************/
.Forms_FirstItemOneColumnHeader
{
	border-right: #e0e0e0 3px solid;
	padding-right: 15px;
	border-top: #ebebeb 1px solid;
	padding-left: 15px;
	font-size: 12px;
	padding-bottom: 5px;
	border-left: #ebebeb 1px solid;
	color: #333333;
	padding-top: 5px;
	border-bottom: #ebebeb 1px solid;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	height: 30px;
}
.Forms_FirstItemOneColumnHeader A
{
	color: #333333;
}
.Forms_FirstItemOneColumnHeader A:hover
{
	color: black;
	background-color: #e7e7e7;
}

