﻿/* General form fields */
fieldset
	{
		margin-left: 10px;
	}
.fieldsetcontents
	{
		margin: 10px;
	}
.smalltextbox
	{
	}

.mediumtextbox
	{
	}

.largetextbox
	{
		width: 99%;
	}
.multilinebox
	{
		width: 99%;
		height: 250px;
	}
.multilinebox_short_slim
    {
		width: 260px;
		height: 50px;
    }
.multilinebox_short
	{
		width: 99%;
		height: 150px;
	}
.multilinebox_medium
	{
		width: 99%;
		height: 250px;
	}
.multilinebox_tall
	{
		width: 99%;
		height: 400px;
	}

.labelDiv
	{
		width: 29%;
		float: left;
		margin: 2px;
	}

.labelDiv_mid
	{
		width: 55%;
		float: left;
		margin: 2px;
	}

.labelDiv_long
	{
		width: 80%;
		float: left;
		margin: 2px;
	}

.textboxDiv
	{
		width: 69%;
		float: left;
		margin: 2px;
	}
.textboxDiv_mid
	{
		width: 35%;
		float: left;
		margin: 2px;
	}

.textboxDiv_short
	{
		width: 19%;
		float: left;
		margin: 2px;
	}

.clearDiv
	{
		float: none;
		clear: both;
	}

.invisinput
	{
		border: none;
		background: none;
		display: inline;
		width: 3em;
		font: inherit;
	  
	}
.numberbox
	{
		text-align: right;
	}    

.cls_imagelist
{
	display: block;
}
.cls_imagelist span
{
    padding-right: 20px;
    white-space: nowrap;
}
/* GrantApplication Specific */
/* no longer used. really 

.cls_imagelist input
{
	height: 20px;
	width: 20px;
	margin-top: 20px;
	margin-bottom: 100px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	display: inline;
	float: left;
}
.cls_imagelist div
{
	height: 100px;
	max-width: 50px;
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	text-align: center;
	display: block;
	float: left;
	vertical-align: middle;
}
.cls_imagelist div img
{
	height: 70px;
}
*/