#l_content .submitItem h2 {
    font-size: 1.4em;
    border-bottom: 1px solid #7F0000;
    padding-top: 1.9em;
}

#l_content .submitItem h3 {
    color: #606060;
    font-size: 18px;
    font-weight: normal;
}

.inputBlock .info .mandatory {
    color: #CE4F1F;
    font-style: normal;
}

.inputBlock .additional {
    display: block;
    margin: 2px;
    color: #606060;
    font-size: 14px;
}

.inputBlock .additional input {
    border: 1px solid #A0A0A0;
    cursor: pointer;
}

.inputBlock .additional input:hover {
    border: 1px solid #A0A0FF;
    background-color: #E0E0FF;
}

.inputValue {
    margin: 2px 0 6px 0;
}

.titleBlock .inputValue select,.keywordBlock .inputValue select {
    margin: 0 0 0 0.5em;
}

.inputValue .deleteField {
    margin: 0 0 0 0.5em;
    background-color: #FFFFFF;
    border: 1px solid #800000;
    padding: 0 0.2em;
    color: #800000;
}

.deleteField {
    margin: 0 0 0 0.5em;
    background-color: #FFFFFF;
    border: 1px solid #800000;
    padding: 0 0.2em;
    color: #800000;
    display:inline;
    cursor:pointer;
}

.authorTextField,.advisorTextField {
    width: 33em;
}

.authorYearField {
	width: 4em;
	margin: 0 0 0 0.5em	
}

.inputField .info {
    clear: both;
}

.inputField .info span {
    float: left;
}

.titleTextField,.relatedLinkTextField,.citationTextField {
    width: 33em;
}

.keywordField{
    width: 31em;
}
.keywordField2{
    width: 29em;
}

.inputField .info .title,.inputField .info .keyword {
    width: 37.8em;
}

.abstractAdvisory {
    color: #ce4f1f;
    width: 536px;
    font-size: 12px;
    margin-top: 5px;
}

.inputField .info .gradYear{
    width: 5em;
}

#year_of_graduation {
    margin-left: 5px;
    width: 2.5em;
}

#month_of_graduation {
    width: 7em;
}

.abstractTextArea {
    width: 41em;
    height: 15em;
}

.attachmentNoteTextArea,.descriptionTextArea,.sponsorTextArea {
    width: 43em;
    height: 6em;
}

.bitstream {
    border: 1px solid #B0B0B0;
    background-color: #F8F8F8;
    margin: 0.5em 0;
}

.bitstream h4 {
    border-bottom: 1px solid #B0B0B0;

    /* IE10 Consumer Preview */ 
	background-image: -ms-linear-gradient(top, #F9F9F9 0%, #E0E0E0 100%);
	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(top, #F9F9F9 0%, #E0E0E0 100%);
	/* Opera */ 
	background-image: -o-linear-gradient(top, #F9F9F9 0%, #E0E0E0 100%);
	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #F9F9F9), color-stop(1, #E0E0E0));
	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(top, #F9F9F9 0%, #E0E0E0 100%);
	/* W3C Markup, IE10 Release Preview */ 
	background-image: linear-gradient(to bottom, #F9F9F9 0%, #E0E0E0 100%);

    margin: 0;
    padding: 0.4em 0.5em;
    font-weight: normal;
    font-size: 14px;
    color: #606060;
}

.bitstream h4 span.filename {
    font-weight: bold;
    color: #800000;
}

.bitstream .description,.bitstream .filesize,.bitstream .fileFormat,.bitstream .visibility,.bitstream .remove {
    float: left;
    border-right: 1px dotted #A0A0A0;
    padding: 4px;
    height: 5.5em;
}

.bitstream .description input,.bitstream .description select {
    width: 12em;
}

.bitstream .filesize {
    width: 4em;
}

.bitstream .fileFormat,.bitstream .visibility {
    width: 11em;
}

.bitstream .remove {
    border-right: none;
    text-align: right;
    width: 6em;
}

.bitstream .remove input {
    color: #A5232D;
}

.bitstream label {
    font-weight: bold;
    color: #404040;
    font-size: 14px;
    display: block;
    padding: 0 0 2px 0;
}

.bitstream label,.bitstream .fileFormat .customType,.bitstream .customDescription,.bitstream .visibility select,.bitstream .visibility .lockedUntilLbl
    {
    display: block;
    text-align: left;
}

.controls .nextStepBtn,.uploadBtn,.controls .confirmBtn {
    color: #0072A8;
    font-weight: bold;
}

.controls .prevStepBtn {
    color: #606060;
    font-weight: bold;
}

.controls .cancelBtn {
    color: #A5232D;
}

.controls .saveBtn,.controls .returnBtn {
    color: #135313;
}

.attrContent span.required {
    color: #FF0000;
    font-weight: bold;
}

.charCounter {
    padding-left: 0.5em;
    color: #707070;
}

.controls.staff {
    text-align: left;
}

.controls.staff span.lbl {
    display: block;
    text-align: center;
    font-size: 12px;
    color: #606060;
}

.descButton {
    position: relative;
    background-color: #E0E0EF;
    border: 1px solid #C0C0C0;
    min-height: 2.8em;
    padding: 3px;
    margin: 2px 0;
}

#l_central .descButton p {
    float: left;
    background-color: #FFFFFF;
    width: 75%;
    padding: 3px 5px;
    border: 1px dotted #808080;
    margin: 0;
    font-size: 16px;
}

.descButton input {
    position: absolute;
    right: 3px;
    float: left;
    bottom: 5px;
}

.descButton.approve {
    background-color: #E3F1FF;
}

.descButton.approve p {
    color: #000080;
    border: 1px dotted #018389;
}

.descButton.approve input {
    color: #000080;
    font-weight: bold;
}

.descButton.reject {
    background-color: #FFCFC1;
}

.descButton.reject p {
    color: #800000;
    border: 1px dotted #800000;
}

.descButton.reject input {
    color: #800000;
    font-weight: bold;
}

#rejectMessage {
    width: 75.8%;
    margin: 5px 0 0 0;
    height: 5em;
}

#licence_prompt pre {
    display: block;
    clear: both;
    border: 1px dotted #D0D0D0;
    padding: 0.7em;
    background-color: #FFFFF0;
    margin: 1em 0 0.2em 0;
    font-size: 14px;
}

#licence_prompt p {
    margin: 0.2em 0;
    padding: 0;
}
.publishedBlock select {
    margin-right: 0.5em;
}
.publishedBlock input {
    width: 4em;
}

.labeldummy{
	display: block;
    text-align: left;
    color: #404040;
    font-size: 14px;
    font-weight: bold;
    padding: 0 0 2px;
}

