/* Positioning */
.NoHover:hover {
	background: #000000;
	}

.Back {
	float: left;
	}
	
.Forward {
	float: right;
	}

.Left {
	text-align: left;
	}
	
.Right {
	text-align: right;
	}

.ClearBoth {
	clear: both;
	}

.Hidden {
	display: none;
	}

.Top {
	padding-top: 10px;
	}

.Bottom {
	padding-bottom: 10px;
	}
.Block {
	display: block;
	}

.Proper {
	text-transform: capitalize;
	}

.TableHeader {
	font-weight: bold;
	}

.TableHeader td {
	border-bottom: 1px solid #666666;
	}

/* Form Display */
.InputWrapper {
	padding-bottom: 5px;
	display: block;
	}
	
.InputLabel {
	width: 100px;
	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;
	}

/* Other */
.StatusGreen {
	border: 1px solid #00CC33;
	background: #DFFFE4 url(../Images/Icons/Alert.gif) 10px center no-repeat;
	color: #019E28;
	padding: 10px 10px 10px 35px;
	margin-bottom: 10px;	
	}

.StatusSuccessful {
	border: 1px solid #00CC33;
	background: #DFFFE4 url(../Images/Icons/Successful.gif) 10px center no-repeat;
	color: #019E28;
	padding: 10px 10px 10px 35px;
	margin-bottom: 10px;	
	}

.StatusWarning {
	border: 1px solid #E60000;
	background: #FFE8E8 url(../Images/Icons/Warning.gif) 10px center no-repeat;
	color: #E60000;
	padding: 10px 10px 10px 35px;
	margin-bottom: 10px;	
	}

.Developer, .Administration {
	
	}

.Developer {
	border: 1px solid #0099FF;
	background: #E8F7FF;
	padding: 10px;
	margin-bottom: 10px;
	color: #0099FF;
	}

.Developer a, .Developer a:link, .Developer a:visited {
	color: #0099FF;
	}

fieldset.Developer {
	position: relative;
	margin-top: 15px;
	background: none;
	}

.Developer legend {
	color: #0099FF;
	font-weight: bold;
	background: none;
	position: absolute;
	top: -8px;
	}

.Developer .FormRowAlternate {
	background: #E1F4FF;
	}

.Developer .TableHeader td {
	border-bottom: 1px solid #A0A0A0;
	}

.Administration {
	border: 1px solid #00CC33;
	background: #DFFFE4;
	padding: 10px;
	margin: 3px 0px 10px 0px;
	color: #019E28;
	}

.Administration a {
	color: #019E28;
	}

.Administration ul, .Administration li {
	padding: 0px;
	margin: 0px;
	list-style: none;
	display: inline;
	}

.Administration li {
	padding-right: 8px;
	}

/* Spacing */
.SpacingTop10 {
	margin-top: 10px;
	}

.PaddingIR10 {
	margin-left: 10px;
	}

.PaddingIL10 {
	margin-right: 10px;
	}

.Padding5 {
	padding: 5px;
	}

/* Fieldsets */

fieldset {
	border: 1px solid #00CC33;
	padding: 5px;
	}

fieldset legend {
	text-transform: uppercase;
	font-weight: bold;
	color: #00CC33;
	}