#headerSection {
    margin: 0;
    /*padding-top: 10px;
    padding-bottom: 10px;*/
    background-color: #c7d6e9;
	border-bottom: solid #F87C1D 2px;
	border-top: solid #F87C1D 2px;
}

.headerSetupCheckbox {
    width: 5%;
    text-align: right;
}

.headerSetupLeft {
    width: 20%;
    text-align: right;
}

.headerSetupText {
    width: 20%;
    text-align: left;
}

.headerSetupTextLarge {
    width: 30%;
    text-align: left;
}

.headerBanner {
    width: auto;
    text-align: left;
    padding-left: 10px;
}

.headerTable {
    width: 100%;
    border: 0;
    /*border-spacing: 0px 5px;*/
    margin-left: auto;
    margin-right: auto;
    margin: 0;
    table-layout: fixed;
    padding-left: 20px;
}

    .headerTable tr td {
        height: 16px;
        font-size: 1em;

    }

    /*possibly not necessary*/
    .headerTable tr {
        width: auto;
    }

    /*possibly not necessary*/
    .headerTable tbody {
        width: auto;
    }

.headerLeft {
    width: 16%;
    text-align: right;
    padding-right: 10px;
}

.headerLabel {
    width: 19%;
    text-align: right;
    padding-right: 10px;
}

.headerLabelLarge {
    width: 25%;
    text-align: right;
    padding-right: 10px;
}

.headerText {
    width: 12%;
    text-align: left;
}

.headerSpacer {
    width: 4%;
}

.headerSingleSpacer {
    width: 5%;
}

.headerSingleFill {
    width: 27%;
    text-align: right;
    padding-right: 10px;
}

.headerSingleText {
    width: 25%;
    text-align: left;
}

.previewBody {
    margin: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #FFFFDC;
}


.UploadHeaderTable {
    background-color: #c7d6e9;
}

/*This is the select document to upload button*/
#FileUpload1_UploadInputs{
    padding-top:25px;
}

/*Medication Plan Header*/
.MedicationHeaderSection{
    border:none;
    margin:0;
}

@media Print{
	.headerTable{	
		border-spacing:0px;	
		margin-bottom: 0px;
		margin-top: 0px;		
	}
	
	#headerSection{
		border-top:0px;
		border-bottom:0px;
		border-top:0px;
		padding-top:0px;
		padding-bottom:0px;
	}
	

}
@media only screen and (max-width:1024px) {

    .headerTable tr td {
        height: 16px;
        font-size: 0.9em;
    }
}