﻿
.button1
{
	color: black;
	font-size: 11px;
	font-family: Verdana, Arial, helvetica, san-serif;
	padding: 2px 2px 2px 2px;
}
.msg
{
	background-color: #FFFF99;
	padding: 10px;
	border: 1px solid #000000;
	font-family: Arial, Sans-Serif;
	font-size: 14px;
	font-weight: bold;
}
.input1_right
{
	border: none;
	font-family: Verdana, Arial, helvetica, san-serif;
	font-size: 12px;
	text-align: right;
	padding: 2px;
}
table.form .input1
{
	border: none;
	font-family: Verdana, Arial, helvetica, san-serif;
	font-size: 12px;
	padding: 2px;
}
table.form .input1_right
{
	border: none;
	font-family: Verdana, Arial, helvetica, san-serif;
	font-size: 12px;
	text-align: right;
	padding: 2px;
}
TABLE.form TD INPUT, TABLE.form TD TEXTAREA, .checkbox
{
	border: none;
	vertical-align: text-top;
}
TABLE.form TH
{
	font-weight: bold;
	text-align: right;
	vertical-align: text-top;
	height: 22px;
}
TABLE.form TD
{
	vertical-align: text-top;
	height: 22px;
}

.modalLookupPopup
{
	color: White;
	font-weight: bold;
	background-color: #FFFFFF;
	border: 3px solid Black;
	padding: 0px;
}

.modalLookupPopup #modalBanner
{
	background-color: #008080;
	padding: 10px 10px 10px 10px;
	border-bottom: 0px solid #cccccc;
}

.modalLookupPopup #modalBanner .add_button
{
	float: right;
	width: 100px;
}

.modalLookupPopup #content
{
	background-color: White;
	padding: 10px;
}

.modalLookupPopup select
{
	font-size: 12px;
	border: 1px solid Black;
}

.modalLookupPopup #lookupItemList
{
	padding-top: 10px;
}

.modalLookupPopup #lookupHeader
{
	color: #333333;
	font-family: Arial, Sans-Serif;
	font-size: 16px;
	font-weight: bold;
	vertical-align: middle;
}

.modalBackground
{
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.modalPopup
{
	background-color: #ffffdd;
	border-width: 3px;
	border-style: solid;
	border-color: Gray;
	padding: 3px;
}

.paddingStandard
{
	padding: 10px;
}
