﻿
.inputRow, tr.highRow {
    height: 35px;
    margin-top: 10px;
}


/* classes */

.floatLeft
{
	float:left;
}

.floatRight
{
	float:right;
}

.fixedWidth
{
	width:800px;
}

.halfWidth
{
	width:50%;
}

.quarterWidth
{
	width:25%;
}

.threeQuarterWidth
{
	width:75%;
}

.thirdWidth
{
	width:33%;
}

.twoThirdsWidth
{
	width:57%;
}

.fullWidth
{
    font-family: Calibri, Helvetica, Sans-Serif;
	width:100%;
}

.fullWidth th
{
    font-family: Calibri, Helvetica, Sans-Serif;
}

.padRight
{
	margin-right:5px;
}

.padLeft
{
	padding-left:5px;
}

.button, .smallButton, .wideButton
{
	text-align:center;
	vertical-align:middle;
}

.centering
{
	padding-left:auto;
	padding-right:auto;
}

.centered
{
	margin-left:auto;
	margin-right:auto;
}

.leftMenuItem
{
	width:174px;
	height:30px;
}

.modalPopup
{
	padding:3px;
	width:250px;
}

.modalPopupHandle
{
	padding:3px;
	margin-bottom:15px;
}

.modalPopupCommands
{
	margin-top:15px;
	margin-bottom:5px;
}

.modalPopupResult
{
	padding:5px;
	margin:5px 0px 5px 0px;
}

.rowCatHeader {
	color: #fff; /* dark brown */
	background-color: #5c5c5c; /* camel */
}
/* end classes */

