﻿body {
    background-image: url('bg.png');
    background-repeat: repeat-x;
}
.formBackground
{
    background-image: url('bg.png');
    background-repeat: repeat-x;
}

.formBackground
{
    background-image: url('bg.png');
    background-repeat: repeat-x;
}

.inputTable
{
	text-align: left;
	font-size: small;
}

.inputTDLeft
{
    text-align: left;
    padding: 1px;    
}

.inputTDRight
{
    text-align: right;
    padding: 1px;    
}

.bulkTable
{
    text-align: left;
	font-size: small;
	border-width: 1px;
	border-spacing: 2px;
	border-style: outset;
	border-color: gray;
	border-collapse: separate;	 
}

.inputTDBulk
{
	border-width: 1px;
	padding: 4px;
	border-style: inset;
	border-color: gray;
}

.inputTDHeading
{
    text-align: left;
    font-weight:bold;
    padding: 1px;    
}

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.searchExtender {
	background-color:White;
	border:solid 1px #7F9DB9;
}

.modalPopup 
{
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:10px;
	height: 80%;
	width: 80%;
	overflow: auto;
}

.modalError 
{
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:10px;
}

.WindowsStyle .ajax__combobox_inputcontainer .ajax__combobox_textboxcontainer input
{
    margin: 0;
    border: solid 1px #7F9DB9;
    border-right: 0px none;
    padding: 1px 0px 0px 5px;
    font-size: 13px;
    height: 18px;
}
.WindowsStyle .ajax__combobox_inputcontainer .ajax__combobox_buttoncontainer button
{
    margin: 0;
    padding: 0;
    background-image: url(ComboBox/images/windows-arrow.gif);
    background-position: top left;
    border: 0px none;
    height: 21px;
    width: 21px;
}
.WindowsStyle .ajax__combobox_itemlist
{
    border-color: #7F9DB9;
}

.reportForm
{
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.reportDiv
{
    height: 815px;
}
.HelpFileScreenShot
{
    height: 540px;
    width: 864px;
}
.HelpFileWindowsExplorer
{
    height: 535px;
    width: 630px;
}
.HelpFileWindowsPrompt
{
    width: 420px;
    height: 275px;
}
.SampleReportLetter
{
    width: 675px;
    height: 525px;
}
.LongCommentsBox
{
    display: block;
    width: 100%;
    height: 100%;
    border: none;
}