﻿body
{
	background-color: #CCCCCC;
	font-family: Verdana;
}
.txtP1
{
	font-weight: bold;
	font-size: .9em;
}

.txtP2
{
	font-weight:normal;
	font-size: .9em;
}
.txtGeneral
{
	width: 125px;
}

.inpDate
{
	width: 75px;
}


.inpState
{
	width: 35px;
}


.inpLarge
{
	width: 100px;
}

.inpMedium
{
	width: 100px;
}

.inpSmall
{
	width: 100px;
}

.inp100Percent
{
	width: 100%;
}



.lnkHeader
{
	color: #FFFFFF;
	font-weight: bold;
	font-family: Arial;
	font-size: 10pt;
}

.lstContainer
{
	border: 1px solid #000000;
	font-size: 10pt;
	text-align: left;
	border-collapse: collapse;
	width: 100%;
}

.lstGrid
{
	border: 1px solid #000000;
	width: 100%;
	border-collapse: collapse;
}

.lstHeader
{
	font-weight: bold;
	background: #dcdcdc;
	color: #000000;
	text-align: left;
}

.lstAlternatingItem
{
	color: black;
	background-color: #f0fff0;
	text-align: left;
}
.lstNormalItem
{
	color: black;
	background-color: #FFFFCC;
	text-align: left;
}

.lstFooter
{
	background-color: #c0c0c0;
	text-align: left;
}

.lstCheckColumn
{
	width: 20px;
}

.lbl
{
	font-size: 10pt;
}

.lblWhite
{
	font-size: 10pt;
	color: #FFFFFF;
	font-weight: bold;
}

.txt
{
	font-size: 10pt;
}

.comboBox
{
	border: 1px solid #A6A7AA;
	background-color: white;
}

.comboBoxHover
{
	border: 1px solid #555555;
	background-color: white;
}

.comboDropDown
{
	border: 1px solid #868686;
	background-color: white;
	padding: 1px;
	padding-right: 0px;
	width: 500px;
	cursor: default;
}

.comboTextBox
{
	border: 0px;
	padding-left: 2px;
	padding-right: 2px;
}

.comboTextBoxHover
{
	background-color: #B2B4BF;
}

.comboItem
{
	font-size: 11px;
	padding: 3px;
	padding-top: 4px;
	padding-bottom: 4px;
}

.comboItemHover
{
	background-color: #B2B4BF;
	background-image: url(AppImages/comboItemBg.gif);
	font-size: 11px;
	border: 1px solid #DBCE99;
	padding: 2px;
	padding-top: 3px;
	padding-bottom: 3px;
}


.grpHeader
{
	color: #000000;
	font-weight: bold;
}
.grpOuter
{
	border: 1px solid #000000;
	border-collapse: collapse;
}

.grpSpace
{
	width: 20px;
}

/* ## POP UP WINDOW STYLES ## */


.PopUpWindowHeader
{
	font-weight: bold;
	color: #FFFFFF;
	cursor: move;
}


.PopUpWindowCloseButton
{
	cursor: auto;
}

.PopUpWindowContainer
{
	position: absolute;
	top: 150px;
	left: 100px;
	text-align: center;
}






/* ## END POP UP WINDOW STYLES ## */


.imgNoMargin
{
	padding: 0;
	margin: 0;
	vertical-align: bottom;
	border: none;
}
