﻿/*----------------------Width-----------------------------------------*/

.entireWidth
{
	width:100%;
}

.alwaysEntireWidth
{
	min-width:100%;
}

.dropDownListWidth
{
	width:150px;
}

/*----------------------Height-----------------------------------------*/

.entireHeight
{
	height:100%;
}

.alwaysEntireHeight
{
	min-height:100%;
}

/*----------------------Bottom-----------------------------------------*/

.nullBottom
{
	bottom:0px;
}