﻿/* Display */
.Smaller {
	font-size: 90%;
	line-height: 12px;
	margin: 10px 0px 5px 0px;
	}

td.Smaller {
	line-height: normal;
	margin: 0px;
	vertical-align: middle;
	}

.IndentLeft {
	padding-left: 10px;
	}

.Grey {
	color: #999999;
	}

/* Positioning */
.Back {
	float: left;
	}
	
.Forward {
	float: right;
	}

.Left {
	text-align: left;
	}
	
.Right {
	text-align: right;
	}

.ClearBoth {
	clear: both;
	}

.Hidden {
	display: none;
	}

.Block {
	display: block;
	}

.Pointer {
	cursor: pointer;
	}

/* Form Display */
.InputWrapper {
	padding-bottom: 5px;
	display: block;
	}

.InputWrapperButton {
	width: 350px;
	text-align: right;
	}
	
.InputLabel {
	width: 140px;
	padding: 4px 10px 0px 0px;
	text-align: right;
	}

span.InputLabel { /* Composite control uses Spans not Divs. Must enforce Block display to instantiate width. */
	display: block;
	float: left;
	}

.InputFieldLabel {
	padding: 4px 10px 0px 0px;
	display: block;
	}

.InputFieldTextbox {
	width: 200px;
	}

.InputWrapperButton {
	width: 350px;
	text-align: right;
	}

/* Alerts */
.StatusAlert,
.StatusWarning {
	border: 1px solid;
	background-position: 10px center;
	background-repeat: no-repeat;
	padding: 10px 10px 10px 35px;
	margin-bottom: 10px;
	display: block;
	}

.StatusAlert {
	border-color: #E7BD72;
	background-image: url(Images/Icons/16/Alert.png);
	background-color: #FFF3A3;
	color: #936700;
	}

.StatusWarning {
	border-color: #FFACAD;
	background-image: url(Images/Icons/16/Warning.png);
	background-color: #FFD5D5;
	color: #CF3738;
	}
