.input
{
	border: 1px solid #787878;
	font-size: 9px;
	padding-left: 3px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}

select.input
{
    font-size: 11px;
    padding: 0px;
    margin: 4px;
    vertical-align: middle;
}

.textInput
{
    vertical-align: middle;
    height: 24px;
    margin-left: 3px;
    margin-right: 8px;    
}

h1
{
    font-family : tahoma, arial;
    font-size : 21px;
    color : #486A99;
}

.buttonLoader
{
    position: relative;
    left: -60;
    top: 10;
    visibility: hidden;
}

/* CSS for the 'form table' used across the site */

.itemCell { border-bottom: 1px solid #C7C7C7; }

.itemHeaderCell
{
    border-bottom: 1px solid #C7C7C7;
    font-weight: bold;
    line-height: 18px;
}

.itemBorderlessHeaderCell
{
    font-weight: bold;
    background-color : #ECECEC;
    line-height: 18px;
    border-right: 2px solid #ffffff;
    padding-left: 7px;
    padding-right: 7px;
}

.itemBorderLeft { border-left: 1px solid #C7C7C7; }
.itemBorderRight { border-right: 1px solid #C7C7C7; }

.itemSelectCell
{
    width: 50px;
    background-color: #ECECEC;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    border: 1px solid #C7C7C7;
    border-top: 0px;
}

.itemDescriptionCell
{
    padding: 5px;
    padding-left: 10px;
    padding-right: 20px;
    line-height: 18px;
    border-bottom: 1px solid #C7C7C7;
}

.itemAttributeCell
{
    width: 80px;
    padding: 5px;
    background-color: #ECECEC;
    line-height: 18px;
    border: 1px solid #C7C7C7;
    border-top: 0px;
}

.itemLabelCell
{
	width: 25%;
	background-color: #ECECEC;
	font-family: verdana, arial;
	font-weight: bold;
	text-align: right;
	line-height: 18px;
	padding-left: 5px;
	padding-right: 5px;
	border-top: 2px solid #ffffff;
}

.itemContentCellLight
{
    background-color: #F7F7F7;
    border-top: 2px solid #FFFFFF;
    padding-left: 5px;
    padding-right: 5px;
    line-height: 18px;
    font-weight: bold;
}

.itemSelectedCell
{
    background-color: #ECECEC;
}

/* End 'form table' CSS */