﻿.inputLineTiny, .pageSectionTiny {
    margin-top: .25em;
}

.inputLineSmall, .pageSectionSmall {
    margin-top: .5em;
}

.inputLine, .pageSection {
    margin-top: 1em;
}

.inputLineBig, .pageSectionBig {
    margin-top: 2em;
}

.pageSectionAfterSmall {
	margin-bottom: .5em;
}

.pageSectionAfter {
	margin-bottom: 1em;
}

.nextCell {
    float: left;
    padding-left: 2em;
}

.firstCell {
    float: left;
}

.indent {
    margin-left: 2em;
}

.hide {
    display: none;
}

.extraTinyIndent {
	margin-left: .25em;
}

.tinyIndent {
    margin-left: .5em;   
}

.shortIndent {
    margin-left: 1em;
}

.nowrap {
    white-space: nowrap;
}

.clear {
    clear: both;
}

.alignLeft {
    float: left;
}

.alignRight {
    float: right;
}

.block {
	display:block;	
}

.contentPanel, .smallPadding {
	padding:.5em .5em .5em .5em
}

.contentPanelMedium, .mediumPadding {
	padding:1em 1em 1em 1em
}


.contentPanelSides {
    padding: 0em .5em 0em .5em;
}

.numericColumn {
	text-align:right;
	vertical-align:top;
}

td.numericColumn {
	text-align:right;
	vertical-align:top;
	padding-right: .5em;
}

.textColumn {
	text-align:left;
	vertical-align:top;	
}


