.fileTitleLink, .fileTitleLink:VISITED {
	font-weight: bold;
}
.fileTitleLink:HOVER {
	font-weight: bold;
	text-decoration: underline;
}

.fileRevisionLinksContainer {
	clear: both;
	font-weight: normal;
    margin-bottom: 2em;
}
.fileRevisionLinksContainer a {
    margin-right: 1em;
}

#actualCheckinForm .dialogRow {
	padding-bottom: 10px;
}

.filePageDialog {
    font-size: 80%;
    text-align: left;
}
.lockedByLabel {
    float: left;
    width: 90px;
    text-align: right;
    margin-right: 1em;
    font-weight: bold;
}

.checkinFormRow {
    margin-bottom: 1em;
}
.checkinBooleanField {
    margin-right: 2em;
}
.fileInfo {

}
#fileProgress {
    height: 10px;
}

.fileInfoContainer {
	clear: both;
}
.fileFieldName {
    width: 100px;
}
.fileFieldValue {
    width: auto;
}


.tabsetContainer {
	clear: both;
	margin-bottom: 2em;
    font-size: 90%;
}

table.deptReqTable {
    border: none;
}
.deptReqTable tr {
    border: none;
}
.deptReqTable tr:HOVER {
    background-color: rgb(240, 255, 240);
}
.deptReqTable td,
.deptReqTable th {
    padding: 2px;
    border: none;
}
.deptReqTable td {
    border-bottom: 1px solid #888;
}
.fpdl_departmentNameColumn { width: 150px; }
.fpdl_approvedColumn { width: 65px; text-align: center; }
.fpdl_reviewedColumn { width: 65px; text-align: center; }
.fpdl_statusColumn { width: auto; }

table.chronologicalRevisionTable {
    border: none;
}
.chronologicalRevisionTable tr {
    border: none;
}
.chronologicalRevisionTable tr:HOVER {
    background-color: rgb(240, 255, 240);
}
.chronologicalRevisionTable td,
.chronologicalRevisionTable th {
    padding: 2px;
    border: none;
}
.chronologicalRevisionTable td {
    border-bottom: 1px solid #888;
}
.fprl_revisionIdColumn{ width: 45px; text-align: center; }
.fprl_approvedColumn { width: 65px; text-align: center; }
.fprl_reviewedColumn { width: 65px; text-align: center; }
.fprl_changedColumn { width: 65px; text-align: center; }
.fprl_dateColumn { width: 115px; }
.fprl_revisionListDeptColumn { width: auto; }
.fprl_userColumn { width: auto; }



.deptRevComment,
.deptRevLinks {
    padding-left: 1em;
}
.deptRevLinks a,
.deptRevLinks a:HOVER,
.deptRevLinks a:VISITED {
    color: #004080;
}