header{
background: #ca3890;
background: -moz-linear-gradient(left,  #ca3890 0%, #ca3890 20%, #ffffff 70%, #ffffff 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ca3890), color-stop(20%,#ca3890), color-stop(70%,#ffffff), color-stop(100%,#ffffff));
background: -webkit-linear-gradient(left,  #ca3890 0%,#ca3890 20%,#ffffff 70%,#ffffff 100%);
background: -o-linear-gradient(left,  #ca3890 0%,#ca3890 20%,#ffffff 70%,#ffffff 100%);
background: -ms-linear-gradient(left,  #ca3890 0%,#ca3890 20%,#ffffff 70%,#ffffff 100%);
background: linear-gradient(left,  #ca3890 0%,#ca3890 20%,#ffffff 70%,#ffffff 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ca3890', endColorstr='#ffffff',GradientType=1 );
}

#typeListbox{
	width:360px
}

#typeSpinner, #typeSpinnerStatic{
	margin-bottom:-2px;
}

#typeSpinner{
	display:none;
}

#fileRowTemplate {
	display: none;
}

#newFiles {
	display: none;
}

#fileList {
	margin-top: 1rem;
	margin-bottom: 2rem;
}

.deleteFile, .deleteFileIcon{
	height:13px;
	width:auto;
	vertical-align:text-bottom;
}

.yesGroup, .noGroup{
	text-align:center;
	font-weight:bold;
	cursor:hand;
}

.yesGroup{
	background-color:#ccffcc;
}

.noGroup{
	background-color:#ffcccc;
}

.elasticTextArea{
	min-height:6em;
}

.emailPreview h3{
	font-size:100%;
}

.emailPreview p{
	margin-top:0.2em;
	margin-bottom:2em;
}

.sheetGroupWrap{
	width: 500px;
}

#ttWrap{
	margin-top: 40px;
}

#ttWrap .actMonth{
	border-bottom: 2px solid black;
}

#contrSumary td{
	border: 1px solid lightgrey;
}

#contrControls{
	text-align: center;
	margin-top: 10px;
	padding: 5px;
	border: 1px solid lightgrey;
}

#contrControls #spinnerStatic, #contrControls #spinner{
	position: relative;
	top: 3px;
}

#whiteOverlay{
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: white;
    z-index: 41;
    -moz-opacity: 0.85;
    opacity:.85;
    filter: alpha(opacity=85);
}

.trafficLight {
	display: inline-block;
	width: 1rem;
	height: 1rem;
	border-radius: 0.5rem;
	vertical-align: middle;
	margin: 0 5px;
}

.trafficLight.red {
	background-color: red;
}

.trafficLight.green {
	background-color: #00a300;
}